/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@font-face {
  font-family: "Nahid";
  font-display: swap;
  src: url(fonts/Nahid.930cbc98.woff) format("woff"), url(fonts/Nahid.48d323c0.eot) format("eot"), url(fonts/Nahid.20fe0e9b.ttf) format("truetype");
}
* {
  margin: 0;
  padding: 0;
  font-family: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nahid", tahoma;
  letter-spacing: 0;
  font-weight: normal;
  text-decoration: none;
}

.clearfix {
  clear: both;
}

.overlay {
  display: none;
}

i {
  font-family: FontAwesome !important;
  font-weight: normal !important;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.wrapper {
  width: 1140px;
  margin: auto;
}
@media (max-width: 1140px) {
  .wrapper {
    width: calc(100% - 20px);
  }
}

textarea {
  resize: none;
}

abbr {
  text-decoration: none;
}

#bottomcontact {
  display: none;
}
@media screen and (max-width: 767px) {
  #bottomcontact {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: 50px;
    z-index: 99;
    box-shadow: 0 -2px 0 0 lightgray;
    z-index: 10;
  }
  #bottomcontact:before {
    content: "";
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    left: calc((100% - 60px) / 2);
    bottom: 12px;
    background-color: #fff;
    box-shadow: 0 0 2px 2px lightgray;
    z-index: -1;
  }
  #bottomcontact .botcon {
    width: calc((100% - 120px) / 4);
    text-align: center;
    margin: 5px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    color: #000;
  }
  #bottomcontact .botcon a {
    display: block;
    margin: auto;
  }
  #bottomcontact .botcon .boticon1 {
    margin: auto;
    display: block;
    clear: both;
  }
  #bottomcontact .botcon span {
    font-size: 10px;
    line-height: 20px;
    display: block;
    clear: both;
  }
  #bottomcontact .botconright {
    float: right;
    margin-left: 10px;
  }
  #bottomcontact .botconleft {
    float: left;
    margin-right: 10px;
  }
  #bottomcontact .botcon2 {
    position: fixed;
    left: calc((100% - 60px) / 2);
    bottom: 12px;
    width: 60px;
    height: 60px;
    color: #000;
    text-align: center;
    border-radius: 100%;
    box-sizing: border-box;
  }
  #bottomcontact .botcon2 a {
    position: relative;
    z-index: 99;
    display: block;
  }
  #bottomcontact .botcon2 .boticon2 {
    display: block;
    margin-top: 13px;
    margin-right: 3px;
  }
  #bottomcontact .botcon2:after {
    margin-right: 10px;
    width: 60px;
    height: 60px;
    border: 1px solid lightgray;
    content: " ";
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 100%;
  }
}

#gototop {
  position: fixed;
  display: none;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  background-color: #6e8fa7;
  opacity: 0.9;
  color: white;
  text-align: center;
  font-size: 28px;
  opacity: 0.8;
  z-index: 95;
}
@media screen and (max-width: 767px) {
  #gototop {
    bottom: 60px;
  }
}
#gototop i {
  display: block;
  line-height: 54px;
  font-size: 34px;
}

@-webkit-keyframes telanim {
  0% {
    border: 1px solid rgb(131, 204, 97);
    left: -1px;
    top: -1px;
  }
  90% {
    border: 18px solid rgba(131, 204, 97, 0.1);
    left: -18px;
    top: -18px;
  }
  100% {
    border: 18px solid rgba(131, 204, 97, 0);
    left: -18px;
    top: -18px;
  }
}

@keyframes telanim {
  0% {
    border: 1px solid rgb(131, 204, 97);
    left: -1px;
    top: -1px;
  }
  90% {
    border: 18px solid rgba(131, 204, 97, 0.1);
    left: -18px;
    top: -18px;
  }
  100% {
    border: 18px solid rgba(131, 204, 97, 0);
    left: -18px;
    top: -18px;
  }
}
@-webkit-keyframes telanimrotate {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
}
@keyframes telanimrotate {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
}
@-webkit-keyframes slide_up_down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes slide_up_down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes slide_up_down2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes slide_up_down2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
header {
  width: 100%;
  height: 100vh;
  color: #000;
  position: relative;
}
header.homepage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
header.otherpages {
  height: auto;
  color: #000;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 98;
}
header.otherpages #logo .sitetitle {
  color: #000;
}
header.otherpages #toptel {
  color: #000;
}
header.otherpages nav .menu {
  background-color: rgba(110, 143, 167, 0.3);
}
header.otherpages nav .menu li, header.otherpages nav .menu a {
  color: #000 !important;
}
header.otherpages .hamburger span {
  background: #000;
}
header .hamburger {
  z-index: 9999999999;
  display: none;
  margin-top: 35px;
  margin-left: 10px;
  width: 30px;
  height: 31px;
  float: left;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
@media screen and (max-width: 767px) {
  header .hamburger {
    display: block;
  }
}
header .hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header .hamburger span:nth-child(1) {
  top: 8px;
}
header .hamburger span:nth-child(2) {
  top: 18px;
}
header .hamburger span:nth-child(3) {
  top: 18px;
}
header .hamburger span:nth-child(4) {
  top: 28px;
}
header .hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header .hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}
header .hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
header .hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header #toptel {
  float: left;
  line-height: 80px;
  margin-top: 15px;
  margin-left: 25px;
  font-size: 18px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  header #toptel {
    display: none;
  }
}
header #toptel i {
  vertical-align: sub;
  text-align: center;
  margin-right: 10px;
  font-size: 28px;
  color: #717c89;
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: relative;
  border-radius: 100%;
  border: 1px solid #83cc61;
  -webkit-animation-name: telanimrotate;
          animation-name: telanimrotate;
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
header #toptel i:after {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(110, 143, 167, 0.3);
  content: " ";
  position: absolute;
  left: -1px;
  top: -1px;
  border-radius: 100%;
  -webkit-animation-name: telanim;
          animation-name: telanim;
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
header #logo {
  position: relative;
  height: 80px;
  padding: 15px 0 0;
  z-index: 3;
}
header #logo h1 {
  font-size: 20px;
  float: right;
  line-height: 80px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  header #logo h1 {
    font-size: 16px;
  }
}
header #logo .sitetitle {
  font-size: 20px;
  float: right;
  line-height: 80px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  header #logo .sitetitle {
    font-size: 16px;
  }
}
header #logo img {
  float: right;
  width: 60px;
  height: auto;
  margin: 10px;
}
header nav .menu {
  display: flex;
  align-content: center;
  justify-content: center;
  border-top: 3px solid rgba(255, 255, 255, 0.4);
  border-bottom: 3px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  list-style: none;
  margin: 10px auto;
  padding: 10px 0;
}
@media (max-width: 1023px) {
  header nav .menu {
    padding: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  header nav .menu {
    display: none;
  }
}
header nav .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav .menu > li {
  position: relative;
  line-height: 40px;
  font-size: 15px;
  margin: 0 2px;
}
header nav .menu > li > a {
  display: block;
  font-size: 15px;
  padding: 0 8px;
  color: white;
  text-decoration: none;
  color: #fff;
  transition: 0.5s;
}
header nav .menu > li > a:hover {
  background-color: rgba(110, 143, 167, 0.3);
}
header nav .menu li a:hover {
  background-color: rgba(110, 143, 167, 0.3);
}
header nav .menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  min-width: 180px;
  z-index: 999;
}
header nav .menu li ul li {
  position: relative;
}
header nav .menu li ul li a {
  color: #000;
  padding: 2px 10px;
  text-decoration: none;
  display: block;
  text-align: center;
}
header nav .menu li ul li a:hover {
  background-color: rgba(110, 143, 167, 0.3);
}
header nav .menu li:hover > ul {
  display: block;
}
header nav .menu li ul li ul {
  top: 0;
  left: 100%;
}
header nav .menu li.menu-item-has-children > a::after {
  margin-right: 5px;
  content: "▼";
  font-size: 10px;
}
header #intro {
  padding: 170px 120px 120px;
  width: 500px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  header #intro {
    padding: 0;
    width: 285px;
    margin: 100px auto 10px;
    text-align: center;
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  header #intro {
    bottom: 100px;
  }
}
header #intro .toptext {
  min-height: 120px;
  font-size: 40px;
  color: #fff;
}
@media (max-width: 1023px) {
  header #intro .toptext {
    min-height: 80px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  header #intro .toptext {
    font-size: 24px;
  }
}
header #intro .toptext span {
  display: block;
  font-size: 25px;
  color: #6bf02d;
}
@media (max-width: 1023px) {
  header #intro .toptext span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  header #intro .toptext span {
    font-size: 16px;
  }
}
header #intro .topbut1 {
  padding: 15px;
  width: 130px;
  margin-left: 10px;
  text-align: center;
  background-color: #83cc61;
  color: #000;
  font-size: 18px;
  display: inline-block;
  transition: 0.5s;
  cursor: pointer;
  line-height: 30px;
  position: absolute;
  right: 120px;
  bottom: 50px;
}
@media (max-width: 1023px) {
  header #intro .topbut1 {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 10px;
    float: right;
    width: 100px;
    font-size: 14px;
  }
}
header #intro .topbut1:hover {
  background-color: #6bf02d;
}
header #intro .topbut1 a {
  display: block;
}
header #intro .topbut2 {
  padding: 15px;
  width: 130px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  color: #000;
  font-size: 18px;
  display: inline-block;
  transition: 0.5s;
  cursor: pointer;
  line-height: 30px;
  position: absolute;
  right: 300px;
  bottom: 50px;
}
@media (max-width: 1023px) {
  header #intro .topbut2 {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 10px;
    float: right;
    width: 85px;
    font-size: 14px;
  }
}
header #intro .topbut2:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.login {
  background-color: #717c89;
}
.login h1 a {
  background-color: #dce1fd;
  padding: 10px !important;
  border-radius: 50%;
  background-image: url(images/logo.d1a29869.png) !important;
  background-position: center center;
  background-size: 80% !important;
}
.login form {
  border-radius: 8px;
}
.login .button-primary {
  background: #717c89;
  border-color: #717c89;
  transition: 0.5s;
}
.login .button-primary:hover {
  background: #90baad;
}
.login .language-switcher {
  display: none;
}
.login #nav a,
.login #backtoblog a {
  color: #dce1fd;
}

.mobilemenu {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobilemenu {
    display: block;
    padding-top: 50px;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #eee;
    text-align: right;
    overflow-x: hidden;
    transition: 0.5s;
    overflow-y: scroll;
    box-shadow: none;
  }
  .mobilemenu .menu {
    color: #000;
  }
  .mobilemenu .menu ul li {
    display: block !important;
    list-style-type: none;
  }
  .mobilemenu .menu ul li.active ul {
    display: block;
  }
  .mobilemenu .menu ul li ul {
    display: none;
    background-color: white;
    color: #000;
  }
  .mobilemenu .menu ul li ul li {
    font-size: 16px;
    line-height: 40px;
    display: block;
    padding: 0 5px;
    transition: all 0.15s;
    width: calc(100% - 10px);
    clear: both;
  }
  .mobilemenu .menu ul i.fa-home,
.mobilemenu .menu ul i.fa-phone {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    font-size: 24px;
    text-align: center;
  }
  .mobilemenu .menu .menu-item > a {
    font-size: 15px;
    line-height: 50px;
    padding: 0 5px;
    cursor: pointer;
    width: calc(100% - 10px);
    clear: both;
  }
  .mobilemenu .menu .sub-menu {
    display: none;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}

.mobilemenu--open {
  width: 260px;
  box-shadow: -2.5px 2.5px 5px 0px gray;
}

main #landingsection {
  padding: 100px 0;
}
@media (max-width: 1023px) {
  main #landingsection {
    padding: 50px 0;
  }
}
main #landingsection h2 {
  font-size: 24px;
  text-align: center;
  padding: 30px;
  color: #6e8fa7;
}
@media screen and (max-width: 767px) {
  main #landingsection h2 {
    font-size: 20px;
  }
}
main #landingsection .landing-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  main #landingsection .landing-list {
    align-items: flex-start;
  }
}
main #landingsection .landing-list .eachlanding {
  display: block;
  flex: calc((100% - 160px) / 4);
  margin: 20px;
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 1023px) {
  main #landingsection .landing-list .eachlanding {
    flex: calc((100% - 60px) / 3);
    margin: 10px;
  }
}
@media screen and (max-width: 767px) {
  main #landingsection .landing-list .eachlanding {
    flex: calc((100% - 40px) / 2);
  }
}
main #landingsection .landing-list .eachlanding:hover img {
  filter: invert(100%);
}
main #landingsection .landing-list .eachlanding:hover .eachlandingtitle {
  color: #feacb6;
}
main #landingsection .landing-list .eachlanding img {
  display: block;
  margin: auto;
  width: auto;
  height: 150px;
  transition: 0.5s;
}
main #landingsection .landing-list .eachlanding .eachlandingtitle {
  font-size: 16px;
  color: #717c89;
  line-height: 30px;
  margin-top: 10px;
  transition: 0.5s;
}
main #landingsection .landing-list .eachlanding p {
  color: #adbdc2;
  font-size: 13px;
  line-height: 20px;
  padding: 0 5px;
}
main #firstpage-tests {
  width: 100%;
  background-color: white;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1023px) {
  main #firstpage-tests {
    padding: 50px 0;
  }
}
main #firstpage-tests h2 {
  font-size: 24px;
  text-align: center;
  padding: 30px;
  color: #6e8fa7;
}
@media screen and (max-width: 767px) {
  main #firstpage-tests h2 {
    font-size: 20px;
  }
}
main #firstpage-tests #hometests {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
main #firstpage-tests #hometests .eachpost {
  flex: calc(16.6666666667% - 40px);
  flex-grow: 0;
  flex-shrink: 1;
  margin: 20px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  main #firstpage-tests #hometests .eachpost {
    flex: calc(25% - 30px);
    flex-grow: 0;
    flex-shrink: 1;
    margin: 15px;
  }
}
@media screen and (max-width: 767px) {
  main #firstpage-tests #hometests .eachpost {
    flex: calc(50% - 20px);
    flex-grow: 0;
    flex-shrink: 1;
    margin: 10px;
  }
}
main #firstpage-tests #hometests .eachpost:hover img {
  filter: brightness(0);
}
main #firstpage-tests #hometests .eachpost .imagebox img {
  width: calc(100% - 50px);
  padding: 10px;
  height: auto;
  display: block;
  margin: auto;
  border-bottom: 1px solid lightgray;
  transition: 0.5s;
}
main #firstpage-tests #hometests .eachpost .eachpost-footer {
  width: calc(100% - 10px);
  background-color: #fff;
  line-height: 25px;
  padding: 0 5px;
  font-size: 14px;
  text-align: center;
  color: #000;
}
main #set-appointment {
  width: 100%;
  background-color: #eee;
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
@media (max-width: 1023px) {
  main #set-appointment {
    padding: 50px 0;
  }
}
main #set-appointment h2 {
  font-size: 24px;
  text-align: center;
  color: #6e8fa7;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 767px) {
  main #set-appointment h2 {
    font-size: 20px;
  }
}
main #set-appointment #appointment-form {
  position: relative;
  min-height: 435px;
  z-index: 3;
  width: 100%;
}
main #set-appointment #appointment-form .no-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
  border: 0;
}
main #set-appointment #appointment-form .form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: rgba(110, 143, 167, 0.3);
  color: #fff;
  cursor: pointer;
  top: 10px;
  height: 30px;
  width: 30px;
  border: 0;
  border-radius: 50px;
  outline: none;
  margin-left: 7px;
}
main #set-appointment #appointment-form .form-radio:checked::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 7px;
  left: 7px;
  margin: auto;
  background-color: rgba(110, 143, 167, 0.3);
}
main #set-appointment #appointment-form .form-radio:hover {
  background-color: rgba(110, 143, 167, 0.3);
}
main #set-appointment #appointment-form button {
  padding: 5px 20px;
  font-size: 16px;
  margin: 10px auto;
  display: block;
  cursor: pointer;
  background-color: #6e8fa7;
  border: 0;
  border-radius: 0;
  color: #fff;
}
main #set-appointment #appointment-form button i {
  vertical-align: middle;
}
main #set-appointment #appointment-form #next {
  clear: both;
  margin-top: 25px;
}
main #set-appointment #appointment-form input[type=text] {
  width: 100%;
  display: block;
  margin: 10px auto;
  font-size: 16px;
  height: 30px;
  padding: 0 5px;
  background-color: white;
  border: 0;
  box-shadow: 0 0 1px 1px #dce1fd;
  color: #000;
}
@media (max-width: 1140px) {
  main #set-appointment #appointment-form input[type=text] {
    width: calc(100% - 10px);
    padding: 5px;
  }
}
main #set-appointment #appointment-form textarea {
  height: 100px;
  width: 100%;
  display: block;
  margin: 10px auto;
  font-size: 16px;
  padding: 0 5px;
  background-color: white;
  border: 0;
  box-shadow: 0 0 1px 1px #dce1fd;
  color: black;
}
@media (max-width: 1140px) {
  main #set-appointment #appointment-form textarea {
    width: calc(100% - 10px);
  }
}
main #set-appointment .consulting-box-desc {
  text-align: center;
  color: #717c89;
  line-height: 30px;
  margin: 10px auto;
  font-weight: bold;
}
main #set-appointment #consulting-box1 {
  width: 250px;
  margin: 30px 50px;
  margin-left: 0;
  float: right;
}
@media (max-width: 1140px) {
  main #set-appointment #consulting-box1 {
    width: 100%;
    margin: 0;
    float: none;
  }
}
main #set-appointment #consulting-box1 label {
  float: right;
  width: 100%;
  background-color: #fff;
  color: #000;
  margin-bottom: 5px;
  border: 1px solid #000;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  text-align: center;
  border-radius: 8px;
}
main #set-appointment #consulting-box1 label:hover {
  background-color: #feacb6;
}
main #set-appointment #consulting-box1 label span {
  padding-left: 30px;
}
main #set-appointment #consulting-box1 label img {
  width: auto;
  height: 30px;
  margin-top: 5px;
  margin-right: 30px;
  float: right;
}
main #set-appointment #consulting-box2 {
  width: calc(100% - 700px);
  margin: 50px;
  float: right;
  filter: blur(2px);
  position: relative;
}
@media (max-width: 1140px) {
  main #set-appointment #consulting-box2 {
    width: 100%;
    margin: 0;
    float: none;
    margin: 20px 0;
    display: none;
  }
}
main #set-appointment #consulting-box2 .bluredscreen {
  width: 100%;
  height: 222px;
  z-index: 10;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: no-drop;
}
main #set-appointment #consulting-box2 label {
  display: block;
  width: 100%;
  color: #fff;
  cursor: pointer;
  background-color: rgb(125, 139, 161);
}
main #set-appointment #consulting-box2 label:hover {
  background-color: #fff;
  color: #000;
}
main #set-appointment #consulting-box3 {
  padding: 30px 0;
  width: 300px;
  float: right;
  position: relative;
  filter: blur(2px);
}
@media (max-width: 1140px) {
  main #set-appointment #consulting-box3 {
    padding: 0;
    margin: 20px 0;
    width: 100%;
    float: none;
    display: none;
  }
}
main #set-appointment #consulting-box3 .bluredscreen {
  width: 100%;
  height: 315px;
  z-index: 10;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: no-drop;
}
main #set-appointment .eachday {
  float: right;
  width: 16.6666666667%;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #fff;
  font-size: 16px;
}
@media (max-width: 1140px) {
  main #set-appointment .eachday {
    width: 33.3333333333%;
  }
  main #set-appointment .eachday:nth-child(3):after {
    content: " ";
    display: block;
    clear: both;
    margin: 20px;
  }
}
main #set-appointment .eachday div {
  box-shadow: 0 0 1px 1px lightgray;
  text-align: center;
  box-sizing: border-box;
}
main #set-appointment .eachday div:first-child {
  text-align: center;
  background-color: #fff;
  color: #717c89;
  height: 60px;
  font-size: 13px;
  line-height: 30px;
  font-weight: bold;
}
main #set-appointment .eachday div label {
  display: block;
  margin: auto;
  line-height: 40px;
}
main #set-appointment #progress {
  box-shadow: 0 0 1px 1px #000;
  margin: 20px 0;
  position: relative;
}
main #set-appointment #progress .progressbar {
  width: 0;
  height: 5px;
  background-color: #f7c600;
  transition: width 1s;
}
@media (max-width: 1140px) {
  main #set-appointment #progress .progressbar {
    width: 15%;
  }
}
main #set-appointment #progress .pgbarcircle {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  right: 0;
  top: -7.5px;
  background-color: #f7c600;
  border-radius: 100%;
  border: 1px solid #000;
  box-sizing: border-box;
  transition: 1s;
}
@media (max-width: 1140px) {
  main #set-appointment #progress .pgbarcircle {
    right: 15%;
  }
}
main #set-appointment #progress .progressbar-desc {
  width: 100%;
  font-size: 14px;
  margin-top: 8px;
}
main #set-appointment #progress .progressbar-desc span {
  width: 33.3333333333%;
  float: right;
  text-align: center;
  color: #000;
}
main #set-appointment #appointment-result {
  text-align: center;
  color: red;
  line-height: 30px;
  font-size: 16px;
}
main #firstpage-posts {
  width: 100%;
  background-color: white;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
@media (max-width: 1023px) {
  main #firstpage-posts {
    padding: 50px 0;
  }
}
main #firstpage-posts h2 {
  font-size: 24px;
  text-align: center;
  color: #6e8fa7;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main #firstpage-posts h2 {
    font-size: 20px;
  }
}
main #firstpage-posts #mostvisitedposts {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
main #firstpage-posts #mostvisitedposts .eachpost {
  border: 1px solid lightgray;
  flex: calc((100% - 120px) / 3);
  box-sizing: border-box;
  margin: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  main #firstpage-posts #mostvisitedposts .eachpost {
    flex: 100%;
    margin: 20px 0;
  }
}
main #firstpage-posts #mostvisitedposts .eachpost .imagebox {
  transform-style: preserve-3d;
  perspective: 1500px;
  position: relative;
  background-color: lightgray;
}
main #firstpage-posts #mostvisitedposts .eachpost .imagebox p {
  font-size: 16px;
  line-height: 35px;
  width: calc(100% - 40px);
  text-align: justify;
  padding: 20px;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1023px) {
  main #firstpage-posts #mostvisitedposts .eachpost .imagebox p {
    font-size: 14px;
    line-height: 25px;
    padding: 10px;
    width: calc(100% - 20px);
    overflow: hidden;
  }
}
main #firstpage-posts #mostvisitedposts .eachpost img {
  width: 100%;
  height: auto;
  transition: 1s;
  display: block;
  transform: rotateX(0);
  transform-origin: 0 0;
  z-index: 2;
}
main #firstpage-posts #mostvisitedposts .eachpost:hover img {
  transform-origin: 0 0;
  transform: rotateX(100deg);
}
main #firstpage-posts #mostvisitedposts .eachpost .eachpost-footer {
  width: calc(100% - 10px);
  background-color: #fff;
  padding: 2px 5px;
  overflow: hidden;
}
main #firstpage-posts #mostvisitedposts .eachpost .eachpost-footer h3 {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-align: center;
  color: gray;
}
main #success {
  width: 100%;
  background-color: rgba(249, 224, 224, 0.7);
  position: relative;
  padding: 100px 0;
  color: #000;
}
@media (max-width: 1023px) {
  main #success {
    padding: 50px 0;
  }
}
main #success h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  color: #6e8fa7;
}
@media screen and (max-width: 767px) {
  main #success h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
main #success #successlist {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
}
main #success #successlist > div {
  flex: 50%;
}
@media screen and (max-width: 767px) {
  main #success #successlist > div {
    flex: 100%;
  }
}
main #success #successlist p {
  text-align: justify;
  font-size: 18px;
  line-height: 35px;
  width: 100%;
}
@media (max-width: 1023px) {
  main #success #successlist p {
    font-size: 16px;
    line-height: 30px;
  }
}
main #success #successlist img {
  width: 60%;
  height: auto;
  display: block;
  margin: auto;
}
main #success #successlist a {
  padding: 5px 10px;
  background-color: #6e8fa7;
  color: #fff;
  margin-top: 20px;
  display: inline-block;
  transition: 0.5s;
  border-radius: 5px;
}
main #success #successlist a:hover {
  background-color: #feacb6;
}
main #gambling-addiction {
  width: 100%;
  position: relative;
  padding: 100px 0;
  color: #000;
}
@media (max-width: 1023px) {
  main #gambling-addiction {
    padding: 50px 0;
  }
}
main #gambling-addiction h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  color: #6e8fa7;
}
@media screen and (max-width: 767px) {
  main #gambling-addiction h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
main #gambling-addiction #gambling-addiction-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
}
main #gambling-addiction #gambling-addiction-list > div {
  flex: 50%;
}
@media screen and (max-width: 767px) {
  main #gambling-addiction #gambling-addiction-list > div {
    flex: 100%;
  }
}
main #gambling-addiction #gambling-addiction-list p {
  text-align: justify;
  font-size: 18px;
  line-height: 35px;
  margin-left: 20px;
  width: 100%;
}
main #gambling-addiction #gambling-addiction-list img {
  width: 80%;
  height: auto;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main #gambling-addiction #gambling-addiction-list img {
    margin-top: 20px;
  }
}
main #gambling-addiction #gambling-addiction-list a {
  padding: 5px 10px;
  background-color: #6e8fa7;
  color: #fff;
  margin-top: 20px;
  display: inline-block;
  transition: 0.5s;
  border-radius: 5px;
}
main #gambling-addiction #gambling-addiction-list a:hover {
  background-color: #feacb6;
}
main #individual-psychology {
  width: 100%;
  position: relative;
  padding: 100px 0;
  color: #000;
  text-align: center;
  background-color: rgba(110, 143, 167, 0.3);
}
@media (max-width: 1023px) {
  main #individual-psychology {
    padding: 50px 0;
  }
}
main #individual-psychology h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  color: #6e8fa7;
}
@media screen and (max-width: 767px) {
  main #individual-psychology h2 {
    font-size: 20px;
  }
}
main #individual-psychology #psychology-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
main #individual-psychology #psychology-list a {
  display: block;
  margin: 10px;
  flex: calc(16.6666666667% - 20px);
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  main #individual-psychology #psychology-list a {
    flex: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  main #individual-psychology #psychology-list a {
    flex: calc(50% - 20px);
  }
}
main #individual-psychology #psychology-list a:hover h3 {
  height: 100px;
  line-height: 90px;
  font-size: 20px;
}
main #individual-psychology #psychology-list a img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
main #individual-psychology #psychology-list a h3 {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 40px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s;
}
main #clinicvideo {
  padding: 100px 0;
  background-color: #6e8fa7;
  position: relative;
}
main #clinicvideo video {
  width: 50%;
  height: auto;
  display: block;
  margin: auto;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  main #clinicvideo video {
    width: 100%;
    margin: 50px auto;
  }
}
main #clinicvideo img {
  position: absolute;
  width: 150px;
  height: auto;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate running;
          animation: slide_up_down 2s ease-in-out infinite alternate running;
}
@media (max-width: 1023px) {
  main #clinicvideo img {
    width: 100px;
    -webkit-animation: slide_up_down2 2s ease-in-out infinite alternate running;
            animation: slide_up_down2 2s ease-in-out infinite alternate running;
  }
}
main #clinicvideo img.mfl1 {
  left: 10%;
  top: 10%;
}
@media (max-width: 1140px) {
  main #clinicvideo img.mfl1 {
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  main #clinicvideo img.mfl1 {
    top: 5%;
  }
}
main #clinicvideo img.mfl2 {
  left: 10%;
  bottom: 10%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@media (max-width: 1140px) {
  main #clinicvideo img.mfl2 {
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  main #clinicvideo img.mfl2 {
    bottom: 5%;
  }
}
main #clinicvideo img.mfl3 {
  right: 10%;
  top: 10%;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}
@media (max-width: 1140px) {
  main #clinicvideo img.mfl3 {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  main #clinicvideo img.mfl3 {
    top: 5%;
  }
}
main #clinicvideo img.mfl4 {
  right: 10%;
  bottom: 10%;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
@media (max-width: 1140px) {
  main #clinicvideo img.mfl4 {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  main #clinicvideo img.mfl4 {
    bottom: 5%;
  }
}
main #ideal-woman-for-marriage {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 100px 0;
  color: #000;
}
@media (max-width: 1023px) {
  main #ideal-woman-for-marriage {
    padding: 50px 0;
  }
}
main #ideal-woman-for-marriage h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  color: #6e8fa7;
}
@media screen and (max-width: 767px) {
  main #ideal-woman-for-marriage h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
main #ideal-woman-for-marriage #counselling-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
}
main #ideal-woman-for-marriage #counselling-list > div {
  flex: 50%;
}
@media screen and (max-width: 767px) {
  main #ideal-woman-for-marriage #counselling-list > div {
    flex: 100%;
  }
}
main #ideal-woman-for-marriage #counselling-list p {
  text-align: justify;
  font-size: 18px;
  line-height: 35px;
  width: 100%;
}
main #ideal-woman-for-marriage #counselling-list img {
  width: 70%;
  height: auto;
}
@media screen and (max-width: 767px) {
  main #ideal-woman-for-marriage #counselling-list img {
    width: 100%;
  }
}
main #ideal-woman-for-marriage #counselling-list a {
  padding: 5px 10px;
  background-color: #6e8fa7;
  color: #fff;
  margin-top: 20px;
  display: inline-block;
  transition: 0.5s;
  border-radius: 5px;
}
main #ideal-woman-for-marriage #counselling-list a:hover {
  background-color: #feacb6;
}
main #ideal-woman-for-marriage #clinicphotos {
  width: 100%;
  margin-top: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
main #ideal-woman-for-marriage #clinicphotos .each-clinic-photo {
  float: right;
  margin: 0;
  position: relative;
  overflow: hidden;
}
main #ideal-woman-for-marriage #clinicphotos .each-clinic-photo:after {
  content: "";
  width: 100%;
  height: 83%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 5% auto;
}
main #ideal-woman-for-marriage #clinicphotos .each-clinic-photo:hover img.cphoto {
  filter: brightness(100%);
}
main #ideal-woman-for-marriage #clinicphotos .each-clinic-photo img.cphoto {
  display: block;
  width: 80%;
  height: auto;
  margin: 5% auto;
  z-index: 1;
  filter: brightness(80%);
  transition: 0.5s;
}
main #ideal-woman-for-marriage #clinicphotos .each-clinic-photo img.negative {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
main #ideal-woman-for-marriage .slick-but {
  top: calc((100% - 60px) / 2);
}

main .breadcrumb {
  color: gray;
  font-size: 14px;
  padding: 30px 0;
}
main .breadcrumb ul {
  list-style: none;
}
main .breadcrumb ul li {
  float: right;
}
main .breadcrumb ul .breadarrow {
  margin: 0 10px;
}
main .breadcrumb ul h1 {
  float: right;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  main#postpage .breadcrumb {
    display: none;
  }
}
main#postpage article.articletext {
  width: calc(100% - 280px);
  float: right;
  box-sizing: border-box;
}
@media (max-width: 1140px) {
  main#postpage article.articletext {
    width: 100%;
    float: none;
  }
}
main#postpage article.articletext h1 {
  font-size: 35px;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  main#postpage article.articletext h1 {
    font-size: 24px;
    padding: 0;
    margin: 30px 0;
    text-align: center;
  }
}
main#postpage article.articletext .postdate {
  color: gray;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  main#postpage article.articletext .postdate {
    display: none;
  }
}
main#postpage article.articletext .postdate .postdateitem {
  float: right;
  text-align: right;
  margin-left: 30px;
}
main#postpage article.articletext .postimage {
  float: left;
  width: 350px;
  margin: 7px 30px 20px 0;
}
@media screen and (max-width: 767px) {
  main#postpage article.articletext .postimage {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
}
main#postpage article.articletext .postimage img {
  width: 100%;
  height: auto;
}
main#postpage article.articletext .maintext {
  font-size: 18px;
  text-align: justify;
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  main#postpage article.articletext .maintext {
    font-size: 16px;
    line-height: 30px;
  }
}
main#postpage article.articletext .maintext ul,
main#postpage article.articletext .maintext ol {
  list-style-position: inside;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  main#postpage article.articletext .maintext ul,
main#postpage article.articletext .maintext ol {
    margin-bottom: 10px;
    margin-right: 5px;
  }
}
main#postpage article.articletext .maintext ul li,
main#postpage article.articletext .maintext ol li {
  margin-bottom: 10px;
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  main#postpage article.articletext .maintext ul li,
main#postpage article.articletext .maintext ol li {
    margin-bottom: 0;
    line-height: 30px;
  }
}
main#postpage article.articletext .maintext p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main#postpage article.articletext .maintext p {
    margin-bottom: 10px;
  }
}
main#postpage article.articletext .maintext h2 {
  font-size: 26px;
  margin: 20px 0 10px;
  padding: 10px 5px;
  border-bottom: 2px solid #e2e2e2;
  color: #717c89;
}
@media screen and (max-width: 767px) {
  main#postpage article.articletext .maintext h2 {
    font-size: 22px;
    margin: 20px 0 10px;
    padding: 10px 0;
  }
}
main#postpage article.articletext .maintext h3 {
  font-size: 22px;
  margin: 20px 0;
  color: #feacb6;
}
@media screen and (max-width: 767px) {
  main#postpage article.articletext .maintext h3 {
    font-size: 20px;
    margin: 10px 0;
  }
}
main#postpage article.articletext .maintext h4 {
  font-size: 20px;
  margin: 10px 0;
  color: #6e8fa7;
}
@media screen and (max-width: 767px) {
  main#postpage article.articletext .maintext h4 {
    font-size: 18px;
    margin: 10px 0;
  }
}
main#postpage article.articletext .maintext img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}
main#postpage article.articletext .maintext img.table {
  width: 60% !important;
  height: auto;
}
main#postpage article.articletext .maintext img.infographic {
  width: 600px;
}
main#postpage article.articletext .maintext a {
  color: #0e72e3;
  text-decoration: underline;
  text-underline-offset: 8px;
}
main#postpage article.articletext .maintext blockquote {
  background-color: #ffeeff;
  padding: 20px;
  margin: 10px 0;
  border-right: 10px solid #717c89;
  clear: both;
}
@media screen and (max-width: 767px) {
  main#postpage article.articletext .maintext blockquote {
    padding: 10px;
    margin: 10px 0;
  }
}
main#postpage article.articletext .maintext blockquote p {
  margin-bottom: 0;
}
main#postpage article.articletext .maintext video {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
main#postpage article.articletext .maintext table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid gray;
  margin: 10px 0 30px;
}
@media screen and (max-width: 767px) {
  main#postpage article.articletext .maintext table {
    overflow-x: auto;
    display: block;
    word-break: normal;
  }
}
main#postpage article.articletext .maintext table th,
main#postpage article.articletext .maintext table td {
  border: 1px solid gray;
  text-align: center;
}
main#postpage article.articletext .maintext table tbody tr:nth-child(odd) {
  background-color: #dcf2f9;
}
main#postpage article.articletext .posttext-footer {
  margin: 10px 0 30px;
  padding: 0 15px;
  font-size: 18px;
  color: black;
  text-align: center;
  background-color: #fdf7ff;
  border: 5px solid #717c89;
}
@media screen and (max-width: 767px) {
  main#postpage article.articletext .posttext-footer {
    margin: 20px 0;
    padding: 0 10px;
  }
}
main#postpage article.articletext .posttext-footer > img {
  float: left;
  width: 300px;
  height: auto;
  margin-top: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  main#postpage article.articletext .posttext-footer > img {
    float: none;
    width: 100%;
  }
}
main#postpage article.articletext .posttext-footer .posttext-footertext {
  float: right;
  width: calc(100% - 320px);
  padding: 10px;
}
@media screen and (max-width: 767px) {
  main#postpage article.articletext .posttext-footer .posttext-footertext {
    margin-top: 20px;
    float: none;
    width: 100%;
    padding: 0;
  }
}
main#postpage article.articletext .posttext-footer .posttext-footertext span {
  color: #717c89;
  margin-top: 5px;
}
main#postpage article.articletext .posttext-footer a {
  display: block;
  color: #90baad;
  margin-top: 5px;
  font-size: 20px;
}
main#postpage article.articletext .tags {
  margin: 10px auto;
  border-top: 2px dotted lightgray;
  padding: 10px 0;
}
main#postpage article.articletext .tags > div {
  color: #90baad;
  font-size: 16px;
}
main#postpage article.articletext .tags li {
  display: inline-block;
  padding: 5px 10px;
  background-color: #717c89;
  color: #fff;
  border-radius: 5px;
  margin: 5px;
}
main#postpage article.articletext #related-posts {
  margin: auto;
  padding-top: 10px;
}
main#postpage article.articletext #related-posts > div {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
main#postpage article.articletext #related-posts ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-content: start;
  flex-wrap: wrap;
}
main#postpage article.articletext #related-posts ul li {
  flex: calc((100% - 60px) / 3);
  flex-grow: 0;
  flex-shrink: 1;
  margin: 10px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 0 1px 1px lightgray;
}
@media screen and (max-width: 767px) {
  main#postpage article.articletext #related-posts ul li {
    flex: 100%;
    margin: 15px 0;
  }
}
main#postpage article.articletext #related-posts ul li a {
  display: block;
}
main#postpage article.articletext #related-posts ul li img {
  width: 100%;
  height: auto;
  display: block;
}
main#postpage article.articletext #related-posts ul li .relpostfooter {
  line-height: 30px;
  padding: 5px;
  text-align: center;
  font-size: 16px;
}
main#postpage #ratingPost {
  display: block;
  cursor: pointer;
  text-align: center;
  float: right;
  margin-left: 20px;
  margin: 10px 0;
  width: 220px;
}
@media screen and (max-width: 767px) {
  main#postpage #ratingPost {
    float: none;
    margin: 10px auto;
    width: 192px;
    text-align: center;
  }
}
main#postpage #ratingPost:after {
  width: 60px;
  height: 3px;
  background-color: #79c74d;
  content: "";
  display: block;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  main#postpage #ratingPost:after {
    display: none;
  }
}
main#postpage #ratingPost .stars {
  display: block;
  float: right;
  height: 30px;
}
main#postpage #ratingPost i {
  color: lightgray;
  font-size: 26px;
  float: right;
  width: 28px;
}
@media screen and (max-width: 767px) {
  main#postpage #ratingPost i {
    font-size: 36px;
    cursor: pointer;
    float: right;
    width: 38px;
  }
}
main#postpage #ratingPost i.fa-star-half-full {
  transform: scaleX(-1);
}
main#postpage #ratingPost .star-description {
  display: none;
}
@media screen and (max-width: 767px) {
  main#postpage #ratingPost .star-description {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  main#postpage #ratingPost .star-description span {
    width: 38px;
    font-size: 10px;
    line-height: 25px;
    float: right;
  }
}
main#postpage #ratingPost .rated {
  color: #7bc74d;
}
main#postpage #ratingPost .voters {
  font-size: 12px;
  color: gray;
  line-height: 25px;
  width: 50px;
  text-align: left;
  float: right;
}
@media screen and (max-width: 767px) {
  main#postpage #ratingPost .voters {
    display: none;
  }
}
main#postpage #therapists {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
main#postpage #therapists .eachtherapist {
  flex: calc(33.3333333333% - 40px);
  flex-grow: 0;
  flex-shrink: 1;
  margin: 10px 20px;
  overflow: hidden;
  border-bottom: 2px solid lightgray;
  box-sizing: border-box;
  padding: 10px 0;
  margin-left: 20px;
  position: relative;
}
@media (max-width: 1023px) {
  main#postpage #therapists .eachtherapist {
    flex: calc(50% - 30px);
    flex-grow: 0;
    flex-shrink: 1;
    margin: 15px;
  }
}
@media screen and (max-width: 767px) {
  main#postpage #therapists .eachtherapist {
    flex: 100%;
    margin: 10px 0;
  }
}
main#postpage #therapists .eachtherapist .therapistdesc {
  float: right;
  width: calc(100% - 110px);
  margin-left: 10px;
  min-height: 140px;
}
main#postpage #therapists .eachtherapist .therapistdesc div {
  font-size: 14px;
  line-height: 20px;
}
main#postpage #therapists .eachtherapist .therapistdesc p {
  font-size: 10px;
  color: gray;
  line-height: 15px;
}
main#postpage #therapists .eachtherapist .therapistimagebox {
  width: 100px;
  float: left;
}
main#postpage #therapists .eachtherapist .therapistimagebox img {
  width: 100px;
  height: auto;
  display: block;
}
main#postpage #therapists .eachtherapist .therapistimagebox div {
  font-size: 12px;
  color: green;
  line-height: 20px;
  text-align: left;
  margin-top: 3px;
}
main#postpage #therapists .eachtherapist .therapistimagebox i.fa-dot-circle-o {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
main#postpage #therapists .eachtherapist .therapistbuts {
  position: absolute;
  bottom: 20px;
  right: 0;
}
main#postpage #therapists .eachtherapist .therapistbuts div {
  padding: 0 15px;
  text-align: center;
  line-height: 30px;
  border: 2px solid lightgray;
  box-sizing: border-box;
  font-size: 13px;
  border-radius: 5px;
  overflow: hidden;
}
main#postpage #therapists .eachtherapist .therapistbuts div a {
  display: block;
}
main#postpage #therapists .eachtherapist .therapistrate .stars {
  display: block;
  float: left;
  height: 30px;
}
main#postpage #therapists .eachtherapist .therapistrate i {
  color: #ffb80e;
  font-size: 16px;
  float: right;
  width: 16px;
}
main#postpage #therapists .eachtherapist .therapistrate i.fa-star-half-full {
  transform: scaleX(-1);
}
main#postpage #comments {
  margin: auto;
  padding-top: 10px;
}
main#postpage #comments > div {
  font-size: 16px;
  color: #90baad;
}
main#postpage #comments .eachcomment {
  width: calc(100% - 200px);
  border: 1px solid #feacb6;
  margin: 15px auto;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  main#postpage #comments .eachcomment {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main#postpage #comments .eachcomment .subcomment {
    width: calc(100% - 20px);
  }
}
main#postpage #comments .eachcomment .commenttitle {
  background-color: #feacb6;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  color: black;
  font-size: 16px;
}
main#postpage #comments .eachcomment .commenttitle .author {
  float: right;
}
main#postpage #comments .eachcomment .commenttitle .reply {
  float: right;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
  height: 20px;
  margin-top: 4px;
  padding: 1px 5px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.5s;
}
main#postpage #comments .eachcomment .commenttitle .reply:hover {
  background-color: #fff;
}
main#postpage #comments .eachcomment .commenttitle .comment-date {
  float: left;
}
main#postpage #comments #replyto {
  width: 400px;
  margin: 10px auto;
  box-sizing: border-box;
  border: 1px solid gray;
  display: none;
}
main#postpage #comments #replyto .replyheader {
  padding: 0 10px;
  background-color: gray;
  color: #fff;
}
main#postpage #comments #replyto .replybody {
  padding: 10px;
  text-align: justify;
}
main#postpage #comments .comment-body {
  padding: 10px;
  font-size: 15px;
  text-align: justify;
  color: black;
}
main#postpage #comments .comment-body p {
  float: right;
  width: calc(100% - 60px);
  margin-left: 10px;
}
main#postpage #comments .comment-body .commentpoint {
  width: 50px;
  float: left;
  position: relative;
  height: 80px;
}
main#postpage #comments .comment-body .commentpoint i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 30px;
  cursor: pointer;
}
main#postpage #comments .comment-body .commentpoint i.fa-arrow-circle-up {
  color: green;
  top: 5px;
}
main#postpage #comments .comment-body .commentpoint i.fa-arrow-circle-down {
  color: red;
  top: 40px;
}
main#postpage #comments .comment-body .commentpoint .pointpos {
  position: absolute;
  top: 5px;
  left: 30px;
  font-size: 16px;
  line-height: 35px;
}
main#postpage #comments .comment-body .commentpoint .pointneg {
  position: absolute;
  top: 40px;
  left: 30px;
  font-size: 16px;
  line-height: 35px;
}
main#postpage #addcomment {
  margin: auto;
  padding-top: 10px;
}
main#postpage #addcomment form {
  width: 400px;
  max-width: 100%;
  margin: auto;
}
main#postpage #addcomment > div {
  font-size: 24px;
  color: #90baad;
  line-height: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  main#postpage #addcomment > div {
    font-size: 20px;
    line-height: 35px;
  }
}
main#postpage #addcomment input[type=text] {
  height: 30px;
  padding: 5px;
  font-size: 16px;
  width: calc(100% - 10px);
  background-color: #f3f3f3;
  border-radius: 0;
  border: 1px solid gray;
  margin: 5px 0;
}
main#postpage #addcomment input[name=captcha] {
  direction: ltr;
  font-family: tahoma;
  text-align: right;
}
main#postpage #addcomment input[type=submit] {
  display: block;
  background-color: #717c89;
  padding: 5px 20px;
  color: white;
  margin: 10px auto;
  font-size: 16px;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
main#postpage #addcomment textarea {
  height: 200px;
  padding: 5px;
  font-size: 16px;
  width: calc(100% - 10px);
  background-color: #f3f3f3;
  border-radius: 0;
  border: 1px solid gray;
  margin: 5px 0;
}
main#postpage #addcomment img {
  display: block;
  margin: 10px auto;
}
main#postpage #postaddons {
  padding: 0;
  text-align: right;
  margin: 10px 0;
}
main#postpage #postaddons:after {
  width: 60px;
  height: 3px;
  background-color: #79c74d;
  content: "";
  display: block;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  main#postpage #postaddons:after {
    display: none;
  }
}
main#postpage #postaddons i {
  display: block;
  line-height: 30px;
  cursor: pointer;
}
main#postpage #postaddons i.fa-facebook {
  background-color: #3b5998;
}
main#postpage #postaddons i.fa-twitter {
  background-color: #5da9dd;
}
main#postpage #postaddons i.fa-reddit {
  background-color: #ff4f00;
}
main#postpage #postaddons i.fa-linkedin {
  background-color: #007ab9;
}
main#postpage #postaddons i.fa-whatsapp {
  background-color: #47c156;
}
main#postpage #postaddons i.fa-telegram {
  background-color: #35ade1;
}
main#postpage #postaddons i.fa-link {
  background-color: #000;
}
main#postpage #postaddons i.fa-commenting-o {
  background-color: #ffbe0b;
}
main#postpage #postaddons i.fa-envelope {
  background-color: #f72585;
}
main#postpage #postaddons i.fa-print {
  background-color: gray;
}
@media screen and (max-width: 767px) {
  main#postpage #postaddons ul {
    text-align: center;
  }
}
main#postpage #postaddons ul li {
  display: inline-block;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  margin: 2.5px;
  padding: 0;
  border-radius: 4px;
  position: relative;
}
main#postpage #postaddons ul li.sharelink #sharelinkbox {
  display: none;
  direction: ltr;
  border: 1px solid lightgray;
  width: 270px;
  margin: auto;
  height: 35px;
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #fff;
}
main#postpage #postaddons ul li.sharelink #sharelinkbox input {
  color: #717c89;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

main.post-lists .postslist {
  width: calc(100% - 280px);
  float: right;
  box-sizing: border-box;
  margin-top: 50px;
}
@media (max-width: 1140px) {
  main.post-lists .postslist {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  main.post-lists .postslist {
    margin-top: 0;
  }
}
main.post-lists .postslist .eachpost {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  border-bottom: 3px dotted lightgray;
}
main.post-lists .postslist .eachpost .eachposttitle h2 {
  font-size: 24px;
  float: right;
  margin-right: 20px;
  color: #90baad;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  main.post-lists .postslist .eachpost .eachposttitle h2 {
    font-size: 20px;
    float: none;
    line-height: 35px;
  }
}
main.post-lists .postslist .eachpost .eachposttitle .eachpostdate {
  font-size: 14px;
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  color: gray;
}
@media screen and (max-width: 767px) {
  main.post-lists .postslist .eachpost .eachposttitle .eachpostdate {
    display: none;
  }
}
main.post-lists .postslist .eachpost .eachposttext {
  font-size: 16px;
  text-align: justify;
  text-justify: inter-word;
  padding: 20px;
  line-height: 35px;
  color: gray;
}
main.post-lists .postslist .eachpost .eachposttext .post-image > img {
  float: left;
  margin: 0 20px 10px 0;
  width: 250px;
  height: auto;
}
@media screen and (max-width: 767px) {
  main.post-lists .postslist .eachpost .eachposttext .post-image > img {
    float: none;
    margin: 10px 0;
    width: 100%;
  }
}
main.post-lists .postslist .eachpost .eachpostfooter {
  line-height: 50px;
  font-size: 16px;
}
main.post-lists .postslist .eachpost .eachpostfooter .comments {
  float: right;
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: #ffeeff;
  color: #000;
  line-height: 35px;
  margin: 10px 20px 0 0;
  border-radius: 50px;
}
main.post-lists .postslist .eachpost .eachpostfooter .readmore {
  float: left;
  margin: 10px 0 0 20px;
  background-color: #ffeeff;
  color: #000;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 6px;
}
main.post-lists .postslist .noposts {
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}
main.post-lists .postslist .posts-title {
  text-align: right;
  line-height: 200px;
  background-color: #47a5ae;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 70px;
  color: white;
}
main.post-lists .postslist .posts-title span {
  text-align: right;
  font-size: 28px;
  display: inline-block;
  margin-left: 10px;
}
main.post-lists .postslist .posts-title h1 {
  text-align: right;
  font-size: 28px;
  display: inline-block;
}
main.post-lists .paging {
  float: right;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  main.post-lists .paging {
    float: none;
  }
}
main.post-lists .paging > span {
  float: right;
  height: 30px;
  line-height: 30px;
  margin-left: 7px;
  font-size: 18px;
}
main.post-lists .paging i {
  float: right;
  height: 30px;
  line-height: 30px;
  margin: 0 7px;
  font-size: 18px;
}
main.post-lists .paging a {
  float: right;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  width: 30px;
  border: 1px solid #6e8fa7;
  border-radius: 5px;
  margin: 0 3px;
  font-size: 18px;
  color: #717c89;
}
main.post-lists .paging a.next, main.post-lists .paging a.prev {
  width: auto;
  border: 0;
}
main.post-lists .paging .current {
  height: 30px;
  line-height: 30px;
  width: 30px;
  overflow: hidden;
  text-align: center;
  color: #000;
  background-color: #6e8fa7;
  border-radius: 5px;
  margin: 0 3px;
  font-size: 18px;
}

main aside {
  width: 250px;
  margin-right: 30px;
  float: right;
  box-sizing: border-box;
}
@media (max-width: 1140px) {
  main aside {
    display: none;
  }
}
main aside .asidetitle {
  font-size: 22px;
  text-align: center;
  margin-top: 25px;
  padding-bottom: 5px;
  border-bottom: 5px solid #90baad;
}
main aside ul {
  background-color: #eee;
}
main aside ul li {
  list-style-type: none;
  display: block;
  padding: 15px 20px;
  margin-right: 5px;
}
main aside ul li:hover {
  margin-right: 0;
  border-right: 5px solid #90baad;
  color: #90baad;
}
main aside #pdfver {
  margin: 30px auto;
  width: 215px;
  cursor: pointer;
}
main aside #pdfver:hover i {
  background-color: #eee;
  color: #f20f00;
}
main aside #pdfver:hover span {
  color: #f20f00;
}
main aside #pdfver i {
  background-color: #f20f00;
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: 50px;
  float: right;
  border-radius: 50%;
  transition: 0.5s;
}
main aside #pdfver span {
  line-height: 50px;
  font-size: 16px;
  margin-right: 5px;
  display: block;
  float: right;
  transition: 0.5s;
  color: #000;
}
main aside #howcanhelp {
  background-color: #ffeeff;
  padding: 30px;
  margin: 30px 0;
  text-align: justify;
}
main aside #howcanhelp .asidetitle2 {
  font-size: 18px;
  margin-bottom: 20px;
}
main aside #howcanhelp p {
  font-size: 14px;
}
main aside #howcanhelp .contactbut {
  padding: 5px 15px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
}
main aside #howcanhelp .contactbut i {
  font-size: 18px;
  transform: scaleX(-1);
  margin-left: 10px;
  vertical-align: middle;
}
main aside #ceoquote {
  border: 5px solid #eee;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  overflow: hidden;
  text-align: justify;
}
main aside #ceoquote i {
  position: absolute;
  left: 0px;
  bottom: -4px;
  font-size: 40px;
  color: #7bc74d;
  transform: scaleY(-1);
}
main aside .search {
  width: 100%;
}
main aside .search input {
  width: calc(100% - 40px);
  font-size: 16px;
  padding: 0 2px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  float: right;
  box-sizing: border-box;
  border: 1px solid #ffeeff;
}
main aside .search button {
  font-size: 18px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  float: right;
  box-sizing: border-box;
  border: 1px solid #ffeeff;
  background-color: #ffeeff;
  color: #000;
  cursor: pointer;
}
main aside .search button i {
  vertical-align: middle;
}

main#careers {
  position: relative;
  padding: 50px 0;
}
main#careers h1 {
  text-align: center;
  font-size: 22px;
  margin: 40px 0;
}
main#careers .content {
  width: 100%;
}
main#careers .cvform-intro {
  text-align: center;
  font-size: 18px;
}
main#careers .cvform {
  padding: 40px 0;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1023px) {
  main#careers .cvform {
    float: none;
    width: 100% !important;
    margin: 0px;
    font-size: 14px;
  }
}
main#careers .cvform p {
  margin-bottom: 30px;
}
main#careers .cvform label {
  display: inline-block;
  width: 150px;
  text-align: right;
}
@media (max-width: 1023px) {
  main#careers .cvform label {
    width: 100px;
  }
}
main#careers .cvform input {
  line-height: 35px;
  height: 35px;
  margin-bottom: 20px;
}
main#careers .cvform select {
  line-height: 35px;
  width: 300px;
  height: 35px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  main#careers .cvform select {
    width: calc(100% - 120px);
  }
}
main#careers .cvform input[type=text] {
  width: 300px;
}
@media (max-width: 1023px) {
  main#careers .cvform input[type=text] {
    width: calc(100% - 120px);
  }
}
main#careers .cvform input[type=submit] {
  width: 100px;
  height: 40px;
}
main#careers .cvform input[type=file] {
  width: 300px;
}
@media (max-width: 1023px) {
  main#careers .cvform input[type=file] {
    width: calc(100% - 120px);
  }
}
main#careers .starerr {
  color: red;
}

footer {
  clear: both;
  padding-top: 50px;
  background-color: #171e26;
  color: lightgray;
}
footer > .wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}
footer .eachcol {
  flex: 33.3333333333%;
  box-sizing: border-box;
  padding: 30px;
}
@media (max-width: 1023px) {
  footer .eachcol {
    flex: 50%;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .eachcol {
    flex: 100%;
    padding: 30px 0;
  }
}
footer .eachcol:nth-child(2) {
  border-right: 2px solid gray;
  border-left: 2px solid gray;
}
@media (max-width: 1023px) {
  footer .eachcol:nth-child(2) {
    border-left: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .eachcol:nth-child(2) {
    border: 0;
  }
}
footer .eachcol .footertitle {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
footer .eachcol p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: justify;
}
footer .eachcol i {
  color: #ffeeff;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 20px;
}
footer #contact i {
  transform: scaleX(-1);
}
footer #socials {
  margin: auto;
  width: 180px;
  opacity: 0.6;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}
footer #socials a {
  flex: 1;
  text-align: center;
}
footer #socials a i {
  font-size: 50px;
  margin: 10px;
}
footer img {
  width: 100%;
  height: auto;
  opacity: 0.8;
  display: block;
  margin-top: 30px;
}
footer img.samandehi-logo {
  width: auto;
  margin: 20px auto;
}
footer #copyright {
  background-color: #000;
  text-align: center;
  padding: 20px 0;
  margin-top: 50px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  footer #copyright {
    font-size: 14px;
    padding-bottom: 60px;
  }
}

main#single-page {
  padding: 50px 0;
}
main#single-page h1 {
  font-size: 24px;
  text-align: center;
  color: #6e8fa7;
}
@media screen and (max-width: 767px) {
  main#single-page h1 {
    font-size: 20px;
  }
}
main#single-page #hometests {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
main#single-page #hometests .eachpost {
  flex: calc(16.6666666667% - 40px);
  flex-grow: 0;
  flex-shrink: 1;
  margin: 20px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  main#single-page #hometests .eachpost {
    flex: calc(25% - 30px);
    flex-grow: 0;
    flex-shrink: 1;
    margin: 15px;
  }
}
@media screen and (max-width: 767px) {
  main#single-page #hometests .eachpost {
    flex: calc(50% - 20px);
    flex-grow: 0;
    flex-shrink: 1;
    margin: 10px;
  }
}
main#single-page #hometests .eachpost:hover img {
  filter: brightness(0);
}
main#single-page #hometests .eachpost .imagebox img {
  width: calc(100% - 50px);
  padding: 10px;
  height: auto;
  display: block;
  margin: auto;
  border-bottom: 1px solid lightgray;
  transition: 0.5s;
}
main#single-page #hometests .eachpost .eachpost-footer {
  width: calc(100% - 10px);
  background-color: #fff;
  line-height: 25px;
  padding: 0 5px;
  font-size: 14px;
  text-align: center;
  color: #000;
}

main#testspage {
  width: 100%;
  background-color: white;
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  main#testspage .wrapper {
    width: 100%;
  }
}
main#testspage h2 {
  font-size: 24px;
  text-align: center;
  padding: 30px;
  color: #6e8fa7;
}
@media screen and (max-width: 767px) {
  main#testspage h2 {
    font-size: 20px;
  }
}
main#testspage.eachtestpage {
  background-color: #6e8fa7;
}
main#testspage .test-header {
  width: 600px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 8px 8px 0 0;
  border: 2px solid #ae4772;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main#testspage .test-header {
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
}
main#testspage .test-header h1 {
  background-color: #ae4772;
  font-size: 22px;
  color: #fff;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  main#testspage .test-header h1 {
    font-size: 18px;
  }
}
main#testspage .test-header .topheader {
  padding: 5px 10px;
  height: 40px;
  background-color: #fff;
}
@media screen and (max-width: 325px) {
  main#testspage .test-header .topheader {
    padding: 2.5px 5px;
    height: 30px;
  }
}
main#testspage .test-header .topheader #logo {
  float: right;
}
main#testspage .test-header .topheader #logo img {
  width: 40px;
  height: auto;
  float: right;
}
@media screen and (max-width: 325px) {
  main#testspage .test-header .topheader #logo img {
    width: 30px;
  }
}
main#testspage .test-header .topheader .sitetitle {
  float: right;
  line-height: 40px;
  font-size: 16px;
  margin-right: 5px;
}
@media screen and (max-width: 325px) {
  main#testspage .test-header .topheader .sitetitle {
    font-size: 14px;
    line-height: 30px;
  }
}
main#testspage .test-header #toptel {
  float: left;
  line-height: 40px;
}
@media screen and (max-width: 325px) {
  main#testspage .test-header #toptel {
    line-height: 30px;
  }
}
main#testspage .test-header #toptel i {
  margin-right: 10px;
  font-size: 25px;
  color: var(--dark2);
  vertical-align: middle;
}
@media screen and (max-width: 325px) {
  main#testspage .test-header #toptel i {
    margin-right: 5px;
    font-size: 22px;
  }
}
main#testspage .test-header .testmainimg {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}
main#testspage #allques {
  width: 560px;
  min-height: 360px;
  margin: 0 auto;
  border: 2px solid #ae4772;
  padding: 20px;
  position: relative;
  background-color: white;
}
@media screen and (max-width: 767px) {
  main#testspage #allques {
    min-height: 100px;
    width: calc(100% - 20px);
    padding: 20px 10px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
}
main#testspage #allques img {
  display: block;
  margin: auto;
  width: 300px;
  height: auto;
  max-width: 100%;
}
main#testspage #allques .eachques:not(:first-child) {
  display: none;
}
main#testspage #allques .eachques p {
  font-size: 18px;
  margin: 30px 0;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  main#testspage #allques .eachques p {
    margin-top: 10px;
  }
}
main#testspage #allques .eachques label {
  line-height: 35px;
  float: right;
  width: calc(100% - 60px);
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 16px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  main#testspage #allques .eachques label {
    width: calc(100% - 20px);
    font-size: 15px;
  }
}
main#testspage .test-intro {
  font-size: 16px;
  line-height: 30px;
  padding: 0;
  width: 600px;
  background-color: white;
  margin: auto;
  border: 2px solid #ae4772;
  border-bottom: 0;
  border-top: 0;
}
main#testspage .test-intro > p {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  main#testspage .test-intro {
    width: 100%;
    text-align: center;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
}
main#testspage .progressbar {
  height: 5px;
  background-color: white;
  width: 100%;
  margin: auto;
}
main#testspage .progressbar .progbarint {
  height: 5px;
  background-color: #ae4772;
  width: 0;
  transition: width 1s;
}
main#testspage .form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: white;
  color: #000;
  top: 10px;
  height: 30px;
  width: 30px;
  border: 2px solid #47a5ae;
  box-sizing: border-box;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 7px;
  outline: none;
}
main#testspage .form-radio:checked:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5.5px;
  left: 5.5px;
  margin: auto;
  background-color: #47a5ae;
}
main#testspage .form-radio:hover:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5.5px;
  left: 5.5px;
  margin: auto;
  background-color: #ae4772;
}
main#testspage #showresult {
  display: none;
  margin: 30px auto;
}
main#testspage #showresult p {
  margin-bottom: 30px;
}
main#testspage #showresult input {
  display: block;
  width: 300px;
  margin: 10px auto;
  height: 35px;
  padding: 1px 5px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main#testspage #showresult input {
    width: calc(100% - 20px);
  }
}
main#testspage button {
  background-color: #ae4772;
  color: white;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 0;
  box-shadow: none;
  margin: 20px auto 0;
  cursor: pointer;
  display: block;
}
main#testspage .testtype {
  padding: 20px 10px;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
}
main#testspage #chart {
  width: 500px;
  padding: 50px;
  margin: auto;
  border: 2px solid #ae4772;
  border-top: 0;
  background-color: white;
  display: none;
}
@media screen and (max-width: 767px) {
  main#testspage #chart {
    width: calc(100% - 20px);
    padding: 30px 10px;
    border: 0;
  }
}
main#testspage #sharetest {
  width: 560px;
  margin: 0 auto;
  border: 2px solid #ae4772;
  border-top: none;
  padding: 10px 20px;
  position: relative;
  background-color: white;
}
@media screen and (max-width: 767px) {
  main#testspage #sharetest {
    width: calc(100% - 40px);
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
}
main#testspage #sharetest p {
  float: right;
  line-height: 30px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main#testspage #sharetest p {
    float: none;
    text-align: center;
    clear: both;
    margin-bottom: 10px;
  }
}
main#testspage #sharetest a {
  float: left;
  line-height: 30px;
  font-size: 24px;
  margin-right: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main#testspage #sharetest a {
    float: none;
    margin: 0 15px;
    font-size: 28px;
  }
}
main#testspage #sharetest i {
  vertical-align: middle;
}
main#testspage #sharetest i.fa-whatsapp {
  color: #47c156;
}
main#testspage #sharetest i.fa-telegram {
  color: #35ade1;
}
main#testspage #sharetest i.fa-facebook {
  color: #3b5998;
}
main#testspage #sharetest i.fa-twitter {
  color: #5da9dd;
}
main#testspage #sharetest i.fa-google {
  color: #cc2c28;
}
@media screen and (max-width: 767px) {
  main#testspage #sharetest > div {
    margin: auto;
    width: 300px;
  }
}

main#contactus {
  padding: 100px 0;
}
@media (max-width: 1023px) {
  main#contactus {
    padding: 10px 0 50px;
  }
}
main#contactus #address {
  float: right;
  width: calc(100% - 650px);
  margin-left: 50px;
  font-size: 18px;
}
@media (max-width: 1023px) {
  main#contactus #address {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
    text-align: center;
  }
}
main#contactus #address h2 {
  font-size: 22px;
  color: #47a5ae;
  margin-top: 30px;
  line-height: 40px;
}
@media (max-width: 1023px) {
  main#contactus #address h2 {
    font-size: 20px;
  }
}
main#contactus #address p {
  line-height: 35px;
  text-align: justify;
  font-size: 18px;
}
@media (max-width: 1023px) {
  main#contactus #address p {
    text-align: center;
    font-size: 16px;
  }
}
main#contactus #address li {
  list-style-type: none;
  direction: rtl;
  text-align: left;
  width: 180px;
  margin: 10px auto;
  line-height: 35px;
}
main#contactus #address li i {
  font-size: 22px;
  vertical-align: middle;
  border: 2px solid #47a5ae;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
main#contactus #address .navigation a {
  width: 160px;
  border-radius: 8px;
  text-align: left;
  color: white;
  display: block;
  margin: 10px auto;
  background-color: #e34934;
  padding: 5px;
}
main#contactus #address .navigation a:nth-child(2) {
  background-color: #7465ee;
}
main#contactus #address .navigation a:nth-child(2) i {
  color: #7465ee;
}
main#contactus #address .navigation a:nth-child(3) {
  background-color: #36b496;
}
main#contactus #address .navigation a:nth-child(3) i {
  color: #36b496;
}
main#contactus #address .navigation a:nth-child(4) {
  background-color: #50aaeb;
}
main#contactus #address .navigation a:nth-child(4) i {
  color: #50aaeb;
}
main#contactus #address .navigation a i {
  color: #e34934;
  padding: 5px 8px;
  text-align: center;
  width: 20px;
  background-color: white;
  opacity: 0.8;
  font-size: 24px;
  vertical-align: middle;
  border-radius: 8px;
  margin-right: 7px;
}
main#contactus iframe {
  margin: auto;
  width: 600px;
  height: 450px;
}
@media (max-width: 1023px) {
  main#contactus iframe {
    width: 100%;
    height: 450px;
  }
}

/*# sourceMappingURL=style-index.css.map*/