/*!*******************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!../../node_modules/sass-loader/dist/cjs.js!../scss/style.scss ***!
  \*******************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@500;700&family=Zen+Old+Mincho:wght@600&display=swap);
/*!*******************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!../../node_modules/sass-loader/dist/cjs.js!../../node_modules/animate.css/animate.css ***!
  \*******************************************************************************************************************************************************************/
/*!
* 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 print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from, 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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    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);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    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);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

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

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-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;
}

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

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

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

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

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

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

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

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

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from, 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;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 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;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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 {
  from, 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;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 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;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 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;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 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;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    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% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

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

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

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

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 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 {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.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;
}

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

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

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    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 {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    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;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    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;
}

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 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;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 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;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

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

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

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

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

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

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*!*****************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!../../node_modules/sass-loader/dist/cjs.js!../../node_modules/swiper/swiper.min.css ***!
  \*****************************************************************************************************************************************************************/
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!../../node_modules/sass-loader/dist/cjs.js!../../node_modules/swiper/modules/effect-fade/effect-fade.min.css ***!
  \******************************************************************************************************************************************************************************************/
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!../../node_modules/sass-loader/dist/cjs.js!../../node_modules/@fancyapps/ui/dist/fancybox/fancybox.css ***!
  \************************************************************************************************************************************************************************************/
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: 0.175s ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: 0.175s ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, -150px, 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, 150px, 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.25s ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: 0.35s ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.15s ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: 0.35s ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content, .fancybox__container:not(.is-compact) .has-map .fancybox__content, .fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.f-thumbs__track {
  display: flex;
  will-change: transform;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0) * 1px);
  width: calc(100% - var(--width, 0) * 1px);
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  --clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern .f-thumbs__slide:focus-within:not(.is-selected) {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.is-modern .f-thumbs__slide > * {
  clip-path: var(--clip-path);
}

.is-modern.in-touch .f-thumbs__slide {
  filter: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: all 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide > * {
  transition: all 0.33s ease;
}

.f-thumbs__slide__button {
  appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
}

.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}
/*!***********************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!../../node_modules/sass-loader/dist/cjs.js!../scss/style.scss (1) ***!
  \***********************************************************************************************************************************************/
@charset "UTF-8";
/*******************************************
	/css/style.css
*******************************************/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a,
form, input, textarea, select, option, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  color: inherit;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, textarea, select, option, button {
  vertical-align: middle;
  background-color: #fff;
}

button {
  cursor: pointer;
}

html {
  font-size: 10px;
  overflow-y: scroll;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  color: #333;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

a {
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

p {
  text-align: justify;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* .main {
    padding-top: map-get(g.$headerH, 'sm');

    @include g.mq('md') {
        padding-top: map-get(g.$headerH, 'md');
    }
} */
@media screen and (max-width: 375px) {
  .xs-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sm-none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .md-none {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .lg-none {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .lg-max-none {
    display: none !important;
  }
}
@media screen and (min-width: 1320px) {
  .xl-none {
    display: none !important;
  }
}
@media screen and (max-width: 1319px) {
  .xl-max-none {
    display: none !important;
  }
}
@media screen and (min-width: 1240px) {
  .inner-none {
    display: none !important;
  }
}
@media screen and (max-width: 1239px) {
  .inner-max-none {
    display: none !important;
  }
}
.wow {
  visibility: hidden;
}

#app {
  overflow: hidden;
}

/*------------------------------------------
	header
------------------------------------------*/
.header__logo {
  position: fixed;
  top: 0;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 162px;
  height: 72px;
  background-color: #FFF;
  border-radius: 0 0 10px 10px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header__logo {
    left: 78px;
    width: 283px;
    height: 157px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 132px;
  }
}
.header__recruit-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1003;
  width: 100%;
}
@media screen and (min-width: 1320px) {
  .header__recruit-btn {
    display: none;
  }
}
.header__recruit-btn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 63px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #FF8800;
}
.header__recruit-btn > a::before {
  content: "";
  width: 30px;
  height: 46px;
  background: url("../img/common/icon_recruit_btn.svg") no-repeat border-box center/cover;
}

/*------------------------------------------
	ハンバーガーメニュー
------------------------------------------*/
.menubar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 42px;
}
@media screen and (min-width: 992px) {
  .menubar {
    width: 40px;
    height: 50px;
  }
}
.menubar__inner {
  position: relative;
  z-index: 1000;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 3px;
}
.menubar span {
  position: absolute;
  right: 0;
  display: inline-block;
  margin: auto;
  width: 25px;
  height: 4px;
  background-color: #0055B8;
  border-radius: 4px;
  transition: all 0.4s;
}
@media screen and (min-width: 992px) {
  .menubar span {
    width: 40px;
  }
}
.menubar span:nth-of-type(1) {
  top: 10px;
}
.menubar span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  width: 21px;
}
@media screen and (min-width: 992px) {
  .menubar span:nth-of-type(2) {
    width: 33px;
  }
}
.menubar span:nth-of-type(3) {
  bottom: 10px;
}

/*------------------------------------------
グロナビ
------------------------------------------*/
.gnav {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 61px;
  height: 61px;
  background-color: #FFF;
  border-radius: 100vmax;
  border: 1px solid #0055B8;
  z-index: 1001;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (min-width: 992px) {
  .gnav {
    width: 96px;
    height: 96px;
    top: 30px;
    right: 30px;
  }
}
.gnav__menubar {
  transition: 0.4s;
}
.gnav__area {
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  width: 258px;
}
@media screen and (max-width: 1319px) {
  .gnav__area {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1002;
    height: 100%;
    background-color: #fff;
    transform: translateX(100%);
  }
}
@media screen and (min-width: 768px) {
  .gnav__area {
    width: 350px;
  }
}
@media screen and (min-width: 1320px) {
  .gnav__area {
    width: 307px;
  }
}
@media screen and (min-width: 1320px) {
  .gnav__area::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 162px;
    height: 99px;
    background: url("../img/common/gnav_icon.svg") no-repeat border-box center/cover;
  }
}
.gnav__close {
  position: absolute;
  top: 9px;
  right: 13px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #D9D9D9;
}
@media screen and (min-width: 1320px) {
  .gnav__close {
    top: 39px;
    right: 50%;
    transform: translateX(50%);
  }
}
.gnav__close-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
}
.gnav__close-icon::before, .gnav__close-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  background-color: #D9D9D9;
}
.gnav__close-icon::before {
  transform: rotate(45deg);
}
.gnav__close-icon::after {
  transform: rotate(135deg);
}
.gnav__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  padding: 60px 20px 93px 25px;
}
@media screen and (min-width: 1320px) {
  .gnav__list {
    gap: 7px;
    padding: 95px 28px 85px 40px;
  }
}
.gnav__item > a, .gnav__item > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0055B8;
}
@media screen and (min-width: 1320px) {
  .gnav__item > a, .gnav__item > span {
    gap: 9px;
  }
}
.gnav__item > a::before, .gnav__item > span::before {
  content: "";
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
}
.gnav__item.is-home > a::before, .gnav__item.is-home > span::before {
  background-image: url("../img/common/gnav_icon_home.svg");
  background-size: 18px 18px;
}
@media screen and (min-width: 768px) {
  .gnav__item.is-home > a::before, .gnav__item.is-home > span::before {
    background-size: 20px 20px;
  }
}
.gnav__item.is-company > a::before, .gnav__item.is-company > span::before {
  background-image: url("../img/common/gnav_icon_company.svg");
  background-size: 18px 18px;
}
@media screen and (min-width: 768px) {
  .gnav__item.is-company > a::before, .gnav__item.is-company > span::before {
    background-size: 20px 20px;
  }
}
.gnav__item.is-work > a::before, .gnav__item.is-work > span::before {
  background-image: url("../img/common/gnav_icon_work.svg");
  background-size: 20px 18px;
}
@media screen and (min-width: 768px) {
  .gnav__item.is-work > a::before, .gnav__item.is-work > span::before {
    background-size: 22px 20px;
  }
}
.gnav__item.is-environment > a::before, .gnav__item.is-environment > span::before {
  background-image: url("../img/common/gnav_icon_environment.svg");
  background-size: 22px 18px;
}
@media screen and (min-width: 768px) {
  .gnav__item.is-environment > a::before, .gnav__item.is-environment > span::before {
    background-size: 24px 20px;
  }
}
.gnav__item.is-recruit > a::before, .gnav__item.is-recruit > span::before {
  background-image: url("../img/common/gnav_icon_recruit.svg");
  background-size: 19px 18px;
}
@media screen and (min-width: 768px) {
  .gnav__item.is-recruit > a::before, .gnav__item.is-recruit > span::before {
    background-size: 21px 19px;
  }
}
.gnav__list-lv2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  padding-left: 28px;
}
@media screen and (min-width: 1320px) {
  .gnav__list-lv2 {
    padding-left: 30px;
    margin-top: -4px;
  }
}
.gnav__item-lv2 {
  line-height: 1.5;
}
.gnav__item-lv2 > a, .gnav__item-lv2 > span {
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (min-width: 1320px) {
  .gnav__item-lv2 > a, .gnav__item-lv2 > span {
    font-size: 1.6rem;
  }
}
.gnav__item-lv2 > a span, .gnav__item-lv2 > span span {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 1320px) {
  .gnav__item-lv2 > a span, .gnav__item-lv2 > span span {
    font-size: 1.4rem;
  }
}
.gnav__recruit {
  margin-top: 13px;
}
@media screen and (max-width: 1319px) {
  .gnav__recruit {
    display: none;
  }
}
.gnav__recruit a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 43px;
  border-radius: 21.5px;
  width: 229px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #FF8800;
}
.gnav.is-active-sp .gnav__area {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.gnav.is-scroll .gnav__area {
  overflow-y: scroll;
}
@media screen and (min-width: 1320px) {
  .gnav.is-active {
    border: none;
    cursor: auto;
  }
}
@media screen and (min-width: 1320px) {
  .gnav.is-active .gnav__area {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.4s;
  }
}
@media screen and (min-width: 1320px) {
  .gnav.is-active .gnav__menubar {
    opacity: 0;
    visibility: hidden;
    transition: none;
  }
}
@media screen and (min-width: 1320px) {
  .gnav.is-hamburger {
    transition-delay: 0.4s;
  }
}
@media screen and (min-width: 1320px) {
  .gnav.is-hamburger .gnav__menubar {
    transition-delay: 0.8s;
  }
}

/*------------------------------------------
	footer
------------------------------------------*/
.footer {
  position: relative;
  background: #0055B8;
  padding: 0 0 63px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 74px 0 63px;
  }
}
@media screen and (min-width: 1320px) {
  .footer {
    padding: 74px 0 0;
  }
}
.footer__sns {
  padding: 17px 0;
}
@media screen and (min-width: 768px) {
  .footer__sns {
    padding: 31px 0 25px;
  }
}
.footer__sns-list {
  display: flex;
  justify-content: flex-end;
}
.footer__copyright {
  padding: 10px 0;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFF;
  border-top: 1px solid #FFF;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 1.4rem;
    padding: 10px 0;
    margin-top: 0;
  }
}

/*------------------------------------------
	フッターグロナビ
------------------------------------------*/
.fnav {
  display: none;
}
@media screen and (min-width: 768px) {
  .fnav {
    display: block;
  }
}
.fnav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  margin: 0 auto;
}
.fnav__item > span {
  border-bottom: 1px solid #FFF;
}
.fnav__item > a, .fnav__item > span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1320px) {
  .fnav__item > a, .fnav__item > span {
    gap: 9px;
  }
}
.fnav__item > a::before, .fnav__item > span::before {
  content: "";
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
}
.fnav__item.is-home > a::before, .fnav__item.is-home > span::before {
  background-image: url("../img/common/gnav_icon_home_white.svg");
  background-size: 18px 18px;
}
@media screen and (min-width: 768px) {
  .fnav__item.is-home > a::before, .fnav__item.is-home > span::before {
    background-size: 20px 20px;
  }
}
.fnav__item.is-company > a::before, .fnav__item.is-company > span::before {
  background-image: url("../img/common/gnav_icon_company_white.svg");
  background-size: 18px 18px;
}
@media screen and (min-width: 768px) {
  .fnav__item.is-company > a::before, .fnav__item.is-company > span::before {
    background-size: 20px 20px;
  }
}
.fnav__item.is-work > a::before, .fnav__item.is-work > span::before {
  background-image: url("../img/common/gnav_icon_work_white.svg");
  background-size: 20px 18px;
}
@media screen and (min-width: 768px) {
  .fnav__item.is-work > a::before, .fnav__item.is-work > span::before {
    background-size: 22px 20px;
  }
}
.fnav__item.is-environment > a::before, .fnav__item.is-environment > span::before {
  background-image: url("../img/common/gnav_icon_environment_white.svg");
  background-size: 22px 18px;
}
@media screen and (min-width: 768px) {
  .fnav__item.is-environment > a::before, .fnav__item.is-environment > span::before {
    background-size: 24px 20px;
  }
}
.fnav__item.is-recruit > a::before, .fnav__item.is-recruit > span::before {
  background-image: url("../img/common/gnav_icon_recruit_white.svg");
  background-size: 19px 18px;
}
@media screen and (min-width: 768px) {
  .fnav__item.is-recruit > a::before, .fnav__item.is-recruit > span::before {
    background-size: 21px 19px;
  }
}
.fnav__item-lv2 {
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: -0.1px;
}

/*------------------------------------------
    topへもどる
------------------------------------------*/
.gotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  z-index: 999;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .gotop {
    right: 50px;
    bottom: 50px;
  }
}
.gotop.is-show {
  visibility: visible;
  opacity: 1;
}
.gotop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .gotop a {
    width: 60px;
    height: 60px;
  }
}
.gotop__arrow {
  width: 1em;
  height: 1em;
  font-size: 1.8rem;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.gotop__arrow::before, .gotop__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 2px;
}
.gotop__arrow::before {
  width: 4px;
  height: 100%;
}
.gotop__arrow::after {
  width: 100%;
  height: 4px;
}
@media screen and (min-width: 768px) {
  .gotop__arrow {
    width: 1em;
    height: 1em;
    font-size: 2.1rem;
    transform: rotate(45deg);
  }
  .gotop__arrow::before, .gotop__arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 2.5px;
  }
  .gotop__arrow::before {
    width: 5px;
    height: 100%;
  }
  .gotop__arrow::after {
    width: 100%;
    height: 5px;
  }
}

/*------------------------------------------
inner
------------------------------------------*/
.inner {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1240px) {
  .inner {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .inner.is-pc {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .inner.is-sp {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .inner.is-small {
    width: 950px;
  }
}

/*------------------------------------------
    パンくず
------------------------------------------*/
.breadcrumb {
  display: flex;
}
.breadcrumb__item {
  font-size: 1.3rem;
  color: #333;
}
.breadcrumb__item:not(:last-of-type) {
  margin-right: 10px;
}
.breadcrumb__item:not(:last-of-type) a {
  padding-right: 10px;
}
.breadcrumb__item:not(:last-of-type)::after {
  content: ">";
}

/*------------------------------------------
	tit
------------------------------------------*/
.tit {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .tit {
    font-size: 4.4rem;
    margin-bottom: 30px;
  }
}
.tit span {
  position: relative;
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #0055B8;
  font-size: 2rem;
  letter-spacing: 0;
  font-weight: bold;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .tit span {
    font-size: 2.5rem;
  }
}
.tit span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
  background-color: #0055B8;
}

/*------------------------------------------
	ボタン
------------------------------------------*/
.btn a, .btn i {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .btn a, .btn i {
    font-size: 2.1rem;
  }
}

/*------------------------------------------
	ボタン
------------------------------------------*/
.btn-nomal {
  text-align: center;
}
.btn-nomal a, .btn-nomal i {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  font-style: normal;
  min-width: 90%;
  background: #FFF;
  border: 1px solid #EF604D;
  border-radius: 50px;
  padding: 15px 5px;
  color: #EF604D;
}
@media screen and (max-width: 767px) {
  .btn-nomal a, .btn-nomal i {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .btn-nomal a, .btn-nomal i {
    min-width: 317px;
  }
}
.btn-nomal a:hover, .btn-nomal i:hover {
  background: #EF604D;
  color: #FFF;
}
.btn-nomal a:hover .btn-nomal__arrow.is-02, .btn-nomal i:hover .btn-nomal__arrow.is-02 {
  background-color: transparent;
}
.btn-nomal .btn-nomal__arrow {
  position: absolute !important;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
}
.btn-nomal .btn-nomal__arrow.is-02 {
  background-color: transparent;
  width: 25px;
  height: 25px;
}

/*------------------------------------------
    table
------------------------------------------*/
.table {
  width: 100%;
  border: 1px solid #EEEEEE;
  border-collapse: collapse;
}
.table__th, .table__td {
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .table__th, .table__td {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .table__th, .table__td {
    border: 1px solid #EEEEEE;
  }
}
.table__th {
  color: #fff;
  background-color: #EF604D;
}
@media screen and (min-width: 768px) {
  .table__th {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .table__td {
    border-top: 1px solid #EEEEEE;
  }
}
@media screen and (min-width: 768px) {
  .table__td {
    width: 70%;
  }
}

/*------------------------------------------
    アコーディオン
------------------------------------------*/
.aco__head a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .aco__head a {
    grid-template-columns: 1fr 64px;
    height: 64px;
  }
}
.aco__tit {
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 1.8rem;
  color: #333;
  border: 1px solid #EEEEEE;
}
@media screen and (min-width: 768px) {
  .aco__tit {
    font-size: 2.2rem;
    padding: 0 30px;
  }
}
.aco__icon {
  position: relative;
  background-color: #333;
  transition: 0.2s;
}
.aco__icon::before, .aco__icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  transition: 0.2s;
}
.aco__icon::after {
  transform: rotate(90deg);
}
.aco__icon.is-active::after {
  opacity: 0;
  transform: rotate(0);
}
.aco__body-wrapper {
  overflow: hidden;
  transition: 0.4s;
}
.aco__body-wrapper.v-enter-from, .aco__body-wrapper.v-leave-to {
  opacity: 0;
}
.aco__body {
  padding: 20px 20px 35px;
  margin-top: 10px;
  border: 1px solid #EEEEEE;
}
@media screen and (min-width: 768px) {
  .aco__body {
    padding: 20px 30px 35px;
  }
}

/*------------------------------------------
	矢印
------------------------------------------*/
.arrow {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #EF604D;
  margin-left: 5px;
  border-radius: 50px;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .arrow {
    width: 35px;
    height: 35px;
  }
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: 0.4s;
}
.arrow::before {
  left: 50%;
  width: 10px;
  height: 1px;
  background: #FFF;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .arrow::before {
    width: 12px;
  }
}
.arrow::after {
  left: calc(50% + 2px);
  width: 4px;
  height: 4px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .arrow::after {
    width: 6px;
    height: 6px;
  }
}
.arrow.is-02 {
  width: 61px;
  height: 61px;
  background-color: #FFF;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .arrow.is-02 {
    width: 84px;
    height: 84px;
  }
}
.arrow.is-02::before {
  left: 50%;
  width: 14px;
  height: 1px;
  background: #EF604D;
}
@media screen and (min-width: 768px) {
  .arrow.is-02::before {
    width: 19px;
  }
}
.arrow.is-02::after {
  left: calc(50% + 3px);
  width: 6px;
  height: 6px;
  border-top: 1px solid #EF604D;
  border-right: 1px solid #EF604D;
}
@media screen and (min-width: 768px) {
  .arrow.is-02::after {
    width: 10px;
    height: 10px;
  }
}

a:hover .arrow {
  opacity: 1;
}
a:hover .arrow.is-02 {
  background-color: #EF604D;
}
a:hover .arrow.is-02::before {
  left: calc(50% + 5px);
  background: #FFF;
}
a:hover .arrow.is-02::after {
  left: calc(50% + 8px);
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

/*------------------------------------------
	entry
------------------------------------------*/
.entry {
  position: relative;
  width: 100%;
  padding: 40px 10px 40px;
  background: #EFF6FB;
  border-radius: 10px;
  box-shadow: 0 0 12px -5px #2e2e2e;
}
@media screen and (min-width: 768px) {
  .entry {
    width: 100%;
    padding: 66px 88px 94px;
  }
}
.entry__box:not(:last-of-type) {
  margin-bottom: 41px;
}
@media screen and (min-width: 768px) {
  .entry__box:not(:last-of-type) {
    margin-bottom: 64px;
  }
}
.entry__tit {
  font-size: 1.6rem;
  font-weight: bold;
  color: #0055B8;
  text-align: center;
  margin-bottom: 29px;
}
@media screen and (min-width: 768px) {
  .entry__tit {
    font-size: 2.4rem;
  }
}
.entry__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .entry__list {
    flex-direction: row;
    gap: 37px;
  }
}
.entry__item {
  text-align: center;
}

/*------------------------------------------
	fancybtnの初期化
------------------------------------------*/
.fancybox__backdrop {
  background: rgba(24, 24, 27, 0.2) !important;
}

.fancybox__content > .f-button.is-close-btn {
  width: 44px;
  height: 44px;
  border-radius: 40px;
  background: #0055B8;
  opacity: 1;
  right: -22px;
  top: -22px;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 0.75;
}

/*------------------------------------------
    追従エントリーボタン
------------------------------------------*/
.goentry {
  display: none;
}
@media screen and (min-width: 1320px) {
  .goentry {
    display: block;
    position: fixed;
    right: 60px;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    z-index: 999;
    transition: 0.4s;
  }
}
.goentry.is-show {
  visibility: visible;
  opacity: 1;
}
.goentry a img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.goentry a::before {
  content: "";
  position: absolute;
  top: -25px;
  right: -45px;
  width: 164px;
  height: 175px;
  background: url(../img/frontpage/fixed_entry_btn_fukidasi.webp) center/contain no-repeat;
  z-index: 1;
  transition: 0.4s;
}
.goentry a:hover {
  opacity: 1;
}
.goentry a:hover img:nth-of-type(1) {
  opacity: 0;
}
.goentry a:hover img:nth-of-type(2) {
  opacity: 1;
}
.goentry a:hover::before {
  top: -45px;
}

/*------------------------------------------
    下層メインビジュアル
------------------------------------------*/
.lowerMv {
  position: relative;
}
.lowerMv::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -15px;
  margin: auto;
  width: 34px;
  height: 32px;
  background: url(../img/common/mv_icon.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .lowerMv::after {
    bottom: 0;
    width: 105px;
    height: 99px;
  }
}
.lowerMv__bg img {
  width: 100%;
  min-height: 202px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .lowerMv__bg img {
    min-height: 593px;
  }
}
.lowerMv__txtbox {
  margin-left: 36px;
}
@media screen and (min-width: 768px) {
  .lowerMv__txtbox {
    margin-left: 0;
  }
}
.lowerMv__txtbox-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
}
.lowerMv .inner {
  position: relative;
  height: 100%;
}
.lowerMv__txtbox {
  position: absolute;
  top: 58%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .lowerMv__txtbox {
    top: 50%;
  }
}
.lowerMv__tit {
  font-size: 2.6rem;
  line-height: 0.923;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .lowerMv__tit {
    font-size: 6.2rem;
  }
}
.lowerMv__tit span {
  margin-top: 10px;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  display: block;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .lowerMv__tit span {
    margin-top: 20px;
    font-size: 2.4rem;
  }
}

/*******************************************
    トップページ
*******************************************/
#frontpage {
  /*------------------------------------------
      top news
  ------------------------------------------*/
  /*------------------------------------------
      mv
  ------------------------------------------*/
  /*------------------------------------------
      house
  ------------------------------------------*/
  /*------------------------------------------
      about
  ------------------------------------------*/
  /*------------------------------------------
      work
  ------------------------------------------*/
  /*------------------------------------------
      interview(swiper)
  ------------------------------------------*/
  /*------------------------------------------
      flow
  ------------------------------------------*/
  /*------------------------------------------
      environment
  ------------------------------------------*/
  /*------------------------------------------
      cross
  ------------------------------------------*/
  /*------------------------------------------
      news
  ------------------------------------------*/
  /*------------------------------------------
      recruit
  ------------------------------------------*/
}
#frontpage .top-news {
  width: 90px;
  height: 90px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 998;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #0055B8;
  transition: 0.4s;
}
@media screen and (max-width: 1319px) {
  #frontpage .top-news {
    display: none;
  }
}
#frontpage .top-news__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.4s;
}
#frontpage .top-news__label {
  font-size: 1.6rem;
  font-weight: bold;
  color: #0055B8;
}
#frontpage .top-news__new-icon {
  position: absolute;
  top: -3px;
  right: -4px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background-color: #F63556;
  border-radius: 50%;
}
#frontpage .top-news__list {
  position: relative;
  width: 728px;
  padding: 13px 35px;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
#frontpage .top-news__close {
  width: 31px;
  height: 31px;
  position: absolute;
  top: -15px;
  left: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background-color: #0055B8;
  border-radius: 50%;
  cursor: pointer;
}
#frontpage .top-news__row {
  display: grid;
  grid-template-columns: 136px 1fr;
}
#frontpage .top-news__tit {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-weight: 500;
  color: #0055B8;
}
#frontpage .top-news__new-label {
  padding: 0 2px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  background-color: #F63556;
  border-radius: 3px;
}
#frontpage .top-news__txt {
  font-size: 1.6rem;
  font-weight: 500;
}
#frontpage .top-news.is-active {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  border: none;
}
#frontpage .top-news.is-active .top-news__icon {
  visibility: hidden;
  opacity: 0;
  transition: none;
}
#frontpage .top-news.is-active .top-news__list {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}
#frontpage .top-news.is-hamburger {
  transition-delay: 0.4s;
}
#frontpage .top-news.is-hamburger .top-news__icon {
  transition-delay: 0.8s;
}
#frontpage .mv {
  position: relative;
  height: 100vh;
}
#frontpage .mv__tit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #frontpage .mv__tit {
    width: 80%;
  }
}
#frontpage .mv__picbox {
  position: fixed;
  width: 100%;
  height: 100vh;
}
#frontpage .mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(185, 205, 209, 0.43);
  mix-blend-mode: multiply;
  z-index: 1;
}
#frontpage .mv__main {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
  width: 111.7333333333vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #frontpage .mv__main {
    width: 1303px;
  }
}
#frontpage .mv .inner {
  position: relative;
  height: 100%;
}
#frontpage .mv .inner::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 208px;
  height: 208px;
  z-index: 1;
  background: url(../img/common/circle_blue.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  #frontpage .mv .inner::before {
    top: -365px;
    left: -90px;
    width: 722px;
    height: 722px;
  }
}
#frontpage .mv .inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 20px;
  left: -50px;
  width: 138px;
  height: 138px;
  margin: auto;
  z-index: 1;
  background: url(../img/common/circle_pink.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  #frontpage .mv .inner::after {
    top: auto;
    bottom: -98px;
    left: -250px;
    width: 480px;
    height: 480px;
  }
}
#frontpage .mv__left-front, #frontpage .mv__left-rear {
  position: absolute;
  bottom: 10%;
  left: -50px;
  z-index: 1;
  width: 198px;
}
@media screen and (min-width: 768px) {
  #frontpage .mv__left-front, #frontpage .mv__left-rear {
    top: 50%;
    bottom: auto;
    left: -662px;
    width: 874px;
  }
}
#frontpage .mv__left-rear {
  transform: rotate(13deg) translateY(-50%);
}
@media screen and (min-width: 768px) {
  #frontpage .mv__left-rear {
    top: 45%;
    left: -697px;
  }
}
#frontpage .mv__left-front {
  transform: rotate(-5deg) translateY(-50%);
}
@media screen and (min-width: 768px) {
  #frontpage .mv__left-front {
    left: -603px;
  }
}
#frontpage .mv__right-top-front, #frontpage .mv__right-top-rear {
  position: absolute;
  top: -10px;
  right: -21.3333333333vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #frontpage .mv__right-top-front, #frontpage .mv__right-top-rear {
    right: -400px;
  }
}
#frontpage .mv__right-top-rear {
  width: 198px;
}
@media screen and (min-width: 768px) {
  #frontpage .mv__right-top-rear {
    width: 526px;
  }
}
#frontpage .mv__right-top-front {
  transform: rotate(10deg);
  width: 216px;
}
@media screen and (min-width: 768px) {
  #frontpage .mv__right-top-front {
    width: 526px;
  }
}
#frontpage .mv__right-bottom-front, #frontpage .mv__right-bottom-rear {
  position: absolute;
  bottom: 13%;
  right: -47px;
  width: 362px;
}
@media screen and (min-width: 768px) {
  #frontpage .mv__right-bottom-front, #frontpage .mv__right-bottom-rear {
    bottom: 0;
    right: -470px;
    width: 805px;
  }
}
#frontpage .mv__right-bottom-front {
  transform: rotate(-10deg);
}
#frontpage .mv__left-sp img {
  position: absolute;
  top: 100px;
  left: -6.6666666667vw;
  width: 151px;
  transform: rotate(10deg);
  z-index: 1;
}
#frontpage .house {
  position: relative;
  margin-top: -50px;
}
@media screen and (min-width: 768px) {
  #frontpage .house {
    margin-top: 0;
  }
}
#frontpage .house__head {
  position: absolute;
  top: -120px;
  width: 100%;
  height: 355px;
  background: url(../img/frontpage/house_bg.webp) center/788px no-repeat;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #frontpage .house__head {
    top: -170px;
    width: 100%;
    height: 818px;
    background: url(../img/frontpage/house_bg.webp) center/cover no-repeat;
  }
}
#frontpage .house__box {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #frontpage .house__box {
    padding-bottom: 120px;
  }
}
#frontpage .house__box .inner {
  position: relative;
  z-index: 2;
}
#frontpage .house__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(100, 171, 185, 0.85);
  mix-blend-mode: multiply;
}
#frontpage .house__tit {
  position: relative;
  text-align: center;
  font-size: 2.1rem;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  #frontpage .house__tit {
    padding-top: 5%;
    font-size: 3.6rem;
  }
}
#frontpage .house__tit::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 44px;
  height: 7px;
  margin: auto;
  background: url(../img/frontpage/house_tit_icon.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  #frontpage .house__tit::after {
    width: 70px;
    height: 10px;
  }
}
#frontpage .house__flex {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  #frontpage .house__flex {
    margin-top: 104px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 103px;
  }
}
#frontpage .house__pic {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #frontpage .house__pic {
    width: 90%;
    margin: 0 auto;
  }
}
#frontpage .house__txt {
  color: #FFF;
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #frontpage .house__txt {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  #frontpage .house__txt {
    text-align: left;
  }
}
#frontpage .house__btn {
  margin-top: 20px;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  #frontpage .house__btn {
    margin-top: 85px;
  }
}
#frontpage .house__btn a {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #frontpage .house__btn a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  #frontpage .house__btn a {
    justify-content: flex-start;
  }
}
#frontpage .about {
  position: relative;
  overflow: hidden;
  background-color: #FFF;
  padding: 60px 0 104px;
}
@media screen and (min-width: 768px) {
  #frontpage .about {
    padding: 270px 0;
  }
}
@media screen and (max-width: 991px) {
  #frontpage .about__area {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}
@media screen and (min-width: 992px) {
  #frontpage .about__area {
    position: relative;
    display: flex;
    justify-content: end;
    padding-right: calc((100% - 90%) / 2 - 87px);
  }
}
@media screen and (min-width: 1320px) {
  #frontpage .about__area {
    padding-right: calc((100% - 1200px) / 2 - 87px);
  }
}
@media screen and (min-width: 992px) {
  #frontpage .about__sticky-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#frontpage .about__sticky-item {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  #frontpage .about__sticky-item {
    margin-bottom: 0;
  }
}
#frontpage .about__txtarea {
  position: relative;
}
@media screen and (min-width: 992px) {
  #frontpage .about__txtarea {
    width: min(39.9166666667%, 479px);
    margin-left: calc((100% - 90%) / 2);
  }
}
@media screen and (min-width: 1320px) {
  #frontpage .about__txtarea {
    margin-left: calc((100% - 1200px) / 2);
  }
}
#frontpage .about__txtarea::before {
  content: "";
  position: absolute;
  bottom: -1220px;
  right: -856px;
  width: 1187px;
  height: 1187px;
  margin: auto;
  background: url(../img/common/circle_blue.webp) center/contain no-repeat;
}
@media screen and (min-width: 992px) {
  #frontpage .about__txtarea::before {
    bottom: 0;
    top: 340px;
    right: -1200px;
    width: 1280px;
    height: 1280px;
  }
}
#frontpage .about__txt {
  position: relative;
  z-index: 1;
}
#frontpage .about__txt span {
  position: relative;
}
#frontpage .about__bg {
  width: 94.6666666667vw;
  height: 36.2666666667vw;
  margin: -25px calc(50% - 50vw) 0;
}
@media screen and (min-width: 992px) {
  #frontpage .about__bg {
    width: 934px;
    height: auto;
    margin: -60px 0 0 0;
  }
}
@media screen and (min-width: 992px) {
  #frontpage .about__conts {
    width: min(51.4166666667%, 617px);
    margin-left: auto;
  }
}
#frontpage .about__list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media screen and (min-width: 768px) {
  #frontpage .about__list {
    gap: 64px;
  }
}
#frontpage .about__item {
  width: 100%;
}
#frontpage .about__item a {
  position: relative;
  width: 100%;
  background: #FFF;
  display: block;
  padding: 9px 9px 27px 9px;
  box-shadow: 0px 0px 15px -5px #949494;
}
@media screen and (min-width: 768px) {
  #frontpage .about__item a {
    padding: 17px 17px 56px 17px;
  }
}
#frontpage .about__item:nth-of-type(1) a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -10px;
  width: 108px;
  height: 46px;
  background: url(../img/frontpage/about_line_01.webp) center/cover no-repeat;
}
#frontpage .about__item:nth-of-type(2) a::after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: -10px;
  width: 105px;
  height: 11px;
  background: url(../img/frontpage/about_line_02.webp) center/cover no-repeat;
}
#frontpage .about__item:nth-of-type(3) a::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -10px;
  width: 120px;
  height: 66px;
  background: url(../img/frontpage/about_line_03.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  #frontpage .about__item:nth-of-type(1) a::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: -30px;
    width: 213px;
    height: 40px;
    background: url(../img/frontpage/about_line_01.webp) center/cover no-repeat;
  }
  #frontpage .about__item:nth-of-type(2) a::after {
    content: "";
    position: absolute;
    bottom: 40px;
    right: -30px;
    width: 215px;
    height: 20px;
    background: url(../img/frontpage/about_line_02.webp) center/cover no-repeat;
  }
  #frontpage .about__item:nth-of-type(3) a::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -30px;
    width: 222px;
    height: 142px;
    background: url(../img/frontpage/about_line_03.webp) center/cover no-repeat;
  }
}
#frontpage .about__pic {
  margin-bottom: 20px;
}
#frontpage .about__pic img {
  width: 100%;
}
#frontpage .about__tit {
  position: relative;
  font-size: 2rem;
  color: #0055B8;
  padding-left: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #frontpage .about__tit {
    font-size: 3.2rem;
    padding-left: 47px;
  }
}
#frontpage .about__tit::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background: #0055B8;
  top: 0;
  bottom: 0;
  left: -9px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #frontpage .about__tit::before {
    width: 45px;
    left: -17px;
  }
}
#frontpage .about__btn {
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  #frontpage .about__btn {
    padding-left: 47px;
  }
}
#frontpage .work {
  position: relative;
  background: #EFF6FB;
}
#frontpage .work::before {
  content: "";
  position: absolute;
  top: -47px;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../img/frontpage/work_head.webp) center/100% 100% no-repeat;
}
@media screen and (min-width: 768px) {
  #frontpage .work::before {
    top: -228px;
    height: 229px;
  }
}
#frontpage .work__inner {
  position: relative;
  overflow: hidden;
  padding: 45px 0 20.5333333333vw;
}
@media screen and (min-width: 768px) {
  #frontpage .work__inner {
    padding: 112px 0 250px;
  }
}
#frontpage .work__titbox {
  position: relative;
  z-index: 1;
}
#frontpage .work__titbox::after {
  content: "";
  position: relative;
  display: block;
  width: 120%;
  left: -10%;
  max-width: initial;
  height: 37.6vw;
  background: url(../img/frontpage/work_image_icon_01_sp.webp) center/contain no-repeat;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #frontpage .work__titbox::after {
    position: absolute;
    bottom: -645px;
    left: -30%;
    width: 160%;
    height: 660px;
    background: url(../img/frontpage/work_image_icon_01_pc.webp) center/2250px no-repeat;
  }
}
@media screen and (min-width: 992px) {
  #frontpage .work__titbox::after {
    bottom: -570px;
  }
}
#frontpage .work__titpic {
  position: relative;
  left: -8%;
}
@media screen and (min-width: 768px) {
  #frontpage .work__titpic {
    left: -30%;
    width: 1620px;
  }
}
@media screen and (max-width: 767px) {
  #frontpage .work__titpic img {
    max-width: initial;
    width: 108%;
  }
}
#frontpage .work__txtarea {
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #frontpage .work__txtarea {
    position: absolute;
    bottom: -170px;
    right: -90px;
    width: 737px;
    display: inline-block;
    padding: 90px;
    margin-top: 0;
    background-color: #EFF6FB;
  }
}
@media screen and (min-width: 1142px) {
  #frontpage .work__txtarea {
    bottom: -90px;
  }
}
#frontpage .work__txtarea::before {
  content: "";
  position: absolute;
  top: -96px;
  right: 0;
  width: 91px;
  height: 82px;
  background: url(../img/frontpage/work_tit_icon.webp) center/contain no-repeat;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #frontpage .work__txtarea::before {
    top: auto;
    bottom: -120px;
    right: auto;
    left: -60px;
    width: 251px;
    height: 226px;
  }
}
@media screen and (min-width: 992px) {
  #frontpage .work__txtarea::before {
    bottom: 0px;
    left: -226px;
  }
}
#frontpage .work__conts {
  position: relative;
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #frontpage .work__conts {
    align-items: center;
    gap: 80px;
    margin-top: 420px;
  }
}
@media screen and (min-width: 992px) {
  #frontpage .work__conts {
    margin-top: 360px;
  }
}
#frontpage .work__conts::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -254px;
  width: 589px;
  height: 589px;
  background: url(../img/common/circle_blue.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  #frontpage .work__conts::before {
    top: -568px;
    left: -540px;
    width: 1280px;
    height: 1280px;
  }
}
#frontpage .work__conts::after {
  content: "";
  position: absolute;
  bottom: -160px;
  right: -180px;
  width: 275px;
  height: 275px;
  background: url(../img/common/circle_pink.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  #frontpage .work__conts::after {
    bottom: -220px;
    right: -859px;
    width: 959px;
    height: 959px;
  }
}
#frontpage .work__conts-titbox {
  position: relative;
  text-align: center;
  margin-top: 30px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #frontpage .work__conts-titbox {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #frontpage .work__conts-titbox img {
    width: 40px;
  }
}
#frontpage .work__btn {
  margin-top: 30px;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  #frontpage .work__btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #frontpage .work__btn .arrow.is-02 {
    width: 45px;
    height: 45px;
  }
}
#frontpage .interview {
  position: relative;
  z-index: 2;
}
#frontpage .interview .swiper {
  width: 568px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  #frontpage .interview .swiper {
    width: 1200px;
    padding-left: 15px;
  }
}
#frontpage .interview .swiper-slide {
  width: 180px !important;
}
@media screen and (min-width: 768px) {
  #frontpage .interview .swiper-slide {
    width: 347px !important;
  }
}
#frontpage .interview__item {
  width: 180px;
  margin-left: 5px;
  margin-right: 18px;
}
@media screen and (min-width: 768px) {
  #frontpage .interview__item {
    width: 347px;
    margin-left: 15px;
    margin-right: 60px;
  }
}
#frontpage .interview__item a {
  display: block;
  pointer-events: none;
}
#frontpage .interview__item a:hover {
  opacity: 1;
}
#frontpage .interview__item a:hover .interview__comment {
  opacity: 1;
}
#frontpage .interview__item a:hover .interview__arrow {
  background-color: #EF604D;
}
#frontpage .interview__item a:hover .interview__arrow::before {
  top: -5px;
  left: calc(50% + 5px);
  background: #FFF;
}
#frontpage .interview__item a:hover .interview__arrow::after {
  top: -9px;
  left: calc(50% + 7px);
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
#frontpage .interview__pic {
  position: relative;
}
#frontpage .interview__pic img {
  mask-image: url(../img/frontpage/work_slider_01.webp);
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  -webkit-mask-image: url(../img/frontpage/work_slider_01.webp);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100%;
}
#frontpage .interview__label {
  position: absolute;
  bottom: 20px;
  left: -6px;
  background-color: #0055B8;
  padding: 5px 10px;
  font-weight: bold;
  color: #FFF;
  line-height: 1;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #frontpage .interview__label {
    bottom: 40px;
    left: -15px;
    padding: 5px 20px;
  }
}
#frontpage .interview__label .is-26 {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  #frontpage .interview__label .is-26 {
    font-size: 2.6rem;
  }
}
#frontpage .interview__label .is-20 {
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) {
  #frontpage .interview__label .is-20 {
    font-size: 2rem;
  }
}
#frontpage .interview__label .is-38 {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) {
  #frontpage .interview__label .is-38 {
    font-size: 3.8rem;
  }
}
#frontpage .interview__comment {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  opacity: 1;
  transition: 0.4s;
  mask-image: url(../img/frontpage/work_slider_01.webp);
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  -webkit-mask-image: url(../img/frontpage/work_slider_01.webp);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100%;
}
#frontpage .interview__comment span {
  position: relative;
  top: 20px;
  transform: rotate(-5deg);
  font-size: 1.4rem;
  font-family: "katyo", sans-serif;
}
@media screen and (min-width: 768px) {
  #frontpage .interview__comment span {
    top: 40px;
    font-size: 2.9rem;
  }
}
#frontpage .interview__box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
#frontpage .interview__job {
  display: inline-block;
  border: 1px solid #EEEEEE;
  background: #FFF;
  padding: 0 10px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  #frontpage .interview__job {
    font-size: 1rem;
  }
}
#frontpage .interview__name {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #frontpage .interview__name {
    font-size: 2.8rem;
  }
}
#frontpage .interview__arrow {
  width: 67px;
  height: 67px;
  border-radius: 80px;
  transition: 0.4s;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  #frontpage .interview__arrow {
    width: 129px;
    height: 129px;
  }
}
#frontpage .interview__arrow::before {
  transform: translateX(-50%) rotate(-45deg);
}
#frontpage .interview__arrow::after {
  top: -4px;
  left: calc(50% + 2px);
  transform: translateX(-50%);
}
#frontpage .flow {
  position: relative;
  height: 200px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #frontpage .flow {
    height: 411px;
  }
}
#frontpage .flow::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 31.4666666667vw;
  background: url(../img/frontpage/work_image_icon_02_sp.webp) center/cover no-repeat;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #frontpage .flow::before {
    left: 0;
    top: -400px;
    width: 100%;
    height: 600px;
    background: url(../img/frontpage/work_image_icon_02_pc.webp) center/cover no-repeat;
  }
}
#frontpage .flow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #90B6E2;
  mix-blend-mode: multiply;
}
#frontpage .flow .swiper, #frontpage .flow swiper-container {
  z-index: 0;
}
#frontpage .flow .swiper-wrapper {
  transition-timing-function: linear;
}
#frontpage .flow .swiper-slide {
  width: 265px !important;
}
@media screen and (min-width: 768px) {
  #frontpage .flow .swiper-slide {
    width: 545px !important;
  }
}
#frontpage .flow__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#frontpage .flow__box .inner {
  position: relative;
  height: 100%;
}
#frontpage .flow__titbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
#frontpage .flow__titpic {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #frontpage .flow__titpic img {
    width: 252px;
  }
}
#frontpage .flow__tit {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  #frontpage .flow__tit {
    font-size: 5.4rem;
  }
}
#frontpage .flow__txt {
  font-size: 1.4rem;
  text-align: center;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  #frontpage .flow__txt {
    font-size: 2.4rem;
  }
}
#frontpage .flow__icon {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 52px;
  bottom: -50px;
}
@media screen and (min-width: 768px) {
  #frontpage .flow__icon {
    width: 140px;
    bottom: -130px;
  }
}
@media screen and (min-width: 1196px) {
  #frontpage .flow__icon {
    width: 201px;
    bottom: -60px;
  }
}
#frontpage .flow__btn {
  position: absolute;
  bottom: -55px;
  right: -10px;
  width: 85px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #frontpage .flow__btn {
    width: 184px;
    bottom: -140px;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  #frontpage .flow__btn {
    bottom: -68px;
  }
}
#frontpage .flow__btn svg {
  width: 100%;
  height: auto;
}
#frontpage .flow__btn-txtbox {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#frontpage .flow__btn-txt {
  font-size: 1.4rem;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  #frontpage .flow__btn-txt {
    font-size: 2.8rem;
  }
}
#frontpage .flow__btn path {
  transition: 0.4s;
}
#frontpage .flow__btn a {
  position: relative;
  display: block;
}
#frontpage .flow__btn a:hover .flow__arrow {
  background-color: transparent;
}
#frontpage .flow__btn a:hover .flow__arrow::before {
  top: -5px;
  left: calc(50% + 5px);
}
#frontpage .flow__btn a:hover .flow__arrow::after {
  top: -9px;
  left: calc(50% + 7px);
}
#frontpage .flow__arrow {
  width: 20px;
  height: 20px;
  transition: 0.4s;
  background: transparent;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  #frontpage .flow__arrow {
    width: 40px;
    height: 40px;
  }
}
#frontpage .flow__arrow::before {
  background: #FFF;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #frontpage .flow__arrow::before {
    width: 8px;
  }
}
#frontpage .flow__arrow::after {
  top: -4px;
  left: calc(50% + 2px);
  transform: translateX(-50%);
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  #frontpage .flow__arrow::after {
    top: -2px;
    left: calc(50% + 1px);
    width: 4px;
    height: 4px;
  }
}
#frontpage .environment {
  position: relative;
  overflow: hidden;
  padding: 136px 0 102px;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  #frontpage .environment {
    padding: 232px 0 280px;
  }
}
@media screen and (min-width: 992px) {
  #frontpage .environment {
    padding: 232px 0 616px;
  }
}
#frontpage .environment__titbox {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #frontpage .environment__titbox {
    display: flex;
    gap: 40px;
  }
}
#frontpage .environment__tit {
  flex: 0 0 auto;
}
#frontpage .environment__txt {
  line-height: 2.167;
}
@media screen and (min-width: 768px) {
  #frontpage .environment__txt {
    margin-top: 60px;
  }
}
#frontpage .environment__conts {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #frontpage .environment__conts {
    margin-top: 80px;
  }
}
#frontpage .environment__item {
  position: relative;
}
@media screen and (min-width: 992px) {
  #frontpage .environment__item {
    display: flex;
    gap: 70px;
  }
}
#frontpage .environment__item:not(:last-child) {
  margin-bottom: 40px;
}
#frontpage .environment__item:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  top: -600px;
  right: -366px;
  width: 589px;
  height: 589px;
  background: url(../img/common/circle_blue.webp) center/contain no-repeat;
}
@media screen and (min-width: 992px) {
  #frontpage .environment__item:nth-of-type(odd)::before {
    top: -1100px;
    right: -859px;
    width: 1280px;
    height: 1280px;
  }
}
#frontpage .environment__item:nth-of-type(odd)::after {
  content: "";
  position: absolute;
  bottom: 80px;
  left: -70px;
  width: 275px;
  height: 275px;
  background: url(../img/common/circle_pink.webp) center/contain no-repeat;
}
@media screen and (min-width: 992px) {
  #frontpage .environment__item:nth-of-type(odd)::after {
    top: -183px;
    bottom: auto;
    left: -561px;
    width: 959px;
    height: 959px;
  }
}
@media screen and (min-width: 768px) {
  #frontpage .environment__item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
#frontpage .environment__item:nth-of-type(even)::before {
  content: "";
  position: absolute;
  right: -114px;
  width: 275px;
  height: 275px;
  z-index: 1;
  background: url(../img/common/circle_pink.webp) center/contain no-repeat;
}
@media screen and (min-width: 992px) {
  #frontpage .environment__item:nth-of-type(even)::before {
    bottom: -183px;
    right: -718px;
    width: 959px;
    height: 959px;
  }
}
#frontpage .environment__item:nth-of-type(even)::after {
  content: "";
  position: absolute;
  bottom: -250px;
  left: -174px;
  width: 328px;
  height: 328px;
  z-index: 1;
  background: url(../img/common/circle_blue.webp) center/contain no-repeat;
}
@media screen and (min-width: 992px) {
  #frontpage .environment__item:nth-of-type(even)::after {
    bottom: -900px;
    left: -1000px;
    width: 1280px;
    height: 1280px;
  }
}
@media screen and (max-width: 767px) {
  #frontpage .environment__item:nth-of-type(even) .environment__pic {
    margin-left: 0;
    margin-right: -5%;
  }
}
@media screen and (min-width: 992px) {
  #frontpage .environment__item:nth-of-type(even) .environment__pic {
    margin-left: 0;
    margin-right: -290px;
  }
}
@media screen and (min-width: 992px) {
  #frontpage .environment__item:nth-of-type(even) .environment__btn a {
    justify-content: flex-end;
  }
}
#frontpage .environment__pic {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #frontpage .environment__pic {
    max-width: initial;
    width: 105%;
    margin-left: -5%;
  }
}
@media screen and (min-width: 992px) {
  #frontpage .environment__pic {
    margin-left: -290px;
  }
}
#frontpage .environment__txtbox {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  #frontpage .environment__txtbox {
    margin-top: 135px;
  }
}
#frontpage .environment__catchcopy {
  margin-bottom: 5px;
  font-size: 1.4rem;
  color: #0055B8;
}
@media screen and (min-width: 768px) {
  #frontpage .environment__catchcopy {
    font-size: 2.4rem;
  }
}
#frontpage .environment__subtit {
  font-size: 2rem;
  line-height: 1.528;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #frontpage .environment__subtit {
    font-size: 3.6rem;
  }
}
#frontpage .environment__btn {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #frontpage .environment__btn {
    margin-top: 40px;
  }
}
#frontpage .environment__arrow {
  margin-left: 0;
  border: 1px solid #EF604D;
}
@media screen and (max-width: 767px) {
  #frontpage .environment__arrow {
    width: 39px;
    height: 39px;
  }
  #frontpage .environment__arrow::before {
    width: 10px;
  }
  #frontpage .environment__arrow::after {
    left: calc(50% + 2px);
    width: 4px;
    height: 4px;
  }
}
#frontpage .cross {
  position: relative;
  padding: 45px 0 0;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  #frontpage .cross {
    padding: 110px 0 0;
  }
}
#frontpage .cross .inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #frontpage .cross .inner::before {
    content: "";
    position: absolute;
    width: 328px;
    height: 328px;
    background: url(../img/common/circle_pink.webp) center/contain no-repeat;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #frontpage .cross .inner::before {
    bottom: -450px;
    right: -718px;
    width: 959px;
    height: 959px;
  }
}
#frontpage .cross .inner::after {
  content: "";
  position: absolute;
  left: -63px;
  width: 275px;
  height: 275px;
  background: url(../img/common/circle_blue.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  #frontpage .cross .inner::after {
    bottom: -1500px;
    left: -490px;
    width: 1280px;
    height: 1280px;
  }
}
#frontpage .cross__titbox {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #frontpage .cross__titbox {
    padding-top: 67px;
  }
}
#frontpage .cross__titpic {
  text-align: center;
}
#frontpage .cross__tit {
  margin: 20px 0;
  text-align: center;
  font-size: 2rem;
  color: #0055B8;
  line-height: 1.417;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #frontpage .cross__tit {
    margin: 80px 0 30px;
    font-size: 3.6rem;
  }
}
#frontpage .cross__txt {
  width: 317px;
  margin: 0 auto 35px;
  line-height: 1.944;
}
@media screen and (min-width: 768px) {
  #frontpage .cross__txt {
    width: 317px;
    margin: 0 auto 57px;
  }
}
#frontpage .cross__list {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  #frontpage .cross__list {
    gap: 28px;
  }
}
#frontpage .cross__item a {
  pointer-events: none;
}
#frontpage .cross__picitem {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  #frontpage .cross__picitem {
    position: absolute;
  }
}
@media screen and (max-width: 991px) {
  #frontpage .cross__picitem img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #frontpage .cross__picitem:nth-child(1) {
    width: 106%;
    margin-left: -6%;
  }
}
@media screen and (min-width: 992px) {
  #frontpage .cross__picitem:nth-child(1) {
    top: 0;
    left: -460px;
  }
}
@media screen and (min-width: 1320px) {
  #frontpage .cross__picitem:nth-child(1) {
    top: 0;
    left: -360px;
  }
}
@media screen and (max-width: 767px) {
  #frontpage .cross__picitem:nth-child(2) {
    width: 106%;
    margin-right: -6%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  #frontpage .cross__picitem:nth-child(2) {
    top: 217px;
    right: -460px;
  }
}
@media screen and (min-width: 1320px) {
  #frontpage .cross__picitem:nth-child(2) {
    top: 217px;
    right: -360px;
  }
}
#frontpage .news {
  position: relative;
  padding: 42px 0 102px;
  background: #EFF6FB;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #frontpage .news {
    padding: 42px 0 180px;
  }
}
#frontpage .news::before {
  content: "";
  position: absolute;
  top: -47px;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../img/frontpage/news_head.webp) center/100% 100% no-repeat;
}
@media screen and (min-width: 768px) {
  #frontpage .news::before {
    top: -228px;
    height: 229px;
  }
}
#frontpage .news__tit {
  margin-bottom: 30px;
  font-size: 3rem;
  color: #0055B8;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #frontpage .news__tit {
    margin-bottom: 50px;
    font-size: 6rem;
  }
}
#frontpage .news__conts {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  #frontpage .news__conts {
    flex-direction: row;
    gap: 63px;
  }
}
#frontpage .news__subtit {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #frontpage .news__subtit {
    margin-bottom: 20px;
    font-size: 3.6rem;
  }
}
#frontpage .news__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #frontpage .news__list {
    gap: 35px;
    margin-bottom: 42px;
  }
}
#frontpage .news__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #FFF;
}
@media screen and (min-width: 768px) {
  #frontpage .news__item {
    padding-bottom: 30px;
  }
}
#frontpage .news__date {
  font-size: 1.4rem;
  color: #0055B8;
}
@media screen and (min-width: 768px) {
  #frontpage .news__date {
    font-size: 2.4rem;
  }
}
#frontpage .news__unit {
  display: flex;
}
#frontpage .news__btn {
  flex: 0 0 auto;
  margin-top: 10px;
  margin-left: 25px;
}
@media screen and (min-width: 768px) {
  #frontpage .news__btn {
    margin-left: 38px;
  }
}
#frontpage .news__btn-nomal {
  text-align: left;
}
#frontpage .news__btn-nomal a {
  padding: 5px 15px;
  min-width: 153px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #frontpage .news__btn-nomal a {
    min-width: 125px;
    font-size: 1.4rem;
  }
}
#frontpage .news__arrow {
  right: 5px;
}
@media screen and (min-width: 768px) {
  #frontpage .news__arrow {
    right: 15px;
  }
}
#frontpage .recruit {
  position: relative;
}
#frontpage .recruit .inner {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  #frontpage .recruit__bg img {
    min-height: 390px;
    object-fit: cover;
  }
}
#frontpage .recruit__box {
  width: 100%;
}
#frontpage .recruit__tit {
  color: #FFF;
}
#frontpage .recruit__tit span {
  color: #FFF;
}
#frontpage .recruit__tit span::before {
  background: #FFF;
}
@media screen and (max-width: 767px) {
  #frontpage .recruit__btn {
    width: 100%;
    text-align: center;
  }
}
#frontpage .recruit__btn a {
  position: relative;
  min-width: 95%;
  display: inline-block;
  text-align: center;
  background-color: #EF604D;
  color: #FFF;
  font-size: 1.6rem;
  padding: 20px 35px 20px 5px;
  border-radius: 50px;
  box-shadow: 3px 3px 12px -5px #2e2e2e;
}
@media screen and (min-width: 768px) {
  #frontpage .recruit__btn a {
    min-width: 628px;
    padding: 30px 20px;
    font-size: 2.4rem;
  }
}
#frontpage .recruit__btn a img {
  margin-right: 10px;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  #frontpage .recruit__btn a img {
    width: 20px;
  }
}
#frontpage .recruit__btn a path {
  transition: 0.4s;
}
#frontpage .recruit__btn a:hover {
  background-color: #FFF;
  color: #EF604D;
}
#frontpage .recruit__btn a:hover path {
  fill: #EF604D;
}
#frontpage .recruit__btn a:hover .recruit__arrow::before {
  height: 2px;
  background: #EF604D;
}
#frontpage .recruit__btn a:hover .recruit__arrow::after {
  border-top: 2px solid #EF604D;
  border-right: 2px solid #EF604D;
}
#frontpage .recruit__btn a:hover .recruit__arrow.is-02 {
  background-color: transparent;
}
#frontpage .recruit__arrow {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  background-color: #EF604D;
}
@media screen and (min-width: 768px) {
  #frontpage .recruit__arrow {
    right: 35px;
  }
}
#frontpage .recruit__arrow::before {
  height: 2px;
  background: #FFF;
}
#frontpage .recruit__arrow::after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
#frontpage .recruit__arrow.is-02 {
  background-color: transparent;
}

/*******************************************
    会社の思い
*******************************************/
#mission {
  /*------------------------------------------
      cross
  ------------------------------------------*/
  /*------------------------------------------
      conts
  ------------------------------------------*/
}
#mission .cross {
  position: relative;
  padding: 40px 0 0;
}
@media screen and (min-width: 992px) {
  #mission .cross {
    padding: 75px 0 228px;
  }
}
#mission .cross .inner {
  position: relative;
}
#mission .cross__txtbox {
  position: relative;
  z-index: 1;
}
#mission .cross__titpic {
  text-align: center;
  margin-bottom: 5px;
}
#mission .cross__tit {
  margin-bottom: 18px;
  text-align: center;
  font-size: 2rem;
  color: #0055B8;
  line-height: 1.417;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #mission .cross__tit {
    margin-bottom: 52px;
    font-size: 3.6rem;
  }
}
#mission .cross__txt {
  text-align: center;
  line-height: 1.875;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  #mission .cross__txt {
    font-size: 2.4rem;
    line-height: 2.208;
  }
}
#mission .cross__txt .is-accent {
  color: #EF604D;
}
#mission .cross__txt .is-key {
  color: #0055B8;
}
#mission .cross__txt .is-big {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  #mission .cross__txt .is-big {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 992px) {
  #mission .cross__picitem {
    margin-top: 0;
    position: absolute;
  }
}
@media screen and (max-width: 991px) {
  #mission .cross__picitem img {
    width: 100%;
  }
}
#mission .cross__picitem:nth-child(1) {
  display: none;
}
@media screen and (min-width: 992px) {
  #mission .cross__picitem:nth-child(1) {
    display: block;
    top: -147px;
    left: -470px;
  }
}
#mission .cross__picitem:nth-child(2) {
  display: none;
}
@media screen and (min-width: 992px) {
  #mission .cross__picitem:nth-child(2) {
    display: block;
    top: 60px;
    right: -358px;
  }
}
#mission .cross__picitem:nth-child(3) {
  position: relative;
  left: -50%;
  margin-top: -20%;
}
#mission .cross__picitem:nth-child(3) img {
  width: 215%;
  max-width: initial;
}
@media screen and (min-width: 992px) {
  #mission .cross__picitem:nth-child(3) {
    display: none;
  }
}
#mission .conts {
  position: relative;
}
#mission .conts .inner {
  position: relative;
}
#mission .conts__head img {
  width: 100%;
}
#mission .conts__area {
  padding-top: 35px;
  padding-bottom: 60px;
  background-color: #EFF6FB;
}
@media screen and (min-width: 768px) {
  #mission .conts__area {
    padding-bottom: 180px;
  }
}
#mission .conts__list {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  #mission .conts__list {
    padding-bottom: 150px;
  }
}
#mission .conts__item {
  position: relative;
}
#mission .conts__item:not(:last-of-type) {
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) {
  #mission .conts__item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #mission .conts__item {
    display: flex;
    gap: 40px;
    margin-top: 53px;
  }
}
@media screen and (min-width: 992px) {
  #mission .conts__item {
    gap: 125px;
  }
}
@media screen and (min-width: 768px) {
  #mission .conts__item:nth-of-type(1) {
    flex-direction: row-reverse;
  }
}
#mission .conts__item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  width: 2258px;
  height: 660px;
  top: 610px;
  left: -318px;
  background: url(../img/mission/line_01.webp) center/2258px no-repeat;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #mission .conts__item:nth-of-type(1)::before {
    top: 355px;
    left: -587px;
  }
}
@media screen and (min-width: 768px) {
  #mission .conts__item:nth-of-type(1) .conts__pic {
    margin-left: -100px;
  }
}
#mission .conts__item:nth-of-type(1) .conts__pic::before {
  content: "";
  position: absolute;
  width: 198.6666666667vw;
  height: 330.9333333333vw;
  top: -160vw;
  left: -75%;
  background: url(../img/mission/conts_bg_01_sp.webp) center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #mission .conts__item:nth-of-type(1) .conts__pic::before {
    width: 1336px;
    height: 1216px;
    top: -218px;
    left: -234%;
    background: url(../img/mission/conts_bg_01_pc.webp) center/contain no-repeat;
  }
}
@media screen and (min-width: 992px) {
  #mission .conts__item:nth-of-type(1) .conts__pic::before {
    left: -75%;
  }
}
#mission .conts__item:nth-of-type(1) .conts__tit {
  color: #EF604D;
}
#mission .conts__item:nth-of-type(1) .conts__tit::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 75px;
  width: 261px;
  height: 101px;
  background: url(../img/mission/conts_01_tit.webp) center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #mission .conts__item:nth-of-type(1) .conts__tit::after {
    top: -110px;
    left: 90px;
    width: 681px;
    height: 265px;
  }
}
#mission .conts__item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  width: 2186px;
  height: 883px;
  top: 400px;
  left: -351px;
  background: url(../img/mission/line_02.webp) center/2258px no-repeat;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #mission .conts__item:nth-of-type(2)::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #mission .conts__item:nth-of-type(2) .conts__pic {
    margin-right: -100px;
  }
}
#mission .conts__item:nth-of-type(2) .conts__pic::before {
  content: "";
  position: absolute;
  width: 210.6666666667vw;
  height: 218.6666666667vw;
  top: -80vw;
  left: -46%;
  background: url(../img/mission/conts_bg_02_sp.webp) center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #mission .conts__item:nth-of-type(2) .conts__pic::before {
    width: 1522px;
    height: 1214px;
    top: -75px;
    left: -36%;
    background: url(../img/mission/conts_bg_02_pc.webp) center/contain no-repeat;
  }
}
#mission .conts__item:nth-of-type(2) .conts__tit {
  color: #0055B8;
}
#mission .conts__item:nth-of-type(2) .conts__tit::after {
  content: "";
  position: absolute;
  top: -39px;
  left: 205px;
  width: 112px;
  height: 122px;
  background: url(../img/mission/conts_02_tit.webp) center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #mission .conts__item:nth-of-type(2) .conts__tit::after {
    top: -110px;
    left: 80px;
    width: 681px;
    height: 265px;
  }
}
#mission .conts__pic {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #mission .conts__pic {
    flex: 0 0 auto;
    width: 300px;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  #mission .conts__pic {
    width: auto;
  }
}
#mission .conts__tit {
  position: relative;
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #mission .conts__tit {
    margin-top: 152px;
    font-size: 4.6rem;
  }
}
#mission .conts__txt {
  position: relative;
  line-height: 1.944;
  z-index: 2;
}
#mission .conts__txt .is-accent {
  font-size: 1.8rem;
  color: #EF604D;
}
@media screen and (min-width: 768px) {
  #mission .conts__txt .is-accent {
    font-size: 2.4rem;
  }
}
#mission .conts__txt .is-key {
  font-size: 1.8rem;
  color: #0055B8;
}
@media screen and (min-width: 768px) {
  #mission .conts__txt .is-key {
    font-size: 2.4rem;
  }
}
#mission .conts__catchcopy {
  position: relative;
  padding: 32.5333333333vw 0 52vw;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #mission .conts__catchcopy {
    padding: 305px 0 143px;
  }
}
#mission .conts__catchcopy-wrap {
  position: relative;
  z-index: 1;
}
#mission .conts__catchcopy-wrap::before {
  content: "";
  position: absolute;
  width: 144vw;
  height: 180.2666666667vw;
  top: -20.2666666667vw;
  left: -82%;
  background: url(../img/mission/conts_bg_03_sp.webp) center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #mission .conts__catchcopy-wrap::before {
    width: 170%;
    height: 786px;
    top: -131px;
    left: -34%;
    background: url(../img/mission/conts_bg_03_pc.webp) center/2448px no-repeat;
  }
}
#mission .conts__catchcopy-line::before {
  content: "";
  position: absolute;
  width: 2235px;
  height: 660px;
  top: -217px;
  left: -587px;
  background: url(../img/mission/line_02.webp) center/2235px no-repeat;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #mission .conts__catchcopy-line::before {
    top: -468px;
    left: -587px;
  }
}
#mission .conts__catchcopy-line::after {
  content: "";
  position: absolute;
  width: 2126px;
  height: 1062px;
  top: -572px;
  left: -260px;
  background: url(../img/mission/line_03.webp) center/2126px no-repeat;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #mission .conts__catchcopy-line::after {
    width: 2235px;
    height: 1062px;
    top: -92px;
    left: -587px;
  }
}
#mission .conts__catchcopy-txt {
  position: relative;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  color: #0055B8;
  font-size: 2rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #mission .conts__catchcopy-txt {
    font-size: 3.6rem;
  }
}
#mission .conts__catchcopy-item {
  position: absolute;
  z-index: -1;
}
#mission .conts__catchcopy-item:nth-of-type(1) {
  top: 0;
  left: -7%;
}
@media screen and (min-width: 768px) {
  #mission .conts__catchcopy-item:nth-of-type(1) {
    left: -250px;
  }
}
@media screen and (max-width: 767px) {
  #mission .conts__catchcopy-item:nth-of-type(1) img {
    width: 48.5333333333vw;
  }
}
#mission .conts__catchcopy-item:nth-of-type(2) {
  bottom: 0;
  right: -12%;
}
@media screen and (min-width: 768px) {
  #mission .conts__catchcopy-item:nth-of-type(2) {
    bottom: -27%;
    right: -446px;
  }
}
@media screen and (min-width: 992px) {
  #mission .conts__catchcopy-item:nth-of-type(2) {
    bottom: 0;
  }
}
#mission .conts__catchcopy-item:nth-of-type(2) span {
  position: relative;
  display: block;
}
#mission .conts__catchcopy-item:nth-of-type(2) span::before {
  display: none;
}
@media screen and (min-width: 768px) {
  #mission .conts__catchcopy-item:nth-of-type(2) span::before {
    content: "";
    display: block;
    position: absolute;
    width: 271px;
    height: 271px;
    top: 120px;
    left: -49px;
    background: url(../img/mission/conts_bg_04_pc.webp) center/contain no-repeat;
  }
}
@media screen and (max-width: 767px) {
  #mission .conts__catchcopy-item:nth-of-type(2) span img {
    width: 81.8666666667vw;
  }
}

/*******************************************
    数字でみるニチイケアパレス
*******************************************/
#data360 {
  /*------------------------------------------
      conts
  ------------------------------------------*/
  /*------------------------------------------
      sec
  ------------------------------------------*/
  /*------------------------------------------
      box
  ------------------------------------------*/
  /*------------------------------------------
      正社員の平均年齢
  ------------------------------------------*/
  /*------------------------------------------
      社員数＆正社員の男女比
  ------------------------------------------*/
  /*------------------------------------------
      学生時代の専攻
  ------------------------------------------*/
  /*------------------------------------------
      有給休暇取得率
  ------------------------------------------*/
  /*------------------------------------------
      有給休暇平均取得日数
  ------------------------------------------*/
  /*------------------------------------------
      育児休暇後の就業復帰率
  ------------------------------------------*/
  /*------------------------------------------
      男性の育児休業取得率
  ------------------------------------------*/
  /*------------------------------------------
      平均残業時間
  ------------------------------------------*/
  /*------------------------------------------
      認定マーク
  ------------------------------------------*/
  /*------------------------------------------
      全国合格率
  ------------------------------------------*/
  /*------------------------------------------
      新入社員研修
  ------------------------------------------*/
  /*------------------------------------------
      年間研修回数
  ------------------------------------------*/
}
#data360 .conts {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  #data360 .conts {
    padding-top: 0;
  }
}
#data360 .conts__head {
  margin-bottom: -6.4vw;
}
@media screen and (min-width: 768px) {
  #data360 .conts__head {
    margin-bottom: -33px;
  }
}
#data360 .conts__area {
  padding-bottom: 60px;
  background: #EFF6FB;
}
#data360 .conts__catchcopy {
  padding-top: 50px;
  text-align: center;
  font-size: 2rem;
  color: #0055B8;
}
@media screen and (min-width: 768px) {
  #data360 .conts__catchcopy {
    font-size: 2.8rem;
  }
}
#data360 .sec__tit {
  margin-top: 48px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #data360 .sec__tit {
    margin-top: 100px;
    font-size: 4.4rem;
  }
}
#data360 .sec__tit span {
  display: block;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  color: #0055B8;
}
@media screen and (min-width: 768px) {
  #data360 .sec__tit span {
    font-size: 2.5rem;
  }
}
#data360 .box__list {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}
@media screen and (min-width: 768px) {
  #data360 .box__list {
    justify-content: center;
    gap: 10px;
  }
}
#data360 .box__item {
  position: relative;
  padding: 53px 26px 26px;
  background: #FFF;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #data360 .box__item {
    padding: 82px 50px 40px;
  }
}
@media screen and (min-width: 1240px) {
  #data360 .box__item.is-w490 {
    max-width: 490px;
  }
}
@media screen and (min-width: 1240px) {
  #data360 .box__item.is-w699 {
    max-width: 699px;
  }
}
@media screen and (min-width: 1240px) {
  #data360 .box__item.is-w707 {
    max-width: 707px;
  }
}
#data360 .box__tit {
  margin-bottom: 20px;
  line-height: 1.333;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #data360 .box__tit {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
}
#data360 .box__tit .is-circle {
  position: relative;
  display: inline-block;
  z-index: 1;
}
#data360 .box__tit .is-circle::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background: #B1CCEA;
  border-radius: 30px;
  left: -16px;
  top: -8px;
  z-index: -1;
}
#data360 .box__txt {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #data360 .box__txt {
    font-size: 1.6rem;
  }
}
#data360 .box__pic {
  margin-bottom: 27px;
}
#data360 .box__note {
  position: absolute;
  top: 13px;
  right: 13px;
  font-size: 1.1rem;
  color: #7D7D7D;
}
#data360 .box__visual {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #data360 .age__visual {
    margin-top: 66px;
  }
}
#data360 .age__number {
  font-size: 3.6rem;
  font-weight: bold;
  color: #0055B8;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #data360 .age__number {
    font-size: 4rem;
  }
}
#data360 .age__number span {
  font-family: "Montserrat", sans-serif;
  font-size: 7.2rem;
}
@media screen and (min-width: 768px) {
  #data360 .age__number span {
    font-size: 11.8rem;
  }
}
#data360 .age__pic {
  text-align: center;
}
#data360 .gender__visual {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  #data360 .gender__visual {
    margin-bottom: 30px;
  }
}
#data360 .gender__box:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #data360 .gender__box:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #data360 .gender__box:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#data360 .gender__numtxt {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #data360 .gender__numtxt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 104px;
    height: 86px;
    font-size: 2.4rem;
    background: #EFF6FB;
    margin-right: 20px;
  }
}
#data360 .gender__ratiotxt {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #data360 .gender__ratiotxt {
    font-size: 2.4rem;
  }
}
#data360 .gender__number {
  font-size: 3.6rem;
  font-weight: bold;
  color: #0055B8;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #data360 .gender__number {
    font-size: 3.2rem;
  }
}
#data360 .gender__number span {
  font-family: "Montserrat", sans-serif;
  font-size: 7.2rem;
}
@media screen and (min-width: 768px) {
  #data360 .gender__number span {
    font-size: 9.3rem;
  }
}
#data360 .gender__ratio {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto;
  z-index: 1;
}
#data360 .gender__ratio::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 108px;
  height: 176px;
  background: url(../img/data360/gender_man_sp.webp) center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #data360 .gender__ratio::before {
    top: -9px;
    left: -92px;
    width: 152px;
    height: 95px;
    background: url(../img/data360/gender_man_pc.webp) center/contain no-repeat;
  }
}
#data360 .gender__ratio::after {
  content: "";
  position: absolute;
  top: -18px;
  right: 0;
  width: 80px;
  height: 178px;
  background: url(../img/data360/gender_woman_sp.webp) center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #data360 .gender__ratio::after {
    top: -10px;
    right: -63px;
    width: 115px;
    height: 101px;
    background: url(../img/data360/gender_woman_pc.webp) center/contain no-repeat;
  }
}
#data360 .major__visual {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #data360 .major__visual {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 607px;
    margin: 0 auto 30px;
  }
}
#data360 .major__ring {
  position: relative;
  left: 34px;
  width: 151px;
  height: 151px;
  margin: 0 auto 51px;
}
@media screen and (min-width: 768px) {
  #data360 .major__ring {
    left: 0;
    width: 175px;
    height: 175px;
    margin: 0 0 0 60px;
  }
}
#data360 .major__ring::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: -68px;
  width: 94px;
  height: 109px;
  background: url(../img/data360/major_icon.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  #data360 .major__ring::before {
    bottom: -10px;
    left: -73px;
    width: 81px;
    height: 93px;
  }
}
#data360 .major__ring::before {
  position: absolute;
  width: 94px;
  height: 109px;
}
#data360 .major__ring-txtbox {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #data360 .major__ring-txtbox {
    top: 10px;
  }
}
#data360 .major__ring-txt {
  text-align: center;
  font-size: 2.4rem;
  color: #FFF;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #data360 .major__ring-txt {
    font-size: 3.2rem;
  }
}
#data360 .major__ring-number {
  position: relative;
  left: 5px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 0.8;
}
@media screen and (min-width: 768px) {
  #data360 .major__ring-number {
    left: 0;
    font-size: 3.1rem;
  }
}
#data360 .major__ring-number span {
  font-family: "Montserrat", sans-serif;
  font-size: 7.2rem;
}
@media screen and (min-width: 768px) {
  #data360 .major__ring-number span {
    font-size: 8.9rem;
  }
}
@media screen and (min-width: 768px) {
  #data360 .major__box {
    flex-grow: 1;
  }
}
#data360 .major__box-txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.222;
  margin-bottom: 10px;
  font-weight: bold;
}
#data360 .major__box-pic {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #data360 .major__box-pic {
    height: 100px !important;
  }
}
#data360 .major__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}
@media screen and (min-width: 768px) {
  #data360 .major__list {
    gap: 0;
  }
}
#data360 .major__item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  #data360 .major__item {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
#data360 .major__item:nth-of-type(1) .major__box-pic {
  height: 100px;
}
@media screen and (min-width: 768px) {
  #data360 .major__item:nth-of-type(1) .major__box-pic {
    height: auto;
  }
}
#data360 .major__item:nth-of-type(2) .major__box-pic {
  height: 100px;
}
@media screen and (min-width: 768px) {
  #data360 .major__item:nth-of-type(2) .major__box-pic {
    height: auto;
  }
}
#data360 .major__item:nth-of-type(3) .major__box-txt {
  margin-top: 1.4em;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  #data360 .major__item:nth-of-type(3) .major__box-txt {
    margin-top: 0;
  }
}
#data360 .vacationRate__visual {
  position: relative;
  width: 250px;
  margin: 35px auto 20px;
}
@media screen and (min-width: 768px) {
  #data360 .vacationRate__visual {
    width: 500px;
    margin: 35px auto 35px;
  }
}
#data360 .vacationRate__pic {
  position: relative;
  width: 67px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #data360 .vacationRate__pic {
    width: 121px;
  }
}
#data360 .vacationRate__pic::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -14px;
  width: 170px;
  height: 57px;
  background: url(../img/data360/vacationRate_01.webp) center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #data360 .vacationRate__pic::before {
    top: -25px;
    left: -60px;
    width: 276px;
    height: 91px;
  }
}
#data360 .vacationRate__number {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0055B8;
  text-align: center;
  line-height: 0.8;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #data360 .vacationRate__number {
    font-size: 5.5rem;
  }
}
#data360 .vacationRate__number span {
  font-family: "Montserrat", sans-serif;
  font-size: 7.2rem;
}
@media screen and (min-width: 768px) {
  #data360 .vacationRate__number span {
    font-size: 16.2rem;
  }
}
#data360 .vacationRate__number::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -35px;
  width: 130px;
  height: 119px;
  background: url(../img/data360/vacationRate_02.webp) center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #data360 .vacationRate__number::before {
    width: 230px;
    height: 211px;
  }
}
#data360 .holiday__visual {
  position: relative;
  width: 286px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  #data360 .holiday__visual {
    width: 387px;
    margin: 0 auto 20px;
  }
}
#data360 .holiday__date {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3.6rem;
  font-weight: bold;
  color: #0055B8;
  text-align: center;
  line-height: 0.8;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #data360 .holiday__date {
    left: -20px;
    font-size: 5.5rem;
  }
}
#data360 .holiday__date span {
  font-family: "Montserrat", sans-serif;
  font-size: 9rem;
  letter-spacing: -7px;
  margin-right: 7px;
}
@media screen and (min-width: 768px) {
  #data360 .holiday__date span {
    font-size: 16.2rem;
  }
}
#data360 .holiday__circle {
  width: 156px;
  height: 156px;
  background: #EFF6FB;
  border-radius: 100px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  #data360 .holiday__circle {
    width: 176px;
    height: 176px;
  }
}
#data360 .holiday__tit {
  padding-top: 18px;
  padding-bottom: 2px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
#data360 .holiday__number {
  position: relative;
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0055B8;
  text-align: center;
  line-height: 0.8;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #data360 .holiday__number {
    font-size: 2.3rem;
  }
}
#data360 .holiday__number span {
  font-family: "Montserrat", sans-serif;
  font-size: 4.8rem;
}
@media screen and (min-width: 768px) {
  #data360 .holiday__number span {
    font-size: 6.9rem;
  }
}
#data360 .holiday__number::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 24px;
  width: 18px;
  height: 19px;
  background: url(../img/data360/holiday.svg) center/contain no-repeat;
  z-index: -1;
}
#data360 .holiday__note {
  line-height: 1;
  text-align: center;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  #data360 .holiday__note {
    font-size: 1.2rem;
  }
}
#data360 .holiday__noteicon {
  line-height: 1;
  margin-top: -5px;
  text-align: center;
  color: #0055B8;
  font-weight: bold;
}
#data360 .return__visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#data360 .return__canvas {
  flex: 0 0 auto;
  position: relative;
  width: 262px;
  height: 262px;
}
#data360 .return__number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #0055B8;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #data360 .return__number {
    font-size: 3.1rem;
  }
}
#data360 .return__number span {
  font-size: 7.2rem;
}
@media screen and (min-width: 768px) {
  #data360 .return__number span {
    font-size: 9rem;
  }
}
#data360 .return__pic {
  margin-left: -30px;
}
#data360 .childcare__visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#data360 .childcare__bar {
  position: relative;
  flex: 0 0 auto;
}
#data360 .childcare__bar-list {
  display: flex;
  gap: 15px;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  #data360 .childcare__bar-list {
    gap: 32px;
  }
}
#data360 .childcare__bar-item {
  position: relative;
  height: 162px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  #data360 .childcare__bar-item {
    height: 268px;
  }
}
#data360 .childcare__bar-item.is-2020 .childcare__bar-graph {
  height: 36px;
}
@media screen and (min-width: 768px) {
  #data360 .childcare__bar-item.is-2020 .childcare__bar-graph {
    height: 60px;
  }
}
#data360 .childcare__bar-item.is-2021 .childcare__bar-graph {
  height: 78px;
}
@media screen and (min-width: 768px) {
  #data360 .childcare__bar-item.is-2021 .childcare__bar-graph {
    height: 127px;
  }
}
#data360 .childcare__bar-item.is-2022 .childcare__bar-graph {
  height: 104px;
}
@media screen and (min-width: 768px) {
  #data360 .childcare__bar-item.is-2022 .childcare__bar-graph {
    height: 169px;
  }
}
#data360 .childcare__bar-graph {
  width: 43px;
  background: #B1CCEA;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #data360 .childcare__bar-graph {
    width: 71px;
  }
}
#data360 .childcare__bar-number {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #0055B8;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #data360 .childcare__bar-number {
    top: -56px;
  }
}
@media screen and (min-width: 768px) {
  #data360 .childcare__bar-number {
    font-size: 1.7rem;
  }
}
#data360 .childcare__bar-number span {
  font-size: 2.7rem;
}
@media screen and (min-width: 768px) {
  #data360 .childcare__bar-number span {
    font-size: 5rem;
  }
}
#data360 .childcare__bar-number-wrap {
  position: relative;
}
#data360 .childcare__bar-year {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #data360 .childcare__bar-year {
    font-size: 2.4rem;
  }
}
#data360 .childcare__bar-year span {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #data360 .childcare__bar-year span {
    font-size: 1.8rem;
  }
}
#data360 .childcare__bar-arrow {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 114px;
}
@media screen and (min-width: 768px) {
  #data360 .childcare__bar-arrow {
    bottom: 55px;
    width: 186px;
  }
}
#data360 .childcare__pic {
  margin-left: -10px;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  #data360 .childcare__pic {
    margin-left: -13px;
    margin-bottom: 18px;
  }
}
#data360 .childcare__pic img {
  max-width: 128%;
}
@media screen and (min-width: 768px) {
  #data360 .childcare__pic img {
    max-width: 100%;
  }
}
#data360 .overtime__visual {
  position: relative;
  width: 270px;
  margin: 65px auto 25px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #data360 .overtime__visual {
    width: 500px;
    margin: 50px auto 25px;
  }
}
#data360 .overtime__visual::before {
  content: "";
  position: absolute;
  top: -49px;
  left: -10px;
  width: 110px;
  height: 110px;
  background: url(../img/data360/overtime_time.webp) center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #data360 .overtime__visual::before {
    top: -59px;
    left: -43px;
    width: 193px;
    height: 193px;
  }
}
#data360 .overtime__visual::after {
  content: "";
  position: absolute;
  top: -42px;
  right: 10px;
  width: 83px;
  height: 66px;
  background: url(../img/data360/overtime.webp) center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #data360 .overtime__visual::after {
    top: -62px;
    right: -29px;
    width: 160px;
    height: 127px;
  }
}
#data360 .overtime__number {
  position: relative;
  margin-bottom: 8px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #0055B8;
  text-align: center;
  line-height: 0.8;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #data360 .overtime__number {
    font-size: 5.5rem;
  }
}
#data360 .overtime__number span {
  font-family: "Montserrat", sans-serif;
  font-size: 7.2rem;
}
@media screen and (min-width: 768px) {
  #data360 .overtime__number span {
    font-size: 16.2rem;
  }
}
#data360 .certification__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 23px;
}
@media screen and (min-width: 768px) {
  #data360 .certification__list {
    flex-wrap: nowrap;
    gap: 16px;
  }
}
#data360 .certification__item:nth-of-type(1) img {
  width: 123px;
}
@media screen and (min-width: 768px) {
  #data360 .certification__item:nth-of-type(1) img {
    width: 115px;
  }
}
#data360 .certification__item:nth-of-type(2) img {
  width: 133px;
}
@media screen and (min-width: 768px) {
  #data360 .certification__item:nth-of-type(2) img {
    width: 144px;
  }
}
#data360 .certification__item:nth-of-type(3) img {
  width: 111px;
}
@media screen and (min-width: 768px) {
  #data360 .certification__item:nth-of-type(3) img {
    width: 101px;
  }
}
#data360 .certification__visual {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  #data360 .pass {
    padding: 82px 40px 40px;
  }
}
#data360 .pass__visual {
  position: relative;
  width: 290px;
  margin: 0 auto 20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #data360 .pass__visual {
    width: 410px;
    margin: 0 auto 38px;
  }
}
#data360 .pass__visual::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  width: 87px;
  height: 87px;
  background: url(../img/data360/pass.webp) center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #data360 .pass__visual::before {
    right: -10px;
    width: 126px;
    height: 126px;
  }
}
#data360 .pass__box {
  display: flex;
  align-items: center;
  gap: 11px;
}
#data360 .pass__box:not(:last-of-type) {
  margin-bottom: 25px;
}
#data360 .pass__box.is-other .pass__txt {
  margin-top: -5px;
  color: #333;
}
#data360 .pass__box.is-other .pass__number {
  color: #D6D8DB;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  #data360 .pass__box.is-other .pass__number {
    font-size: 2.5rem;
  }
}
#data360 .pass__box.is-other .pass__number span {
  font-size: 5rem;
}
@media screen and (min-width: 768px) {
  #data360 .pass__box.is-other .pass__number span {
    font-size: 7.3rem;
  }
}
#data360 .pass__txt {
  width: 72px;
  padding: 8px 2px;
  font-size: 1.2rem;
  color: #0055B8;
  background: #EFF6FB;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #data360 .pass__txt {
    width: 100px;
    font-size: 1.8rem;
  }
}
#data360 .pass__number {
  position: relative;
  margin-bottom: 8px;
  font-size: 2.7rem;
  font-weight: bold;
  color: #0055B8;
  text-align: center;
  line-height: 0.8;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #data360 .pass__number {
    font-size: 4rem;
  }
}
#data360 .pass__number span {
  font-family: "Montserrat", sans-serif;
  font-size: 7.2rem;
}
@media screen and (min-width: 768px) {
  #data360 .pass__number span {
    font-size: 11.8rem;
  }
}
#data360 .training__visual {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #data360 .training__visual {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    max-width: 599px;
    margin: 0 auto 35px;
  }
}
@media screen and (min-width: 768px) {
  #data360 .training__box {
    flex: 0 0 auto;
  }
}
#data360 .training__tit {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #data360 .training__tit {
    font-size: 2.4rem;
  }
}
#data360 .training__pic {
  width: 132px;
}
@media screen and (min-width: 768px) {
  #data360 .training__pic {
    width: 240px;
  }
}
#data360 .training__number {
  position: relative;
  margin-bottom: 8px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #0055B8;
  text-align: center;
  line-height: 0.8;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #data360 .training__number {
    font-size: 4rem;
  }
}
#data360 .training__number span {
  font-family: "Montserrat", sans-serif;
  font-size: 7.2rem;
}
@media screen and (min-width: 768px) {
  #data360 .training__number span {
    font-size: 11.8rem;
  }
}
@media screen and (min-width: 768px) {
  #data360 .training__number-wrap {
    display: flex;
    gap: 5px;
  }
}
#data360 .training__txt {
  margin: 20px 0 10px;
  font-size: 1.6rem;
  color: #0055B8;
  text-align: center;
  font-weight: bold;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  #data360 .training__txt {
    margin: 15px 0 10px;
    font-size: 2rem;
    letter-spacing: -1px;
  }
}
#data360 .trainingTime__visual {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 245px;
  margin: -30px auto 25px;
}
@media screen and (min-width: 768px) {
  #data360 .trainingTime__visual {
    width: 550px;
    margin: -45px auto 35px;
  }
}
#data360 .trainingTime__number {
  position: absolute;
  right: 0;
  top: 65%;
  transform: translateY(-50%);
  margin-bottom: 8px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #0055B8;
  text-align: center;
  line-height: 0.8;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #data360 .trainingTime__number {
    right: 19%;
    font-size: 5.5rem;
  }
}
#data360 .trainingTime__number span {
  font-family: "Montserrat", sans-serif;
  font-size: 7.2rem;
}
@media screen and (min-width: 768px) {
  #data360 .trainingTime__number span {
    font-size: 16.2rem;
  }
}
#data360 .trainingTime__pic {
  width: 93px;
}
@media screen and (min-width: 768px) {
  #data360 .trainingTime__pic {
    width: 131px;
  }
}
#data360 .trainingTime__note {
  font-size: 1.1rem;
  font-weight: bold;
  position: absolute;
  right: -23px;
  bottom: -3px;
}
@media screen and (min-width: 768px) {
  #data360 .trainingTime__note {
    right: 25px;
    bottom: 0;
    font-size: 1.8rem;
  }
}

@font-face {
  font-family: "katyo";
  src: url("https://cdn.leafscape.be/kacho/kachoPBB_web.woff2") format("woff2");
}

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