@charset "UTF-8";
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}
@-webkit-keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@-webkit-keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
@-webkit-keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
}
@keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
}
@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-webkit-keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  40% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  80% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  40% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  80% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomInDown {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}
@keyframes zoomInDown {
  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);
    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);
  }
  60% {
    -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);
    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-keyframes zoomInLeft {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}
@keyframes zoomInLeft {
  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);
    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);
  }
  60% {
    -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);
    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-keyframes zoomInRight {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}
@keyframes zoomInRight {
  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);
    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);
  }
  60% {
    -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);
    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-keyframes zoomInUp {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}
@keyframes zoomInUp {
  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);
    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);
  }
  60% {
    -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);
    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-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoomOutDown {
  40% {
    -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);
    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);
  }
  100% {
    -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);
    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-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    -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);
    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);
  }
  100% {
    -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);
    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-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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@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);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@-webkit-keyframes zoomOutUp {
  40% {
    -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);
    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);
  }
  100% {
    -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);
    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-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutUp {
  40% {
    -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);
    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);
  }
  100% {
    -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);
    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-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
.page-breadcurmb li a:after, .adresse::before, .telephone::before, .home-services a:after, .footer .footer-service-links li:before,
.footer .footer-userful-links li:before, .fa-home::before, .fa-edit::before, .fa-gift::before, .fa-globe::before, .fa-comments-o::before, .fa-picture-o::before, .fa-envelope-o::before, ._more-arrow::before, .fa-github::before, ._checking::before, .fa-user::before, .fa-shopping-cart::before, .fa-sign-out-alt::before, .facebook::before, .google::before, .twitter::before, .linkedin::before, .angle-double-right::before {
  line-height: 1em;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}

.footer .footer-service-links li:before,
.footer .footer-userful-links li:before, .angle-double-right::before {
  content: "\f101";
}

.home-services a:after {
  content: "\f061";
}

._more-arrow::before {
  content: "\f047";
}

._checking::before {
  content: "\f00c";
}

.page-breadcurmb li a:after {
  content: "\f054";
}

.fa-comments-o::before {
  content: "\f0e6";
}

.fa-edit::before {
  content: "\f044";
}

.fa-envelope-o::before {
  content: "\f003";
}

.facebook::before {
  content: "\f09a";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-github::before {
  content: "\f09b";
}

.fa-globe::before {
  content: "\f0ac";
}

.google::before {
  content: "\f1a0";
}

.fa-home::before {
  content: "\f015";
}

.linkedin::before {
  content: "\f0e1";
}

.adresse::before {
  content: "\f041";
}

.telephone::before {
  content: "\f095";
}

.fa-picture-o::before {
  content: "\f03e";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-sign-out-alt::before {
  content: "\f08b";
}

.twitter::before {
  content: "\f099";
}

.fa-user::before {
  content: "\f007";
}

/*
    Flaticon icon font: Flaticon
    Creation date: 03/05/2020 09:20
    */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon/Flaticon.eot");
  src: url("../fonts/Flaticon/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon/Flaticon.woff") format("woff"), url("../fonts/Flaticon/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-power-button:before {
  content: "\f100";
}

.flaticon-corporate-identity:before {
  content: "\f101";
}

.flaticon-logo:before {
  content: "\f102";
}

.flaticon-computer:before {
  content: "\f103";
}

.flaticon-duplicate:before {
  content: "\f104";
}

.flaticon-layers:before {
  content: "\f105";
}

.flaticon-pen-tool:before {
  content: "\f106";
}

.flaticon-bug:before {
  content: "\f107";
}

.flaticon-crop:before {
  content: "\f108";
}

.flaticon-text:before {
  content: "\f109";
}

.flaticon-web-development:before {
  content: "\f10a";
}

.flaticon-medal:before {
  content: "\f10b";
}

.flaticon-verified-user:before {
  content: "\f10c";
}

.flaticon-download:before {
  content: "\f10d";
}

.flaticon-idea:before {
  content: "\f10e";
}

.flaticon-foward:before {
  content: "\f10f";
}

.flaticon-quote:before {
  content: "\f110";
}

.flaticon-diamond:before {
  content: "\f111";
}

.flaticon-review:before {
  content: "\f10a";
}

.flaticon-profit:before {
  content: "\f106";
}

.flaticon-meeting:before {
  content: "\f120";
}

.flaticon-idea-2:before {
  content: "\f11f";
}

.flaticon-design-2:before {
  content: "\f122";
}

.flaticon-growth-1:before {
  content: "\f126";
}

/*------------------------------------*\
    # Grid Settings
\*------------------------------------*/
/**
 * BREAKPOINTS
**/
/**
 * Turn any value into pixels
 *
 * @param {Number} $value
 *
 * @example
 *  font-size: convert-to-px(16); // 16px
 *
 * @return {Number} returns number in pixel
 */
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.show {
  display: block;
  visibility: visible;
  opacity: 1;
}

/**
 * Mixin to hide from screen and screen readers... or use the placeholder class
 */
/**
 * Mixin to hide from screen and screen readers... or use the placeholder class
 */
/**
 *  <a class="skip-link" href="#">text</a>
 * skip to content link
 * http://webaim.org/techniques/css/invisiblecontent/#skipnavlinks
 */
.skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
}

/**
 * Set an element to display disabled attributes with a placeholder class
 */
.disabled {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: not-allowed !important;
  opacity: 0.75 !important;
  pointer-events: none;
}

/*  ========================================================================
    AMONDICSS -> UTULITIES -> EFFECTS
    ========================================================================  */
/**
.nav-item {
    align-items: center;
    display: flex;
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    transition: all 0.3s;
    padding: 0 0.3rem;
    cursor: pointer;

    a {
        align-items: center;
        display: flex;
    }
}
*/
/**
 *
 * DO NOT EDIT THIS FILE!
 *
 * This is the main manifest file for this component
 * If you would like to make changes to this component or add functionality
 * consult the docs for how to make changes / additions
 */
/*  ========================================================================
    AMONDICSS -> COMPONENTS -> XXX
    ========================================================================  */
/*------------------------------------*\
    # COLORS
\*------------------------------------*/
/*$af-color: $af-color-black !default;
$af-color-primary: $af-color-blue !default;
$af-color-selection: $af-color-white !default;
$af-color-success: #1bbc9b !default;
$af-color-warning: #f1c000 !default;
$af-color-error: #e74c3c !default;
$af-color-info: $af-color-blue !default;
$af-color-diff: #151515 !default;
$af-color-visited: $af-color-purple !default;
$af-color-hover: $af-color-red !default;
$af-color-focus: $af-color-red !default;
$af-color-active: $af-color-red !default;

$brand: company-name !default;
$brand-color: #0074be !default;
$brand-color-alt: #e2eaf2 !default;
$brand-background-1: hsla(0, 0%, 97%, 1) !default;
$brand-background-2: transparent !default;
*/
/*
	Breakpoints - upto these sizes because these are max-width
	e.g.
	@media screen and ("<$breakpoint-small") {
		code goes here for anything you want to show up to 991px
	}
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  font-family: sans-serif;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  line-height: 1;
  font-family: sans-serif;
  height: 100%;
  overflow-x: hidden;
  color: #363636;
}

iframe {
  border: 0;
}

main {
  display: block;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
}

blockquote {
  margin: 0;
  padding: 0;
}

p,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

sup {
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

strong {
  font-weight: bold;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?v=4.7");
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7") format("embedded-opentype"), url("../fonts/FontAwesome/fontawesome-webfont.woff?v=4.7") format("woff"), url("../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7") format("truetype"), url("../fonts/FontAwesome/fontawesome-webfont.svg?v=4.7") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 *
 * DO NOT EDIT THIS FILE!
 *
 * This is the main manifest file for this component
 * If you would like to make changes to this component or add functionality
 * consult the docs for how to make changes / additions
 */
/*  ========================================================================
    AMONDICSS -> COMPONENTS -> XXX
    ========================================================================  */
.divider {
  border-top: 0.05rem solid red;
  height: 0;
  margin: 36px 0;
  position: relative;
}
.divider[data-content] {
  margin: 4px 0;
}
.divider-v, .divider {
  display: block;
  position: relative;
}
.divider-v[data-content]::after, .divider[data-content]::after {
  background: white;
  color: gray;
  content: attr(data-content);
  left: 50%;
  display: inline-block;
  font-size: 16px;
  padding: 0 8px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}
.divider-v, .divider-v[data-content] {
  display: block;
  padding: 0.8rem;
  position: relative;
  height: 100%;
}
.divider-v::before, .divider-v[data-content]::before {
  border-left: 1px solid red;
  bottom: 8px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.divider-v[data-content] {
  left: 50%;
  padding: 8px 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/**
 *
 * DO NOT EDIT THIS FILE!
 *
 * This is the main manifest file for this component
 * If you would like to make changes to this component or add functionality
 * consult the docs for how to make changes / additions
 */
/*  ========================================================================
    AMONDICSS -> COMPONENTS -> XXX
    ========================================================================  */
/*
.my-element {
    color: red;

    @include on-event {
        color: blue;
    }
}
*/
/*
@import bullets
@import horizontal-list
@import ../../utilities/general/float
@import ../../css3/inline-block
*/
/* -----------------------------------------------------------------------------

# Base - Reset

----------------------------------------------------------------------------- */
/*
.preload * {
  @include transition-none;
}
*/
/*
 * Fix
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  font-family: sans-serif;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  line-height: 1;
  font-family: sans-serif;
  height: 100%;
  overflow-x: hidden;
  color: #363636;
}

iframe {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
}

blockquote {
  margin: 0;
  padding: 0;
}

p, pre {
  margin-top: 0;
  margin-bottom: 0;
}

sup {
  position: relative;
  top: -.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

strong {
  font-weight: bold;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

html {
  font-size: 16px;
  line-height: 4px;
  text-rendering: optimizelegibility !important;
}
@media screen and (min-width: 900px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

body {
  font-size: 1rem;
  line-height: 1.5rem;
  overflow-x: hidden;
  background-image: linear-gradient(to bottom, #0ff 0, rgba(255, 255, 255, 0) 1px);
  background-color: #fff;
  background-repeat: repeat-y;
  background-size: 100% 0.75rem;
}

/*  ========================================================================
    AMONDICSS -> TYPOGRAPHY -> ELEMENT -> INLINE
    ========================================================================  */
b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

ins,
abbr[title] {
  text-decoration: none;
  border-bottom: 0.0625rem dotted;
}

abbr[title] {
  text-decoration: none;
  cursor: help;
}

u {
  text-decoration: none;
  border-bottom: 1px solid;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-size: 0.875rem;
}

small,
.small {
  font-size: 0.75rem;
}

.big {
  font-size: 1.25rem;
}

mark {
  background-color: #ffdc00;
  padding: 0 0.25rem;
}

del,
s {
  text-decoration: line-through;
  color: #ff4136;
}

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.6rem;
  font-size: 0.75rem;
  font-weight: 400;
  /* › adjust to visually match copy weight */
}

sub {
  top: 0.25em;
}

var {
  font-style: italic;
}

q {
  quotes: "“" "”" "‘" "’";
}

q::before {
  content: open-quote;
}

q::after {
  content: close-quote;
}

dfn {
  font-style: italic;
}

hr {
  width: 100%;
  height: 0;
  border: none;
  border-bottom: 2px solid #3fb867;
  margin: 20px 0 20px 0;
  clear: both;
}

/*  ========================================================================
    AMONDICSS -> TYPOGRAPHY -> ELEMENT -> EMBEDDED
    ========================================================================  */
img,
canvas,
video,
audio,
iframe,
svg {
  max-width: 100%;
  height: auto;
}

img {
  border: none;
  display: inline-block;
}

svg {
  fill: currentColor;
}

/*  ========================================================================
    AMONDICSS -> TYPOGRAPHY -> ELEMENT -> ADDRESS
    ========================================================================  */
address {
  display: block;
  font-style: italic;
}

::-moz-selection {
  color: #55c57a;
  background: #eec451;
}

::selection {
  color: #55c57a;
  background: #eec451;
}

/*code {
  //@include font_mono;
  font-size: 0.9rem;
  line-height: 1rem;
  display: inline-block;
  vertical-align: baseline;
  padding: 2px 4px;
  background-color: transparent;
  border-radius: 1px;
  color: inherit;
}

code {
  font-family: $af-font-family-monospace;
  font-size: $af-code-font-size;

  color: $af-code-color;
  background-color: $af-code-background-color;
  border: 1px solid $af-code-border-color;
  border-radius: 3px;

  padding: 0.8rem 1rem;

  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}

code {
  display: inline-block;
  padding: 0.1rem 0.3rem;
}

/////////////////////////////@at-root
*/
pre,
code,
samp,
kbd {
  font-family: Menlo, Consolas, "Courier New", monospace;
}

a {
  color: #55c57a;
  font-weight: inherit;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  text-decoration: underline;
}
a:visited {
  color: #ff4136;
}
@media print {
  a:visited {
    text-decoration: underline;
  }
}
a:hover {
  color: #2ecc40;
}
a:focus {
  color: #ffdc00;
  text-decoration: underline;
}
a:active {
  color: #ff4136;
}

pre {
  font-family: Menlo, Consolas, "Courier New", monospace;
  font-size: 0.75rem;
  line-height: 1rem;
  display: block;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  margin: 0;
  padding-bottom: 1rem;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

ul,
ol {
  margin-bottom: 1.5rem;
}
ul li,
ol li {
  padding: 0;
  margin: 0;
}
ul li > ol, ul li > ul,
ol li > ol,
ol li > ul {
  margin-top: 0.25rem;
  margin-left: 1rem;
}
ul.unstyled,
ol.unstyled {
  padding: 0;
  list-style: none;
  margin: 0;
}
ul.inline,
ol.inline {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  margin-left: 1rem;
  list-style: none;
}

ul ol,
ol ol,
ul ul,
ol ul {
  margin-bottom: 0;
}

ul {
  display: block;
  list-style-type: disc;
}

ol {
  display: block;
  list-style-type: decimal;
  margin-left: 1.5rem;
}

li > ol {
  list-style-type: lower-alpha;
}

dl {
  margin-bottom: 1.5rem;
}

dt {
  margin-bottom: 0.75rem;
}

dd {
  margin: 0;
  padding: 0;
}

dd::before {
  content: "\2014";
  margin-right: 0.75rem;
}

dd + dt {
  margin-top: 0.75rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-rendering: optimizelegibility;
}

h1,
.h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h2,
.h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

h3,
.h3 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h4,
.h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h5,
.h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}

blockquote {
  border-left: 5px solid #aaa;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 0 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin: 0 1.5rem;
  margin-bottom: 1.5rem;
}
blockquote cite {
  font-size: 1rem;
  display: block;
  margin: 0;
}
blockquote cite:before {
  content: "— ";
}
blockquote p:first-of-type {
  margin-top: 0;
}

/* Buttons settings*/
/**/
/* Color settings*/
/* Sizes settings*/
/*  ========================================================================
    AMONDICSS -> COMPONENTS -> MIXIN-BUTTON
    ========================================================================  */
.btn,
button,
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  overflow: visible;
  white-space: nowrap;
  text-align: center;
  max-width: 100%;
  position: relative;
  text-indent: 0px;
  text-shadow: none;
  letter-spacing: 0.07rem;
  text-transform: capitalize;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.1875rem 0.375rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
  text-transform: capitalize;
  color: #000;
  background-color: #d1eb50;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -o-border-image: none;
     border-image: none;
  /* Pseudo classes*/
}
.btn::-moz-focus-inner,
button::-moz-focus-inner,
.button::-moz-focus-inner {
  border: 0;
  /* Removes dotted line in Firefox */
}
.btn:hover,
button:hover,
.button:hover, .btn:active,
button:active,
.button:active, .btn:focus,
button:focus,
.button:focus {
  /* Styles*/
  text-decoration: none;
}
.btn:not(:disabled):not([aria-disabled="true"]),
button:not(:disabled):not([aria-disabled="true"]),
.button:not(:disabled):not([aria-disabled="true"]) {
  cursor: pointer;
}
.btn,
button,
.button, .btn:hover,
button:hover,
.button:hover, .btn:active,
button:active,
.button:active, .btn:focus,
button:focus,
.button:focus {
  outline: none;
}
.btn:hover,
button:hover,
.button:hover {
  background: #e8f5a8;
  color: #000;
}
.btn:active,
button:active,
.button:active {
  background: #2c9145;
  color: #fff;
}
.btn:focus,
button:focus,
.button:focus {
  background: #2c9145;
  color: #fff;
}
.disabled.btn,
button.disabled,
.disabled.button, .btn:disabled,
button:disabled,
.button:disabled {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: not-allowed !important;
  opacity: 0.75 !important;
  pointer-events: none;
  color: #5e5e5e;
  background-color: #aaa;
}
.disabled.btn:hover,
button.disabled:hover,
.disabled.button:hover, .disabled.btn:focus,
button.disabled:focus,
.disabled.button:focus, .btn:disabled:hover,
button:disabled:hover,
.button:disabled:hover, .btn:disabled:focus,
button:disabled:focus,
.button:disabled:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*  ========================================================================
    JUICE -> ELEMENTS -> BUTTON -> BUTTON GROUP
    ========================================================================  */
.btn-group,
.button-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn-group > *,
.button-group > * {
  border-radius: 0;
  margin: 0;
}
.btn-group > *:not(:only-child),
.button-group > *:not(:only-child) {
  border-left-width: 1px;
  border-right-width: 1px;
  margin-right: -1px;
}
.btn-group > *:first-child,
.button-group > *:first-child {
  border-bottom-left-radius: 0px;
  border-left-width: 1px;
  border-top-left-radius: 0px;
}
.btn-group > *:last-child,
.button-group > *:last-child {
  border-bottom-right-radius: 0px;
  border-right-width: 1px;
  border-top-right-radius: 0px;
  margin-right: 0;
}

.btn-group,
.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-group > *,
.button-group > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

/*  ========================================================================
    AMONDICSS -> COMPONENTS -> CARD
    ========================================================================  */
/*$border-width: .09rem;
$border-color: #5755d9;
$transition-duration: null;
$button-primary-color: #000;
$include-disabled-styles: true;*/
/*
.filter-btn {
    color: #8e908c;
    border: 1px solid #8e908c;
}

.af-default-button {
    @extend %af-default-button;
    @include af-button-size();
    @include af-button-theme;
}

.mini {
    @include af-responsive-font-size(13px, .5, .5);
    padding: .016rem .75rem;
}

.af-default-button.blue {
    @include af-button-colors(#307fe2, #307fe2, transparent);

    &:hover {
        @include af-button-colors(#fff, #307fe2, #307fe2);
    }

    &:focus {
        @include af-button-colors(#fff, transparent, #154b90);
    }
}

.af-default-button.red {
    &:hover {
        @include af-button-colors(#fff, #ff6c54, #ff6c54);
    }

    &:focus {
        @include af-button-colors(#fff, transparent, #dc533d);
    }
}

.af-default-button.orange {
    &:hover {
        @include af-button-colors(#fff, #ffc59d, #ffc59d);
    }

    &:focus {
        @include af-button-colors(#fff, transparent, #ff8c3b);
    }
}

*/
.standard {
  background: #2f99da;
  border: 1px solid #2180ba;
  color: #fff;
  border-radius: 0.3125rem;
}

.button-outline {
  color: #2180ba;
  background: transparent;
  border: 1px solid #2180ba;
}

.button-flat {
  background: transparent;
  text-transform: uppercase;
  color: #000;
}

/**
 *
 * DO NOT EDIT THIS FILE!
 *
 * This is the main manifest file for this component
 * If you would like to make changes to this component or add functionality
 * consult the docs for how to make changes / additions
 */
/*  ========================================================================
    AMONDICSS -> COMPONENTS -> XXX
    ========================================================================  */
/**
 *
 * DO NOT EDIT THIS FILE!
 *
 * This is the main manifest file for this component
 * If you would like to make changes to this component or add functionality
 * consult the docs for how to make changes / additions
 */
/*  ========================================================================
    AMONDICSS -> COMPONENTS -> XXX
    ========================================================================  */
/*$af-form-bg-color: $color-white !default;
$af-form-active-color: $brand-color !default;
$af-form-border-color: $color-gray-400 !default;
$af-form-invalid-color: $color-red-200 !default;
$af-form-error-text-color: $color-red-500 !default;
$af-form-placeholder-color: $color-gray-500 !default;*/
/*$af-form-bg-color: $color-white !default;
$af-form-active-color: $brand-color !default;
$af-form-border-color: $color-gray-400 !default;
$af-form-invalid-color: $color-red-200 !default;
$af-form-error-text-color: $color-red-500 !default;
$af-form-placeholder-color: $color-gray-500 !default;*/
/*$af-form-bg-color: $color-white !default;
$af-form-active-color: $brand-color !default;
$af-form-border-color: $color-gray-400 !default;
$af-form-invalid-color: $color-red-200 !default;
$af-form-error-text-color: $color-red-500 !default;
$af-form-placeholder-color: $color-gray-500 !default;*/
/**
 *
 * DO NOT EDIT THIS FILE!
 *
 * This is the main manifest file for this component
 * If you would like to make changes to this component or add functionality
 * consult the docs for how to make changes / additions
 */
/*  ========================================================================
    AMONDICSS -> COMPONENTS -> XXX
    ========================================================================  */
/* Avatar */
.avatar {
  border-radius: 50%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  font-size: 0.78125rem;
  line-height: 1.5rem;
  height: 1.5625rem;
  width: 1.5625rem;
  font-weight: 400;
  background: #cddc39;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
}
.avatar[data-text]::before {
  color: currentColor;
  content: attr(data-text);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.avatar.avatar-xs {
  font-size: 0.78125rem;
  line-height: 1.5rem;
  height: 1.5625rem;
  width: 1.5625rem;
}
.avatar.avatar-sm {
  font-size: 1.09375rem;
  line-height: 1.5rem;
  height: 2.1875rem;
  width: 2.1875rem;
}
.avatar.avatar-md {
  font-size: 2.34375rem;
  line-height: 3rem;
  height: 4.6875rem;
  width: 4.6875rem;
}
.avatar.avatar-lg {
  font-size: 3.125rem;
  line-height: 3.5rem;
  height: 6.25rem;
  width: 6.25rem;
}
.avatar.avatar-xl {
  font-size: 3.90625rem;
  line-height: 4.5rem;
  height: 7.8125rem;
  width: 7.8125rem;
}
.avatar img.padded {
  padding: 0.5rem;
  width: 100%;
}

/**
 *
 * DO NOT EDIT THIS FILE!
 *
 * This is the main manifest file for this component
 * If you would like to make changes to this component or add functionality
 * consult the docs for how to make changes / additions
 */
/*  ========================================================================
    AMONDICSS -> COMPONENTS -> XXX
    ========================================================================  */
.burger-menu {
  display: inline-block;
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.burger-menu, .burger-menu::before, .burger-menu::after {
  outline: 1px solid transparent;
  left: 0;
  right: 0;
  width: 21px;
  height: 5px;
  background-color: #000;
  visibility: visible;
  opacity: 1;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.burger-menu::before, .burger-menu::after {
  position: absolute;
  content: "";
}
.burger-menu::before {
  top: -8px;
}
.burger-menu::after {
  top: 8px;
}

.nav-active .burger-menu {
  background-color: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.nav-active .burger-menu::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.nav-active .burger-menu::after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/**
 *
 * DO NOT EDIT THIS FILE!
 *
 * This is the main manifest file for this component
 * If you would like to make changes to this component or add functionality
 * consult the docs for how to make changes / additions
 */
/*  ========================================================================
    AMONDICSS -> COMPONENTS -> XXX
    ========================================================================  */
.social1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 2rem;
}
.social1 li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.social1-icon {
  width: 20px;
  height: 20px;
  fill: black;
  cursor: pointer;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
  display: inline-block;
}
.social1-icon:hover {
  fill: white;
}

/**
 *
 * DO NOT EDIT THIS FILE!
 *
 * This is the main manifest file for this component
 * If you would like to make changes to this component or add functionality
 * consult the docs for how to make changes / additions
 */
/*  ========================================================================
    AMONDICSS -> COMPONENTS -> XXX
    ========================================================================  */
/* TILES */
.tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  /* Ensure space between child elements of card tile */
  overflow: inherit;
  /* Prevent overflowing when unnecessary */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Override the default behavior where buttons display as blocks */
}
.tile p {
  font-size: 0.95rem;
  /* Base font size is 1rem */
}
.tile .tile-icon,
.tile .tile-buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.tile .tile-title {
  line-height: 1.5rem;
  font-weight: bolder;
  margin: 0 auto;
}
.tile .tile-subtitle {
  line-height: 1.25rem;
  opacity: 0.7;
  margin: 0 auto;
}
.tile .tile-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.tile .tile-container:not(:first-child) {
  padding-left: 0.75rem;
}
.tile .tile-container:not(:last-child) {
  padding-right: 0.75rem;
}
.tile .tile-buttons button,
.tile .tile-buttons .btn,
.tile .tile-buttons [type="submit"] {
  display: inline-block;
  margin: 0.5rem;
  /* Reduce space used by buttons, default .5rem */
}

/**
 *
 * DO NOT EDIT THIS FILE!
 *
 * This is the main manifest file for this component
 * If you would like to make changes to this component or add functionality
 * consult the docs for how to make changes / additions
 */
/*  ========================================================================
    AMONDICSS -> COMPONENTS -> XXX
    ========================================================================  */
.navigation-21 {
  width: 100%;
  background: black;
  color: white;
}

.navigation-2 {
  width: 100%;
  background: black;
  color: white;
  display: block;
  position: relative;
}
.navigation-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .navigation-2 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.navigation-2 ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 1rem;
}
.navigation-2 a {
  text-decoration: none;
  color: #fff;
  padding: 20px 5px;
  width: 100%;
}
.navigation-2 ul ul {
  display: none;
}

/**
 *
 * DO NOT EDIT THIS FILE!
 *
 * This is the main manifest file for this component
 * If you would like to make changes to this component or add functionality
 * consult the docs for how to make changes / additions
 */
/*  ========================================================================
    AMONDICSS -> COMPONENTS -> XXX
    ========================================================================  */
.card {
  background: #fff;
  border: 0px solid 1px;
  border-radius: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.card .card-header,
.card .card-body,
.card .card-footer {
  padding: 0.75rem;
  padding-bottom: 0;
}
.card .card-header:last-child,
.card .card-body:last-child,
.card .card-footer:last-child {
  padding-bottom: 0.75rem;
}
.card .card-header > :last-child,
.card .card-body > :last-child,
.card .card-footer > :last-child {
  margin-bottom: 0;
}
.card .card-header {
  position: relative;
  width: 100%;
}
.card .card-header .card-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0;
}
.card .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.card .card-image {
  padding-top: 0.75rem;
}
.card .card-image:first-child {
  padding-top: 0;
}
.card .card-image:first-child img {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.card .card-image:last-child img {
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}

.h-card {
  background: #fff;
  border: 0px solid 1px;
  border-radius: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.h-card .card-header,
.h-card .card-body,
.h-card .card-footer {
  padding: 0.75rem;
  padding-bottom: 0;
}
.h-card .card-header:last-child,
.h-card .card-body:last-child,
.h-card .card-footer:last-child {
  padding-bottom: 0.75rem;
}
.h-card .card-header > :last-child,
.h-card .card-body > :last-child,
.h-card .card-footer > :last-child {
  margin-bottom: 0;
}
.h-card .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.h-card .card-image {
  padding-top: 0.75rem;
}
.h-card .card-image:first-child {
  padding-top: 0;
}
.h-card .card-image:first-child img {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.h-card .card-image:last-child img {
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}

.logo {
  position: relative;
  width: 118px;
  height: 30px;
}
.logo a {
  text-decoration: none;
}
.logo .skicky-logo {
  display: none;
}
@media (min-width: 769px) {
  .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 218px;
            flex: 0 0 218px;
    width: 218px;
    height: auto;
  }
}

.logo-section {
  margin-bottom: 75px;
  text-align: center;
}

/**
 *
 * DO NOT EDIT THIS FILE!
 *
 * This is the main manifest file for this component
 * If you would like to make changes to this component or add functionality
 * consult the docs for how to make changes / additions
 */
/*  ========================================================================
    AMONDICSS -> COMPONENTS -> XXX
    ========================================================================  */
/**
 *
 * DO NOT EDIT THIS FILE!
 *
 * This is the main manifest file for this component
 * If you would like to make changes to this component or add functionality
 * consult the docs for how to make changes / additions
 */
/*  ========================================================================
    AMONDICSS -> COMPONENTS -> XXX
    ========================================================================  */
.hero-banner {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-banner::before {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  background: url(../images/bg/forest-path-hd.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 3px solid red;
}

.hero-content {
  position: relative;
  color: white;
  text-align: center;
  margin: 0.625rem;
}

.hero-title {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0;
}

.hero-subtitle {
  font-size: 2rem;
  font-weight: 200;
  margin-top: 1rem;
}

.hero-call-to-action {
  margin-top: 5rem;
}

.section,
section {
  margin: 0;
  padding: 90px 0;
  position: relative;
}
.section :last-child,
section :last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .section,
  section {
    padding: 40px 0;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.container::before, .container::after {
  content: '\20';
  display: table;
}
.container::after {
  clear: both;
}
@media (min-width: 601px) {
  .container {
    width: 100%;
    max-width: 1240px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.row + .row {
  margin-top: 15px;
}
@media (min-width: 601px) {
  .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.row::before, .row::after {
  content: '\20';
  display: table;
}
.row::after {
  clear: both;
}

.col-auto,
.column-auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.col-auto + .col-auto,
.column-auto + .col-auto, .col-auto +
.column-auto,
.column-auto +
.column-auto {
  margin-top: 15px;
}
@media (min-width: 601px) {
  .col-auto,
  .column-auto {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.col-auto::before, .col-auto::after,
.column-auto::before,
.column-auto::after {
  content: '\20';
  display: table;
}
.col-auto::after,
.column-auto::after {
  clear: both;
}
.col-auto > *,
.column-auto > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
}

.col,
.column {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 601px) {
  .col-1-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .col-2-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 601px) {
  .col-1-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333333333%;
            flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-2-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 66.6666666667%;
            flex: 1 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-3-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 601px) {
  .col-1-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
  .col-2-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .col-3-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 75%;
            flex: 1 0 75%;
    max-width: 75%;
  }
  .col-4-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 601px) {
  .col-1-5 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
    max-width: 20%;
  }
  .col-2-5 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 40%;
  }
  .col-3-5 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
    max-width: 60%;
  }
  .col-4-5 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 80%;
            flex: 1 0 80%;
    max-width: 80%;
  }
  .col-5-5 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 601px) {
  .col-1-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 16.6666666667%;
            flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-2-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333333333%;
            flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-3-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .col-4-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 66.6666666667%;
            flex: 1 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-5-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 83.3333333333%;
            flex: 1 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-6-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 601px) {
  .col-1-7 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 14.2857142857%;
            flex: 1 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .col-2-7 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 28.5714285714%;
            flex: 1 0 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .col-3-7 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 42.8571428571%;
            flex: 1 0 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .col-4-7 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 57.1428571429%;
            flex: 1 0 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .col-5-7 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 71.4285714286%;
            flex: 1 0 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .col-6-7 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 85.7142857143%;
            flex: 1 0 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .col-7-7 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 601px) {
  .col-1-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 12.5%;
            flex: 1 0 12.5%;
    max-width: 12.5%;
  }
  .col-2-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
  .col-3-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 37.5%;
            flex: 1 0 37.5%;
    max-width: 37.5%;
  }
  .col-4-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .col-5-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 62.5%;
            flex: 1 0 62.5%;
    max-width: 62.5%;
  }
  .col-6-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 75%;
            flex: 1 0 75%;
    max-width: 75%;
  }
  .col-7-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 87.5%;
            flex: 1 0 87.5%;
    max-width: 87.5%;
  }
  .col-8-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 601px) {
  .col-1-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 11.1111111111%;
            flex: 1 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .col-2-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 22.2222222222%;
            flex: 1 0 22.2222222222%;
    max-width: 22.2222222222%;
  }
  .col-3-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333333333%;
            flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-4-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 44.4444444444%;
            flex: 1 0 44.4444444444%;
    max-width: 44.4444444444%;
  }
  .col-5-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 55.5555555556%;
            flex: 1 0 55.5555555556%;
    max-width: 55.5555555556%;
  }
  .col-6-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 66.6666666667%;
            flex: 1 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-7-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 77.7777777778%;
            flex: 1 0 77.7777777778%;
    max-width: 77.7777777778%;
  }
  .col-8-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 88.8888888889%;
            flex: 1 0 88.8888888889%;
    max-width: 88.8888888889%;
  }
  .col-9-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 601px) {
  .col-1-10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 10%;
            flex: 1 0 10%;
    max-width: 10%;
  }
  .col-2-10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
    max-width: 20%;
  }
  .col-3-10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
    max-width: 30%;
  }
  .col-4-10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 40%;
  }
  .col-5-10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .col-6-10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
    max-width: 60%;
  }
  .col-7-10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 70%;
            flex: 1 0 70%;
    max-width: 70%;
  }
  .col-8-10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 80%;
            flex: 1 0 80%;
    max-width: 80%;
  }
  .col-9-10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 90%;
            flex: 1 0 90%;
    max-width: 90%;
  }
  .col-10-10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 601px) {
  .col-1-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 8.3333333333%;
            flex: 1 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-2-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 16.6666666667%;
            flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-3-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
  .col-4-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333333333%;
            flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-5-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 41.6666666667%;
            flex: 1 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-6-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .col-7-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 58.3333333333%;
            flex: 1 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-8-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 66.6666666667%;
            flex: 1 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-9-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 75%;
            flex: 1 0 75%;
    max-width: 75%;
  }
  .col-10-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 83.3333333333%;
            flex: 1 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-11-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 91.6666666667%;
            flex: 1 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-12-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 601px) {
  .col-1-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 8.3333333333%;
            flex: 1 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-2-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 16.6666666667%;
            flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-3-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
  .col-4-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333333333%;
            flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-5-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 41.6666666667%;
            flex: 1 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-6-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .col-7-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 58.3333333333%;
            flex: 1 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-8-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 66.6666666667%;
            flex: 1 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-9-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 75%;
            flex: 1 0 75%;
    max-width: 75%;
  }
  .col-10-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 83.3333333333%;
            flex: 1 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-11-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 91.6666666667%;
            flex: 1 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-12-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 601px) {
  .col-1-16 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 6.25%;
            flex: 1 0 6.25%;
    max-width: 6.25%;
  }
  .col-2-16 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 12.5%;
            flex: 1 0 12.5%;
    max-width: 12.5%;
  }
  .col-3-16 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 18.75%;
            flex: 1 0 18.75%;
    max-width: 18.75%;
  }
  .col-4-16 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
  .col-5-16 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 31.25%;
            flex: 1 0 31.25%;
    max-width: 31.25%;
  }
  .col-6-16 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 37.5%;
            flex: 1 0 37.5%;
    max-width: 37.5%;
  }
  .col-7-16 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 43.75%;
            flex: 1 0 43.75%;
    max-width: 43.75%;
  }
  .col-8-16 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .col-9-16 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 56.25%;
            flex: 1 0 56.25%;
    max-width: 56.25%;
  }
  .col-10-16 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 62.5%;
            flex: 1 0 62.5%;
    max-width: 62.5%;
  }
  .col-11-16 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 68.75%;
            flex: 1 0 68.75%;
    max-width: 68.75%;
  }
  .col-12-16 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 75%;
            flex: 1 0 75%;
    max-width: 75%;
  }
  .col-13-16 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 81.25%;
            flex: 1 0 81.25%;
    max-width: 81.25%;
  }
  .col-14-16 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 87.5%;
            flex: 1 0 87.5%;
    max-width: 87.5%;
  }
  .col-15-16 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 93.75%;
            flex: 1 0 93.75%;
    max-width: 93.75%;
  }
  .col-16-16 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

/**
 *
 * DO NOT EDIT THIS FILE!
 *
 * This is the main manifest file for this component
 * If you would like to make changes to this component or add functionality
 * consult the docs for how to make changes / additions
 */
/*  ========================================================================
    AMONDICSS -> COMPONENTS -> XXX
    ========================================================================  */
.text-center {
  text-align: center !important;
}

.breadcurmb-section {
  background-color: #6c2b95;
}

.breadcrump-section-wrapper {
  text-align: left;
}

.breadcurmb-section {
  padding-bottom: 120px;
  background-color: #f6f2ed;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-width: 0px;
  background-size: cover;
}

.our-offices figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.our-offices figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.breadcurmb-section::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(9, 64, 116, 0.8);
}

.breadcurmb-title h1 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  padding-bottom: 20px;
}

.breadcurmb-section .ul-li ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcurmb-section .ul-li ul li {
  display: block;
}
.breadcurmb-section .ul-li ul li a {
  display: inline-block;
}

.breadcurmb-section .ul-li ul li {
  list-style: none;
  display: inline-block;
}

.page-breadcurmb li a {
  color: #fff;
  margin: 0 13px;
  position: relative;
}

.page-breadcurmb li a:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.page-breadcurmb li a:after {
  top: 9px;
  right: -17px;
  font-weight: 900;
  font-size: 12px;
  position: absolute;
}

.page-breadcurmb li:last-child a::after {
  display: none;
}

.our-offices {
  padding: 15px 0 30px;
}

.our-offices figure {
  margin-bottom: 20px;
}

.timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timeline-item .timeline__year {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  max-width: 110px;
  margin-bottom: 0;
  padding-left: 25px;
}

.timeline-item .timeline__year:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0092ff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.timeline-item .timeline__year:after {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 5px;
  right: -1px;
  width: 2px;
  background-color: #0092ff;
}

.timeline-item .timeline__desc {
  font-size: 15px;
  padding-left: 60px;
  margin-bottom: 0;
  padding-bottom: 48px;
}

.about-accompagnement .section-title {
  width: 800px;
  margin: 0 auto;
}

.adresse::before {
  padding-right: 5px;
}

.telephone::before {
  padding-right: 5px;
}

.bg-light-green, .page-wrapper .call-to-action-wrapper .button {
  background-color: #80c242;
}

.sticky-header .page-header {
  top: 0px;
  z-index: 10;
  width: 100%;
  position: fixed;
  background-color: #fff;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.sticky-header .page-header-top {
  display: none;
}

.sticky-header .page-header-bottom .branding-navigations {
  padding: 9px 40px 9px;
}

.page-header-top {
  display: none;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 1118px) {
  .page-header-top {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}

body {
  background-image: none;
  background-color: #dfe3e7;
  color: #666;
}

.page-wrapper .button {
  color: #fff;
  height: 50px;
  min-width: 170px;
  border-radius: 7px;
  background-color: #102fa5;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.home-about {
  background-color: #fff;
  padding-bottom: 150px;
}

.home-services {
  background-color: #fff;
}

.home-services-wrapper {
  background-color: #001f75;
  padding: 5%;
}

.home-services-wrapper .section-title h2 {
  color: #ffffff;
  font-weight: 700;
}

.home-services-wrapper .section-title p,
.home-services-wrapper .section-title .title-tag {
  color: #fff;
}

.projet-missions-section {
  background: #fff;
  text-align: center;
  padding: 0;
  z-index: 1;
}

.call-to-action-section {
  padding: 0;
  background: #001f75;
  color: #fff;
}

.hero-section {
  padding: 90px 0;
}

.hero-wrapper {
  position: relative;
}

.hero-wrapper .hero {
  border: none;
}

.hero-wrapper h1 {
  color: #223645;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 10px;
  text-align: left;
  margin-bottom: 0;
}

.hero-wrapper .info {
  font-size: 18px;
  text-align: left;
  color: #70808c;
}

.hero-wrapper .hero-call-to-action {
  margin-top: 2rem;
  text-align: left;
  width: 100%;
}

.hero-wrapper .hero-call-to-action a {
  text-decoration: none;
  padding: 0 10px;
}

.page-header-top .wrapper {
  padding: 0 40px;
  background-color: #001f75;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.company-informations,
.top-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 14px;
}
.company-informations li,
.top-nav li {
  display: block;
}
.company-informations li a,
.top-nav li a {
  display: inline-block;
}
.company-informations li,
.top-nav li {
  padding-left: 8px;
  padding-right: 8px;
}
.company-informations li:first-child, .company-informations li.first,
.top-nav li:first-child,
.top-nav li.first {
  padding-left: 0;
}
.company-informations li:last-child,
.top-nav li:last-child {
  padding-right: 0;
}
.company-informations li.last,
.top-nav li.last {
  padding-right: 0;
}
.company-informations a,
.top-nav a {
  color: #fff;
  text-decoration: none;
}

.page-wrapper .flat-button {
  font-weight: 700;
  border-radius: 0;
  padding: 11px 28px 15px 28px;
  border-radius: 0;
  background-color: #0b6b37;
}

.branding-navigations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  padding: 18px 40px 18px;
  background: #fff;
}

.nav-toggle {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.branding-navigations .navigation-2 {
  background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #525151;
}

.page-wrapper .frame-body {
  margin-bottom: 1.5rem;
}

.section-title {
  padding-top: 20px;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #00133e;
  padding: 15px 0px 14px;
  margin: 0;
}

.section-title .title-tag {
  font-size: 20px;
  font-weight: 700;
  color: #4c6df3;
  position: relative;
}

.section-title .title-tag:after {
  top: 15px;
  content: "";
  height: 2px;
  position: absolute;
  width: 120px;
  right: -125px;
}

.call-to-action-wrapper {
  padding: 20px 0;
  background-color: #001f75;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 27, 175, 0.1);
  box-shadow: 0px 10px 35px 0px rgba(0, 27, 175, 0.1);
  position: relative !important;
}

.call-to-action-wrapper .tile-title {
  font-size: 1.7rem;
  margin-left: 15px;
}

.call-to-action-wrapper .info {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}

.page-wrapper .call-to-action-wrapper .button {
  font-weight: 700;
  text-transform: initial;
}

.projet-missions-section .container {
  max-width: 840px;
}

.home-about img {
  -webkit-box-shadow: 0 0 25px #000;
          box-shadow: 0 0 25px #000;
  border-radius: 0.375rem;
  margin-top: -17%;
}

.home-about .button {
  margin-right: 1rem;
}

.pill {
  border-radius: 50px;
}

.projet-missions-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 51, 120, 0.04);
  box-shadow: 0px 30px 60px 0px rgba(0, 51, 120, 0.04);
}

.projet-missions-wrapper::after {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 80px;
  z-index: -10;
  position: absolute;
  background-color: #dfe3e7;
}

.projet-missions-wrapper .tile-icon {
  left: 0;
  right: 0;
  z-index: 1;
  top: -42px;
  width: 80px;
  height: 85px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 27, 175, 0.2);
  box-shadow: 0px 10px 35px 0px rgba(0, 27, 175, 0.2);
  border-radius: 7px;
  border-top-right-radius: 0;
  position: absolute !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.projet-missions-wrapper .tile-icon:after {
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  z-index: -1;
  height: 0%;
  background: linear-gradient(157deg, #7f31ff 0%, #4279f1 100%);
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.projet-missions-wrapper .avatar {
  border-radius: 0;
  line-height: 0.8;
  font-size: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7f31ff), to(#4279f1));
  background: linear-gradient(to bottom, #7f31ff 0%, #4279f1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.projet-missions-wrapper .projet,
.projet-missions-wrapper .missions {
  padding: 70px 15px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 27, 175, 0.1);
  box-shadow: 0px 10px 35px 0px rgba(0, 27, 175, 0.1);
  position: relative !important;
}

.projet-missions-wrapper .projet .tile-title,
.projet-missions-wrapper .missions .tile-title {
  font-size: 24px;
  font-weight: 700;
  color: #00133e;
  padding-bottom: 12px;
}

.projet-missions-wrapper a,
.projet-missions-wrapper a:visited,
.projet-missions-wrapper a:hover,
.projet-missions-wrapper a:active {
  text-decoration: none;
  color: inherit;
}

.home-services .service-box {
  background-color: #fff;
  min-height: 200px;
  border-radius: 7px;
  border-top-right-radius: 0;
  position: relative !important;
  padding: 55px 25px 25px;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 27, 175, 0.05);
  box-shadow: 0px 5px 35px 0px rgba(0, 27, 175, 0.05);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.home-services .section-title {
  margin-bottom: 95px;
}

.home-services .card-img-body {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  top: -30px;
  z-index: 1;
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: absolute;
  border-radius: 10px;
  background-color: #fff;
  border-top-right-radius: 0;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 27, 175, 0.15);
  box-shadow: 0px 5px 35px 0px rgba(0, 27, 175, 0.15);
}

.home-services .card-img-body:after {
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  z-index: -1;
  height: 0%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background: linear-gradient(157deg, #7f31ff 0%, #4279f1 100%);
}

.service-box:hover .card-img-body:after {
  height: 100%;
}

.service-box:hover .card-icon {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background: linear-gradient(to bottom, white 0%, white 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-services .card-icon {
  font-size: 35px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7f31ff), to(#4279f1));
  background: linear-gradient(to bottom, #7f31ff 0%, #4279f1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-services .card-title {
  font-size: 20px;
  font-weight: 700;
  color: #00133e;
  padding-bottom: 8px;
  margin: 0;
}

.home-services a,
.home-services a:visited,
.home-services a:hover,
.home-services a:active {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins";
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.home-services a:after {
  margin-left: 5px;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  font-weight: 900;
}

.home-services .row + .row {
  margin-top: 75px;
}

.text-list,
.text-list li {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}

.text-list-line li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 26.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}

.text-list-line li b {
  margin-right: 5px;
  white-space: nowrap;
  font-size: 13px;
}

.text-list-line li hr {
  width: 100%;
  margin-top: 16px;
  border-top: 1px dotted;
  background: none;
  opacity: 0.8;
  border-color: #001f75;
  margin-top: 19px;
}

.text-list-line li p {
  margin: 0 5px;
  white-space: nowrap;
  overflow: visible;
  font-size: 13px;
}

.why-choose-us-section {
  padding: 230px 0 50px;
}

.why-choose-us-section .section-title {
  text-align: center;
}

.why-choose-us-section .title-tag:before, .why-choose-us-section .title-tag:after {
  top: 12px;
  content: "";
  height: 2px;
  width: 35px;
  position: absolute;
  background-color: #fff;
}
.why-choose-us-section .title-tag:before {
  left: -40px;
  display: block;
}
.why-choose-us-section .title-tag:after {
  width: 35px;
  right: -40px;
}
.why-choose-us-section .title-tag:before, .why-choose-us-section .title-tag:after {
  background-color: #4c6df3;
}

.why-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.why-list ul li {
  display: block;
}
.why-list ul li a {
  display: inline-block;
}

.why-list li {
  padding: 15px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 27, 175, 0.1);
  box-shadow: 0px 10px 50px 0px rgba(0, 27, 175, 0.1);
}

.why-list .tile-icon {
  margin-right: 28px;
}

.why-list .tile-icon figure {
  font-size: 25px;
  line-height: 0.7;
  height: 50px;
  width: 50px;
}

.why-list .tile-title {
  font-size: 18px;
  font-weight: 700;
  color: #00133e;
  padding-bottom: 5px;
}

.why-image {
  position: relative;
  padding: 35px 45px;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
  height: 50px;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.footer {
  color: #fff;
  background: #001f75;
  margin: 0;
  color: #c6c9d8;
}

.footer a {
  color: #fff;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-contact {
  border-radius: 3px;
}

.footer-top {
  padding: 90px 0;
}

.inner-column {
  position: relative;
  margin-right: -45px;
}

.right-side {
  margin-left: -45px;
}

.featured-block {
  position: relative;
  z-index: 1;
  margin-bottom: 170px;
}
.featured-block .card {
  background: transparent;
}
.featured-block .inner-box {
  position: relative;
  text-align: right;
  padding-right: 130px;
  min-height: 14rem;
}
.featured-block .inner-box .card-icon-body {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 105px;
  height: 105px;
  line-height: 88px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #7cb434;
  border: 8px solid #edeff2;
}

.featured-block-2 .inner-box {
  position: relative;
  text-align: left;
  padding-left: 130px;
  padding-right: 0px;
}
.featured-block-2 .inner-box .card-icon-body {
  position: absolute;
  right: auto;
  left: 0px;
}

.featured-block-icon {
  position: relative;
  margin-left: -75px;
  margin-right: -75px;
}
.featured-block-icon:before {
  position: absolute;
  content: "";
  top: -150px;
  left: -100px;
  right: -40px;
  width: 726px;
  height: 600px;
  z-index: -1;
  background-position: center bottom;
  background: url(.assets/images/content/pattern-3.png) no-repeat;
}
.featured-block-icon .icon {
  position: relative;
  text-align: center;
  padding-top: 80px;
}
.featured-block-icon .circle-one {
  position: absolute;
  left: 20px;
  top: -40px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}
.featured-block-icon .circle-two {
  position: absolute;
  left: 40px;
  top: -20px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}
.featured-block-icon .circle-three {
  position: absolute;
  left: 60px;
  top: 0px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}
.featured-block-icon img {
  width: 240px;
  height: 250px;
}

.in-numbers-section {
  text-align: center;
  background-color: #fff;
  padding: 0;
  z-index: 1;
}

.in-numbers-wrapper {
  padding: 12px 0 24px;
  -webkit-box-shadow: 3px 5px 22px 0px rgba(72, 73, 121, 0.15);
          box-shadow: 3px 5px 22px 0px rgba(72, 73, 121, 0.15);
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  background: #fff;
  margin: 36px 15px -25px;
  position: relative;
  z-index: 100;
  top: 25px;
}

.in-numbers-wrapper::after {
  /* left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 90px;
  z-index: -10;
  position: absolute;
  background-color: yellowgreen;*/
}

.in-numbers-section .tile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.in-numbers-section .tile-icon {
  margin-bottom: 5px;
}

.in-numbers-section .avatar {
  height: 75px;
  width: 75px;
  border-radius: 0;
  background: none;
}

.in-numbers-section i {
  font-size: 55px;
  background-image: linear-gradient(-160deg, #4b3eff 0%, #22b1ff 99%);
  background-clip: text;
  display: inline-block;
  line-height: 0.75;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.in-numbers-section .tile-title {
  color: #fff;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 3px;
}

.in-numbers-section .tile-subtitle {
  color: #fff;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.cta-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0;
}

.cta-2::before {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 55px;
  position: absolute;
  background-color: #000715;
}

.cta-2-bg {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: -2;
}

.cta-2 .tile {
  padding: 50px 40px;
  border-radius: 10px;
  background: linear-gradient(-160deg, #4b3eff 0%, #22b1ff 99%);
}

.cta-2 .tile-title {
  font-size: 30px;
  color: #202020;
  line-height: 40px;
}

.cta-2 .info {
  font-size: 19px;
  color: #fff;
  line-height: 22px;
  font-family: cerebrisans-regular;
}

.copyright-wrap {
  padding: 15px 40px;
  background: linear-gradient(5deg, #7f31ff 0%, #4279f1 100%);
  border-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.copyright-text p {
  margin: 0;
  padding: 0;
}

.copyright-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.copyright-menu ul li {
  display: block;
}
.copyright-menu ul li a {
  display: inline-block;
}
.copyright-menu ul li {
  padding-left: 4px;
  padding-right: 4px;
}
.copyright-menu ul li:first-child, .copyright-menu ul li.first {
  padding-left: 0;
}
.copyright-menu ul li:last-child {
  padding-right: 0;
}
.copyright-menu ul li.last {
  padding-right: 0;
}

.copyright-menu li {
  margin-left: 35px;
  position: relative;
}

.copyright-menu li:not(:last-child):after {
  top: 13px;
  width: 1px;
  content: "";
  right: -18px;
  height: 15px;
  position: absolute;
  background-color: #fff;
}

.testimonial-section {
  z-index: 1;
  overflow: visible;
  padding: 100px 0px 50px;
  position: relative !important;
}

.testimonial-section:before {
  /* top: 0;
  z-index: -1;
  left: 0;
  content: "";
  width: 100%;
  height: 460px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(.assets/images/bg/tst-bg.jpg);*/
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 48, 154, 0.7);
  z-index: -1;
}

.testimonial-shape {
  left: 0;
  bottom: -330px;
  z-index: 0;
  opacity: 0.07;
  width: 30%;
  position: absolute;
}

.testimonial-section .section-title {
  margin: 0 auto;
  max-width: 680px;
  text-align: center;
}

.testimonial-section .title-tag {
  color: #fff;
}

.testimonial-section .title-tag:before, .testimonial-section .title-tag:after {
  top: 12px;
  content: "";
  height: 2px;
  width: 35px;
  position: absolute;
  background-color: #fff;
}
.testimonial-section .title-tag:before {
  left: -40px;
  display: block;
}
.testimonial-section .title-tag:after {
  width: 35px;
  right: -40px;
}

/*
.testimonial-section .title-tag:before,
.testimonial-section .title-tag:after {
    top: 12px;
    content: "";
    height: 2px;
    width: 35px;
    position: absolute;
    background-color: #fff;
}

.testimonial-section .title-tag:before {
    left: -40px;
    display: block;
}

.testimonial-section .title-tag:after {
    width: 35px;
    right: -40px;
}
*/
.testimonial-section .section-title h2 {
  padding-bottom: 25px;
  color: #fff;
}

.testimonial-content {
  padding-top: 75px;
}

.testimonial-innerbox {
  background-color: #fff;
  padding: 40px 30px 70px 40px;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(0, 27, 175, 0.1);
          box-shadow: 0px 15px 50px 0px rgba(0, 27, 175, 0.1);
  border-radius: 7px;
  border-top-right-radius: 0;
  position: relative !important;
  min-height: 13rem;
}

.testimonial-innerbox .tile {
  padding-left: 125px;
}

.testimonial-innerbox .tile-image {
  left: 40px;
  top: -50px;
  width: 120px;
  height: 130px;
  overflow: hidden;
  position: absolute;
  margin-right: 30px;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(0, 27, 175, 0.15);
          box-shadow: 0px 15px 50px 0px rgba(0, 27, 175, 0.15);
  border-radius: 7px;
  border-top-right-radius: 0;
}
.testimonial-innerbox .tile-image .avatar {
  width: 120px;
  height: 130px;
  border-radius: 0;
}

.testimonial-innerbox .tile-title {
  font-size: 21px;
  font-weight: 700;
  color: #00133e;
}

.testimonial-innerbox .testimonial-text {
  margin-top: 26px;
  color: #00133e;
}

.testimonial-slider .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  margin: 0px 6px;
  border-radius: 30px;
  display: inline-block;
  border-top-right-radius: 0;
  background-color: #00133e;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.testimonial-slider .owl-item {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.testimonial-slider .owl-item.active {
  opacity: 1;
}

.testimonial-slider .owl-dots .owl-dot.active {
  width: 35px;
  background-color: #4c6df3;
}

.testimonial-slider .owl-stage-outer {
  overflow: visible;
}

.lfa-navigation {
  width: 100%;
  color: white;
  display: block;
  position: relative;
  /*dropdown*/
}
.lfa-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .lfa-navigation ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.lfa-navigation > ul > li {
  position: relative;
  padding: 1rem;
  display: block;
  width: auto;
}
.lfa-navigation > ul > li > a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.lfa-navigation a {
  text-decoration: none;
  color: #fff;
  padding: 10px 15px;
  padding: 10px 5px;
  width: 100%;
}
.lfa-navigation ul li ul {
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  min-width: 18rem;
  z-index: 2;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  /*transform: translateX(-40%);*/
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.lfa-navigation ul li:hover > ul,
.lfa-navigation ul li:focus-within > ul,
.lfa-navigation ul li ul:hover,
.lfa-navigation ul li ul:focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.lfa-navigation ul ul li {
  width: 100%;
  position: relative;
}
.lfa-navigation ul ul li a {
  width: 100%;
  color: #000;
  border-bottom: 1px dotted #ccc;
  display: block;
}
.lfa-navigation ul ul li:last-child a {
  border-bottom: none;
}
.lfa-navigation ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}

.google-map-section {
  padding: 0;
  margin: 0;
}

.it-nw-banner-img {
  right: -145px;
  bottom: -45px;
}

.position-absolute {
  position: absolute !important;
}

.it-nw-banner-img {
  right: -110px;
  bottom: -220px;
  z-index: -3;
}

.pr3-portfolio-section {
  padding: 100px 0;
  position: relative;
  z-index: -1;
  height: 400px;
  overflow: visible;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer .footer-title {
  color: #fff;
  font-weight: 900;
  line-height: 1;
  font-size: 22px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.footer .footer-link,
.footer a {
  font-weight: 400;
  line-height: 2.533;
  color: #c6c9d8;
  font-size: 15px;
  text-decoration: none;
}

.footer .footer-service-links li:before,
.footer .footer-userful-links li:before {
  margin-right: 15px;
}

.footer .footer-logo-wrap p {
  margin-top: 13px;
}

/*
.page-wrapper {
    //overflow: hidden;
    position: relative;
    //padding: 120px 0 0;
}

.guide-container {
    max-width: 720px;
    margin: 0 auto 48px;
}

.guide-row {
    margin: 0 0 48px;
    padding: 48px;
}

.guide-row a {
    margin: 0 4px 24px;
}

article1 {
    padding: 1.5rem;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    background-color: #fff;
}

article1.card-holder {
    max-width: 350px;
    padding: 0;
    margin: 0 auto 35px;
    //border: 2px solid blue;
    position: relative;
}

article1.block-holder,
article1.h-card-holder {
    max-width: 750px;
    padding: 0;
    margin: 0 auto 35px;
    border: 2px solid blue;
    position: relative;
}
*/
/*
.form-control {
    position: relative;
    padding: 0 0 af-size(16px);
    margin-bottom: af-size(12px);
}

.input-row {
    margin: 0 0 af-size(12px);
}

.form-group {
    display: inline-block;
    vertical-align: top;
    line-height: af-size(24px);
}

label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"] {
    @extend %af-form-default-input;
    @include af-form-input;
    @include af-effects-transition;
}

input[type="search"],
input[type="email"] {
    box-shadow: none;
}

.toggle-password {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: rgba(46, 27, 70, 0.4);
    font-weight: normal;
    cursor: pointer;
}

.error-message {
    left: 20px;
    @include af-core-rhythm-font-size(12px);
    display: block;
    color: #4a4a4a;
    max-width: 190px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 20px;
    display: none;
}

.form-control.error input {
    box-shadow: 0 2px 6px 0 #caed1d;
    border: 1px solid #d1ec51;
}

.form-control.error .error-message {
    display: block;
}

textarea:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled {
    color: #9b9b9b;
    background: #e3e2e5;
    @include af-visually-disabled;
}

textarea {
    @include af-form-default-textarea;
}

input[type="search"] {
    @include af-form-default-search;
}

input[type="radio"] {
    @include af-form-default-radio;
}

input[type="checkbox"] {
    @include af-form-default-checkbox;
}

.form-control-select {
    @include af-form-default-select;
}

select[multiple] {
    @include af-form-default-multiple-select;
}

input[type="submit"],
input[type="button"] {
    // @extend %af-default-button;
    //color: white;
}


table {
    display: table;
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
    margin: 0 0 1.5rem;
    padding: 0;
    width: 100%;
    max-width: 100%;
    text-indent: 0;
}

caption {
    text-align: center;
    margin: 0.75rem 0;
}

thead {
    color: inherit;
}

table td,
table th {
    text-align: left;
    padding: 0.5rem 0.5rem;
    vertical-align: top;
    border-bottom: 1px solid #d2d2d2;
    //border-top: 1px solid $table-border-color;
}

table th {
    font-weight: 700;
    color: inherit;
}

thead th {
    vertical-align: bottom;
    //font-weight: $af-font-weight-bold;
}

.responsive-table td,
.responsive-table th {
    max-width: 80vw;
    overflow-wrap: break-word;
}

.recipe,
.pizza-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pizza-box {
    flex: 3 1 30ch;
    height: calc(282px + 5vw);
    overflow: hidden;

    img {
        max-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        object-fit: cover;
        object-position: 50% 50%;
    }
}

.recipe {
    border: 2px solid #f2f2f2;
    border-radius: 8px;
    overflow: hidden;

    &-content {
        padding: 16px 32px;
        flex: 4 1 40ch;
    }

    &-tags {
        margin: 0 -8px;
    }

    &-tag {
        display: inline-block;
        margin: 8px;
        font-size: 0.875em;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.02em;
        color: var(--primary);
    }

    &-title {
        margin: 0;
        font-size: clamp(1.4em, 2.1vw, 2.1em);
        font-family: "Roboto Slab", Helvetica, Arial, sans-serif;

        a {
            text-decoration: none;
            color: inherit;
        }
    }

    &-metadata {
        margin: 0;
    }

    &-rating {
        font-size: 1.2em;
        letter-spacing: 0.05em;
        color: var(--primary);

        span {
            color: var(--grey);
        }
    }

    &-votes {
        font-size: 0.825em;
        font-style: italic;
        color: var(--lightgrey);
    }

    &-save {
        display: flex;
        align-items: center;
        padding: 6px 14px 6px 12px;
        border-radius: 4px;
        border: 2px solid currentColor;
        color: var(--primary);
        background: none;
        cursor: pointer;
        font-weight: bold;

        svg {
            margin-right: 6px;
        }
    }
}

._more-arrow::before {
    @include fa-icon("arrows");
}
.fa-github::before {
    @include fa-icon("github");
}

._checking::before {
    @include fa-icon("check");
    font-size: 36px;
}
.fa-user::before {
    @include fa-icon("user");
}

.fa-shopping-cart::before {
    @include fa-icon("shopping-cart");
}
.fa-sign-out-alt::before {
    @include fa-icon("sign-out");
}

.facebook::before {
    @include fa-icon("facebook");
}

.google::before {
    @include fa-icon("google");
}

.twitter::before {
    @include fa-icon("twitter");
}

*/
._checking::before {
  font-size: 36px;
}

.form_wrap {
  padding-left: 45px;
  padding-top: 30px;
  background: #fafbf7;
  padding-bottom: 25px;
}

.form_wrap dt {
  margin-bottom: 15px;
}

.form_wrap dd {
  margin: 0;
}

.form_wrap label {
  font-size: 14px;
  color: #263238;
  font-family: ralewayregular, Arial, Helvetica, sans-serif;
}

.form_wrap input.input_field {
  margin-bottom: 15px;
}

.form_wrap input.input_field,
.form_wrap textarea {
  width: 400px;
  padding: 5px;
  color: #080808;
  margin-bottom: 15px;
}

.form_wrap input {
  border: 1px solid #6e9ad4;
  background: #fefefe;
  font-size: 14px;
}

.form_wrap textarea {
  height: 120px;
  border: 1px solid #6e9ad4;
  background: #fefefe;
}

.submit input {
  color: #fff;
  font-size: 14px;
  font-family: ralewayregular, Arial, Helvetica, sans-serif;
  width: 157px;
  height: 33px;
  border: none;
  margin: 0;
  padding: 0;
  background-color: #80c242;
}

/*------------------------------------------------------------------------------------------------------------*\
  Common
\*------------------------------------------------------------------------------------------------------------*/
.c_error,
.elm_error {
  display: none;
  padding: 5px;
  font-size: 12px;
  font-family: ralewayregular, Arial, Helvetica, sans-serif;
  background-color: #2a5690;
  color: #fff;
}

.success {
  display: none;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  font-family: ralewayregular, Arial, Helvetica, sans-serif;
  background-color: #00c075;
}

.error img {
  vertical-align: top;
}

.form_wrap dd::before {
  content: none;
  margin-right: 0;
}

#do_not_fill {
  position: absolute;
  left: -99999px;
}



/*updated code*/

/*=============== HEADER ===============*/
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color:#fff;
  box-shadow: 0 2px 16px hsla(220, 32%, 8%, .3);
  z-index: 100;
}

/*=============== NAV ===============*/
.nav {
  height: 5.5rem;
}

.nav  ul, .nav  li{
	list-style:none;
	margin:0;
	padding:0;
}

.nav  a:link, .nav  a:visited,
.nav  a:hover,.nav  a:active {
	text-decoration:none;
	color: #223645;
}
.nav__logo, 
.nav__burger, 
.nav__close {
  color: var(--white-color);
}

.nav__data {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__logo {
  display: inline-flex;
  align-items: center;
  column-gap: .25rem;
  font-weight: var(--font-semi-bold);
  /* Color highlighting when pressed on mobile devices */
  /*-webkit-tap-highlight-color: transparent;*/
}

.nav__logo i {
  font-weight: initial;
  font-size: 1.25rem;
}

.nav__toggle {
  position: relative;
  width: 32px;
  height: 32px;
}

.nav__burger, 
.nav__close {
  position: absolute;
  width: max-content;
  height: max-content;
  inset: 0;
  margin: auto;
  font-size: 1.25rem;
  cursor: pointer;
  transition: opacity .1s, transform .4s;
}

.nav__close {
  opacity: 0;
}

/* Navigation for mobile devices */
@media screen and (max-width: 1118px) {
  .nav__menu {
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 100%;
    height: calc(100vh - 3.5rem);
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    transition: top .4s, opacity .3s;
  }
  .nav__menu::-webkit-scrollbar {
    width: 0;
  }
  .nav__list {
    background-color:#fff;
    padding-top: 1rem;
  }
}

.nav__link {
  color: #223645;
  background-color:#fff;
  font-weight: 600;
  padding: 1.25rem .5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color .3s;
}

.nav__link:hover {
  background-color: var(--black-color-light);
}

/* Show menu */
.show-menu {
  opacity: 1;
  top: 5.1rem;
  pointer-events: initial;
}

/* Show icon */
.show-icon .nav__burger {
  opacity: 0;
  transform: rotate(90deg);
}
.show-icon .nav__close {
  opacity: 1;
  transform: rotate(90deg);
}

/*=============== DROPDOWN ===============*/
.dropdown__item {
  cursor: pointer;
}

.dropdown__arrow {
  font-size: 1.25rem;
  font-weight: initial;
  transition: transform .4s;
}

.dropdown__link, 
.dropdown__sublink {
  padding: .75rem 1.25rem .25rem 2.5rem;
  color: var(--white-color);
  background-color: #fff;
  display: flex;
  align-items: center;
  column-gap: .5rem;
  font-weight: var(--font-semi-bold);
  transition: background-color .3s;
}

.dropdown__link i, 
.dropdown__sublink i {
  font-size: 1.25rem;
  font-weight: initial;
}

.dropdown__link:hover, 
.dropdown__sublink:hover {
  background-color:#fff;
}

.dropdown__menu, 
.dropdown__submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease-out;
}

/* Show dropdown menu & submenu */
.dropdown__item:hover .dropdown__menu, 
.dropdown__subitem:hover > .dropdown__submenu {
  max-height: 1000px;
  transition: max-height .4s ease-in;
}

/* Rotate dropdown icon */
.dropdown__item:hover .dropdown__arrow {
  transform: rotate(180deg);
}

/*=============== DROPDOWN SUBMENU ===============*/
.dropdown__add {
  margin-left: auto;
}

.dropdown__sublink {
  background-color: #fff;
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 340px) {
  .container1 {
    margin-inline: 1rem;
  }

  .nav__link {
    padding-inline: 1rem;
  }
}

/* For large devices */
@media screen and (min-width: 1118px) {
  .container {
    margin-inline: auto;
  }

  .nav {
    height: 6.1rem;
    display: flex;
    justify-content: space-between;
	padding:0 36px;
  }
  .nav__toggle {
    display: none;
  }
  .nav__list {
    height: 100%;
    display: flex;
    column-gap: 1.5rem;
  }
  .nav__link {
    height: 100%;
    padding: 0;
    justify-content: initial;
    column-gap: .25rem;
  }
  .nav__link:hover {
    background-color: transparent;
  }

  .dropdown__item, 
  .dropdown__subitem {
    position: relative;
  }

  .dropdown__menu, 
  .dropdown__submenu {
    max-height: initial;
    overflow: initial;
    position: absolute;
    left: 0;
    top: 6rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s, top .3s;
  }

  .dropdown__link, 
  .dropdown__sublink {
    padding-inline: 1rem 3.5rem;
  }

  .dropdown__subitem .dropdown__link {
    padding-inline: 1rem;
  }

  .dropdown__submenu {
    position: absolute;
    left: 100%;
    top: .5rem;
    min-width:15rem;
  }

  /* Show dropdown menu */
  .dropdown__item:hover .dropdown__menu {
    opacity: 1;
    top: 5.5rem;
    pointer-events: initial;
    transition: top .3s;
  }

  /* Show dropdown submenu */
  .dropdown__subitem:hover > .dropdown__submenu {
    opacity: 1;
    top: 0;
    pointer-events: initial;
    transition: top .3s;
  }
}

/** layout update **/


/* For small devices */
@media screen and (max-width: 770px) {
  .hero-wrapper .it-nw-banner-img, .projet-missions-wrapper .missions, .featured-block-icon{
	  display:none !important;;
  }
  
  .frame .frame-header{
	  padding:45px 0 25px;
  }
  
  .home-about .button {
    margin-right: 0; 
  
	}
	
	
	.col-1-2{
	
	}
	
	.inner-column {
    position: relative;
     margin-right: 0; 
}

.featured-block {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}


.featured-block .inner-box{
	padding: 0 0 0 110px;
	text-align: left;
}

.featured-block .inner-box .card-icon-body{
   left:0;

}


.right-side {
     margin-left: 0px;
}

.call-to-action-wrapper .tile-title {
    font-size: 1.2rem;
    margin-left: 15px;
}

.page-wrapper .call-to-action-wrapper .button {
    font-weight: 600;
    text-transform: initial;
}

.column .service-box {
		margin-bottom:55px;
}

.home-services .row + .row {
    margin-top: 0;
}



#missions .col-1-3 {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
	max-width:100%;

}


.home-services .card-title {
    font-size: 13px;
    font-weight: bold;
    color: #00133e;
    padding-bottom: 8px;
    margin: 0;
    margin: 0;
    padding: 0;
}

.home-services a, .home-services a:visited, .home-services a:hover, .home-services a:active {
    font-size: 12px;
	font-weight:normal;
	text-transform: none;
}



.home-services .service-box {
    background-color: #fff;
    min-height: 200px;
    border-radius: 7px;
    border-top-right-radius: 0;
    position: relative !important;
    padding: 55px 0px 25px;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 27, 175, 0.05);
    box-shadow: 0px 5px 35px 0px rgba(0, 27, 175, 0.05);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}




.hero-wrapper .hero-call-to-action a {
    text-decoration: none;
    padding: 0; 
    margin:0;
    margin-bottom: 10px;
    display: inline-block;
}




}




@media screen and (max-width: 819px) {









}


/* For large devices */
@media screen and (max-width: 820px) {
	
	.hero-section{
		padding:45px 0 90px;
	}
	
	.hero-wrapper h1{
		font-size: 2.2rem;
		margin-bottom:1rem;
	}
	
	h2{
			font-size: 1.75rem;
	}
	
	h3{
		font-size: 1.5rem;
	}
	
	h4{
		font-size: 1.2rem;	
	}
	
	.testimonial-content{
		overflow:hidden;
		max-width: 80%;
		display:none;
	}
	
	.footer-follow-contact-info .footer-contact > li:first-of-type {
		display:none;
	}
}





@media screen and (max-width: 1200px) {

.home-about .button {
    margin-right: 1rem;
    margin-bottom: 15px;
}

}


.form_wrap input.input_field, .form_wrap textarea {
    width: 90%;
}