@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Work+Sans:100,200,300,400,500,600,700,800,900");
/* Border radius
----------------------------------------------------------------------------------------------------*/
/* How to use it

@include border-radius(50%);
@include border-radius(10px);
----------------------------------------------------------------------------------------------------*/
/* Box shadow
----------------------------------------------------------------------------------------------------*/
/* How to use it

@include box-shadow(0, 5px, 15px, 0, rgba(0, 0, 0, 0.2));
----------------------------------------------------------------------------------------------------*/
/* Clearfix
----------------------------------------------------------------------------------------------------*/
/* How to use it

@include clearfix;
----------------------------------------------------------------------------------------------------*/
/* Display flex
----------------------------------------------------------------------------------------------------*/
/* How to use it

@include flex;
----------------------------------------------------------------------------------------------------*/
/* Hover
----------------------------------------------------------------------------------------------------*/
/* How to use it

@include hover {
  //properties
}
----------------------------------------------------------------------------------------------------*/
/* Key frames
----------------------------------------------------------------------------------------------------*/
/* How to use it

@include keyframes(view-up) {
  0% {
    @include transform (translate(0, 125px));
  }
  100% {
    @include transform (translate(0, 0));
  }
}
----------------------------------------------------------------------------------------------------*/
/* Opacity
----------------------------------------------------------------------------------------------------*/
/* How to use it

@include opacity(0);
@include opacity(.3);
@include opacity(1);
----------------------------------------------------------------------------------------------------*/
/* Rotation
----------------------------------------------------------------------------------------------------*/
/* How to use it

@include rotate(0);
@include rotate(45);
@include rotate(-45);
----------------------------------------------------------------------------------------------------*/
/* Scale
----------------------------------------------------------------------------------------------------*/
/* How to use it

@include scale(1);
@include scale(1.5);
----------------------------------------------------------------------------------------------------*/
/* Size
----------------------------------------------------------------------------------------------------*/
/* How to use it

@include size(26px, 22px);
----------------------------------------------------------------------------------------------------*/
/* Text hide
----------------------------------------------------------------------------------------------------*/
/* How to use it

@include text-hide;
----------------------------------------------------------------------------------------------------*/
/* Text truncate
----------------------------------------------------------------------------------------------------*/
/* How to use it

@include text-truncate;
----------------------------------------------------------------------------------------------------*/
/* Transform origin
----------------------------------------------------------------------------------------------------*/
/* How to use it

@include transform-origin(20% 40%);
----------------------------------------------------------------------------------------------------*/
@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }

@-moz-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }

@-ms-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }

@-o-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes slide-out {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes slide-in {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes slide-in {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes slide-in {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes ArrowleftUp {
  0% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    -o-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0.1; }
  100% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1; } }

@-moz-keyframes ArrowleftUp {
  0% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    -o-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0.1; }
  100% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1; } }

@-ms-keyframes ArrowleftUp {
  0% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    -o-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0.1; }
  100% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1; } }

@-o-keyframes ArrowleftUp {
  0% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    -o-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0.1; }
  100% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1; } }

@keyframes ArrowleftUp {
  0% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    -o-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0.1; }
  100% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1; } }

@-webkit-keyframes ArrowLeftDown {
  0% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    -o-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0.1; }
  100% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1; } }

@-moz-keyframes ArrowLeftDown {
  0% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    -o-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0.1; }
  100% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1; } }

@-ms-keyframes ArrowLeftDown {
  0% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    -o-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0.1; }
  100% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1; } }

@-o-keyframes ArrowLeftDown {
  0% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    -o-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0.1; }
  100% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1; } }

@keyframes ArrowLeftDown {
  0% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    -o-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0.1; }
  100% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1; } }

@-webkit-keyframes ArrowRightUp {
  0% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    -o-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0.1; }
  100% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1; } }

@-moz-keyframes ArrowRightUp {
  0% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    -o-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0.1; }
  100% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1; } }

@-ms-keyframes ArrowRightUp {
  0% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    -o-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0.1; }
  100% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1; } }

@-o-keyframes ArrowRightUp {
  0% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    -o-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0.1; }
  100% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1; } }

@keyframes ArrowRightUp {
  0% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    -o-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0.1; }
  100% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1; } }

@-webkit-keyframes ArrowRightDown {
  0% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    -o-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0.1; }
  100% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1; } }

@-moz-keyframes ArrowRightDown {
  0% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    -o-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0.1; }
  100% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1; } }

@-ms-keyframes ArrowRightDown {
  0% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    -o-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0.1; }
  100% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1; } }

@-o-keyframes ArrowRightDown {
  0% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    -o-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0.1; }
  100% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1; } }

@keyframes ArrowRightDown {
  0% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    -o-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0.1; }
  100% {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    opacity: 1; } }

@-webkit-keyframes topDot {
  0% {
    -webkit-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  40% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  65% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  70% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  100% {
    -webkit-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; } }

@-moz-keyframes topDot {
  0% {
    -webkit-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  40% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  65% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  70% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  100% {
    -webkit-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; } }

@-ms-keyframes topDot {
  0% {
    -webkit-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  40% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  65% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  70% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  100% {
    -webkit-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; } }

@-o-keyframes topDot {
  0% {
    -webkit-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  40% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  65% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  70% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  100% {
    -webkit-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; } }

@keyframes topDot {
  0% {
    -webkit-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  40% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  65% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  70% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  100% {
    -webkit-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; } }

@-webkit-keyframes middleDot {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes middleDot {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes middleDot {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes middleDot {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes middleDot {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes bottomDot {
  0% {
    -webkit-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  40% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  65% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  70% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  100% {
    -webkit-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; } }

@-moz-keyframes bottomDot {
  0% {
    -webkit-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  40% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  65% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  70% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  100% {
    -webkit-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; } }

@-ms-keyframes bottomDot {
  0% {
    -webkit-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  40% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  65% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  70% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  100% {
    -webkit-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; } }

@-o-keyframes bottomDot {
  0% {
    -webkit-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  40% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  65% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  70% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  100% {
    -webkit-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; } }

@keyframes bottomDot {
  0% {
    -webkit-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  40% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  65% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  70% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  100% {
    -webkit-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; } }

@-webkit-keyframes topString {
  0% {
    -webkit-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  30% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  35% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  60% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; } }

@-moz-keyframes topString {
  0% {
    -webkit-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  30% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  35% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  60% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; } }

@-ms-keyframes topString {
  0% {
    -webkit-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  30% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  35% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  60% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; } }

@-o-keyframes topString {
  0% {
    -webkit-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  30% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  35% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  60% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; } }

@keyframes topString {
  0% {
    -webkit-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, -40%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  30% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  35% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  60% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(45deg) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; } }

@-webkit-keyframes middleString {
  0% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes middleString {
  0% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-ms-keyframes middleString {
  0% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes middleString {
  0% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes middleString {
  0% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes bottomString {
  0% {
    -webkit-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  30% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  35% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  60% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; } }

@-moz-keyframes bottomString {
  0% {
    -webkit-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  30% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  35% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  60% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; } }

@-ms-keyframes bottomString {
  0% {
    -webkit-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  30% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  35% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  60% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; } }

@-o-keyframes bottomString {
  0% {
    -webkit-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  30% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  35% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  60% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; } }

@keyframes bottomString {
  0% {
    -webkit-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 40%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  30% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 50%; }
  35% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -moz-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -ms-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    -o-transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    transform: translate(0%, 0%) rotate(0) scale(0.2, 0.2);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  60% {
    -webkit-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(0) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -moz-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -ms-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    -o-transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    transform: translate(0%, 0%) rotate(-45deg) scale(1, 0.1);
    border-radius: 1px;
    border-radius: 0.0625rem; } }

@-webkit-keyframes slideIn {
  0% {
    visibility: hidden;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0; }
  100% {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-moz-keyframes slideIn {
  0% {
    visibility: hidden;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0; }
  100% {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-ms-keyframes slideIn {
  0% {
    visibility: hidden;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0; }
  100% {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-o-keyframes slideIn {
  0% {
    visibility: hidden;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0; }
  100% {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes slideIn {
  0% {
    visibility: hidden;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0; }
  100% {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes comingFromUnder {
  0% {
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0; }
  100% {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes comingFromUnder {
  0% {
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0; }
  100% {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-ms-keyframes comingFromUnder {
  0% {
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0; }
  100% {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-o-keyframes comingFromUnder {
  0% {
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0; }
  100% {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes comingFromUnder {
  0% {
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0; }
  100% {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes scaleEnter {
  0% {
    visibility: hidden;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0; }
  100% {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-moz-keyframes scaleEnter {
  0% {
    visibility: hidden;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0; }
  100% {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-ms-keyframes scaleEnter {
  0% {
    visibility: hidden;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0; }
  100% {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-o-keyframes scaleEnter {
  0% {
    visibility: hidden;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0; }
  100% {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes scaleEnter {
  0% {
    visibility: hidden;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0; }
  100% {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.hidden {
  overflow: hidden; }

.section {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.sub-menu {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 100%;
  display: none;
  padding: 20px 0;
  padding: 1.25rem 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  -o-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1); }
  .sub-menu.active {
    display: block; }
  .animating .sub-menu .sub-items, .animating .sub-menu .sub-items > a, .animating .sub-menu .items, .animating .sub-menu .items > a {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }

.column {
  position: relative;
  display: inline-block;
  height: 100%;
  top: 0;
  left: 0; }
  .column.items-column {
    padding-top: 1.5em;
    padding-left: 25px;
    width: 30%; }
  .column.category-column {
    padding-right: 25px;
    width: 30%; }

.flex-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 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-flex: 0;
  -ms-flex: 0 0;
  flex: 0 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.flex-list-full {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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-flex: 0;
  -ms-flex: 0 0;
  flex: 0 0;
  justify-content: space-between;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.flex-list {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  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-flex: 0;
  -ms-flex: 0 0;
  flex: 0 0;
  justify-content: flex-start;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.panel {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.fullscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-block; }

.inner-section {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .mega-menu-mobile .inner-section {
    padding: 40px 30px;
    padding: 2.5rem 1.875rem; }
  .mega-menu-desktop .inner-section {
    padding: 70px 50px;
    padding: 4.375rem 3.125rem;
    padding: 4.375em 3.125em; }
  .mega-menu-search .inner-section {
    padding: 160px 50px;
    padding: 10rem 3.125rem;
    padding: 10em 3.125em; }
    @media screen and (max-width: 640px) {
      .mega-menu-search .inner-section {
        padding: 25px 25px 90px 25px;
        padding: 1.5625rem 1.5625rem 5.625rem 1.5625rem; } }

.content-section {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }
  .mega-menu-search .content-section {
    display: block;
    max-width: 1400px;
    margin: auto; }

.floor {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  white-space: nowrap; }

.mega-menu-mobile .border-container, .mega-menu-desktop .border-container {
  position: absolute;
  height: 100%;
  width: 2px;
  width: 0.125rem;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  -o-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1); }
  .mega-menu-mobile .border-container .border, .mega-menu-desktop .border-container .border {
    position: relative;
    height: 100%;
    display: inline-block;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    -moz-transform: translate3d(0, 0, 0) scale(1, 1);
    -ms-transform: translate3d(0, 0, 0) scale(1, 1);
    -o-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1); }

.mega-menu-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  background-color: #f9f9f9;
  display: none; }
  .mega-menu-container.animating .mega-menu {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  .mega-menu-container ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .mega-menu-container li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .mega-menu-container.open {
    display: inline-block; }
  .mega-menu-container .mega-menu {
    display: none; }
    .mega-menu-container .mega-menu.active {
      display: inline-block; }
  .mega-menu-container .mega-menu-desktop, .mega-menu-container .mega-menu-desktop .sub-menu, .mega-menu-container .interface {
    font-size: 1rem; }
    @media screen and (max-height: 990px) {
      .mega-menu-container .mega-menu-desktop, .mega-menu-container .mega-menu-desktop .sub-menu, .mega-menu-container .interface {
        font-size: 0.9rem; } }
    @media screen and (max-height: 890px) {
      .mega-menu-container .mega-menu-desktop, .mega-menu-container .mega-menu-desktop .sub-menu, .mega-menu-container .interface {
        font-size: 0.8rem; } }
    @media screen and (max-height: 810px) {
      .mega-menu-container .mega-menu-desktop, .mega-menu-container .mega-menu-desktop .sub-menu, .mega-menu-container .interface {
        font-size: 0.7rem; } }
    @media screen and (max-height: 740px) {
      .mega-menu-container .mega-menu-desktop, .mega-menu-container .mega-menu-desktop .sub-menu, .mega-menu-container .interface {
        font-size: 0.6rem; } }
    @media screen and (max-height: 650px) {
      .mega-menu-container .mega-menu-desktop, .mega-menu-container .mega-menu-desktop .sub-menu, .mega-menu-container .interface {
        font-size: 0.5rem; } }

.mega-menu-mobile .category-link {
  text-align: right;
  position: relative;
  display: block; }

.mega-menu-mobile .main-flex-carousel {
  padding: 40px 0px;
  padding: 2.5rem 0rem; }

.mega-menu-mobile li {
  padding: 0px 30px;
  padding: 0rem 1.875rem; }

.mega-menu-mobile .category {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: right;
  padding: 10px;
  padding: 0.625rem;
  color: #4a4548;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }
  @media screen and (max-height: 720px) {
    .mega-menu-mobile .category {
      font-size: 1.8em; } }
  @media screen and (max-height: 670px) {
    .mega-menu-mobile .category {
      font-size: 1.5em; } }
  @media screen and (max-height: 590px) {
    .mega-menu-mobile .category {
      font-size: 1.4em; } }
  @media screen and (max-height: 570px) {
    .mega-menu-mobile .category {
      font-size: 1.2em; } }
  @media screen and (max-height: 500px) {
    .mega-menu-mobile .category {
      font-size: 1em; } }
  .mega-menu-mobile .category li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }

.mega-menu-mobile .items-panels {
  font-size: 1rem; }
  @media screen and (max-height: 940px) {
    .mega-menu-mobile .items-panels {
      font-size: 0.95rem; } }
  @media screen and (max-height: 900px) {
    .mega-menu-mobile .items-panels {
      font-size: 0.90rem; } }
  @media screen and (max-height: 840px) {
    .mega-menu-mobile .items-panels {
      font-size: 0.85rem; } }
  @media screen and (max-height: 820px) {
    .mega-menu-mobile .items-panels {
      font-size: 0.80rem; } }
  @media screen and (max-height: 750px) {
    .mega-menu-mobile .items-panels {
      font-size: 0.75rem; } }
  @media screen and (max-height: 720px) {
    .mega-menu-mobile .items-panels {
      font-size: 0.60rem; } }
  @media screen and (max-height: 650px) {
    .mega-menu-mobile .items-panels {
      font-size: 0.55rem; } }
  @media screen and (max-height: 610px) {
    .mega-menu-mobile .items-panels {
      font-size: 0.50rem; } }
  @media screen and (max-height: 540px) {
    .mega-menu-mobile .items-panels {
      font-size: 0.45rem; } }

.mega-menu-mobile .item {
  text-align: left;
  font-size: 1.4em; }
  .mega-menu-mobile .item > a {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    color: inherit;
    color: #4a4548;
    font-size: 1em;
    padding: 0.625em 30px;
    padding: 0.625em 1.875rem;
    text-align: left;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out; }
    .mega-menu-mobile .item > a:after {
      content: "";
      position: absolute;
      width: calc(100% + 60px);
      width: calc(100% + 3.75rem);
      height: 2px;
      left: 0;
      bottom: 0;
      moz-transform-origin: left;
      -o-transform-origin: left;
      -ms-transform-origin: left;
      -webkit-transform-origin: left;
      transform-origin: left;
      -webkit-transition: -webkit-transform 0.5s ease-in-out;
      -moz-transition: -moz-transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0); }
  .mega-menu-mobile .item.active > a:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1); }
  .mega-menu-mobile .item.sub-item {
    font-size: 1em; }
  .mega-menu-mobile .item[data-link-parent] > a {
    font-size: 1.1em;
    font-weight: 700; }

.mega-menu-mobile .border-container {
  left: 30px;
  left: 1.875rem; }

.mega-menu-mobile .interface {
  opacity: 0; }
  .mega-menu-mobile .interface.animating .elem, .mega-menu-mobile .interface.animating .prev, .mega-menu-mobile .interface.animating .category-indic-container, .mega-menu-mobile .interface.animating .category-indic-container .category-indic {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }

.mega-menu-mobile .prev {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1.25em 1.875em;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 0.875rem/1 FontAwesome;
  speak: none;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }
  .mega-menu-mobile .prev:active {
    -webkit-transform: translateX(1.25em);
    -moz-transform: translateX(1.25em);
    -ms-transform: translateX(1.25em);
    -o-transform: translateX(1.25em);
    transform: translateX(1.25em); }

.mega-menu-mobile .category-indic-container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  padding: 2.5em 1.875em;
  display: inline-block; }
  .mega-menu-mobile .category-indic-container .category-indic {
    position: relative;
    display: none;
    width: auto;
    height: auto;
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-align: right;
    padding: 10px;
    padding: 0.625rem;
    color: black;
    opacity: 0.2;
    user-select: none; }
    @media screen and (max-height: 71.25em) {
      .mega-menu-mobile .category-indic-container .category-indic {
        font-size: 1.3rem; } }
    @media screen and (max-height: 670px) {
      .mega-menu-mobile .category-indic-container .category-indic {
        font-size: 1.2rem; } }
    @media screen and (max-height: 590px) {
      .mega-menu-mobile .category-indic-container .category-indic {
        font-size: 1.1rem; } }
    @media screen and (max-height: 570px) {
      .mega-menu-mobile .category-indic-container .category-indic {
        font-size: 1rem; } }
    @media screen and (max-height: 500px) {
      .mega-menu-mobile .category-indic-container .category-indic {
        font-size: 0.9rem; } }
    .mega-menu-mobile .category-indic-container .category-indic.active {
      display: inline-block; }

.mega-menu-desktop .columns-container {
  max-width: 90em;
  margin: auto;
  justify-content: flex-start;
  align-items: flex-start; }

.mega-menu-desktop .sub-menu {
  width: 90%; }

.mega-menu-desktop.animating,
.mega-menu-desktop.animating .panel,
.mega-menu-desktop.animating .border,
.mega-menu-desktop.animating .category,
.mega-menu-desktop.animating .item {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.mega-menu-desktop .category {
  display: block;
  position: relative;
  font-size: 3.375em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: right;
  color: #4a4548; }
  .mega-menu-desktop .category a {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto; }

.mega-menu-desktop .item > a {
  position: relative;
  display: block;
  font-size: 1.2em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: left;
  padding: 0.9375em 1.875em;
  color: #4a4548;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  .mega-menu-desktop .item > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0); }

.mega-menu-desktop .item:hover > a:after, .mega-menu-desktop .item.active > a:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1); }

.mega-menu-desktop .sub-item > a {
  position: relative;
  display: block;
  font-size: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: left;
  padding: 0.625em 1.875em;
  color: #4a4548;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  .mega-menu-desktop .sub-item > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0); }

.mega-menu-desktop .sub-item:hover > a:after, .mega-menu-desktop .sub-item.active > a:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1); }

.mega-menu-desktop .sub-item:first-child > a {
  padding-top: 0px; }

.mega-menu-desktop .sub-item::last-child > a {
  padding-bottom: 0px; }

.mega-menu-desktop .interface.animating .elem, .mega-menu-desktop .interface.animating .close, .mega-menu-desktop .interface.animating .close .string, .mega-menu-desktop .interface.animating .close .close-container {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.mega-menu-desktop .interface .elem {
  position: absolute;
  padding: 2.5em;
  cursor: pointer; }
  .mega-menu-desktop .interface .elem .elem-container {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block; }

.mega-menu-desktop .interface .prev {
  bottom: 2.5em;
  left: 0.5em; }
  .mega-menu-desktop .interface .prev i {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    font-size: 2em; }
  .mega-menu-desktop .interface .prev:hover i {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  .mega-menu-desktop .interface .prev:active i {
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px); }

.mega-menu-desktop .interface .next {
  bottom: 2.5em;
  right: 0.5em; }
  .mega-menu-desktop .interface .next i {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    font-size: 2em; }
  .mega-menu-desktop .interface .next:hover i {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); }
  .mega-menu-desktop .interface .next:active i {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px); }

.mega-menu-desktop .interface .close {
  top: 2.5em;
  right: 0.5em;
  width: auto;
  height: auto;
  display: inline-block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }
  .mega-menu-desktop .interface .close:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  .mega-menu-desktop .interface .close:active {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); }
  .mega-menu-desktop .interface .close .close-container {
    position: relative;
    width: 21px;
    width: 1.3125rem;
    height: 21px;
    display: inline-block; }
    .mega-menu-desktop .interface .close .close-container .string {
      position: absolute;
      background-color: #4a4548;
      height: 2px;
      width: 100%;
      top: 50%;
      left: 0%;
      moz-transform-origin: center center;
      -o-transform-origin: center center;
      -ms-transform-origin: center center;
      -webkit-transform-origin: center center;
      transform-origin: center center; }
    .mega-menu-desktop .interface .close .close-container .string-0 {
      -webkit-transform: scale(1) translateY(-50%) rotate(45deg);
      -moz-transform: scale(1) translateY(-50%) rotate(45deg);
      -ms-transform: scale(1) translateY(-50%) rotate(45deg);
      -o-transform: scale(1) translateY(-50%) rotate(45deg);
      transform: scale(1) translateY(-50%) rotate(45deg); }
    .mega-menu-desktop .interface .close .close-container .string-1 {
      -webkit-transform: scale(1) translateY(-50%) rotate(-45deg);
      -moz-transform: scale(1) translateY(-50%) rotate(-45deg);
      -ms-transform: scale(1) translateY(-50%) rotate(-45deg);
      -o-transform: scale(1) translateY(-50%) rotate(-45deg);
      transform: scale(1) translateY(-50%) rotate(-45deg); }

.mega-menu-search.animating .form-search, .mega-menu-search.animating .wrap-submit, .mega-menu-search.animating .wrap-submit:before, .mega-menu-search.animating .search-info {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.mega-menu-search .form-search {
  width: 100%; }
  .mega-menu-search .form-search input[type="text"], .mega-menu-search .form-search input[type="search"] {
    color: #4a4548; }

.mega-menu-search .wrap-submit:before {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out; }

.mega-menu-search .wrap-submit:hover:before {
  -webkit-transform: translate(30px, -50%);
  -moz-transform: translate(30px, -50%);
  -ms-transform: translate(30px, -50%);
  -o-transform: translate(30px, -50%);
  transform: translate(30px, -50%); }

.mega-menu-search .wrap-submit:active:before {
  -webkit-transform: translate(40px, -50%);
  -moz-transform: translate(40px, -50%);
  -ms-transform: translate(40px, -50%);
  -o-transform: translate(40px, -50%);
  transform: translate(40px, -50%); }

.mega-menu-search .search-info {
  text-align: left;
  font-size: 1rem;
  padding: 60px 0px;
  padding: 3.75rem 0rem;
  font-family: "Poppins", sans-serif;
  position: relative;
  display: block; }
  .mega-menu-search .search-info p {
    color: #4a4548;
    position: relative;
    display: inline-block; }
  .mega-menu-search .search-info a {
    position: relative;
    display: inline-block;
    text-decoration: underline; }
  @media screen and (max-width: 640px) {
    .mega-menu-search .search-info {
      padding: 0; } }

.mega-menu-search .interface.animating .elem, .mega-menu-search .interface.animating .close, .mega-menu-search .interface.animating .close .string, .mega-menu-search .interface.animating .close .close-container {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.mega-menu-search .interface .elem {
  position: absolute;
  padding: 2.5em;
  cursor: pointer; }
  .mega-menu-search .interface .elem .elem-container {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block; }

.mega-menu-search .interface .prev {
  bottom: 2.5em;
  left: 0.5em; }
  .mega-menu-search .interface .prev i {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    font-size: 2em; }
  .mega-menu-search .interface .prev:hover i {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  .mega-menu-search .interface .prev:active i {
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px); }
  @media screen and (max-width: 768px) {
    .mega-menu-search .interface .prev {
      top: 0.5em;
      bottom: unset; } }

.mega-menu-search .interface .close {
  top: 2.5em;
  right: 0.5em;
  width: auto;
  height: auto;
  display: inline-block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }
  @media screen and (max-width: 640px) {
    .mega-menu-search .interface .close {
      display: none; } }
  .mega-menu-search .interface .close:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  .mega-menu-search .interface .close:active {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); }
  .mega-menu-search .interface .close .close-container {
    position: relative;
    width: 21px;
    width: 1.3125rem;
    height: 21px;
    display: inline-block; }
    .mega-menu-search .interface .close .close-container .string {
      position: absolute;
      background-color: #4a4548;
      height: 2px;
      width: 100%;
      top: 50%;
      left: 0%;
      moz-transform-origin: center;
      -o-transform-origin: center;
      -ms-transform-origin: center;
      -webkit-transform-origin: center;
      transform-origin: center; }
    .mega-menu-search .interface .close .close-container .string-0 {
      -webkit-transform: scale(1) rotate(45deg) translateY(-50%);
      -moz-transform: scale(1) rotate(45deg) translateY(-50%);
      -ms-transform: scale(1) rotate(45deg) translateY(-50%);
      -o-transform: scale(1) rotate(45deg) translateY(-50%);
      transform: scale(1) rotate(45deg) translateY(-50%); }
    .mega-menu-search .interface .close .close-container .string-1 {
      -webkit-transform: scale(1) rotate(-45deg) translateY(-50%);
      -moz-transform: scale(1) rotate(-45deg) translateY(-50%);
      -ms-transform: scale(1) rotate(-45deg) translateY(-50%);
      -o-transform: scale(1) rotate(-45deg) translateY(-50%);
      transform: scale(1) rotate(-45deg) translateY(-50%); }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .ui-datepicker .ui-datepicker-prev span:before, .ui-datepicker .ui-datepicker-next span:before, .block-faq .list-questions .item .item-title:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font: normal normal normal 0.875rem/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .ui-datepicker .ui-datepicker-prev span.fa-pull-left:before, .ui-datepicker .ui-datepicker-next span.fa-pull-left:before, .block-faq .list-questions .item .fa-pull-left.item-title:before {
  margin-right: .3em; }

.fa.fa-pull-right, .ui-datepicker .ui-datepicker-prev span.fa-pull-right:before, .ui-datepicker .ui-datepicker-next span.fa-pull-right:before, .block-faq .list-questions .item .fa-pull-right.item-title:before {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .ui-datepicker .ui-datepicker-prev span.pull-left:before, .ui-datepicker .ui-datepicker-next span.pull-left:before, .block-faq .list-questions .item .pull-left.item-title:before {
  margin-right: .3em; }

.fa.pull-right, .ui-datepicker .ui-datepicker-prev span.pull-right:before, .ui-datepicker .ui-datepicker-next span.pull-right:before, .block-faq .list-questions .item .pull-right.item-title:before {
  margin-left: .3em; }

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

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

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

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

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

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

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

.fa-inverse {
  color: #ffffff; }

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

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

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

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

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

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

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

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

.fa-print:before {
  content: "\f02f"; }

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

.fa-font:before {
  content: "\f031"; }

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

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

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

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

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

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

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

.fa-step-forward:before {
  content: "\f051"; }

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

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

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

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

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

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

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

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

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

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

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

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

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

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

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

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

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

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

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

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

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

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

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

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

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

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

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

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

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

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

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

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

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

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

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

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

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

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

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

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

.fa-medkit:before {
  content: "\f0fa"; }

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

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

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

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

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

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

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

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

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

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

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

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

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

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

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

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

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

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

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

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

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

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

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

.fa-unlock-alt:before {
  content: "\f13e"; }

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

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

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

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

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

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

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

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

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

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

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

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

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

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

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

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

.fa-windows:before {
  content: "\f17a"; }

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

.fa-linux:before {
  content: "\f17c"; }

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

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

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

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

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

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

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

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

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

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

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

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

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

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

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

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

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

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

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

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

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

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

.fa-soundcloud:before {
  content: "\f1be"; }

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

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

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

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

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

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

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

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

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

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

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

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

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

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

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

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

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

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

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

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

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

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

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

.fa-ioxhost:before {
  content: "\f208"; }

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

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

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

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

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

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

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

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

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

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

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

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

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

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

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

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

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

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

.fa-500px:before {
  content: "\f26e"; }

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

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

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

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

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

.fa-credit-card-alt:before {
  content: "\f283"; }

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

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

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

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

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

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

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

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

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

.fa-volume-control-phone:before {
  content: "\f2a0"; }

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

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

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

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

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

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

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

.fa-grav:before {
  content: "\f2d6"; }

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

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  padding: 0;
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.ls {
  background-image: url("../img/icon-sprite.png");
  background-repeat: no-repeat;
  display: block; }
  .ls.ls-bg-submit {
    background-position: -10px -10px;
    width: 39px;
    width: 2.4375rem;
    height: 42px; }
  .ls.ls-icon-circle {
    background-position: -10px -72px;
    width: 40px;
    width: 2.5rem;
    height: 40px; }
  .ls.ls-icon-copy {
    background-position: -10px -132px;
    width: 9px;
    width: 0.5625rem;
    height: 12px; }
  .ls.ls-icon-edit {
    background-position: -10px -164px;
    width: 40px;
    width: 2.5rem;
    height: 42px; }
  .ls.ls-icon-envelop {
    background-position: -10px -226px;
    width: 40px;
    width: 2.5rem;
    height: 40px; }
  .ls.ls-icon-file {
    background-position: -10px -286px;
    width: 42px;
    width: 2.625rem;
    height: 42px; }
  .ls.ls-icon-garbage {
    background-position: -10px -348px;
    width: 24px;
    width: 1.5rem;
    height: 24px; }
  .ls.ls-icon-info {
    background-position: -10px -392px;
    width: 40px;
    width: 2.5rem;
    height: 40px; }
  .ls.ls-icon-plus {
    background-position: -10px -452px;
    width: 40px;
    width: 2.5rem;
    height: 40px; }
  .ls.ls-icon-search {
    background-position: -10px -512px;
    width: 21px;
    width: 1.3125rem;
    height: 19px; }
  .ls.ls-icon-search-white {
    background-position: -10px -551px;
    width: 19px;
    width: 1.1875rem;
    height: 18px; }
  .ls.ls-icon-star {
    background-position: -10px -589px;
    width: 40px;
    width: 2.5rem;
    height: 40px; }
  .ls.ls-icon-upload {
    background-position: -10px -649px;
    width: 20px;
    width: 1.25rem;
    height: 20px; }
  .ls.ls-icon-user {
    background-position: -10px -689px;
    width: 40px;
    width: 2.5rem;
    height: 40px; }
  .ls.ls-icon-link {
    background-position: -10px -752px;
    width: 40px;
    width: 2.5rem;
    height: 40px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.animating {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
    .slick-slide.animating .content {
      -webkit-transition: none;
      -moz-transition: none;
      transition: none; }
      .slick-slide.animating .content p {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
    border: 0.0625rem solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  list-style: none; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    padding: 0 30px;
    padding: 0 1.875rem; }
    .slick-dots li.slick-active button {
      background-color: #0b9692; }
    .slick-dots li button {
      cursor: pointer;
      width: 38px;
      width: 2.375rem;
      height: 10px;
      background: rgba(157, 157, 157, 0.3); }

.slick-menu .slick-arrow {
  position: fixed;
  bottom: 30px;
  bottom: 1.875rem;
  color: #000;
  text-indent: inherit;
  z-index: 999; }
  .slick-menu .slick-arrow.slick-prev {
    left: 0; }
  .slick-menu .slick-arrow.slick-next {
    right: 0; }

/*Custom*/
.slick-center .slick-list {
  position: relative;
  overflow: hidden; }

.slick-center .slick-arrow {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  z-index: 9;
  cursor: pointer;
  font-size: 28px;
  font-size: 1.75rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }
  @media screen and (min-width: 768px) {
    .slick-center .slick-arrow {
      font-size: 50px;
      font-size: 3.125rem; } }
  .animating-block .slick-center .slick-arrow {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  .slick-center .slick-arrow.slick-prev {
    left: 5px;
    left: 0.3125rem; }
    @media screen and (min-width: 768px) {
      .slick-center .slick-arrow.slick-prev {
        left: calc(50% - (370px / 2) - (245px / 2) - 25px);
        left: calc(50% - (23.125rem / 2) - (15.3125rem / 2) - 1.5625rem); }
        .slick-center .slick-arrow.slick-prev:hover i {
          -webkit-transform: translateX(-5px) scale(1);
          -moz-transform: translateX(-5px) scale(1);
          -ms-transform: translateX(-5px) scale(1);
          -o-transform: translateX(-5px) scale(1);
          transform: translateX(-5px) scale(1); }
        .slick-center .slick-arrow.slick-prev:active i {
          -webkit-transform: translateX(0) scale(0.9);
          -moz-transform: translateX(0) scale(0.9);
          -ms-transform: translateX(0) scale(0.9);
          -o-transform: translateX(0) scale(0.9);
          transform: translateX(0) scale(0.9); } }
  .slick-center .slick-arrow.slick-next {
    right: 5px;
    right: 0.3125rem; }
    @media screen and (min-width: 768px) {
      .slick-center .slick-arrow.slick-next {
        right: calc(50% - (370px / 2) - (245px / 2) - 25px);
        right: calc(50% - (23.125rem / 2) - (15.3125rem / 2) - 1.5625rem); }
        .slick-center .slick-arrow.slick-next:hover i {
          -webkit-transform: translateX(5px);
          -moz-transform: translateX(5px);
          -ms-transform: translateX(5px);
          -o-transform: translateX(5px);
          transform: translateX(5px); }
        .slick-center .slick-arrow.slick-next:active i {
          -webkit-transform: translateX(0) scale(0.9);
          -moz-transform: translateX(0) scale(0.9);
          -ms-transform: translateX(0) scale(0.9);
          -o-transform: translateX(0) scale(0.9);
          transform: translateX(0) scale(0.9); } }
  .slick-center .slick-arrow i {
    will-change: transform;
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out; }

.slick-center .slick-slide {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  text-align: center;
  margin: 0 calc(245px / 2) 30px;
  margin: 0 calc(15.3125rem / 2) 1.875rem; }
  .animating-block .slick-center .slick-slide {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  .slick-center .slick-slide:not(.slick-center) {
    opacity: 0.3; }

/* Common styles of menus */
.dl-menuwrapper {
  width: 100%;
  float: left;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%; }
  .dl-menuwrapper:first-child {
    margin-right: 100px; }
  .dl-menuwrapper button {
    border: none;
    width: 48px;
    width: 3rem;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    display: none; }
  .dl-menuwrapper ul {
    background: #f9f9f9; }
  .dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .dl-menuwrapper li {
    position: relative; }
    .dl-menuwrapper li a {
      display: block;
      position: relative;
      font-size: 16px;
      font-size: 1rem;
      color: #393336;
      outline: none; }

.dl-menuwrapper li.dl-back > a {
  font-size: 0 !important; }

.dl-menuwrapper li.dl-back:after {
  position: absolute;
  top: 0;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 0.875rem/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f177";
  width: 50px;
  width: 3.125rem;
  height: 40px;
  line-height: 40px;
  line-height: 2.5rem; }
  @media screen and (min-width: 1024px) {
    .dl-menuwrapper li.dl-back:after {
      content: none; } }

.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  speak: none;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 1024px) {
    .dl-menuwrapper li > a:not(:only-child):after {
      content: none; } }

.dl-menuwrapper li > a:after {
  right: 10px;
  right: 0.625rem; }

.dl-menuwrapper .dl-menu {
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .dl-menuwrapper .dl-menu.dl-menu-toggle {
    transition: transform 0.3s ease, opacity 0.3s ease; }
  .dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }

.dl-menuwrapper li .dl-submenu {
  display: none; }

/* Hide the inner submenus */
/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview {
  opacity: 1; }
  .dl-menu.dl-subview li {
    display: none; }
    .dl-menu.dl-subview li.dl-subviewopen > a {
      display: none; }
    .dl-menu.dl-subview li.dl-subview {
      display: block; }
      .dl-menu.dl-subview li.dl-subview > a {
        display: none; }
      .dl-menu.dl-subview li.dl-subview .dl-submenu {
        display: block; }
    .dl-menu.dl-subview li.dl-subviewopen {
      display: block; }
      .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu {
        display: block; }
        .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
          display: block; }

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  top: 3.125rem;
  left: 0;
  margin: 0; }

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s; }

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out; }

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease; }

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease; }

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease; }

.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s; }

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out; }

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease; }

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease; }

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease; }

@-webkit-keyframes MenuAnimOut1 {
  0% { }
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }

@-webkit-keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0; } }

@-webkit-keyframes MenuAnimOut3 {
  0% { }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }

@-webkit-keyframes MenuAnimOut4 {
  0% { }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }

@-webkit-keyframes MenuAnimOut5 {
  0% { }
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0; } }

@keyframes MenuAnimOut1 {
  0% { }
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }

@keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; } }

@keyframes MenuAnimOut3 {
  0% { }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; } }

@keyframes MenuAnimOut4 {
  0% { }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; } }

@keyframes MenuAnimOut5 {
  0% { }
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0; } }

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }

@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }

@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }

@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }

@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }

@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }

@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease; }

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }

@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }

@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }

@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1; } }

@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }

@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }

@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0; } }

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0; } }

@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }

@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }

@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0; } }

@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }

@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; } }

@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; } }

@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; } }

@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0; } }

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.no-js .dl-menuwrapper li .dl-submenu {
  display: block; }

.no-js .dl-menuwrapper li.dl-back {
  display: none; }

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: ''; }

/* Colors for demos */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
  position: relative; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
  margin: 1em 2.5rem; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  border: 0.0625rem solid #c0c0c0;
  margin: 0 2px;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Sizing
----------------------------------------------------------------------------------------------------*/
.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

/*Utility
---------------------------------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  height: 1px; }

.st-custom-button {
  cursor: pointer; }

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

iframe {
  max-width: 100%; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.footer .clients-logo li, .footer .menu-ft li {
  display: inline-block;
  vertical-align: middle; }

.radio.type1 input[type="radio"] + label span:first-child:before, .radio.type2 input[type="radio"] + label span:first-child:before, .checkbox input[type="checkbox"] + label span:first-child:before, .form-type-radio input[type="radio"] + label span:first-child:before, .select2-selection .select2-selection__arrow:after, .filters .filters-content ul li:before, .block-gallery .grid-item .overlay .content, .block-list-news .list-news .item .overlay .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.datetime {
  color: #9d9d9d;
  text-transform: capitalize; }

.heading {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  z-index: 100; }
  @media screen and (min-width: 1260px) {
    .heading {
      font-size: 32px;
      font-size: 2rem; } }
  .heading.big {
    font-size: 24px;
    font-size: 1.5rem; }
    @media screen and (min-width: 1024px) {
      .heading.big {
        font-size: 35px;
        font-size: 2.1875rem; } }
    @media screen and (min-width: 1260px) {
      .heading.big {
        font-size: 43px;
        font-size: 2.6875rem; } }
  .heading.small {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1; }
    @media screen and (min-width: 1024px) {
      .heading.small {
        line-height: 1.5; } }
    .heading.small .sub-title {
      padding-bottom: 5px;
      position: relative;
      overflow: hidden;
      /* border-bottom: 3px solid $maincolor; */ }
      .heading.small .sub-title:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #0b9692;
        bottom: 0;
        left: 0;
        will-change: transform;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        moz-transform-origin: center center;
        -o-transform-origin: center center;
        -ms-transform-origin: center center;
        -webkit-transform-origin: center center;
        transform-origin: center center; }
    .heading.small.animation-hover .sub-title:after {
      -webkit-animation-delay: 0s, 0.4s;
      -webkit-animation-duration: 0.4s, 0.4s;
      -webkit-animation-name: slide-out, slide-in;
      -webkit-animation-timing-function: ease-in-out, ease-in-out;
      -webkit-animation-fill-mode: forwards, forwards;
      /* this prevents the animation from restarting! */
      -moz-animation-delay: 0s, 0.4s;
      -moz-animation-duration: 0.4s, 0.4s;
      -moz-animation-name: slide-out, slide-in;
      -moz-animation-timing-function: ease-in-out, ease-in-out;
      -moz-animation-fill-mode: forwards, forwards;
      /* this prevents the animation from restarting! */
      -o-animation-delay: 0s, 0.4s;
      -o-animation-duration: 0.4s, 0.4s;
      -o-animation-name: slide-out, slide-in;
      -o-animation-timing-function: ease-in-out, ease-in-out;
      -o-animation-fill-mode: forwards, forwards;
      /* this prevents the animation from restarting! */
      animation-delay: 0s, 0.4s;
      animation-duration: 0.4s, 0.4s;
      animation-name: slide-out, slide-in;
      animation-timing-function: ease-in-out, ease-in-out;
      animation-fill-mode: forwards, forwards;
      /* this prevents the animation from restarting! */ }
  @media screen and (min-width: 640px) {
    .heading.inline .title {
      display: inline-block; } }
  .heading .title {
    color: #393336;
    line-height: 1.2;
    font-size: inherit; }
    .heading .title a {
      color: inherit; }
    .heading .title span {
      color: #0b9692; }
  .heading .sub-title {
    color: #0b9692;
    display: inline-block;
    font-size: inherit; }
    .heading .sub-title a {
      color: inherit; }
  .heading .des {
    font-weight: 400;
    margin-bottom: 40px;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Work Sans", sans-serif; }
    @media screen and (min-width: 1024px) {
      .heading .des {
        font-size: 29px;
        font-size: 1.8125rem; } }
    .heading .des span {
      padding-left: 20px;
      position: relative;
      display: inline-block; }
    .heading .des .sub-title {
      font-weight: 700; }

.view-all {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding-left: 52px;
  display: inline-block;
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }
  .view-all i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
    .animating-block .view-all i {
      -webkit-transition: none;
      -moz-transition: none;
      transition: none; }
  .view-all:hover i {
    -webkit-transform: translate(20px, -50%);
    -moz-transform: translate(20px, -50%);
    -ms-transform: translate(20px, -50%);
    -o-transform: translate(20px, -50%);
    transform: translate(20px, -50%); }
  .view-all:active i {
    -webkit-transform: translate(30px, -50%);
    -moz-transform: translate(30px, -50%);
    -ms-transform: translate(30px, -50%);
    -o-transform: translate(30px, -50%);
    transform: translate(30px, -50%); }

figcaption span {
  font-weight: 700;
  color: #0b9692; }

.over-scroll {
  overflow: auto;
  -ms-overflow-style: none; }
  .over-scroll::-webkit-scrollbar {
    display: none; }

.bl-gray {
  background-color: #f9f9f9; }

.overflow-hidden {
  overflow: hidden; }

/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------- BOOTSTRAP LIKE -------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/* Hidden
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none; } }

@media screen and (max-width: 1023px) {
  .hidden-md {
    display: none; } }

@media screen and (min-width: 768px) {
  .hidden-tb {
    display: none; } }

body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #393336;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 1600px) {
    body {
      font-size: 18px;
      font-size: 1.125rem; } }

.fonts-loaded-1 > body {
  font-family: "Work Sans", sans-serif; }

.lte-ie8 > body {
  font-family: "Work Sans", sans-serif; }

a {
  color: #0b9692;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  .animating-block a, .animating a {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  a:hover, a:active, a:focus {
    color: #0b9692; }
  a img {
    display: block;
    margin: 0 auto; }

/* Headings
----------------------------------------------------------------------------------------------------*/
h1, .h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2; }

h2, .h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2; }

h3, .h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2; }

h4, .h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2; }

h5, .h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2; }

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2; }

/* Lists
----------------------------------------------------------------------------------------------------*/
ol,
ul {
  margin: 0;
  padding: 0; }
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    padding: 0 0 0 20px;
    padding: 0 0 0 1.25rem; }

li {
  margin: 0; }

/* Spacing
----------------------------------------------------------------------------------------------------*/
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin: 0 0 10px 0;
  margin: 0 0 0.625rem 0; }

/* Wysiwyg style
----------------------------------------------------------------------------------------------------*/
hr {
  clear: both;
  border: 0;
  background: #fff;
  width: auto;
  height: 1px; }

blockquote {
  border-left: 4px solid #eceeef;
  border-left: 0.25rem solid #eceeef;
  padding: 20px;
  padding: 1.25rem;
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  blockquote p:last-child {
    margin: 0; }

cite {
  font-style: italic; }

small {
  font-size: 11px;
  font-size: 0.6875rem; }

table {
  margin: 20px 0;
  margin: 1.25rem 0;
  width: 100%;
  border: #000;
  border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border-radius: 0.1875rem; }
  table th {
    padding: 10px;
    padding: 0.625rem;
    border-left: 1px solid #000;
    border-left: 0.0625rem solid #000;
    border-top: 0;
    vertical-align: top;
    text-align: left; }
  table td {
    padding: 10px;
    padding: 0.625rem;
    border-top: 1px solid #000;
    border-top: 0.0625rem solid #000;
    border-left: 1px solid #000;
    border-left: 0.0625rem solid #000;
    vertical-align: top;
    text-align: left; }

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
  line-height: 1.25rem; }

abbr {
  text-decoration: underline; }

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #000;
  border-bottom: 0.0625rem dotted #000; }

big {
  font-size: larger; }

s,
strike,
del {
  text-decoration: line-through; }

em,
var {
  font-style: italic; }

ins {
  background-color: #fff;
  text-decoration: none; }

tt,
kbd,
samp {
  font-family: monospace; }

pre {
  display: block;
  padding: 10px;
  padding: 0.625rem;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  word-break: break-all;
  white-space: pre-wrap;
  background-color: #fff;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  border-radius: 3px;
  border-radius: 0.1875rem; }

q {
  display: inline;
  font-style: italic; }

sub,
sup {
  bottom: -0.25em;
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

/* Text
----------------------------------------------------------------------------------------------------*/
.text {
  /* Text || Classic
  ----------------------------------------------------------------------------------------------------*/
  /* Text || Custom
  ----------------------------------------------------------------------------------------------------*/ }
  .text-left {
    text-align: left !important; }
  .text-center {
    text-align: center !important; }
  .text-right {
    text-align: right !important; }
  .text-lowercase {
    text-align: lowercase !important; }
  .text-uppercase {
    text-align: uppercase !important; }
  .text-capitalize {
    text-align: capitalize !important; }
  .text-justify {
    text-align: justify !important; }

/* Title
----------------------------------------------------------------------------------------------------*/
/* Extend Btn css
----------------------------------------------------------------------------------------------------*/
.btn-small {
  padding: 10px;
  padding: 0.625rem; }

.btn-medium {
  padding: 10px 30px;
  padding: 0.625rem 1.875rem; }

.btn-large {
  padding: 10px 50px;
  padding: 0.625rem 3.125rem; }

Button, .btn {
  position: relative;
  display: inline-block;
  border: none;
  color: #0b9692;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

/* Btn
----------------------------------------------------------------------------------------------------*/
.btn {
  color: #fff;
  /* Btn || Classic
	----------------------------------------------------------------------------------------------------*/
  /* Btn || Custom
	----------------------------------------------------------------------------------------------------*/
  /* Btn || Outline
	----------------------------------------------------------------------------------------------------*/ }
  .btn-main {
    background: #0b9692; }
    .btn-main:hover, .btn-main:active, .btn-main:focus {
      color: #fff; }
  .btn-dropdown {
    background: #0b9692;
    cursor: pointer; }
  .btn-outline {
    color: #0b9692;
    border: 1px solid #0b9692;
    border: 0.0625rem solid #0b9692; }

.btn-default {
  font-family: "Poppins", sans-serif;
  background-color: #0b9692;
  display: flex;
  align-items: center;
  font-weight: 700;
  white-space: normal;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  padding: 25px;
  padding: 1.5625rem; }
  .btn-default:hover, .btn-default:active, .btn-default:focus {
    color: #fff; }
  .btn-default > i {
    margin: 0 5%;
    min-width: 40px; }
    @media screen and (min-width: 1024px) {
      .btn-default > i {
        margin: 0 10% 0 15%; } }
  @media screen and (min-width: 1024px) {
    .btn-default {
      font-size: 22px;
      font-size: 1.375rem; } }

/* Submit
----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  .btn-submit {
    min-height: 176px; }
    .btn-submit > i {
      margin-right: 20%; } }

@media screen and (min-width: 1260px) {
  .btn-submit {
    min-height: 176px; } }

/* Dropdown
----------------------------------------------------------------------------------------------------*/
.dropdown {
  position: relative;
  display: inline-block; }
  .dropdown__content {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 160px;
    z-index: 1;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2); }
    .dropdown__content li {
      color: black;
      padding: 10px;
      padding: 0.625rem;
      text-decoration: none;
      display: block; }

/* Global form css elements
----------------------------------------------------------------------------------------------------*/
input,
textarea {
  width: 100%;
  border: none;
  padding: 10px;
  padding: 0.625rem;
  color: #393336;
  background: #f9f9f9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Work Sans", sans-serif; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: transparent !important;
    text-indent: -99999px !important; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: transparent !important;
    text-indent: -99999px !important; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: transparent !important;
    text-indent: -99999px !important; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: transparent !important;
    text-indent: -99999px !important; }

input {
  background-color: transparent; }
  input[type="submit"] {
    cursor: pointer; }

input[type=text]::-ms-clear, input[type=search]::-ms-clear {
  display: none; }

/* Label
----------------------------------------------------------------------------------------------------*/
label {
  display: inline-block; }

/* Textarea
----------------------------------------------------------------------------------------------------*/
textarea {
  resize: vertical; }

/* radio
----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  .radio {
    font-size: 22px;
    font-size: 1.375rem; } }

.radio.type1 {
  font-family: "Poppins", sans-serif; }
  .radio.type1 input[type="radio"] {
    display: none; }
    .radio.type1 input[type="radio"] + label span {
      position: relative;
      font-weight: 700; }
      .radio.type1 input[type="radio"] + label span:first-child {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 3px solid #393336;
        border: 0.1875rem solid #393336;
        width: 18px;
        width: 1.125rem;
        height: 18px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        box-sizing: border-box; }
        @media screen and (min-width: 1024px) {
          .radio.type1 input[type="radio"] + label span:first-child {
            width: 24px;
            width: 1.5rem;
            height: 24px;
            border-width: 5px; } }
        .radio.type1 input[type="radio"] + label span:first-child:before {
          content: "";
          width: 6px;
          width: 0.375rem;
          height: 6px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          background-color: #0b9692;
          display: none; }
      .radio.type1 input[type="radio"] + label span:last-child {
        display: inline-block;
        margin-left: 22px; }
        @media screen and (min-width: 1024px) {
          .radio.type1 input[type="radio"] + label span:last-child {
            margin-left: 60px; } }
        .radio.type1 input[type="radio"] + label span:last-child:before {
          position: absolute;
          content: "";
          width: 100%;
          height: 3px;
          background-color: #0b9692;
          display: none;
          left: 0;
          bottom: 0; }
    .radio.type1 input[type="radio"]:checked + label span {
      color: #0b9692; }
      .radio.type1 input[type="radio"]:checked + label span:before {
        display: block;
        color: #0b9692; }
      .radio.type1 input[type="radio"]:checked + label span:first-child {
        border-color: #0b9692; }
  .radio.type1 label {
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    position: relative; }

.radio.type2 {
  color: #777; }
  .radio.type2 input[type="radio"] {
    display: none; }
    .radio.type2 input[type="radio"] + label span {
      position: relative; }
      .radio.type2 input[type="radio"] + label span:first-child {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 1px solid #393336;
        border: 0.0625rem solid #393336;
        width: 18px;
        width: 1.125rem;
        height: 18px;
        box-sizing: border-box; }
        .radio.type2 input[type="radio"] + label span:first-child:before {
          content: "";
          width: 8px;
          width: 0.5rem;
          height: 8px;
          background-color: #393336;
          display: none; }
      .radio.type2 input[type="radio"] + label span:last-child {
        display: inline-block;
        margin-left: 22px; }
        @media screen and (min-width: 1024px) {
          .radio.type2 input[type="radio"] + label span:last-child {
            margin-left: 40px; } }
    .radio.type2 input[type="radio"]:checked + label span {
      color: #393336; }
      .radio.type2 input[type="radio"]:checked + label span:before {
        display: block;
        color: #393336; }
  .radio.type2 label {
    cursor: pointer;
    position: relative; }

/* Checkbox
----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  .checkbox {
    font-size: 18px;
    font-size: 1.125rem; } }

.checkbox input[type="checkbox"] {
  display: none; }
  .checkbox input[type="checkbox"] + label span {
    position: relative; }
    .checkbox input[type="checkbox"] + label span:first-child {
      position: absolute;
      left: 0;
      top: 3px;
      top: 0.1875rem;
      border: 1px solid #393336;
      border: 0.0625rem solid #393336;
      width: 18px;
      width: 1.125rem;
      height: 18px;
      box-sizing: border-box; }
      .checkbox input[type="checkbox"] + label span:first-child:before {
        content: "";
        width: 8px;
        width: 0.5rem;
        height: 8px;
        background-color: #393336;
        display: none; }
    .checkbox input[type="checkbox"] + label span:last-child {
      display: inline-block;
      margin-left: 22px; }
      .checkbox input[type="checkbox"] + label span:last-child i {
        display: inline-block; }
      @media screen and (min-width: 1024px) {
        .checkbox input[type="checkbox"] + label span:last-child {
          margin-left: 40px; }
          .checkbox input[type="checkbox"] + label span:last-child i {
            margin-left: 20px; } }
  .checkbox input[type="checkbox"]:checked + label span {
    color: #393336; }
    .checkbox input[type="checkbox"]:checked + label span:before {
      display: block;
      color: #393336; }

.checkbox label {
  cursor: pointer;
  position: relative; }

/* File
----------------------------------------------------------------------------------------------------*/
.form-control {
  position: relative; }
  .form-control.file {
    position: relative;
    display: block;
    padding-left: 0; }
    .form-control.file label {
      cursor: pointer; }
    .form-control.file .big-btn-logo .container-bit-btn-logo {
      padding: 20px 0;
      padding: 1.25rem 0;
      min-height: 0; }
  .form-control .title {
    margin-bottom: 15px; }

/* Form layout
----------------------------------------------------------------------------------------------------*/
.form__row {
  position: relative;
  margin: 0 0 20px;
  margin: 0 0 1.25rem; }
  .form__row:after {
    content: "";
    display: block;
    clear: both; }
  .form__row:last-child {
    margin-bottom: 0; }

.form-control.effect1 {
  position: relative; }
  .form-search.active .form-control.effect1:before {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); }
  .form-control.effect1:before {
    position: absolute;
    content: "";
    width: 1px;
    width: 0.0625rem;
    height: 125%;
    left: 15px;
    left: 0.9375rem;
    background-color: #0b9692;
    moz-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
    @media screen and (min-width: 640px) {
      .form-control.effect1:before {
        width: 2px;
        width: 0.125rem; } }
  .form-control.effect1 input[type="text"], .form-control.effect1 input[type="search"] {
    padding: 8px 16px 8px 20px;
    padding: 0.5rem 1rem 0.5rem 1.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    @media screen and (min-width: 640px) {
      .form-control.effect1 input[type="text"], .form-control.effect1 input[type="search"] {
        padding: 12px 28px 12px 24px;
        padding: 0.75rem 1.75rem 0.75rem 1.5rem;
        font-size: 32px;
        font-size: 2rem; } }

form [class*='col-'] {
  margin-bottom: 0; }

form .form-control {
  margin-bottom: 22px; }

form input,
form textarea {
  font-family: "Work Sans", sans-serif;
  background: #f9f9f9;
  padding: 20px;
  padding: 1.25rem; }
  @media screen and (min-width: 1024px) {
    form input,
    form textarea {
      font-size: 18px;
      font-size: 1.125rem; } }

form input[type="submit"] {
  background-color: #0b9692;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem; }

form textarea {
  height: 140px; }
  @media screen and (min-width: 1024px) {
    form textarea {
      height: 210px; } }

form > label {
  margin-bottom: 20px; }
  @media screen and (min-width: 1024px) {
    form > label {
      font-size: 18px;
      font-size: 1.125rem;
      color: #777; } }

form .captcha-err {
  display: block;
  text-align: right;
  text-decoration: underline; }
  @media screen and (min-width: 1024px) {
    form .captcha-err {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media screen and (min-width: 1600px) {
    form .captcha-err {
      font-size: 18px;
      font-size: 1.125rem; } }

form .note {
  font-style: italic; }
  @media screen and (min-width: 1024px) {
    form .note {
      font-size: 18px;
      font-size: 1.125rem; } }

form .form-warning p {
  margin-bottom: 0;
  color: red;
  font-style: italic;
  line-height: 1; }

form .group-button {
  margin-bottom: 30px; }
  form .group-button .form-control {
    display: inline-block;
    vertical-align: middle; }
    @media screen and (min-width: 1024px) {
      form .group-button .form-control {
        margin-right: 30px; } }
    form .group-button .form-control input[type="checkbox"] + label span:first-child {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }

form .wrap-upload {
  color: #777; }
  @media screen and (min-width: 1024px) {
    form .wrap-upload {
      font-size: 18px;
      font-size: 1.125rem; } }

form .wrap-submit {
  margin-top: 100px; }

form select.error + .select2 {
  border: 2px solid red;
  border: 0.125rem solid red; }

.form-contact input[type="submit"] {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  padding: 30px 30px 30px 43%;
  padding: 1.875rem 1.875rem 1.875rem 43%;
  white-space: normal;
  text-align: left;
  background: url("../img/bg-submit.svg") left 50px center no-repeat #0b9692; }
  .form-contact input[type="submit"][class*="upload-remove-button"] {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #e6e6e6;
    color: #777;
    min-height: 0;
    background-image: url("../img/icon-garbage.svg"); }
  @media screen and (min-width: 1024px) {
    .form-contact input[type="submit"] {
      font-size: 22px;
      font-size: 1.375rem;
      background-position: left 85px center;
      padding: 65px 0 65px 43%;
      padding: 4.0625rem 0 4.0625rem 43%;
      min-height: 176px; } }

.form-search {
  position: relative;
  margin: 70px 0;
  margin: 4.375rem 0; }
  .form-search.animating label.submit-label {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
    .form-search.animating label.submit-label i, .form-search.animating label.submit-label p {
      -webkit-transition: none;
      -moz-transition: none;
      transition: none; }
  @media screen and (min-width: 768px) {
    .form-search:not(.animating) label.submit-label:hover i {
      -webkit-transform: translate3d(25px, 0, 0);
      -moz-transform: translate3d(25px, 0, 0);
      -ms-transform: translate3d(25px, 0, 0);
      -o-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0); } }
  @media screen and (min-width: 1024px) {
    .form-search:not(.animating) label.submit-label:hover i {
      -webkit-transform: translate3d(15px, 0, 0);
      -moz-transform: translate3d(15px, 0, 0);
      -ms-transform: translate3d(15px, 0, 0);
      -o-transform: translate3d(15px, 0, 0);
      transform: translate3d(15px, 0, 0); } }
  @media screen and (min-width: 768px) {
    .form-search:not(.animating) label.submit-label:active i {
      -webkit-transform: translate3d(40px, 0, 0);
      -moz-transform: translate3d(40px, 0, 0);
      -ms-transform: translate3d(40px, 0, 0);
      -o-transform: translate3d(40px, 0, 0);
      transform: translate3d(40px, 0, 0); } }
  @media screen and (min-width: 1024px) {
    .form-search:not(.animating) label.submit-label:active i {
      -webkit-transform: translate3d(30px, 0, 0);
      -moz-transform: translate3d(30px, 0, 0);
      -ms-transform: translate3d(30px, 0, 0);
      -o-transform: translate3d(30px, 0, 0);
      transform: translate3d(30px, 0, 0); } }
  .form-search label.submit-label {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    color: #0b9692;
    font-weight: 400;
    padding-right: 0;
    min-width: 25px;
    width: auto;
    height: 100%;
    top: 0;
    font-size: 1rem; }
    .form-search label.submit-label i {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: relative;
      speak: none;
      font-size: 15px;
      font-size: 0.9375rem;
      color: #0b9692;
      right: auto;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      -moz-transition: -moz-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      @media screen and (min-width: 640px) {
        .form-search label.submit-label i {
          font-size: 20px;
          font-size: 1.25rem;
          left: 0; } }
    .form-search label.submit-label p {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: none;
      position: relative;
      width: auto;
      height: auto;
      font-size: inherit;
      font-size: 1em;
      margin: 0;
      padding-left: 40px; }
      @media screen and (min-width: 768px) {
        .form-search label.submit-label p {
          font-size: 1em;
          display: inline-block; } }
      @media screen and (min-width: 1024px) {
        .form-search label.submit-label p {
          padding-left: 56px; } }
  .form-search .wrap-submit {
    position: relative;
    font-size: 0;
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0px; }
    @media screen and (min-width: 768px) {
      .form-search .wrap-submit {
        padding-left: 30px; } }
  .form-search input,
  .form-search textarea {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    background: none; }
  .form-search .border-container {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    -moz-transform: translate3d(0, 0, 0) scale(1, 1);
    -ms-transform: translate3d(0, 0, 0) scale(1, 1);
    -o-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1); }
    @media screen and (min-width: 640px) {
      .form-search .border-container {
        height: 2px; } }
    .form-search .border-container .border {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #0b9692;
      will-change: transform;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
  .form-search input[type="text"], .form-search input[type="search"] {
    padding: 12px 0;
    padding: 0.75rem 0;
    color: #4a4548;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0px; }
    .form-search input[type="text"]::-webkit-input-placeholder, .form-search input[type="search"]::-webkit-input-placeholder {
      color: #cccbcb; }
    .form-search input[type="text"]::-moz-placeholder, .form-search input[type="search"]::-moz-placeholder {
      color: #cccbcb; }
    .form-search input[type="text"]:-moz-placeholder, .form-search input[type="search"]:-moz-placeholder {
      color: #cccbcb; }
    .form-search input[type="text"]:-ms-input-placeholder, .form-search input[type="search"]:-ms-input-placeholder {
      color: #cccbcb; }
  .form-search input[type="submit"] {
    opacity: 0;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    position: absolute; }
  .form-search .form-control {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .form-search .form-control.effect1.error:before {
      background-color: red; }
    .form-search .form-control.effect1.error .border-container .border {
      background-color: red; }
    @media screen and (min-width: 640px) {
      .form-search .form-control input[type="text"] {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 28px;
        line-height: 1.75rem; } }
  .form-search label.option {
    font-weight: 700;
    padding: 6px 22px;
    padding: 0.375rem 1.375rem;
    color: #4a4548; }
    @media screen and (min-width: 640px) {
      .form-search label.option {
        padding: 12px 28px;
        padding: 0.75rem 1.75rem;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 25px;
        line-height: 1.5625rem; } }

.big-btn-logo {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto; }
  .big-btn-logo.big-btn-download {
    max-width: 460px;
    margin-top: 5px; }
  .big-btn-logo.small .container-bit-btn-logo .img-logo {
    margin-right: 0%;
    margin-left: 5%; }
  .big-btn-logo.small .container-bit-btn-logo .text {
    margin-right: 5%;
    margin-left: 0%; }
  .big-btn-logo.small.flex-reverse .container-bit-btn-logo {
    flex-direction: row-reverse; }
    .big-btn-logo.small.flex-reverse .container-bit-btn-logo .img-logo {
      margin-right: 5%;
      margin-left: 0%; }
    .big-btn-logo.small.flex-reverse .container-bit-btn-logo .text {
      margin-right: 0%;
      margin-left: 5%; }
  .big-btn-logo.flex-reverse .container-bit-btn-logo {
    flex-direction: row-reverse; }
    .big-btn-logo.flex-reverse .container-bit-btn-logo .img-logo {
      margin-right: 10%;
      margin-left: 0%; }
    .big-btn-logo.flex-reverse .container-bit-btn-logo .text {
      margin-right: 0%;
      margin-left: 10%; }
  .big-btn-logo.big-btn-grey .container-bit-btn-logo {
    justify-content: center;
    background-color: #e6e6e6; }
    .big-btn-logo.big-btn-grey .container-bit-btn-logo .text {
      color: #777;
      margin: 0 5%; }
    .big-btn-logo.big-btn-grey .container-bit-btn-logo .img-logo {
      margin: 0 5%; }
  .big-btn-logo .container-bit-btn-logo {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: auto;
    padding: 38px 0px;
    padding: 2.375rem 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0b9692; }
    @media screen and (min-width: 1024px) {
      .big-btn-logo .container-bit-btn-logo {
        min-height: 140px;
        padding: 40px 0px;
        padding: 2.5rem 0rem; } }
    .big-btn-logo .container-bit-btn-logo .img-logo {
      position: relative;
      display: inline-block;
      height: 100%;
      width: auto;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-left: 10%;
      margin-right: 3%;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
      .big-btn-logo .container-bit-btn-logo .img-logo img {
        position: relative;
        display: block;
        height: 100%;
        width: auto;
        top: 0;
        left: 0; }
      .big-btn-logo .container-bit-btn-logo .img-logo i {
        position: relative;
        display: block;
        font-size: 20px;
        font-size: 1.25rem;
        color: white; }
    .big-btn-logo .container-bit-btn-logo .text {
      position: relative;
      display: inline-block;
      width: auto;
      height: auto;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 700;
      color: #fff;
      white-space: normal;
      margin-right: 10%;
      margin-left: 0%;
      text-align: left;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
      @media screen and (min-width: 790px) {
        .big-btn-logo .container-bit-btn-logo .text {
          font-size: 20px;
          font-size: 1.25rem; } }
      @media screen and (min-width: 1024px) {
        .big-btn-logo .container-bit-btn-logo .text {
          font-size: 22px;
          font-size: 1.375rem; } }
      .big-btn-logo .container-bit-btn-logo .text .floor {
        display: block; }
  .big-btn-logo #submit, .big-btn-logo input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    padding: 0;
    margin: 0;
    cursor: pointer; }
    .big-btn-logo #submit:after, .big-btn-logo input:after {
      content: none; }
    .big-btn-logo #submit:before, .big-btn-logo input:before {
      content: none; }

label.option {
  color: #777;
  top: 0;
  left: 0;
  padding: 18px;
  padding: 1.125rem;
  pointer-events: none;
  display: flex;
  align-items: center;
  position: absolute; }
  label.option.js-form-required {
    position: absolute; }
  @media screen and (min-width: 1024px) {
    label.option {
      font-size: 18px;
      font-size: 1.125rem; } }
  .form-type-textarea label.option {
    max-height: 65px; }

label.js-form-required {
  color: #777;
  pointer-events: none;
  position: relative;
  padding-right: 20px; }
  label.js-form-required:after {
    position: absolute;
    content: "*";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #0b9692;
    height: auto;
    background: transparent; }
  @media screen and (min-width: 1024px) {
    label.js-form-required {
      font-size: 18px;
      font-size: 1.125rem; } }

.fieldset-legend {
  margin: 20px 0;
  margin: 1.25rem 0; }

.form-type-radio {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }
  .form-type-radio label.option {
    height: auto;
    padding: 0;
    pointer-events: all; }
  .form-type-radio .form-item {
    display: inline-block;
    vertical-align: middle; }
  .form-type-radio .form-radio {
    display: none; }
  @media screen and (min-width: 1024px) {
    .form-type-radio {
      font-size: 18px;
      font-size: 1.125rem; } }
  .form-type-radio input[type="radio"] {
    display: none; }
    .form-type-radio input[type="radio"] + label {
      cursor: pointer;
      position: relative; }
      .form-type-radio input[type="radio"] + label span {
        position: relative; }
        .form-type-radio input[type="radio"] + label span:first-child {
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          border: 1px solid #393336;
          border: 0.0625rem solid #393336;
          width: 18px;
          width: 1.125rem;
          height: 18px;
          box-sizing: border-box;
          border-radius: 50%; }
          .form-type-radio input[type="radio"] + label span:first-child:before {
            content: "";
            width: 8px;
            width: 0.5rem;
            height: 8px;
            border-radius: 50%;
            background-color: #393336;
            display: none; }
        .form-type-radio input[type="radio"] + label span:last-child {
          display: inline-block;
          margin-left: 22px; }
          .form-type-radio input[type="radio"] + label span:last-child i {
            display: inline-block; }
          @media screen and (min-width: 1024px) {
            .form-type-radio input[type="radio"] + label span:last-child {
              margin-left: 40px; }
              .form-type-radio input[type="radio"] + label span:last-child i {
                margin-left: 20px; } }
    .form-type-radio input[type="radio"]:checked + label span {
      color: #393336; }
      .form-type-radio input[type="radio"]:checked + label span:before {
        display: block;
        color: #393336; }

.input--filled label.option {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.user-login-form label.option {
  position: static;
  padding: 0; }

.file--application-pdf {
  word-wrap: break-word;
  width: 100%; }
  .file--application-pdf a {
    width: 100%; }

.form-job-summer > .form-wrapper:not(.wrap-submit) {
  padding: 20px;
  padding: 1.25rem;
  border: 1px solid #cecece;
  border: 0.0625rem solid #cecece;
  margin-bottom: 20px; }

.required-custom {
  color: #0b9692; }

/* Modal
----------------------------------------------------------------------------------------------------*/
.mfp {
  /* Modal || BG
	----------------------------------------------------------------------------------------------------*/
  /* Modal || Wrap
	----------------------------------------------------------------------------------------------------*/
  /* Modal || Container
	----------------------------------------------------------------------------------------------------*/
  /* Modal || Content
	----------------------------------------------------------------------------------------------------*/
  /* Modal || Global
	----------------------------------------------------------------------------------------------------*/
  /* Modal || Zoom
	----------------------------------------------------------------------------------------------------*/
  /* Modal || Preloader
	----------------------------------------------------------------------------------------------------*/
  /* Modal || Loading
	----------------------------------------------------------------------------------------------------*/
  /* Modal || Close
	----------------------------------------------------------------------------------------------------*/
  /* Modal || Counter
	----------------------------------------------------------------------------------------------------*/
  /* Modal || Arrow
	----------------------------------------------------------------------------------------------------*/
  /* Modal || Iframe holder
	----------------------------------------------------------------------------------------------------*/
  /* Modal || Scaler
	----------------------------------------------------------------------------------------------------*/
  /* Modal || Figure
	----------------------------------------------------------------------------------------------------*/
  /* Modal || Bottom bar
	----------------------------------------------------------------------------------------------------*/
  /* Modal || Title
	----------------------------------------------------------------------------------------------------*/ }
  .mfp-bg {
    top: 0;
    left: 0;
    z-index: 3042;
    overflow: hidden;
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .mfp-wrap {
    top: 0 !important;
    left: 0;
    z-index: 3043;
    position: fixed;
    outline: none !important;
    overflow: auto !important;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .mfp-container {
    -webkit-animation: scaleEnter 0.2s ease-in-out forwards;
    -moz-animation: scaleEnter 0.2s ease-in-out forwards;
    animation: scaleEnter 0.2s ease-in-out forwards;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .mfp-container:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: auto;
      height: 100%; }
      .mfp-align-top .mfp-container:before {
        display: none; }
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 3045;
    background-color: #fff; }
    .mfp-inline-holder .mfp-content,
    .mfp-ajax-holder .mfp-content {
      width: 100%;
      cursor: auto; }
    .mfp-s-error .mfp-content {
      display: none; }
    .mfp-auto-cursor .mfp-content {
      cursor: auto; }
    .mfp-image-holder .mfp-content {
      max-width: 100%; }
  .mfp-ajax-cur {
    cursor: progress; }
  .mfp-zoom-out-cur, .mfp-image-holder, .mfp-close, .modal .close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  .mfp-zoom-out-cur .mfp-image-holder {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  .mfp-close, .modal .close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .mfp-close, .modal .close {
    font-size: 40px;
    font-size: 2.5rem; }
  .mfp-hide {
    display: none !important; }
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  .mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    left: 0.5rem;
    right: 8px;
    right: 0.5rem;
    z-index: 3044; }
    .mfp-preloader a {
      color: #ccc; }
      .mfp-preloader a:hover, .mfp-preloader a:active, .mfp-preloader a:focus {
        color: #fff; }
    .mfp-s-ready .mfp-preloader {
      display: none; }
  .mfp-loading.mfp-figure {
    display: none; }
  .mfp-close, .modal .close {
    line-height: 44px;
    line-height: 2.75rem;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    padding: 5px 10px !important;
    padding: 0.3125rem 0.625rem !important;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-size: 1.75rem;
    width: auto;
    height: auto;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    margin-top: 0px; }
    @media screen and (min-width: 1024px) {
      .mfp-close, .modal .close {
        margin-top: 80px;
        padding: 15px 20px !important;
        padding: 0.9375rem 1.25rem !important; } }
    .mfp-close:hover, .modal .close:hover, .mfp-close:active, .modal .close:active, .mfp-close:focus, .modal .close:focus {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    .mfp-close:active, .modal .close:active {
      top: 1px;
      top: 0.0625rem; }
    .mfp-close-btn-in .mfp-close, .mfp-close-btn-in .modal .close, .modal .mfp-close-btn-in .close {
      color: #393336;
      font-size: 40px;
      font-size: 2.5rem; }
    .mfp-image-holder .mfp-close, .mfp-image-holder .modal .close, .modal .mfp-image-holder .close,
    .mfp-iframe-holder .mfp-close,
    .mfp-iframe-holder .modal .close, .modal
    .mfp-iframe-holder .close {
      color: #fff;
      right: -6px;
      right: -0.375rem;
      text-align: right;
      padding-right: 6px;
      width: 100%; }
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
    white-space: nowrap; }
  .mfp-arrow {
    position: absolute;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    width: 90px;
    width: 5.625rem;
    height: 110px;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65); }
    .mfp-arrow:active {
      margin-top: -54px; }
    .mfp-arrow:hover, .mfp-arrow:active, .mfp-arrow:focus {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    .mfp-arrow:before, .mfp-arrow:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent;
      width: 0;
      height: 0; }
    .mfp-arrow:after {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px;
      top: 0.5rem; }
    .mfp-arrow:before {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7; }
    .mfp-arrow-left {
      left: 0; }
      .mfp-arrow-left:before {
        border-left: none !important;
        border-right: 27px solid #3F3F3F;
        border-right: 1.6875rem solid #3F3F3F;
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
        margin-left: 32px; }
      .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        border-right: 1.0625rem solid #fff;
        margin-left: 31px;
        border-left: none !important; }
    .mfp-arrow-right {
      right: 0; }
    .mfp-arrow:before {
      border-left: 27px solid #3F3F3F;
      border-left: 1.6875rem solid #3F3F3F; }
    .mfp-arrow:after {
      border-left: 17px solid #fff;
      border-left: 1.0625rem solid #fff;
      margin-left: 39px; }
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .mfp-iframe-holder.mfp-content {
      line-height: 0;
      width: 100%; }
    .mfp-iframe-holder .mfp-close, .mfp-iframe-holder .modal .close, .modal .mfp-iframe-holder .close {
      top: -40px;
      top: -2.5rem; }
  .mfp-iframe-holder, .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%; }
  .mfp-figure {
    line-height: 0; }
    .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      top: 2.5rem;
      bottom: 40px;
      bottom: 2.5rem;
      display: block;
      right: 0;
      z-index: -1;
      background: #444;
      width: auto;
      height: auto; }
    .mfp-figure small {
      color: #BDBDBD;
      display: block;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 14px;
      line-height: 0.875rem; }
    .mfp-figure figure {
      margin: 0; }
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  .mfp-title {
    text-align: left;
    line-height: 18px;
    line-height: 1.125rem;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  .mfp-gallery {
    background-color: rgba(0, 0, 0, 0.8); }
    .mfp-gallery .mfp-content {
      background-color: transparent;
      padding: 42px 0;
      padding: 2.625rem 0; }

img .mfp-img {
  max-width: 100%;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  padding: 2.5rem 0 2.5rem;
  margin: 0 auto;
  width: auto;
  height: auto; }

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

.white-popup-block {
  background: #fff;
  padding: 50px 0;
  padding: 3.125rem 0;
  text-align: left;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .white-popup-block {
      padding: 100px 0;
      padding: 6.25rem 0; } }

@media screen and (min-width: 768px) {
  .modal[class*="job-"] .mfp-close, .modal[class*="job-"] .close {
    top: 100px;
    top: 6.25rem; } }

@media screen and (min-width: 1260px) {
  .modal[class*="job-"] .mfp-close, .modal[class*="job-"] .close {
    right: calc( (100% - 1180px)/2 + 100px);
    right: calc( (100% - 73.75rem)/2 + 6.25rem); } }

.modal .heading {
  margin-bottom: 60px; }

.modal form {
  margin-top: 60px; }

.modal .close {
  color: #000; }

.select2-container {
  position: relative;
  display: inline-block; }

.select2-selection {
  display: block;
  background: #f9f9f9;
  color: #777;
  position: relative;
  white-space: nowrap;
  cursor: pointer; }
  @media screen and (min-width: 1024px) {
    .select2-selection {
      font-size: 18px;
      font-size: 1.125rem; } }
  .select2-selection .select2-selection__rendered {
    padding: 16px 48px 16px 20px;
    padding: 1rem 3rem 1rem 1.25rem;
    display: block;
    overflow: hidden;
    color: #393336; }
  .select2-selection .select2-selection__placeholder {
    color: #777; }
  .select2-selection .select2-selection__arrow {
    width: 46px;
    width: 2.875rem;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    top: 0rem;
    right: 0;
    height: 100%;
    background: #f9f9f9; }
    .select2-selection .select2-selection__arrow:after {
      font-family: 'FontAwesome';
      content: "\f107";
      font-size: 30px;
      font-size: 1.875rem; }
    .select2-selection .select2-selection__arrow b {
      display: none; }

.select2-search,
.select2-hidden-accessible {
  display: none; }

.select2-dropdown {
  display: block;
  border: none;
  z-index: 600;
  position: relative;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06); }
  .select2-dropdown.custom-select {
    z-index: 9999;
    position: absolute; }
  @media screen and (min-width: 768px) {
    .select2-dropdown {
      position: static; } }
  @media screen and (min-width: 1024px) {
    .select2-dropdown {
      font-size: 18px;
      font-size: 1.125rem; } }

.select2-results {
  display: block;
  white-space: nowrap; }
  .select2-results li {
    background: #fff;
    padding: 12px 15px 9px;
    padding: 0.75rem 0.9375rem 0.5625rem;
    cursor: pointer; }
    .select2-results li:hover {
      background: #ddd;
      color: #262626; }

.select2-results__option[aria-selected=true] {
  background: #f9f9f9;
  color: #777; }

.select2-results__options {
  overflow-y: auto;
  max-height: 200px;
  background-color: #fff; }

.select2-container--open {
  z-index: auto; }

.required .select2-selection .select2-selection__placeholder {
  position: relative; }
  .required .select2-selection .select2-selection__placeholder:after {
    position: absolute;
    content: "*";
    right: -18px;
    right: -1.125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #0b9692; }

@media screen and (min-width: 768px) {
  .has-select-large span.select2-dropdown.select2-dropdown--below {
    width: 400px !important;
    width: 25rem !important; } }

.alphabet-list {
  padding: 40px 0;
  padding: 2.5rem 0;
  position: relative;
  display: block; }
  @media screen and (min-width: 1024px) {
    .alphabet-list {
      padding: 100px 0;
      padding: 6.25rem 0; } }
  .alphabet-list.animating-block .item .container-wrap-button .wrap-button .next-alphabet i {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  .alphabet-list .item {
    position: relative;
    display: block;
    height: auto;
    padding-bottom: 100px; }
    @media screen and (max-width: 1025px) {
      .alphabet-list .item {
        padding-bottom: 150px; } }
    .alphabet-list .item .container-wrap-button {
      width: auto;
      position: absolute;
      display: inline-block;
      margin-top: 20px;
      top: 100%;
      right: 0;
      padding: 15px;
      padding: 0.9375rem;
      max-width: 100%; }
      @media screen and (min-width: 1024px) and (max-width: 1300px) {
        .alphabet-list .item .container-wrap-button {
          margin-top: 40px; } }
      @media screen and (min-width: 1300px) {
        .alphabet-list .item .container-wrap-button {
          top: initial;
          padding: 65px 0 0 0;
          padding: 4.0625rem 0 0 0;
          right: 108%;
          bottom: 20px;
          bottom: 1.25rem;
          position: sticky; } }
      .alphabet-list .item .container-wrap-button:hover .next-alphabet i {
        -webkit-transform: translate(0, 10px);
        -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        -o-transform: translate(0, 10px);
        transform: translate(0, 10px); }
      .alphabet-list .item .container-wrap-button .next-alphabet {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        width: auto;
        max-width: 100%; }
        @media screen and (min-width: 1300px) {
          .alphabet-list .item .container-wrap-button .next-alphabet {
            width: 1px;
            width: 0.0625rem;
            display: block; } }
        @media screen and (max-width: 1301px) {
          .alphabet-list .item .container-wrap-button .next-alphabet {
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center; } }
        .alphabet-list .item .container-wrap-button .next-alphabet i {
          position: relative;
          left: 0;
          bottom: 0;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          display: inline-block;
          -webkit-transition: -webkit-transform 0.3s ease-in-out;
          -moz-transition: -moz-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out;
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0); }
          @media screen and (min-width: 1300px) {
            .alphabet-list .item .container-wrap-button .next-alphabet i {
              position: absolute; } }
        .alphabet-list .item .container-wrap-button .next-alphabet .text-button {
          position: relative;
          left: 0;
          bottom: 0;
          max-width: 260px;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          display: inline-block; }
          @media screen and (min-width: 1300px) {
            .alphabet-list .item .container-wrap-button .next-alphabet .text-button {
              position: absolute; } }
          .alphabet-list .item .container-wrap-button .next-alphabet .text-button span {
            position: relative;
            display: block;
            line-height: 1;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            float: left;
            padding-left: 30px; }
            @media screen and (min-width: 1300px) {
              .alphabet-list .item .container-wrap-button .next-alphabet .text-button span {
                moz-transform-origin: 13px bottom;
                -o-transform-origin: 13px bottom;
                -ms-transform-origin: 13px bottom;
                -webkit-transform-origin: 13px bottom;
                transform-origin: 13px bottom;
                -webkit-transform: rotate(-90deg);
                -moz-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                -o-transform: rotate(-90deg);
                transform: rotate(-90deg);
                padding-left: 60px; } }
    .alphabet-list .item .wrapper-alphabet-list {
      width: 100%;
      height: auto;
      position: relative;
      display: block; }
      .alphabet-list .item .wrapper-alphabet-list .heading {
        position: relative;
        display: block;
        width: 100%;
        height: auto; }
      .alphabet-list .item .wrapper-alphabet-list .main-alphabet-list {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        flex: 1 1 auto;
        min-width: 0px;
        padding-right: 15px; }
      .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list {
        width: 100%;
        height: 675px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
        @media screen and (max-width: 1024px) {
          .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list {
            height: 432px; } }
        .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .content-alphabet-list {
          width: 100%;
          height: 100%;
          position: relative;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; }
        .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .hide-scroll {
          position: relative;
          display: block;
          width: 100%;
          height: 100%;
          overflow: hidden; }
        .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list {
          position: relative;
          display: inline-block;
          width: 100%;
          max-height: 100%;
          overflow: auto;
          -webkit-overflow-scrolling: touch;
          padding-right: 17px;
          box-sizing: content-box;
          -ms-overflow-style: none; }
          .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list::-webkit-scrollbar {
            display: none; }
          .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list {
            position: relative;
            display: block;
            list-style: none;
            margin-left: 7%; }
            @media screen and (max-width: 768px) {
              .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list {
                margin: 0; } }
            .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list li {
              margin-bottom: 0;
              position: relative;
              display: block;
              align-items: unset; }
            .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li {
              position: relative;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row;
              margin-bottom: 0px;
              width: auto; }
              .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .content-detail {
                position: relative;
                display: none;
                height: auto;
                width: 350px;
                width: 21.875rem;
                max-width: 100%;
                max-height: 0px;
                pointer-events: none;
                opacity: 0;
                overflow: auto;
                -webkit-overflow-scrolling: touch;
                -ms-overflow-style: none;
                -webkit-transition: opacity 0.2s ease-in-out, max-height 0.2s ease-in-out;
                -moz-transition: opacity 0.2s ease-in-out, max-height 0.2s ease-in-out;
                transition: opacity 0.2s ease-in-out, max-height 0.2s ease-in-out; }
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .content-detail::-webkit-scrollbar {
                  display: none; }
                @media screen and (max-width: 768px) {
                  .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .content-detail {
                    display: block; } }
                @media screen and (min-width: 640px) and (max-width: 768px) {
                  .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .content-detail {
                    margin-right: 20px; } }
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .content-detail .personal-detail {
                  clear: both;
                  font-size: 16px;
                  font-size: 1rem; }
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .content-detail a:after {
                  content: none; }
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .content-detail a {
                  color: #0b9692; }
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .content-detail p {
                  margin-bottom: 0;
                  line-height: 1.2; }
                  .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .content-detail p > * {
                    display: inline-block;
                    vertical-align: top; }
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .content-detail img {
                  position: relative;
                  display: inline-block;
                  width: 100%; }
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .content-detail .address {
                  margin-bottom: 30px; }
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .content-detail .email {
                  font-weight: bold;
                  margin-top: 35px;
                  position: relative; }
                  .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .content-detail .email a span {
                    float: none;
                    display: inline-block;
                    border-bottom: 1px solid #0b9692;
                    border-bottom: 0.0625rem solid #0b9692; }
                  .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .content-detail .email i {
                    padding-right: 30px; }
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .content-detail .language {
                  margin-top: 34px; }
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .content-detail figcaption {
                  text-align: left;
                  margin: 5px 0 10px;
                  margin: 0.3125rem 0 0.625rem;
                  font-size: 18px;
                  font-size: 1.125rem; }
                  .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .content-detail figcaption:before, .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .content-detail figcaption:after {
                    content: "";
                    clear: both;
                    display: table; }
              @media screen and (max-width: 768px) {
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li.active .content-detail {
                  max-height: 700px;
                  opacity: 1;
                  pointer-events: auto;
                  padding-top: 40px;
                  padding-bottom: 20px; } }
              .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li.active .content a {
                color: #0b9692; }
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li.active .content a:after {
                  -webkit-transform: scaleX(1);
                  -moz-transform: scaleX(1);
                  -ms-transform: scaleX(1);
                  -o-transform: scaleX(1);
                  transform: scaleX(1); }
              .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .wrap {
                position: relative;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: start;
                -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: start;
                -webkit-align-items: flex-start;
                -ms-flex-align: start;
                align-items: flex-start; }
                @media screen and (max-width: 768px) {
                  .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .wrap {
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column; } }
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .wrap .item-title {
                  position: relative;
                  display: inline-block;
                  -webkit-box-flex: 0;
                  -webkit-flex: 0 0 auto;
                  -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
                  width: 80px;
                  width: 5rem;
                  margin-top: 0;
                  line-height: 1;
                  padding: 2px 0;
                  padding: 0.125rem 0; }
                  @media screen and (min-width: 1024px) {
                    .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .wrap .item-title {
                      width: 112px;
                      width: 7rem; } }
                  @media screen and (max-width: 768px) {
                    .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .wrap .item-title {
                      width: 100%; } }
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .wrap .content {
                  position: relative;
                  display: inline-block;
                  width: 100%;
                  line-height: 1;
                  -webkit-box-flex: 0;
                  -webkit-flex: 0 1 auto;
                  -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
                  min-width: 0px; }
                  .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .wrap .content a {
                    display: block;
                    max-width: 100%;
                    line-height: 1.2; }
                    .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li .wrap .content a:after {
                      bottom: -5px;
                      bottom: -0.3125rem; }
              .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li .name {
                position: relative;
                display: inline-block;
                width: 30px;
                width: 1.875rem;
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
                text-align: center; }
                @media screen and (min-width: 640px) {
                  .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li .name {
                    margin-right: 8%; } }
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li .name .stickies {
                  position: -webkit-sticky;
                  position: sticky;
                  display: inline-block;
                  width: auto;
                  font-weight: 700;
                  border-bottom: 2px solid;
                  border-bottom: 0.125rem solid;
                  color: #0b9692;
                  pointer-events: none;
                  font-family: "Poppins", sans-serif;
                  font-size: 22px;
                  font-size: 1.375rem;
                  top: 0px;
                  top: 0rem;
                  margin: auto; }
              .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li .block-links {
                position: relative;
                display: block;
                width: 100%;
                -webkit-box-flex: 1;
                -webkit-flex: 1 1 auto;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto;
                min-width: 0px;
                list-style: none;
                padding-top: 10px; }
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li .block-links > li {
                  width: 100%;
                  display: block; }
              .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li {
                width: auto;
                margin-bottom: 25px; }
                @media screen and (min-width: 640px) {
                  .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .scroll-alphabet-list .block-list > li li {
                    margin-bottom: 32px; } }
        .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list {
          position: relative;
          display: inline-block;
          width: 270px;
          width: 16.875rem;
          max-width: 100%;
          height: 100%;
          padding: 15px;
          padding: 0.9375rem;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          overflow: auto;
          -webkit-overflow-scrolling: touch;
          -ms-overflow-style: none; }
          .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list::-webkit-scrollbar {
            display: none; }
          @media screen and (max-width: 768px) {
            .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list {
              display: none; } }
          @media screen and (min-width: 1024px) {
            .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list {
              width: 355px;
              width: 22.1875rem; } }
          .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list .w-100 {
            position: relative; }
          .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list .content-detail {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: opacity 0.2s ease-in-out 0s;
            -moz-transition: opacity 0.2s ease-in-out 0s;
            transition: opacity 0.2s ease-in-out 0s; }
            .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list .content-detail.active {
              visibility: visible;
              opacity: 1; }
            .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list .content-detail .personal-detail {
              clear: both; }
              @media screen and (min-width: 1260px) {
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list .content-detail .personal-detail {
                  font-size: 16px;
                  font-size: 1rem; } }
            .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list .content-detail p {
              margin-bottom: 0;
              line-height: 1.2; }
              .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list .content-detail p > * {
                display: inline-block;
                vertical-align: top; }
            .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list .content-detail img {
              position: relative;
              display: inline-block;
              width: 100%; }
            .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list .content-detail .address {
              margin-bottom: 30px; }
            .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list .content-detail .email {
              font-weight: bold;
              margin-top: 35px;
              position: relative; }
              .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list .content-detail .email a {
                color: #0b9692; }
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list .content-detail .email a span {
                  float: none;
                  display: inline-block;
                  border-bottom: 1px solid #0b9692;
                  border-bottom: 0.0625rem solid #0b9692; }
              .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list .content-detail .email i {
                padding-right: 30px; }
            .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list .content-detail .language {
              margin-top: 34px; }
            .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list .content-detail figcaption {
              text-align: left;
              margin: 12px 0 22px;
              margin: 0.75rem 0 1.375rem; }
              .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list .content-detail figcaption:before, .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list .content-detail figcaption:after {
                content: "";
                clear: both;
                display: table; }
              @media screen and (min-width: 1024px) {
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .detail-alphabet-list .content-detail figcaption {
                  font-size: 18px;
                  font-size: 1.125rem; } }
        .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .progress-alphabet-list {
          position: relative;
          display: inline-block;
          width: auto;
          height: auto;
          margin-left: 15px; }
          .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .progress-alphabet-list .indicator-container {
            position: absolute;
            display: inline-block;
            left: 0;
            top: 0;
            width: 2px;
            width: 0.125rem;
            height: 100%;
            background-color: #0b9692; }
            .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .progress-alphabet-list .indicator-container .indicator {
              position: absolute;
              background-color: #0b9692;
              width: 30px;
              width: 1.875rem;
              height: 10px;
              top: 0;
              left: 0;
              -webkit-transform: translate(-50%, 0);
              -moz-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
              -o-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
          .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .progress-alphabet-list .all-letters {
            position: relative;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            left: 0;
            top: 0;
            height: 100%;
            width: 25px;
            width: 1.5625rem;
            margin-left: 32px;
            list-style: none; }
            @media screen and (max-width: 1024px) {
              .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .progress-alphabet-list .all-letters {
                width: 16px;
                width: 1rem;
                margin-left: 20px; } }
            .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .progress-alphabet-list .all-letters .letter-container {
              position: relative;
              display: inline-table;
              width: 100%;
              height: 0px;
              padding-bottom: 100%;
              margin: 0;
              cursor: default;
              font-size: 28px;
              font-size: 1.75rem;
              line-height: 1; }
              @media screen and (max-width: 1024px) {
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .progress-alphabet-list .all-letters .letter-container {
                  font-size: 20px;
                  font-size: 1.25rem; } }
              .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .progress-alphabet-list .all-letters .letter-container.enabled {
                cursor: pointer; }
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .progress-alphabet-list .all-letters .letter-container.enabled .letter-transform .letter {
                  color: #4a4548; }
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .progress-alphabet-list .all-letters .letter-container.enabled:hover .letter-transform {
                  -webkit-transform: translate3d(-50%, -50%, 0) perspective(1px) scale(1);
                  -moz-transform: translate3d(-50%, -50%, 0) perspective(1px) scale(1);
                  -ms-transform: translate3d(-50%, -50%, 0) perspective(1px) scale(1);
                  -o-transform: translate3d(-50%, -50%, 0) perspective(1px) scale(1);
                  transform: translate3d(-50%, -50%, 0) perspective(1px) scale(1); }
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .progress-alphabet-list .all-letters .letter-container.enabled.active .letter-transform, .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .progress-alphabet-list .all-letters .letter-container.enabled:active .letter-transform .letter-transform {
                  -webkit-transform: translate3d(-50%, -50%, 0) perspective(1px) scale(1);
                  -moz-transform: translate3d(-50%, -50%, 0) perspective(1px) scale(1);
                  -ms-transform: translate3d(-50%, -50%, 0) perspective(1px) scale(1);
                  -o-transform: translate3d(-50%, -50%, 0) perspective(1px) scale(1);
                  transform: translate3d(-50%, -50%, 0) perspective(1px) scale(1); }
                  .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .progress-alphabet-list .all-letters .letter-container.enabled.active .letter-transform .letter, .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .progress-alphabet-list .all-letters .letter-container.enabled:active .letter-transform .letter-transform .letter {
                    color: #0b9692; }
              .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .progress-alphabet-list .all-letters .letter-container .letter-transform {
                position: absolute;
                display: inline-block;
                height: auto;
                width: auto;
                top: 50%;
                left: 50%;
                -webkit-transition: -webkit-transform 0.2s ease-in-out;
                -moz-transition: -moz-transform 0.2s ease-in-out;
                transition: transform 0.2s ease-in-out;
                -webkit-transform: translate3d(-50%, -50%, 0) perspective(1px) scale(0.6);
                -moz-transform: translate3d(-50%, -50%, 0) perspective(1px) scale(0.6);
                -ms-transform: translate3d(-50%, -50%, 0) perspective(1px) scale(0.6);
                -o-transform: translate3d(-50%, -50%, 0) perspective(1px) scale(0.6);
                transform: translate3d(-50%, -50%, 0) perspective(1px) scale(0.6);
                moz-transform-origin: center;
                -o-transform-origin: center;
                -ms-transform-origin: center;
                -webkit-transform-origin: center;
                transform-origin: center; }
                .alphabet-list .item .wrapper-alphabet-list .container-alphabet-list .progress-alphabet-list .all-letters .letter-container .letter-transform .letter {
                  position: relative;
                  display: inline-block;
                  color: #aeadad;
                  user-select: none;
                  -moz-user-select: none;
                  -webkit-user-select: none;
                  -ms-user-select: none;
                  font-family: "Work Sans";
                  -webkit-font-smoothing: antialiased;
                  -webkit-transition: color 0.2s ease-in-out;
                  -moz-transition: color 0.2s ease-in-out;
                  transition: color 0.2s ease-in-out; }
  .alphabet-list .wrapper-alphabet-list > .heading {
    z-index: 0;
    margin-bottom: 50px;
    padding-left: 20px; }
    @media screen and (min-width: 1024px) {
      .alphabet-list .wrapper-alphabet-list > .heading {
        font-size: 43px;
        font-size: 2.6875rem;
        padding-left: 0px;
        margin-bottom: 83px; } }
  @media screen and (min-width: 640px) {
    .alphabet-list .wrapper-alphabet-list .skills {
      display: flex; }
      .alphabet-list .wrapper-alphabet-list .skills span {
        padding-left: 5px; } }
  .alphabet-list .wrapper-alphabet-list .skills span {
    display: block; }

html.no-scroll, body.no-scroll {
  overflow: auto !important; }

.filters.block-animating,
.filters.block-animating .filters-content,
.filters.block-animating .filters-content .filter-title,
.filters.block-animating .filters-content li,
.filters.block-animating .filters-content li a,
.filters.block-animating .filters-content input {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.filters .filters-content {
  background-color: #0b9692;
  color: #fff;
  padding: 15px 0;
  padding: 0.9375rem 0;
  font-family: "Poppins", sans-serif;
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  z-index: 99; }
  .filters .filters-content.sticky {
    position: fixed;
    top: 105px;
    top: 6.5625rem;
    left: 0;
    right: 0; }
    .filters .filters-content.sticky.is-active .filter-title {
      display: none; }
    .filters .filters-content.sticky.is-active .filter-wrap {
      display: block; }
    .filters .filters-content.sticky .filter-wrap {
      display: none; }
      @media screen and (min-width: 768px) {
        .filters .filters-content.sticky .filter-wrap {
          display: block; } }
    .filters .filters-content.sticky .filter-title {
      display: block; }
  @media screen and (min-width: 1024px) {
    .filters .filters-content {
      font-size: 20px;
      font-size: 1.25rem; } }
  .filters .filters-content [class*="col-"] {
    margin-top: 10px;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .filters .filters-content [class*="col-"] {
        margin-top: 0;
        margin-bottom: 0; } }
    @media screen and (min-width: 1024px) {
      .filters .filters-content [class*="col-"] {
        display: flex;
        align-items: center; }
        .filters .filters-content [class*="col-"]:first-child {
          flex-basis: auto;
          flex-grow: 0;
          flex-shrink: 1; } }
  .filters .filters-content .filter-title {
    background: url("../img/icon-search-white.png") left center no-repeat;
    padding-left: 30px;
    cursor: pointer;
    display: none;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .filters .filters-content .filter-title {
        font-size: 0;
        display: block; } }
    @media screen and (min-width: 1024px) {
      .filters .filters-content .filter-title {
        position: absolute;
        top: 50%;
        left: -54px;
        left: -3.375rem;
        width: 22px;
        width: 1.375rem;
        height: 22px;
        margin: 0;
        padding: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background-position: center center; }
        .filters .filters-content .filter-title.hide-desktop {
          display: none; } }
  .filters .filters-content ul {
    list-style: none;
    margin-bottom: 0; }
    .filters .filters-content ul li {
      padding-left: 42px;
      position: relative; }
      @media screen and (min-width: 640px) {
        .filters .filters-content ul li {
          display: inline-block;
          vertical-align: middle;
          margin-right: 86px; } }
      .filters .filters-content ul li:before {
        content: "";
        width: 7px;
        width: 0.4375rem;
        height: 7px;
        border: 4px solid #fff;
        border: 0.25rem solid #fff;
        left: 8px;
        left: 0.5rem; }
  .filters .filters-content a {
    color: inherit; }
  .filters .filters-content .wrap-checkbox .form-control {
    position: relative;
    font-style: normal;
    margin: 10px 0;
    margin: 0.625rem 0; }
    @media screen and (min-width: 640px) {
      .filters .filters-content .wrap-checkbox .form-control {
        display: inline-block;
        vertical-align: middle;
        margin: 0 86px 0 0;
        margin: 0 5.375rem 0 0; } }
  .filters .filters-content .wrap-checkbox .checkbox input[type="checkbox"] + label span:first-child {
    border-width: 4px;
    border-color: #fff;
    width: 15px;
    width: 0.9375rem;
    height: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .filters .filters-content .wrap-checkbox .checkbox input[type="checkbox"]:checked + label span:before {
    background-color: #fff; }
  .filters .filters-content .wrap-checkbox .checkbox input[type="checkbox"]:checked + label span {
    color: #fff; }
  .filters .filters-content .wrap-checkbox .checkbox input[type="checkbox"] + label span:last-child {
    margin-left: 42px; }
  .filters .filters-content .search-filter {
    border-bottom: 1px solid #fff !important;
    border-bottom: 0.0625rem solid #fff !important;
    color: #fff;
    padding: 4px 0 5px 0;
    padding: 0.25rem 0 0.3125rem 0;
    font-family: "Poppins", sans-serif; }
    @media screen and (min-width: 1600px) {
      .filters .filters-content .search-filter {
        font-size: 18px;
        font-size: 1.125rem; } }
    .filters .filters-content .search-filter::-webkit-input-placeholder {
      color: inherit; }
    .filters .filters-content .search-filter::-moz-placeholder {
      color: inherit; }
    .filters .filters-content .search-filter:-moz-placeholder {
      color: inherit; }
    .filters .filters-content .search-filter:-ms-input-placeholder {
      color: inherit; }
  .filters .filters-content .select2-selection {
    background: transparent;
    color: #fff;
    padding-left: 0;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 1600px) {
      .filters .filters-content .select2-selection {
        font-size: 20px;
        font-size: 1.25rem;
        max-width: 411px; } }
    .filters .filters-content .select2-selection .select2-selection__placeholder {
      color: #fff; }
    .filters .filters-content .select2-selection .select2-selection__rendered {
      padding: 0 60px 0 0;
      padding: 0 3.75rem 0 0;
      color: #fff;
      text-overflow: ellipsis; }
    .filters .filters-content .select2-selection .select2-selection__arrow {
      background: transparent;
      right: -16px;
      right: -1rem; }
  .filters .filters-content .datepicker label {
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 1600px) {
      .filters .filters-content .datepicker label {
        font-size: 18px;
        font-size: 1.125rem; } }
  .filters .filters-content .datepicker > * {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-left: -2px;
    margin-right: -2px; }
  .filters .filters-content .datepicker .form-item {
    display: flex;
    align-items: center;
    width: 100%; }
    .filters .filters-content .datepicker .form-item label {
      white-space: nowrap; }
  .filters .filters-content input.datepicker {
    padding-left: 20px;
    padding-right: 20px; }
  .filters .filters-content form.views-exposed-form {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .filters .filters-content form.views-exposed-form {
        display: flex;
        align-items: center; } }
  .filters .filters-content form input,
  .filters .filters-content form textarea {
    background: transparent; }
    @media screen and (min-width: 1024px) {
      .filters .filters-content form input,
      .filters .filters-content form textarea {
        font-size: 16px;
        font-size: 1rem; } }
  .filters .filters-content form .wrapper-text-filter-custom {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .filters .filters-content form .wrapper-text-filter-custom input {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    .filters .filters-content form .wrapper-text-filter-custom .clear-field-input {
      position: relative;
      display: none;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding: 0 10px;
      padding: 0 0.625rem;
      border-bottom: 1px solid #fff;
      border-bottom: 0.0625rem solid #fff; }
      .filters .filters-content form .wrapper-text-filter-custom .clear-field-input.active {
        display: inline-block; }

.filters label.option, .filters label.js-form-required {
  padding: 0px 15px;
  padding: 0rem 0.9375rem;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .filters label.option, .filters label.js-form-required {
      font-size: 18px;
      font-size: 1.125rem; } }

.js-filter-select2 .select2-dropdown {
  margin-top: 17px; }
  .js-filter-select2 .select2-dropdown.select2-dropdown--above {
    padding-bottom: 36px; }
    @media screen and (min-width: 768px) {
      .js-filter-select2 .select2-dropdown.select2-dropdown--above .select2-results__options {
        padding-bottom: 34px;
        margin-bottom: 0; } }

.social {
  list-style: none; }
  .social .social-title {
    display: inline-block;
    vertical-align: middle; }
  .social ul {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 8px;
    margin: 0 0 0 0.5rem; }
    .social ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 15px;
      margin: 0 0.9375rem; }
      .social ul li a {
        color: #393336; }

.tabs-content .tab-item {
  display: none;
  margin-top: 60px; }
  .tabs-content .tab-item.is-active {
    display: block; }
    .tabs-content .tab-item.is-active .form-contact, .tabs-content .tab-item.is-active .list-medicines, .tabs-content .tab-item.is-active > div, .tabs-content .tab-item.is-active > form {
      -webkit-animation: comingFromUnder 0.3s ease-in-out forwards;
      -moz-animation: comingFromUnder 0.3s ease-in-out forwards;
      animation: comingFromUnder 0.3s ease-in-out forwards; }
  @media screen and (min-width: 1024px) {
    .tabs-content .tab-item {
      font-size: 22px;
      font-size: 1.375rem; } }

/*
 * jQuery UI Datepicker 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .5em .2em 0;
  display: none;
  background-color: #fff;
  z-index: 9999 !important;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0; }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    top: 0.125rem;
    width: 1.8em;
    height: 1.8em; }
  .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
    top: 0.0625rem; }
  .ui-datepicker .ui-datepicker-prev {
    left: 2px;
    left: 0.125rem; }
  .ui-datepicker .ui-datepicker-next {
    right: 2px;
    right: 0.125rem; }
  .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
    left: 0.0625rem; }
  .ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
    right: 0.0625rem; }
  .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
    font-size: 0; }
  .ui-datepicker .ui-datepicker-prev span:before {
    font-size: 15px;
    font-size: 0.9375rem;
    content: "\f177"; }
  .ui-datepicker .ui-datepicker-next span:before {
    font-size: 15px;
    font-size: 0.9375rem;
    content: "\f178"; }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
    .ui-datepicker .ui-datepicker-title select {
      font-size: 1em;
      margin: 1px 0;
      margin: 0.0625rem 0; }
  .ui-datepicker select.ui-datepicker-month-year {
    width: 100%; }
  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%; }
  .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em; }
  .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0; }
  .ui-datepicker td {
    border: 0;
    padding: 1px;
    padding: 0.0625rem; }
    .ui-datepicker td span, .ui-datepicker td a {
      display: block;
      padding: .2em;
      text-align: right;
      text-decoration: none; }
    .ui-datepicker td.ui-datepicker-current-day {
      background-color: #9a9da6; }
      .ui-datepicker td.ui-datepicker-current-day a {
        color: #393336; }
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: .5em .2em .4em;
      cursor: pointer;
      padding: .2em .6em .3em .6em;
      width: auto;
      overflow: visible; }
      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left; }
  .ui-datepicker.ui-datepicker-multi {
    width: auto; }

/* with multiple calendars */
.ui-datepicker-multi .ui-datepicker-group {
  float: left; }
  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }
  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    right: 0.125rem;
    left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    left: 0.125rem;
    right: auto; }
  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    right: 0.0625rem;
    left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    left: 0.0625rem;
    right: auto; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right; }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
      float: left; }
      .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: right; }
  .ui-datepicker-rtl .ui-datepicker-group {
    float: right; }
  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  top: -0.25rem;
  /*must have*/
  left: -4px;
  left: -0.25rem;
  /*must have*/
  width: 200px;
  width: 12.5rem;
  /*must have*/
  height: 200px;
  /*must have*/ }

#sliding-popup .popup-content {
  align-items: center; }
  @media screen and (min-width: 640px) {
    #sliding-popup .popup-content {
      display: flex; } }
  #sliding-popup .popup-content .btn-cookie {
    border: 1px solid #fff;
    border: 0.0625rem solid #fff;
    color: #fff;
    padding: 3px 8px;
    padding: 0.1875rem 0.5rem;
    cursor: pointer; }
  #sliding-popup .popup-content #popup-text {
    padding: 10px 0;
    padding: 0.625rem 0; }
  #sliding-popup .popup-content #popup-buttons {
    margin: 10px 0 10px auto;
    margin: 0.625rem 0 0.625rem auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center; }
    #sliding-popup .popup-content #popup-buttons > div {
      margin-right: 15px; }
      #sliding-popup .popup-content #popup-buttons > div p {
        margin-bottom: 0; }
    #sliding-popup .popup-content #popup-buttons button {
      box-shadow: none;
      font-family: "Work Sans", sans-serif;
      font-weight: normal;
      background: transparent;
      text-shadow: none; }
      #sliding-popup .popup-content #popup-buttons button.agree-button {
        margin-right: 15px;
        border: 1px solid #fff;
        border: 0.0625rem solid #fff;
        color: #fff;
        padding: 5px 8px;
        padding: 0.3125rem 0.5rem;
        cursor: pointer;
        border-radius: 0; }
      #sliding-popup .popup-content #popup-buttons button.disagree-button {
        border: none;
        background: transparent;
        color: #0b9692;
        padding: 6px 0;
        padding: 0.375rem 0; }
  #sliding-popup .popup-content .find-more-button {
    position: relative;
    cursor: pointer;
    overflow: hidden; }
    #sliding-popup .popup-content .find-more-button:hover:after {
      animation-delay: 0s, 0.4s;
      animation-duration: 0.4s, 0.4s;
      animation-name: slide-out, slide-in;
      animation-timing-function: ease-in-out, ease-in-out;
      animation-fill-mode: forwards, forwards;
      /* this prevents the animation from restarting! */ }
    #sliding-popup .popup-content .find-more-button:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #fff;
      left: 0;
      bottom: 0;
      will-change: transform;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      moz-transform-origin: center center;
      -o-transform-origin: center center;
      -ms-transform-origin: center center;
      -webkit-transform-origin: center center;
      transform-origin: center center; }

/* Fade
----------------------------------------------------------------------------------------------------*/
.fade {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }
  .fade-in {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1); }

/* View - (col) - up
----------------------------------------------------------------------------------------------------*/
@-webkit-keyframes view-up {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 125px);
    -moz-transform: translate(0, 125px);
    -ms-transform: translate(0, 125px);
    -o-transform: translate(0, 125px);
    transform: translate(0, 125px); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-moz-keyframes view-up {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 125px);
    -moz-transform: translate(0, 125px);
    -ms-transform: translate(0, 125px);
    -o-transform: translate(0, 125px);
    transform: translate(0, 125px); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-ms-keyframes view-up {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 125px);
    -moz-transform: translate(0, 125px);
    -ms-transform: translate(0, 125px);
    -o-transform: translate(0, 125px);
    transform: translate(0, 125px); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-o-keyframes view-up {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 125px);
    -moz-transform: translate(0, 125px);
    -ms-transform: translate(0, 125px);
    -o-transform: translate(0, 125px);
    transform: translate(0, 125px); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes view-up {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 125px);
    -moz-transform: translate(0, 125px);
    -ms-transform: translate(0, 125px);
    -o-transform: translate(0, 125px);
    transform: translate(0, 125px); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

.view-up {
  -webkit-animation: view-up 2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-animation: view-up 2s cubic-bezier(0.19, 1, 0.22, 1);
  animation: view-up 2s cubic-bezier(0.19, 1, 0.22, 1); }

.view-col > [class^='col-'] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 125px);
  -moz-transform: translate(0, 125px);
  -ms-transform: translate(0, 125px);
  -o-transform: translate(0, 125px);
  transform: translate(0, 125px);
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1); }

.view-col-up > [class^='col-'] {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1); }
  .view-col-up > [class^='col-']:nth-child(1) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    transition-delay: 0.25s; }
  .view-col-up > [class^='col-']:nth-child(2) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .view-col-up > [class^='col-']:nth-child(3) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    transition-delay: 0.75s; }
  .view-col-up > [class^='col-']:nth-child(4) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s; }
  .view-col-up > [class^='col-']:nth-child(5) {
    -webkit-transition-delay: 1.25s;
    -moz-transition-delay: 1.25s;
    transition-delay: 1.25s; }
  .view-col-up > [class^='col-']:nth-child(6) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s; }

/* Page load
----------------------------------------------------------------------------------------------------*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .pace-inactive {
    display: none; }
  .pace .pace-progress {
    background: #0b9692;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px; }

/* Article
----------------------------------------------------------------------------------------------------*/
.article {
  /* Article || Header
  ----------------------------------------------------------------------------------------------------*/
  /* Article || Content
  ----------------------------------------------------------------------------------------------------*/
  /* Article || Meta
  ----------------------------------------------------------------------------------------------------*/
  /* Article || Footer
  ----------------------------------------------------------------------------------------------------*/ }
  .article:after {
    content: "";
    display: block;
    clear: both; }

/* Breadcrumb
----------------------------------------------------------------------------------------------------*/
.breadcrumb {
  margin: 20px 0;
  margin: 1.25rem 0;
  display: none; }
  @media screen and (min-width: 1024px) {
    .breadcrumb {
      display: block; } }
  .breadcrumb ul {
    list-style: none; }
    .breadcrumb ul li {
      display: inline;
      margin-right: 20px; }
      .breadcrumb ul li a {
        color: #393336; }
      .breadcrumb ul li + li:before {
        position: relative;
        display: inline-block;
        content: ">";
        padding: 0 20px 0 0;
        padding: 0 1.25rem 0 0;
        color: #0b9692;
        opacity: 0;
        -webkit-transition: -webkit-transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s;
        -moz-transition: -moz-transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s;
        transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px); }
      .breadcrumb ul li + li.animation-started:before {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px); }

/* Footer
----------------------------------------------------------------------------------------------------*/
.footer {
  padding: 50px 0 10px;
  padding: 3.125rem 0 0.625rem;
  background-color: #0b9692;
  color: #fff;
  font-size: 1rem; }
  .footer:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 1024px) {
    .footer {
      padding: 112px 0 70px;
      padding: 7rem 0 4.375rem; } }
  .footer a {
    color: #fff; }
  .footer .group-items {
    margin-bottom: 55px; }
    @media screen and (min-width: 768px) {
      .footer .group-items {
        float: left;
        width: 245px;
        width: 15.3125rem; } }
  .footer .item.contact a {
    display: inline-block;
    overflow: hidden;
    position: relative; }
    .footer .item.contact a:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: white;
      bottom: 0;
      left: 0;
      will-change: transform;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      moz-transform-origin: center center;
      -o-transform-origin: center center;
      -ms-transform-origin: center center;
      -webkit-transform-origin: center center;
      transform-origin: center center; }
  .footer .item.contact.animation-hover a:after {
    -webkit-animation-delay: 0s, 0.4s;
    -webkit-animation-duration: 0.4s, 0.4s;
    -webkit-animation-name: slide-out, slide-in;
    -webkit-animation-timing-function: ease-in-out, ease-in-out;
    -webkit-animation-fill-mode: forwards, forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-delay: 0s, 0.4s;
    -moz-animation-duration: 0.4s, 0.4s;
    -moz-animation-name: slide-out, slide-in;
    -moz-animation-timing-function: ease-in-out, ease-in-out;
    -moz-animation-fill-mode: forwards, forwards;
    /* this prevents the animation from restarting! */
    -o-animation-delay: 0s, 0.4s;
    -o-animation-duration: 0.4s, 0.4s;
    -o-animation-name: slide-out, slide-in;
    -o-animation-timing-function: ease-in-out, ease-in-out;
    -o-animation-fill-mode: forwards, forwards;
    /* this prevents the animation from restarting! */
    animation-delay: 0s, 0.4s;
    animation-duration: 0.4s, 0.4s;
    animation-name: slide-out, slide-in;
    animation-timing-function: ease-in-out, ease-in-out;
    animation-fill-mode: forwards, forwards;
    /* this prevents the animation from restarting! */ }
  .footer .item .title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px; }
  .footer .item + .item {
    margin-top: 30px; }
  .footer .top-right {
    text-align: right;
    margin: 40px 0 80px;
    margin: 2.5rem 0 5rem; }
    @media screen and (min-width: 768px) {
      .footer .top-right {
        margin: 0; } }
  .footer .logo {
    padding: 30px 0 40px;
    padding: 1.875rem 0 2.5rem; }
    @media screen and (min-width: 768px) {
      .footer .logo {
        padding: 53px 0 90px;
        padding: 3.3125rem 0 5.625rem; } }
    .footer .logo a img {
      display: inline-block;
      height: 90px; }
  .footer .clients-logo {
    list-style: none; }
    .footer .clients-logo li + li {
      padding-left: 5px; }
      @media screen and (min-width: 1600px) {
        .footer .clients-logo li + li {
          padding-left: 50px; } }
    .footer .clients-logo li img {
      width: 83px;
      width: 5.1875rem; }
      @media screen and (min-width: 1600px) {
        .footer .clients-logo li img {
          width: 83px;
          width: 5.1875rem; } }
  .footer .menu-ft {
    list-style: none; }
    @media screen and (min-width: 1600px) {
      .footer .menu-ft {
        margin-top: -42px; } }
    .footer .menu-ft li + li:before {
      content: "-";
      font-weight: 700;
      width: 11px;
      width: 0.6875rem;
      display: inline-block;
      text-align: center; }
    .footer .menu-ft li a {
      text-transform: uppercase;
      font-weight: 700;
      position: relative; }
      .footer .menu-ft li a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -4px;
        bottom: -0.25rem;
        width: 100%;
        height: 2px;
        background-color: white;
        will-change: transform;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        moz-transform-origin: left;
        -o-transform-origin: left;
        -ms-transform-origin: left;
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        -moz-transition: -moz-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out; }
      .footer .menu-ft li a:hover:after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1); }

/* Global
----------------------------------------------------------------------------------------------------*/
.main__content {
  padding-top: 90px; }

/* Background color
----------------------------------------------------------------------------------------------------*/
.bg-white {
  background: #fff; }

.bg-1 {
  background: #9a9da6; }

/* Text color
----------------------------------------------------------------------------------------------------*/
.color-white {
  color: #fff; }

.color-1 {
  color: #9a9da6; }

/* Global || Article
----------------------------------------------------------------------------------------------------*/
/* Header
 ----------------------------------------------------------------------------------------------------*/
.header {
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100vw;
  height: auto;
  font-family: 'Work Sans', sans-serif;
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .header * {
    box-sizing: border-box; }
  .header.sticky {
    position: fixed; }
    .header.sticky .header-wrapper {
      position: relative;
      top: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: relative;
      width: 100%;
      height: auto;
      background-color: #fff; }
      .header.sticky .header-wrapper .wrapper, .header.sticky .header-wrapper .modal > .row {
        height: 90px; }
  .header.active {
    height: 100%; }
  .header .wrapper, .header .modal > .row {
    top: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    /* 
		 	HEADER
	  	*/
    /* 
		 	LANGUAGE SELECTOR
	  	*/
    /* 
		 	MAIN MENU
	  	*/
    /* 
		 	MENU MOBILE
	  	*/
    /* 
		 	SEARCH BUTTON
	  	*/ }
    .header .wrapper .header__logo, .header .modal > .row .header__logo {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: relative;
      display: inline-block;
      height: 25px;
      padding: 0px;
      padding: 0rem;
      margin-right: 10px;
      width: auto; }
      @media screen and (min-width: 340px) {
        .header .wrapper .header__logo, .header .modal > .row .header__logo {
          height: 28px; } }
      @media screen and (min-width: 360px) {
        .header .wrapper .header__logo, .header .modal > .row .header__logo {
          height: 32px; } }
      @media screen and (min-width: 370px) {
        .header .wrapper .header__logo, .header .modal > .row .header__logo {
          height: 35px; } }
      @media screen and (min-width: 380px) {
        .header .wrapper .header__logo, .header .modal > .row .header__logo {
          height: 37px; } }
      @media screen and (min-width: 400px) {
        .header .wrapper .header__logo, .header .modal > .row .header__logo {
          height: 40px; } }
      @media screen and (min-width: 1024px) {
        .header .wrapper .header__logo, .header .modal > .row .header__logo {
          height: 40px;
          margin-right: 15px; } }
      .header .wrapper .header__logo img, .header .modal > .row .header__logo img {
        position: relative;
        display: inline-block;
        height: 100%;
        width: auto; }
    .header .wrapper .region-language, .header .modal > .row .region-language {
      position: relative;
      display: inline-block;
      width: auto;
      padding: 0 5px;
      padding: 0 0.3125rem;
      z-index: 1000; }
      @media screen and (min-width: 768px) {
        .header .wrapper .region-language, .header .modal > .row .region-language {
          padding: 0 10px;
          padding: 0 0.625rem; } }
      @media screen and (min-width: 1024px) {
        .header .wrapper .region-language, .header .modal > .row .region-language {
          padding: 0 15px;
          padding: 0 0.9375rem; } }
      @media screen and (min-width: 1600px) {
        .header .wrapper .region-language, .header .modal > .row .region-language {
          padding: 0 15px 0 40px;
          padding: 0 0.9375rem 0 2.5rem; } }
      .header .wrapper .region-language .wrap, .header .modal > .row .region-language .wrap {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: left;
        flex-direction: column; }
        .header .wrapper .region-language .wrap .current, .header .modal > .row .region-language .wrap .current {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          padding: 5px 10px;
          padding: 0.3125rem 0.625rem;
          cursor: pointer;
          z-index: 500; }
          .header .wrapper .region-language .wrap .current.active .arrow .left, .header .modal > .row .region-language .wrap .current.active .arrow .left {
            animation: ArrowleftUp 0.2s ease-in-out forwards; }
          .header .wrapper .region-language .wrap .current.active .arrow .right, .header .modal > .row .region-language .wrap .current.active .arrow .right {
            animation: ArrowRightUp 0.2s ease-in-out forwards; }
          .header .wrapper .region-language .wrap .current .lang, .header .modal > .row .region-language .wrap .current .lang {
            position: relative;
            display: inline-block;
            padding: 0 5px;
            padding: 0 0.3125rem;
            color: black;
            font-size: 1rem;
            font-family: 'Work Sans', sans-serif; }
          .header .wrapper .region-language .wrap .current .arrow, .header .modal > .row .region-language .wrap .current .arrow {
            position: relative;
            display: inline-block;
            height: auto;
            width: 10px;
            width: 0.625rem;
            margin: 0 5px;
            margin: 0 0.3125rem;
            -webkit-transform: scale(1, 1) rotateX(0deg);
            -moz-transform: scale(1, 1) rotateX(0deg);
            -ms-transform: scale(1, 1) rotateX(0deg);
            -o-transform: scale(1, 1) rotateX(0deg);
            transform: scale(1, 1) rotateX(0deg); }
            .header .wrapper .region-language .wrap .current .arrow .string, .header .modal > .row .region-language .wrap .current .arrow .string {
              position: absolute;
              display: inline-block;
              background-color: black;
              height: 1px;
              width: 70%;
              top: 0; }
            .header .wrapper .region-language .wrap .current .arrow .left, .header .modal > .row .region-language .wrap .current .arrow .left {
              transform-origin: left;
              left: 0;
              animation: ArrowLeftDown 0.2s ease-in-out forwards; }
            .header .wrapper .region-language .wrap .current .arrow .right, .header .modal > .row .region-language .wrap .current .arrow .right {
              transform-origin: right;
              right: 0;
              animation: ArrowRightDown 0.2s ease-in-out forwards; }
        .header .wrapper .region-language .wrap .other-lang-container, .header .modal > .row .region-language .wrap .other-lang-container {
          position: absolute;
          top: 100%;
          height: auto;
          width: auto;
          overflow: hidden; }
          .header .wrapper .region-language .wrap .other-lang-container .other-lang, .header .modal > .row .region-language .wrap .other-lang-container .other-lang {
            position: relative;
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding-top: 5px;
            flex-direction: column;
            height: auto;
            width: auto;
            border-bottom-left-radius: 2px;
            border-bottom-right-radius: 2px;
            margin: 0;
            display: none; }
            .header .wrapper .region-language .wrap .other-lang-container .other-lang li.language-link, .header .modal > .row .region-language .wrap .other-lang-container .other-lang li.language-link {
              position: relative;
              display: inline-block;
              width: auto;
              height: auto;
              font-size: 0;
              background-color: white; }
              .header .wrapper .region-language .wrap .other-lang-container .other-lang li.language-link a, .header .modal > .row .region-language .wrap .other-lang-container .other-lang li.language-link a {
                position: relative;
                display: inline-block;
                padding: 5px 15px;
                padding: 0.3125rem 0.9375rem;
                color: black;
                cursor: pointer;
                font-size: 0.875rem;
                background-color: transparent; }
                .header .wrapper .region-language .wrap .other-lang-container .other-lang li.language-link a:after, .header .modal > .row .region-language .wrap .other-lang-container .other-lang li.language-link a:after {
                  top: 0;
                  left: 0;
                  content: '';
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  opacity: 0;
                  transition: opacity 0.2s ease-in-out;
                  background-color: #0b9692;
                  user-select: none; }
              .header .wrapper .region-language .wrap .other-lang-container .other-lang li.language-link .color-square, .header .modal > .row .region-language .wrap .other-lang-container .other-lang li.language-link .color-square {
                background-color: white;
                position: absolute;
                z-index: -100;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%; }
              .header .wrapper .region-language .wrap .other-lang-container .other-lang li.language-link:hover a, .header .modal > .row .region-language .wrap .other-lang-container .other-lang li.language-link:hover a {
                background-color: transparent; }
                .header .wrapper .region-language .wrap .other-lang-container .other-lang li.language-link:hover a:after, .header .modal > .row .region-language .wrap .other-lang-container .other-lang li.language-link:hover a:after {
                  opacity: 0.3; }
    .header .wrapper .menu, .header .modal > .row .menu {
      flex-shrink: 1;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: flex-end;
      width: 100%; }
      .header .wrapper .menu .menu-content, .header .modal > .row .menu .menu-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        list-style: none;
        margin: 0;
        width: 100%;
        max-width: 800px; }
        @media screen and (max-width: 1600px) {
          .header .wrapper .menu .menu-content, .header .modal > .row .menu .menu-content {
            max-width: 720px; } }
        .header .wrapper .menu .menu-content .menu-item, .header .modal > .row .menu .menu-content .menu-item {
          -ms-flex-negative: 0;
          flex-shrink: 0;
          display: none; }
          @media screen and (min-width: 1024px) {
            .header .wrapper .menu .menu-content .menu-item, .header .modal > .row .menu .menu-content .menu-item {
              display: inline-block; } }
          .header .wrapper .menu .menu-content .menu-item.current > a, .header .modal > .row .menu .menu-content .menu-item.current > a {
            font-weight: 700; }
          .header .wrapper .menu .menu-content .menu-item > a, .header .modal > .row .menu .menu-content .menu-item > a {
            position: relative;
            display: inline-block;
            font-size: 1rem;
            padding: 5px;
            padding: 0.3125rem;
            font-family: 'Work Sans', sans-serif;
            -webkit-transition: color 0.2s ease-in-out;
            -moz-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out; }
          .header .wrapper .menu .menu-content .menu-item:not(:hover):not(.current):not(.active):not(.menu-item--active-trail) > a, .header .modal > .row .menu .menu-content .menu-item:not(:hover):not(.current):not(.active):not(.menu-item--active-trail) > a {
            color: #4a4548; }
    .header .wrapper .btn-mobile-wrapper, .header .modal > .row .btn-mobile-wrapper {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: relative;
      display: inline-block;
      width: auto;
      height: auto;
      cursor: pointer;
      margin-left: 20px;
      line-height: 0; }
      @media screen and (min-width: 1024px) {
        .header .wrapper .btn-mobile-wrapper, .header .modal > .row .btn-mobile-wrapper {
          display: none; } }
      .header .wrapper .btn-mobile-wrapper .btn-mobile-container, .header .modal > .row .btn-mobile-wrapper .btn-mobile-container {
        position: relative;
        display: inline-block;
        padding: 5px 0 5px 10px;
        padding: 0.3125rem 0 0.3125rem 0.625rem; }
        .header .wrapper .btn-mobile-wrapper .btn-mobile-container.active .btn-mobile .btn-elem.top, .header .modal > .row .btn-mobile-wrapper .btn-mobile-container.active .btn-mobile .btn-elem.top {
          border-radius: 1px;
          border-radius: 0.0625rem; }
        .header .wrapper .btn-mobile-wrapper .btn-mobile-container.active .btn-mobile .btn-elem.bottom, .header .modal > .row .btn-mobile-wrapper .btn-mobile-container.active .btn-mobile .btn-elem.bottom {
          border-radius: 1px;
          border-radius: 0.0625rem; }
        .header .wrapper .btn-mobile-wrapper .btn-mobile-container .btn-mobile, .header .modal > .row .btn-mobile-wrapper .btn-mobile-container .btn-mobile {
          position: relative;
          display: inline-block;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 17px;
          width: 1.0625rem;
          height: 17px; }
          @media screen and (min-width: 640px) {
            .header .wrapper .btn-mobile-wrapper .btn-mobile-container .btn-mobile, .header .modal > .row .btn-mobile-wrapper .btn-mobile-container .btn-mobile {
              width: 21px;
              width: 1.3125rem;
              height: 21px; } }
          .header .wrapper .btn-mobile-wrapper .btn-mobile-container .btn-mobile .btn-elem, .header .modal > .row .btn-mobile-wrapper .btn-mobile-container .btn-mobile .btn-elem {
            position: absolute;
            display: inline-block;
            background-color: #4a4548;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            border-radius: 50%;
            opacity: 1;
            moz-transform-origin: center;
            -o-transform-origin: center;
            -ms-transform-origin: center;
            -webkit-transform-origin: center;
            transform-origin: center; }
            .header .wrapper .btn-mobile-wrapper .btn-mobile-container .btn-mobile .btn-elem.top, .header .modal > .row .btn-mobile-wrapper .btn-mobile-container .btn-mobile .btn-elem.top {
              -webkit-transform: translateY(-40%) scale(0.2, 0.2);
              -moz-transform: translateY(-40%) scale(0.2, 0.2);
              -ms-transform: translateY(-40%) scale(0.2, 0.2);
              -o-transform: translateY(-40%) scale(0.2, 0.2);
              transform: translateY(-40%) scale(0.2, 0.2); }
            .header .wrapper .btn-mobile-wrapper .btn-mobile-container .btn-mobile .btn-elem.middle, .header .modal > .row .btn-mobile-wrapper .btn-mobile-container .btn-mobile .btn-elem.middle {
              -webkit-transform: translateY(0) scale(0.2, 0.2);
              -moz-transform: translateY(0) scale(0.2, 0.2);
              -ms-transform: translateY(0) scale(0.2, 0.2);
              -o-transform: translateY(0) scale(0.2, 0.2);
              transform: translateY(0) scale(0.2, 0.2); }
            .header .wrapper .btn-mobile-wrapper .btn-mobile-container .btn-mobile .btn-elem.bottom, .header .modal > .row .btn-mobile-wrapper .btn-mobile-container .btn-mobile .btn-elem.bottom {
              -webkit-transform: translateY(40%) scale(0.2, 0.2);
              -moz-transform: translateY(40%) scale(0.2, 0.2);
              -ms-transform: translateY(40%) scale(0.2, 0.2);
              -o-transform: translateY(40%) scale(0.2, 0.2);
              transform: translateY(40%) scale(0.2, 0.2); }
    .header .wrapper .btn-search-wrapper, .header .modal > .row .btn-search-wrapper {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: relative;
      display: inline-block;
      width: auto;
      height: auto;
      line-height: 0; }
      .header .wrapper .btn-search-wrapper .btn-search-container, .header .modal > .row .btn-search-wrapper .btn-search-container {
        position: relative;
        display: inline-block;
        padding: 5px 0 5px 10px;
        padding: 0.3125rem 0 0.3125rem 0.625rem;
        color: #4a4548; }
        @media screen and (min-width: 1024px) {
          .header .wrapper .btn-search-wrapper .btn-search-container, .header .modal > .row .btn-search-wrapper .btn-search-container {
            padding: 5px 0 5px 15px;
            padding: 0.3125rem 0 0.3125rem 0.9375rem; } }
        @media screen and (min-width: 1260px) {
          .header .wrapper .btn-search-wrapper .btn-search-container, .header .modal > .row .btn-search-wrapper .btn-search-container {
            padding: 5px 0 5px 50px;
            padding: 0.3125rem 0 0.3125rem 3.125rem; } }
        @media screen and (min-width: 1600px) {
          .header .wrapper .btn-search-wrapper .btn-search-container, .header .modal > .row .btn-search-wrapper .btn-search-container {
            padding: 5px 0 5px 70px;
            padding: 0.3125rem 0 0.3125rem 4.375rem; } }
        .header .wrapper .btn-search-wrapper .btn-search-container.animating, .header .modal > .row .btn-search-wrapper .btn-search-container.animating,
        .header .wrapper .btn-search-wrapper .btn-search-container.animating .btn-search,
        .header .modal > .row .btn-search-wrapper .btn-search-container.animating .btn-search,
        .header .wrapper .btn-search-wrapper .btn-search-container.animating .btn-search .btn-elem,
        .header .modal > .row .btn-search-wrapper .btn-search-container.animating .btn-search .btn-elem {
          -webkit-transition: none;
          -moz-transition: none;
          transition: none; }
        .header .wrapper .btn-search-wrapper .btn-search-container .btn-search, .header .modal > .row .btn-search-wrapper .btn-search-container .btn-search {
          position: relative;
          display: inline-block;
          width: 17px;
          width: 1.0625rem;
          height: 17px;
          overflow: hidden; }
          @media screen and (min-width: 640px) {
            .header .wrapper .btn-search-wrapper .btn-search-container .btn-search, .header .modal > .row .btn-search-wrapper .btn-search-container .btn-search {
              width: 22px;
              width: 1.375rem;
              height: 22px; } }
          .header .wrapper .btn-search-wrapper .btn-search-container .btn-search .btn-elem, .header .modal > .row .btn-search-wrapper .btn-search-container .btn-search .btn-elem {
            position: absolute;
            display: inline-block;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            border: solid 2px black;
            border: solid 0.125rem black;
            moz-transform-origin: center;
            -o-transform-origin: center;
            -ms-transform-origin: center;
            -webkit-transform-origin: center;
            transform-origin: center;
            will-change: transform; }
          .header .wrapper .btn-search-wrapper .btn-search-container .btn-search .circle, .header .modal > .row .btn-search-wrapper .btn-search-container .btn-search .circle {
            border-radius: 50%;
            background-color: transparent;
            -webkit-transform: translate(15%, -15%) rotate(0deg) scale(0.7);
            -moz-transform: translate(15%, -15%) rotate(0deg) scale(0.7);
            -ms-transform: translate(15%, -15%) rotate(0deg) scale(0.7);
            -o-transform: translate(15%, -15%) rotate(0deg) scale(0.7);
            transform: translate(15%, -15%) rotate(0deg) scale(0.7); }
          .header .wrapper .btn-search-wrapper .btn-search-container .btn-search .string, .header .modal > .row .btn-search-wrapper .btn-search-container .btn-search .string {
            border-radius: 2px;
            border-radius: 0.125rem;
            background-color: black;
            -webkit-transform: translate(-30%, 30%) rotate(-45deg) scale(0.3, 0.1);
            -moz-transform: translate(-30%, 30%) rotate(-45deg) scale(0.3, 0.1);
            -ms-transform: translate(-30%, 30%) rotate(-45deg) scale(0.3, 0.1);
            -o-transform: translate(-30%, 30%) rotate(-45deg) scale(0.3, 0.1);
            transform: translate(-30%, 30%) rotate(-45deg) scale(0.3, 0.1); }

/* Layout
----------------------------------------------------------------------------------------------------*/
.wrapper, .modal > .row {
  padding: 0 15px;
  padding: 0 0.9375rem;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  width: 100%; }
  .wrapper:after, .modal > .row:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 640px) {
    .wrapper, .modal > .row {
      padding: 0 40px;
      padding: 0 2.5rem; } }
  @media screen and (min-width: 768px) {
    .wrapper, .modal > .row {
      padding: 0 15px;
      padding: 0 0.9375rem; } }
  @media screen and (min-width: 1024px) {
    .wrapper, .modal > .row {
      max-width: 980px; } }
  @media screen and (min-width: 1260px) {
    .wrapper, .modal > .row {
      max-width: 1080px; } }
  @media screen and (min-width: 1600px) {
    .wrapper, .modal > .row {
      max-width: 1180px; } }

.row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px; }
  .row:after {
    content: "";
    display: block;
    clear: both; }

/* Grid
----------------------------------------------------------------------------------------------------*/
[class*='col-'] {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px; }
  [class*='col-']:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 640px) {
    [class*='col-'] {
      float: left; } }

@media screen and (min-width: 640px) {
  .col-sm-1 {
    width: 8.33333%; }
  .col-offset-sm-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-offset-sm-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-offset-sm-3 {
    margin-left: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-offset-sm-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-offset-sm-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-offset-sm-6 {
    margin-left: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-offset-sm-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-offset-sm-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-offset-sm-9 {
    margin-left: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-offset-sm-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-offset-sm-11 {
    margin-left: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-offset-sm-12 {
    margin-left: 100%; } }

@media screen and (min-width: 768px) {
  .col-1 {
    width: 8.33333%; }
  .col-offset-tb-1 {
    margin-left: 8.33333%; }
  .col-2 {
    width: 16.66667%; }
  .col-offset-tb-2 {
    margin-left: 16.66667%; }
  .col-3 {
    width: 25%; }
  .col-offset-tb-3 {
    margin-left: 25%; }
  .col-4 {
    width: 33.33333%; }
  .col-offset-tb-4 {
    margin-left: 33.33333%; }
  .col-5 {
    width: 41.66667%; }
  .col-offset-tb-5 {
    margin-left: 41.66667%; }
  .col-6 {
    width: 50%; }
  .col-offset-tb-6 {
    margin-left: 50%; }
  .col-7 {
    width: 58.33333%; }
  .col-offset-tb-7 {
    margin-left: 58.33333%; }
  .col-8 {
    width: 66.66667%; }
  .col-offset-tb-8 {
    margin-left: 66.66667%; }
  .col-9 {
    width: 75%; }
  .col-offset-tb-9 {
    margin-left: 75%; }
  .col-10 {
    width: 83.33333%; }
  .col-offset-tb-10 {
    margin-left: 83.33333%; }
  .col-11 {
    width: 91.66667%; }
  .col-offset-tb-11 {
    margin-left: 91.66667%; }
  .col-12 {
    width: 100%; }
  .col-offset-tb-12 {
    margin-left: 100%; } }

@media screen and (min-width: 1260px) {
  .col-dt-1 {
    width: 8.33333%; }
  .col-offset-dt-1 {
    margin-left: 8.33333%; }
  .col-dt-2 {
    width: 16.66667%; }
  .col-offset-dt-2 {
    margin-left: 16.66667%; }
  .col-dt-3 {
    width: 25%; }
  .col-offset-dt-3 {
    margin-left: 25%; }
  .col-dt-4 {
    width: 33.33333%; }
  .col-offset-dt-4 {
    margin-left: 33.33333%; }
  .col-dt-5 {
    width: 41.66667%; }
  .col-offset-dt-5 {
    margin-left: 41.66667%; }
  .col-dt-6 {
    width: 50%; }
  .col-offset-dt-6 {
    margin-left: 50%; }
  .col-dt-7 {
    width: 58.33333%; }
  .col-offset-dt-7 {
    margin-left: 58.33333%; }
  .col-dt-8 {
    width: 66.66667%; }
  .col-offset-dt-8 {
    margin-left: 66.66667%; }
  .col-dt-9 {
    width: 75%; }
  .col-offset-dt-9 {
    margin-left: 75%; }
  .col-dt-10 {
    width: 83.33333%; }
  .col-offset-dt-10 {
    margin-left: 83.33333%; }
  .col-dt-11 {
    width: 91.66667%; }
  .col-offset-dt-11 {
    margin-left: 91.66667%; }
  .col-dt-12 {
    width: 100%; }
  .col-offset-dt-12 {
    margin-left: 100%; } }

/* Float
----------------------------------------------------------------------------------------------------*/
.left {
  float: left; }

.right {
  float: right; }

/* Flexbox
----------------------------------------------------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-items-height {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.justify-content-between {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  align-content: stretch; }

/* Media
----------------------------------------------------------------------------------------------------*/
.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* Media || Body
  ----------------------------------------------------------------------------------------------------*/ }
  .media img {
    margin-right: 20px; }
  .media__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%; }

h1 {
  font-size: 44px;
  font-size: 2.75rem; }
  @media screen and (min-width: 1024px) {
    h1 {
      font-size: 60px;
      font-size: 3.75rem; } }

h2 {
  font-size: 44px;
  font-size: 2.75rem; }
  @media screen and (min-width: 1024px) {
    h2 {
      font-size: 54px;
      font-size: 3.375rem; } }

h3 {
  font-size: 30px;
  font-size: 1.875rem; }
  @media screen and (min-width: 1024px) {
    h3 {
      font-size: 40px;
      font-size: 2.5rem; } }

h4 {
  font-size: 27px;
  font-size: 1.6875rem; }

h5 {
  font-size: 24px;
  font-size: 1.5rem; }

h6 {
  font-size: 22px;
  font-size: 1.375rem; }

@media screen and (min-width: 1024px) {
  .editor {
    font-size: 20px;
    font-size: 1.25rem; } }

.editor.has-bg {
  position: relative; }
  .editor.has-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 660px;
    top: 0;
    background: #f9f9f9; }

.editor h1, .editor h2, .editor h3, .editor h4 {
  margin-bottom: 30px; }
  @media screen and (min-width: 1024px) {
    .editor h1, .editor h2, .editor h3, .editor h4 {
      margin-bottom: 50px; } }

.editor a {
  text-decoration: underline; }

.editor .wrapper .wrapper, .editor .modal > .row .wrapper, .editor .wrapper .modal > .row, .editor .modal > .row .modal > .row {
  padding: 0; }

.editor .editor-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px; }
  @media screen and (min-width: 1024px) {
    .editor .editor-title {
      font-size: 22px;
      font-size: 1.375rem;
      margin-bottom: 15px; } }
  .editor .editor-title span,
  .editor .editor-title strong {
    color: #454043 !important; }

.editor p {
  margin-bottom: 15px;
  line-height: 1.5; }
  @media screen and (min-width: 1024px) {
    .editor p {
      margin-bottom: 15px; } }
  .editor p strong {
    color: #0b9692; }

.editor .wrap-img {
  padding: 30px 0;
  padding: 1.875rem 0; }
  @media screen and (min-width: 1024px) {
    .editor .wrap-img {
      padding: 73px 0 60px;
      padding: 4.5625rem 0 3.75rem; } }

.editor iframe {
  max-width: 100%; }

.editor ul {
  list-style: none;
  margin-left: 20px; }
  @media screen and (min-width: 1024px) {
    .editor ul {
      margin-left: 40px; } }
  .editor ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px; }
    @media screen and (min-width: 1024px) {
      .editor ul li {
        margin-bottom: 15px; } }
    .editor ul li:before {
      content: "";
      width: 10px;
      width: 0.625rem;
      height: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background-color: #0b9692;
      position: absolute;
      left: 0;
      top: 12px;
      top: 0.75rem; }
    .editor ul li strong {
      color: #0b9692; }

.editor ol {
  margin-left: 20px; }
  .editor ol li {
    margin-bottom: 40px; }

.editor .row [class*="col-"] ul {
  padding: 35px;
  padding: 2.1875rem;
  margin: 0; }

.editor table {
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #999;
  border-bottom: 0.0625rem solid #999;
  max-width: 100%; }
  .editor table td {
    vertical-align: top;
    padding: 5px 20px;
    padding: 0.3125rem 1.25rem;
    border-right: 1px solid #999;
    border-right: 0.0625rem solid #999;
    font-size: 14px;
    font-size: 0.875rem; }
    .editor table td:first-child {
      border-left: 1px solid #999;
      border-left: 0.0625rem solid #999; }
  .editor table th,
  .editor table thead td {
    background: #ccc;
    vertical-align: top;
    padding: 7px 20px;
    padding: 0.4375rem 1.25rem;
    border-left: 1px solid #999;
    border-left: 0.0625rem solid #999;
    border-top: 1px solid #999;
    border-top: 0.0625rem solid #999;
    border-bottom: 1px solid #999;
    border-bottom: 0.0625rem solid #999;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem; }
    .editor table th:last-child,
    .editor table thead td:last-child {
      border-right: 1px solid #999;
      border-right: 0.0625rem solid #999; }

.page-navigation {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 24px;
  z-index: 1; }
  .page-navigation .nav-top {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 10px 0 40px;
    margin: 0.625rem 0 2.5rem; }
    @media screen and (min-width: 1024px) {
      .page-navigation .nav-top {
        position: absolute;
        left: -20px;
        left: -1.25rem;
        margin: 0;
        top: -3px;
        top: -0.1875rem; } }
    @media screen and (min-width: 1260px) {
      .page-navigation .nav-top {
        left: -62px;
        left: -3.875rem; } }
    .page-navigation .nav-top a {
      color: #393336; }
  .page-navigation .breadcrumb {
    margin: 40px 0 16px;
    margin: 2.5rem 0 1rem; }
  .page-navigation .region {
    position: static; }

@media screen and (min-width: 1024px) {
  .has-sharethis .page-navigation #block-lasource-breadcrumbs {
    width: calc(100% - 250px);
    width: calc(100% - 15.625rem); } }

.has-sharethis .page-navigation .breadcrumb ul {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.block-list {
  list-style: none; }
  .block-list li {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: flex-start; }
    .block-list li.active-list .content a, .block-list li .content.active-list a {
      color: #0b9692; }
      .block-list li.active-list .content a:after, .block-list li .content.active-list a:after {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); }
    .block-postes .block-list li a {
      display: inline; }
    .block-postes .block-list li:hover a {
      color: #0b9692; }
      .block-postes .block-list li:hover a:after {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); }
    .block-postes .block-list li a:after {
      width: 60%; }
    .block-files .block-list li.active-list .content, .block-files .block-list li .content.active-list {
      color: #0b9692; }
      .block-files .block-list li.active-list .content:after, .block-files .block-list li .content.active-list:after {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); }
    .block-files .block-list li .content {
      -webkit-transition: color, 0.2s ease-in-out;
      -moz-transition: color, 0.2s ease-in-out;
      transition: color, 0.2s ease-in-out; }
      .block-files .block-list li .content:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        /*Pls don't change to rem - fix bug IE*/
        background-color: #0b9692;
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        -moz-transition: -moz-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        moz-transform-origin: center left;
        -o-transform-origin: center left;
        -ms-transform-origin: center left;
        -webkit-transform-origin: center left;
        transform-origin: center left; }
      .block-files .block-list li .content:hover {
        color: #0b9692;
        /* font-weight: 700; */ }
    .block-list li:after {
      display: table;
      content: "";
      clear: both; }
    @media screen and (min-width: 640px) {
      .block-list li {
        margin-bottom: 42px; }
        .block-list li span {
          float: left; } }
    .block-list li span {
      display: block; }
    .block-list li .wrap {
      clear: both; }
      .block-list li .wrap:before, .block-list li .wrap:after {
        content: "";
        display: table;
        clear: both; }
    .block-list li .item-title {
      position: relative;
      font-size: 12px;
      font-size: 0.75rem;
      color: #9d9d9d;
      margin-top: 3px;
      display: inline-block;
      text-transform: capitalize;
      width: 145px;
      width: 9.0625rem; }
      @media screen and (min-width: 640px) {
        .block-list li .item-title {
          font-size: 14px;
          font-size: 0.875rem; } }
      .block-list li .item-title a:after {
        content: none; }
    .block-list li .content {
      position: relative;
      width: calc(100% - 50px);
      width: calc(100% - 3.125rem); }
      .block-list li .content p {
        position: relative;
        display: inline-block;
        margin: 0; }
    .block-list li a {
      color: #000;
      display: inline-block;
      overflow: hidden;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      .block-list li a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        /*Pls don't change to rem - fix bug IE*/
        background-color: #0b9692;
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        -moz-transition: -moz-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        moz-transform-origin: center left;
        -o-transform-origin: center left;
        -ms-transform-origin: center left;
        -webkit-transform-origin: center left;
        transform-origin: center left; }
      .block-list li a:hover {
        color: #0b9692;
        /* font-weight: 700; */ }
        .block-list li a:hover:after {
          transform: scale(1, 1); }

.wrap-list .wrapper > .heading, .wrap-list .modal > .row > .heading {
  margin-bottom: 34px; }

.wrap-list figcaption {
  text-align: right;
  margin-top: 42px; }
  .wrap-list figcaption [download] {
    color: #393336; }

.wrap-list .wrap-button {
  margin-top: 45px; }

.list-default {
  list-style: none; }
  @media screen and (min-width: 768px) {
    .list-default.list-2col li {
      width: 50%;
      float: left; }
      .list-default.list-2col li:nth-child(2n+1) {
        clear: left; } }
  .list-default li {
    margin-bottom: 27px; }
    .list-default li a {
      color: #000; }

.block-home .overlay {
  font-size: 0;
  z-index: 200; }

.block-home [class*="col-"] {
  margin-bottom: 0;
  padding-right: 12px;
  padding-left: 12px; }
  .block-home [class*="col-"] .col-sm-4 {
    z-index: 100; }

.block-home .wrapper-home {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  padding-bottom: calc(((72/27)*100%)); }
  @media screen and (min-width: 1024px) {
    .block-home .wrapper-home {
      padding-bottom: calc(((1010/1440)*100%)); } }

.block-home .container-home {
  width: 100%;
  position: absolute;
  height: 100%;
  display: inline-block; }
  @media screen and (min-width: 1024px) {
    .block-home .container-home {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.block-home .item-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.block-home .item {
  position: relative;
  height: 0;
  width: 100%;
  display: block; }
  .block-home .item.item-thb .thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .block-home .item.item-thb .heading {
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }

.block-home .block {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 calc( (15/705) * 100%);
  width: 100%;
  height: auto;
  margin: calc(((15/705)*2) * 100%) 0; }
  @media screen and (min-width: 1024px) {
    .block-home .block {
      width: 50%;
      padding: 0;
      margin: calc(((15/705)/2) * 100%) 0; }
      .block-home .block:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .block-home .block:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
      .block-home .block:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .block-home .block:last-child {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; } }

.block-home .fake-block {
  position: relative;
  display: block;
  margin: 0 calc((15/705) * 100%);
  height: auto;
  flex-shrink: 0; }
  .block-home .fake-block.fake-block-4 {
    width: calc((202/705) * 100%); }
    @media screen and (min-width: 1024px) {
      .block-home .fake-block.fake-block-4 {
        margin-top: 0; } }
  .block-home .fake-block .views-element-container {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%; }

.block-home .heading {
  cursor: pointer;
  z-index: 1; }
  .block-home .heading .title {
    line-height: 1.2; }

.block-home.animating .thumb, .block-home.animating .heading, .block-home.animating .heading .obj-fit {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.block-home .item-container {
  /* @include transition (all .3s ease-in-out); */
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  outline: none;
  left: 0;
  top: 0;
  margin: 0 calc((15/705) * 100%); }
  .block-home .item-container:hover .thumb .thumb-img {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1);
    -o-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 0.80; }
  .block-home .item-container:hover.type1 .heading {
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  .block-home .item-container:hover.type2 .heading {
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  .block-home .item-container:hover.type3 .heading {
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  .block-home .item-container:hover.type4.bg-gray {
    background-color: rgba(232, 232, 232, 0.8); }
  .block-home .item-container:hover.type4.bg-default {
    background-color: rgba(11, 150, 146, 0.8); }
  .block-home .item-container:hover.type4 .thumb {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  .block-home .item-container:hover.type5 .heading {
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    -o-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  .block-home .item-container:hover.type6 .heading {
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    -o-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  .block-home .item-container .thumb {
    overflow: hidden; }
    .block-home .item-container .thumb .thumb-img {
      -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-out, -moz-transform 0.2s ease-in-out;
      transition: opacity 0.2s ease-out, transform 0.2s ease-in-out;
      -webkit-transform: translate3d(-50%, -50%, 0) scale(0.96);
      -moz-transform: translate3d(-50%, -50%, 0) scale(0.96);
      -ms-transform: translate3d(-50%, -50%, 0) scale(0.96);
      -o-transform: translate3d(-50%, -50%, 0) scale(0.96);
      transform: translate3d(-50%, -50%, 0) scale(0.96);
      opacity: 1;
      top: 50%;
      left: 50%;
      min-width: 105%;
      min-height: 105%; }
      .block-home .item-container .thumb .thumb-img.bg-cover {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        display: block; }
        .objectfit .block-home .item-container .thumb .thumb-img.bg-cover {
          display: none; }
      .block-home .item-container .thumb .thumb-img.obj-fit {
        position: absolute;
        object-fit: cover;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        display: none; }
        .objectfit .block-home .item-container .thumb .thumb-img.obj-fit {
          display: block; }
  .block-home .item-container.type1 {
    margin-top: 0;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .block-home .item-container.type1 {
        margin-left: 0; } }
    .block-home .item-container.type1 .item {
      padding-bottom: calc((460/705)*100%); }
      .block-home .item-container.type1 .item .heading {
        left: -15px;
        left: -0.9375rem;
        top: 90px;
        top: 5.625rem; }
        .block-home .item-container.type1 .item .heading span {
          color: #8ec8e4; }
  .block-home .item-container.type2 {
    width: calc((215/705) * 100%); }
    @media screen and (min-width: 1024px) {
      .block-home .item-container.type2 {
        margin-bottom: 0;
        margin-left: 0; } }
    .block-home .item-container.type2 .item {
      padding-bottom: calc((460/215)*100%); }
      .block-home .item-container.type2 .item .heading {
        left: -15px;
        left: -0.9375rem;
        top: 34px;
        top: 2.125rem;
        white-space: nowrap; }
        .block-home .item-container.type2 .item .heading span {
          color: #0485ad; }
  .block-home .item-container.type3 {
    width: calc((460/705) * 100%); }
    @media screen and (min-width: 1024px) {
      .block-home .item-container.type3 {
        margin-bottom: 0; } }
    .block-home .item-container.type3 .item {
      padding-bottom: 100%; }
      .block-home .item-container.type3 .item .heading {
        left: -15px;
        left: -0.9375rem;
        bottom: 32px;
        bottom: 2rem; }
        .block-home .item-container.type3 .item .heading span {
          color: #944994; }
  .block-home .item-container.type4 {
    text-align: center;
    width: 100%;
    margin: 0; }
    .block-home .item-container.type4 .item {
      padding-bottom: 100%;
      overflow: hidden;
      -webkit-transition: background-color 0.3s ease-in-out;
      -moz-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out; }
      .block-home .item-container.type4 .item.bg-gray {
        background-color: #e8e8e8;
        color: #d23a29; }
        .block-home .item-container.type4 .item.bg-gray .title {
          color: #d23a29; }
      .block-home .item-container.type4 .item.bg-default {
        background-color: #0b9692;
        color: #fff; }
        .block-home .item-container.type4 .item.bg-default .title {
          color: #fff; }
      .block-home .item-container.type4 .item .thumb {
        width: calc((40/215) * 100%);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .block-home .item-container.type4 .item .heading {
        width: 100%;
        font-size: 20px;
        font-size: 1.25rem;
        margin-top: 14px;
        padding: 0 10px;
        padding: 0 0.625rem;
        -webkit-transition: -webkit-transform 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out;
        transition: transform 0.2s ease-out; }
        @media screen and (max-width: 640px) {
          .block-home .item-container.type4 .item .heading {
            font-size: 12px;
            font-size: 0.75rem;
            margin-top: 6px; } }
  .block-home .item-container.type5 {
    width: calc((460/705) * 100%); }
    @media screen and (min-width: 1024px) {
      .block-home .item-container.type5 {
        margin-top: 0;
        margin-right: 0; } }
    .block-home .item-container.type5 .item {
      padding-bottom: calc((705/460)*100%); }
      .block-home .item-container.type5 .item .heading {
        right: -15px;
        right: -0.9375rem;
        top: 87px;
        top: 5.4375rem;
        text-align: right; }
        .block-home .item-container.type5 .item .heading span {
          color: #05c4bf; }
  .block-home .item-container.type6 {
    margin-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .block-home .item-container.type6 {
        margin-right: 0; } }
    .block-home .item-container.type6 .item {
      padding-bottom: calc((215/705)*100%); }
      .block-home .item-container.type6 .item .heading {
        right: -15px;
        right: -0.9375rem;
        top: 70px;
        top: 4.375rem; }
        .block-home .item-container.type6 .item .heading span {
          color: #0b9692; }
  .block-home .item-container.type7 {
    margin-top: 0;
    width: 100%; }
    .block-home .item-container.type7.type1 .item:hover .heading {
      transform: translate3d(-20px, 0, 0); }
    @media screen and (min-width: 1024px) {
      .block-home .item-container.type7 {
        margin-left: 10px;
        margin-right: 0;
        width: 375px;
        width: 23.4375rem; } }
    @media screen and (min-width: 1024px) {
      .block-home .item-container.type7 .item {
        height: 276px; } }
    @media screen and (max-width: 1600px) {
      .block-home .item-container.type7 .item {
        height: 246px; } }
    @media screen and (max-width: 1260px) {
      .block-home .item-container.type7 .item {
        height: 251px; } }
    @media screen and (max-width: 1259px) {
      .block-home .item-container.type7 .item {
        height: 229px; } }
    @media screen and (max-width: 1024px) {
      .block-home .item-container.type7 .item {
        height: 226px; } }
    @media screen and (max-width: 1023px) and (min-width: 769px) {
      .block-home .item-container.type7 .item {
        height: 445px; } }
    @media screen and (max-width: 768px) {
      .block-home .item-container.type7 .item {
        height: 330px; } }
    @media screen and (max-width: 736px) {
      .block-home .item-container.type7 .item {
        height: 290px; } }
    @media screen and (max-width: 667px) {
      .block-home .item-container.type7 .item {
        height: 260px; } }
    @media screen and (max-width: 414px) {
      .block-home .item-container.type7 .item {
        height: 180px; } }
    @media screen and (max-width: 375px) {
      .block-home .item-container.type7 .item {
        height: 165px; } }
    @media screen and (min-width: 1024px) {
      .block-home .item-container.type7 .item:first-child {
        margin-bottom: 25px; } }
    @media screen and (max-width: 1600px) {
      .block-home .item-container.type7 .item:first-child {
        margin-bottom: 35px; } }
    @media screen and (max-width: 1260px) {
      .block-home .item-container.type7 .item:first-child {
        margin-bottom: 25px; } }
    @media screen and (max-width: 1259px) {
      .block-home .item-container.type7 .item:first-child {
        margin-bottom: 20px; } }
    @media screen and (max-width: 1024px) {
      .block-home .item-container.type7 .item:first-child {
        margin-bottom: 25px; } }
    @media screen and (max-width: 1023px) and (min-width: 769px) {
      .block-home .item-container.type7 .item:first-child {
        margin-bottom: 35px; } }
    @media screen and (max-width: 768px) {
      .block-home .item-container.type7 .item:first-child {
        margin-bottom: 25px; } }
    @media screen and (max-width: 736px) {
      .block-home .item-container.type7 .item:first-child {
        margin-bottom: 25px; } }
    @media screen and (max-width: 667px) {
      .block-home .item-container.type7 .item:first-child {
        margin-bottom: 20px; } }
    @media screen and (max-width: 414px) {
      .block-home .item-container.type7 .item:first-child {
        margin-bottom: 20px; } }
    @media screen and (max-width: 375px) {
      .block-home .item-container.type7 .item:first-child {
        margin-bottom: 15px; } }
    .block-home .item-container.type7 .item .heading {
      left: auto;
      right: -.9375rem;
      top: 10rem; }
    @media screen and (max-width: 414px) {
      .block-home .item-container.type7 .item .heading {
        top: 6.5rem; } }
    @media screen and (max-width: 375px) {
      .block-home .item-container.type7 .item .heading {
        top: 6.5rem; } }
    .block-home .item-container.type7 .item .heading span {
      color: #05c4bf; }
    @media screen and (min-width: 1024px) {
      .block-home .item-container.type7.type1 .item.item-thb:first-child .overlay,
      .block-home .item-container.type7.type1 .item.item-thb:first-child .thumb {
        height: 100%; } }

.block-actualites {
  padding: 50px 0 70px;
  padding: 3.125rem 0 4.375rem; }
  @media screen and (min-width: 1024px) {
    .block-actualites {
      padding: 76px 0 114px;
      padding: 4.75rem 0 7.125rem; } }
  .block-actualites .heading {
    display: inline-block; }
  .block-actualites .block-list {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto; }
  .block-actualites .hidden-data {
    display: none; }
  .block-actualites .detail {
    position: relative; }
    .block-actualites .detail .detail-content {
      position: relative;
      width: 100%;
      top: 0;
      left: 0;
      height: 380px;
      padding: 0;
      margin: 0; }
    .block-actualites .detail .thumb {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      max-height: 380px;
      height: auto;
      overflow: hidden;
      pointer-events: none; }
      .block-actualites .detail .thumb a {
        position: relative;
        height: auto;
        width: 100%;
        display: inline-block; }
      .block-actualites .detail .thumb .thumb-content {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 0;
        opacity: 0;
        margin-bottom: 42px;
        padding-bottom: calc((13/23) * 100%);
        -webkit-transform: translateZ(0) scale(0.98);
        -moz-transform: translateZ(0) scale(0.98);
        -ms-transform: translateZ(0) scale(0.98);
        -o-transform: translateZ(0) scale(0.98);
        transform: translateZ(0) scale(0.98);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .block-actualites .detail .thumb .thumb-content .thumb-img.bg-cover {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          width: 100%;
          height: 100%;
          position: absolute;
          display: block; }
          .objectfit .block-actualites .detail .thumb .thumb-content .thumb-img.bg-cover {
            display: none; }
        .block-actualites .detail .thumb .thumb-content .thumb-img.obj-fit {
          width: 100%;
          height: 100%;
          position: absolute;
          object-fit: cover;
          top: 0;
          left: 0;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          -ms-backface-visibility: hidden;
          -o-backface-visibility: hidden;
          backface-visibility: hidden;
          display: none; }
          .objectfit .block-actualites .detail .thumb .thumb-content .thumb-img.obj-fit {
            display: block; }
      .block-actualites .detail .thumb figcaption {
        position: relative;
        display: inline-block;
        max-height: 100%;
        height: auto;
        width: 100%;
        opacity: 0;
        margin-top: 0;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
      .block-actualites .detail .thumb.active-list {
        z-index: 999;
        pointer-events: auto; }
        .block-actualites .detail .thumb.active-list .thumb-content {
          opacity: 1;
          -webkit-transform: translateZ(0) scale(1);
          -moz-transform: translateZ(0) scale(1);
          -ms-transform: translateZ(0) scale(1);
          -o-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1); }
        .block-actualites .detail .thumb.active-list figcaption {
          opacity: 1; }

.block-reassurance {
  background-color: #0b9692;
  color: #fff;
  padding: 50px 0;
  padding: 3.125rem 0;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .block-reassurance .wrapper, .block-reassurance .modal > .row {
      padding: 0; } }
  .block-reassurance a {
    color: #fff; }
  .block-reassurance [class*="col-"]:not(:last-child) .item {
    border-bottom: 1px solid #fff;
    border-bottom: 0.0625rem solid #fff;
    padding-bottom: 60px; }
    @media screen and (min-width: 768px) {
      .block-reassurance [class*="col-"]:not(:last-child) .item {
        border-bottom: none;
        padding-bottom: 0; } }
  .block-reassurance .item {
    position: relative;
    margin-bottom: 30px; }
    .block-reassurance .item .thumb {
      margin-bottom: 20px; }
      .block-reassurance .item .thumb img {
        max-width: 105%;
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        -moz-transition: -moz-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out; }
        .block-reassurance .item .thumb img:hover {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
    .block-reassurance .item .title {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 40px;
      font-family: "Poppins", sans-serif; }
    .block-reassurance .item .content {
      text-align: justify;
      text-align-last: center; }
      @media screen and (max-width: 1600px) {
        .block-reassurance .item .content {
          line-height: 1.2; } }
      @media screen and (min-width: 0\0) {
        .block-reassurance .item .content {
          font-size: 17px;
          font-size: 1.0625rem; } }
    .block-reassurance .item .wrap-button {
      margin-top: 20px; }
      .block-reassurance .item .wrap-button .read-more {
        position: relative; }
        .block-reassurance .item .wrap-button .read-more:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -4px;
          bottom: -0.25rem;
          width: 100%;
          height: 2px;
          background-color: white;
          will-change: transform;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0);
          moz-transform-origin: left;
          -o-transform-origin: left;
          -ms-transform-origin: left;
          -webkit-transform-origin: left;
          transform-origin: left;
          -webkit-transition: -webkit-transform 0.2s ease-in-out;
          -moz-transition: -moz-transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out; }
        .block-reassurance .item .wrap-button .read-more:hover:after {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
  @media screen and (min-width: 768px) {
    .block-reassurance .item {
      padding: 0 20px;
      padding: 0 1.25rem;
      margin-bottom: 0;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
    .block-reassurance [class*="col-"] + [class*="col-"]:before {
      position: absolute;
      content: "";
      width: 2px;
      width: 0.125rem;
      top: 66px;
      top: 4.125rem;
      left: 0;
      bottom: 10px;
      bottom: 0.625rem;
      background-color: #fff;
      moz-transform-origin: center;
      -o-transform-origin: center;
      -ms-transform-origin: center;
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transition: none;
      -moz-transition: none;
      transition: none;
      -webkit-transform: scaleY(0);
      -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -o-transform: scaleY(0);
      transform: scaleY(0); }
    .block-reassurance [class*="col-"] + [class*="col-"].animation-started:before {
      -webkit-transition: -webkit-transform 0.3s ease-in-out 0.4s;
      -moz-transition: -moz-transform 0.3s ease-in-out 0.4s;
      transition: transform 0.3s ease-in-out 0.4s;
      -webkit-transform: scaleY(1);
      -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -o-transform: scaleY(1);
      transform: scaleY(1); } }
  @media screen and (min-width: 1024px) {
    .block-reassurance {
      padding: 120px 0 105px;
      padding: 7.5rem 0 6.5625rem; } }
  @media screen and (min-width: 1260px) {
    .block-reassurance .item {
      padding: 0 50px;
      padding: 0 3.125rem; } }

.block-primary p strong {
  color: #0b9692; }

.block-primary.type1 {
  padding: 60px 0;
  padding: 3.75rem 0; }
  @media screen and (min-width: 1024px) {
    .block-primary.type1 {
      padding: 120px 0 115px;
      padding: 7.5rem 0 7.1875rem; } }
  .block-primary.type1 .thumb {
    position: relative; }
  .block-primary.type1 .wrapper > .heading, .block-primary.type1 .modal > .row > .heading {
    margin-bottom: 30px; }
  .block-primary.type1 .thumb + .heading {
    margin-top: 40px;
    white-space: nowrap; }
  .block-primary.type1 .content {
    margin-top: 30px; }
    .block-primary.type1 .content p a {
      font-weight: 700; }
  .block-primary.type1 .wrap-button {
    margin-top: 30px; }
  @media screen and (min-width: 640px) {
    .block-primary.type1 .wrapper > .heading, .block-primary.type1 .modal > .row > .heading {
      margin-bottom: 0; } }
  @media screen and (min-width: 1260px) {
    .block-primary.type1 .thumb {
      margin-top: -30px; }
      .block-primary.type1 .thumb:before {
        content: none; }
      .block-primary.type1 .thumb + .heading {
        position: absolute;
        top: -12px;
        top: -0.75rem;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        right: 30px;
        right: 1.875rem;
        margin-top: 0; }
    .block-primary.type1 .content {
      margin-top: 100px;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.7; } }

.block-primary.type2 {
  padding: 40px 0 32px;
  padding: 2.5rem 0 2rem; }
  @media screen and (min-width: 1024px) {
    .block-primary.type2 {
      padding: 80px 0 64px;
      padding: 5rem 0 4rem; } }
  .block-primary.type2 .main .content {
    margin-top: 30px; }
    @media screen and (min-width: 640px) {
      .block-primary.type2 .main .content {
        margin-top: 54px; } }
    @media screen and (min-width: 1024px) {
      .block-primary.type2 .main .content {
        padding-left: calc(1180px / 12 * 2);
        padding-right: 30px;
        font-size: 20px;
        font-size: 1.25rem; } }
    .block-primary.type2 .main .content .wrap-button {
      margin: 40px 0 0 0;
      margin: 2.5rem 0 0 0; }
      .block-primary.type2 .main .content .wrap-button .view-all {
        font-size: 16px;
        font-size: 1rem; }
  .block-primary.type2 .main .thumb {
    margin-top: 6px; }
  .block-primary.type2 .list-child {
    margin-top: 80px; }
    .block-primary.type2 .list-child [class*='col-'] {
      margin-bottom: 0; }
    .block-primary.type2 .list-child .item + .item {
      margin-top: 40px; }
    .block-primary.type2 .list-child .item .heading {
      margin-bottom: 30px; }
    @media screen and (min-width: 1260px) {
      .block-primary.type2 .list-child .item .heading {
        position: absolute;
        top: 5px;
        top: 0.3125rem;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        right: 30px;
        right: 1.875rem;
        margin-bottom: 0; }
      .block-primary.type2 .list-child .item .content {
        padding-left: 30px; }
      .block-primary.type2 .list-child .item + .item {
        margin-top: 0; }
      .block-primary.type2 .list-child .item .wrap-button {
        text-align: right;
        position: absolute;
        right: 0;
        bottom: -80px;
        bottom: -5rem; } }
    @media screen and (min-width: 1600px) {
      .block-primary.type2 .list-child .item .heading {
        top: 60px;
        top: 3.75rem; }
      .block-primary.type2 .list-child .item .content {
        padding-left: 60px; } }
    .block-primary.type2 .list-child img {
      display: block; }

.block-primary.type3 {
  padding: 40px 0 32px;
  padding: 2.5rem 0 2rem; }
  @media screen and (min-width: 1024px) {
    .block-primary.type3 {
      padding: 92px 0 78px;
      padding: 5.75rem 0 4.875rem; } }
  .block-primary.type3 .content .wrap-button {
    margin-top: 72px; }
  @media screen and (min-width: 1024px) {
    .block-primary.type3 .content {
      font-size: 20px;
      font-size: 1.25rem; }
      .block-primary.type3 .content .wrap-button {
        font-size: 16px;
        font-size: 1rem; } }
  .block-primary.type3 .main .content {
    margin-top: 50px; }
    @media screen and (min-width: 1024px) {
      .block-primary.type3 .main .content {
        padding-left: calc(980px / 12 * 2); } }
    @media screen and (min-width: 1600px) {
      .block-primary.type3 .main .content {
        padding-left: calc(1180px / 12 * 2); }
        .block-primary.type3 .main .content .wrap-button {
          margin-top: 45px; } }
  .block-primary.type3 .list-menu {
    padding: 30px 30px 10px;
    padding: 1.875rem 1.875rem 0.625rem;
    margin-top: 12px;
    list-style: none;
    position: relative; }
    .block-primary.type3 .list-menu:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(204, 204, 204, 0.9); }
    @media screen and (min-width: 1024px) {
      .block-primary.type3 .list-menu {
        padding: 56px 36px 36px;
        padding: 3.5rem 2.25rem 2.25rem; } }
    .block-primary.type3 .list-menu li {
      margin-bottom: 20px;
      font-family: "Poppins", sans-serif; }
      @media screen and (min-width: 1024px) {
        .block-primary.type3 .list-menu li {
          font-size: 22px;
          font-size: 1.375rem; } }
      .block-primary.type3 .list-menu li a {
        position: relative;
        display: inline;
        font-weight: 700;
        min-height: 0;
        min-width: 0;
        color: #393336;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }

@-moz-document url-prefix() {
  .block-primary.type3 .list-menu li a {
    display: inline-block; } }
        .block-primary.type3 .list-menu li a:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0px;
          bottom: 0rem;
          width: 100%;
          height: 3px;
          background-color: #0b9692;
          will-change: transform;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0);
          moz-transform-origin: left;
          -o-transform-origin: left;
          -ms-transform-origin: left;
          -webkit-transform-origin: left;
          transform-origin: left;
          -webkit-transition: -webkit-transform 0.2s ease-in-out;
          -moz-transition: -moz-transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out; }
      .block-primary.type3 .list-menu li:hover a {
        color: #0b9692; }
        .block-primary.type3 .list-menu li:hover a:after {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
  .block-primary.type3 .list-child {
    margin-top: 80px; }
    .block-primary.type3 .list-child [class*='col-'] {
      margin-bottom: 0; }
    .block-primary.type3 .list-child .item + .item {
      margin-top: 40px; }
    .block-primary.type3 .list-child .item .heading {
      margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .block-primary.type3 .list-child .item .heading {
        white-space: nowrap; }
      .block-primary.type3 .list-child .item .content {
        margin-top: 60px; } }
    @media screen and (min-width: 1260px) {
      .block-primary.type3 .list-child .item .heading {
        position: absolute;
        top: 5px;
        top: 0.3125rem;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        right: 40px;
        right: 2.5rem;
        margin-bottom: 0;
        white-space: normal; }
      .block-primary.type3 .list-child .item .content {
        padding-left: 30px;
        margin-top: 0; }
      .block-primary.type3 .list-child .item + .item {
        margin-top: 60px; }
      .block-primary.type3 .list-child .item .wrap-button {
        text-align: right;
        position: absolute;
        right: 60px;
        right: 3.75rem; } }
    @media screen and (min-width: 1600px) {
      .block-primary.type3 .list-child .item .heading {
        top: 50px;
        top: 3.125rem;
        right: 40px;
        right: 2.5rem; }
      .block-primary.type3 .list-child .item .content {
        padding-left: 40px; } }
    .block-primary.type3 .list-child img {
      display: block; }

.block-primary.type4 {
  padding: 40px 0;
  padding: 2.5rem 0; }
  @media screen and (min-width: 1024px) {
    .block-primary.type4 {
      padding: 40px 0 100px;
      padding: 2.5rem 0 6.25rem; } }
  .block-primary.type4 .center .content {
    margin-top: 30px; }
  .block-primary.type4 .center .wrap-button {
    margin-top: 40px; }
  @media screen and (min-width: 1024px) {
    .block-primary.type4 .center {
      padding: 0 20px 0 35px;
      padding: 0 1.25rem 0 2.1875rem; }
      .block-primary.type4 .center .content {
        font-size: 20px;
        font-size: 1.25rem; } }
  @media screen and (min-width: 1600px) {
    .block-primary.type4 .center .content {
      margin-top: 50px; }
    .block-primary.type4 .center .wrap-button {
      margin-top: 68px; } }
  .block-primary.type4 .quote {
    text-align: right;
    margin-left: auto;
    position: relative;
    line-height: 1.5;
    margin-top: 100px;
    padding-left: 50px; }
    .block-primary.type4 .quote:before {
      position: absolute;
      content: "";
      left: 0;
      top: -40px;
      top: -2.5rem;
      width: 30%;
      height: 2px;
      background-color: #0b9692;
      margin-bottom: 50px;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      -moz-transition: -moz-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out; }
    .block-primary.type4 .quote:after {
      position: absolute;
      content: '“';
      color: #0b9692;
      left: 0;
      top: 0;
      font-size: 48px;
      font-size: 3rem;
      line-height: 1; }
    .block-primary.type4 .quote br {
      display: none; }
    @media screen and (min-width: 1024px) {
      .block-primary.type4 .quote {
        font-size: 25px;
        font-size: 1.5625rem;
        margin-right: 45px; }
        .block-primary.type4 .quote:before {
          width: 216px;
          width: 13.5rem;
          top: -65px;
          top: -4.0625rem; }
        .block-primary.type4 .quote:after {
          font-size: 90px;
          font-size: 5.625rem; } }
    @media screen and (min-width: 1260px) {
      .block-primary.type4 .quote {
        font-size: 30px;
        font-size: 1.875rem;
        margin-top: 167px; } }
    @media screen and (min-width: 1600px) {
      .block-primary.type4 .quote br {
        display: block; } }

.block-primary.type5 {
  padding: 40px 0;
  padding: 2.5rem 0; }
  @media screen and (min-width: 1024px) {
    .block-primary.type5 {
      padding: 120px 0;
      padding: 7.5rem 0; } }
  .block-primary.type5 [class*='col-'] {
    margin-bottom: 0; }
  .block-primary.type5 .heading {
    position: relative; }
  .block-primary.type5 .center .thumb {
    margin-bottom: 30px; }
  .block-primary.type5 .center .content {
    margin-bottom: 30px; }
  .block-primary.type5 .center .wrap-button {
    margin-bottom: 40px; }
  @media screen and (min-width: 1024px) {
    .block-primary.type5 .center .thumb {
      margin-bottom: 60px; }
    .block-primary.type5 .center .content {
      margin-bottom: 80px;
      font-size: 20px;
      font-size: 1.25rem; }
    .block-primary.type5 .center .wrap-button {
      margin-bottom: 0; } }
  .block-primary.type5 .item {
    position: relative;
    width: 30%; }
    .block-primary.type5 .item + .item {
      margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .block-primary.type5 .item {
        width: 100%; } }
    .block-primary.type5 .item:hover .thumb {
      opacity: 0.3; }
    .block-primary.type5 .item:hover .heading .title {
      color: #0b9692; }
      .block-primary.type5 .item:hover .heading .title a:after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1); }
    .block-primary.type5 .item img {
      display: block; }
    .block-primary.type5 .item .heading {
      top: 20px;
      top: 1.25rem;
      font-size: 18px;
      font-size: 1.125rem;
      width: 250px;
      width: 15.625rem;
      max-width: 120%; }
      @media screen and (min-width: 1260px) {
        .block-primary.type5 .item .heading {
          font-size: 22px;
          font-size: 1.375rem; } }
      .block-primary.type5 .item .heading .title a {
        position: relative;
        display: inline;
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }

@-moz-document url-prefix() {
  .block-primary.type5 .item .heading .title a {
    display: inline-block; } }
        .block-primary.type5 .item .heading .title a:after {
          position: absolute;
          content: "";
          width: 100%;
          height: 2px;
          background-color: #0b9692;
          left: 0;
          bottom: -5px;
          bottom: -0.3125rem;
          opacity: 1;
          moz-transform-origin: left center;
          -o-transform-origin: left center;
          -ms-transform-origin: left center;
          -webkit-transform-origin: left center;
          transform-origin: left center;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: -webkit-transform 0.3s ease-in-out;
          -moz-transition: -moz-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out; }
    .block-primary.type5 .item .thumb {
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
      .block-primary.type5 .item .thumb + .heading {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(100%, -50%);
        -moz-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
        -o-transform: translate(100%, -50%);
        transform: translate(100%, -50%);
        right: 6px;
        right: 0.375rem;
        margin-top: 0; }
        @media screen and (min-width: 768px) {
          .block-primary.type5 .item .thumb + .heading {
            right: 12px;
            right: 0.75rem; } }

.block-testi {
  background-position: center center;
  background-size: cover;
  padding: 60px 0 40px;
  padding: 3.75rem 0 2.5rem;
  text-align: center;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .block-testi {
      padding: 81px 0 92px;
      padding: 5.0625rem 0 5.75rem;
      font-size: 20px;
      font-size: 1.25rem; } }
  .block-testi [class*="col-"] {
    padding: 0; }
  .block-testi .slick-list {
    overflow: visible; }
  .block-testi ul li:before {
    content: none; }
  .block-testi.animating-block .content:before {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  .block-testi.animating-block .content:after {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px); }
  .block-testi .content {
    line-height: 1.7;
    position: relative;
    padding: 0 40px;
    padding: 0 2.5rem; }
    @media screen and (min-width) {
      .block-testi .content {
        padding: 0 60px;
        padding: 0 3.75rem; } }
    .block-testi .content:before, .block-testi .content:after {
      position: absolute;
      font-size: 48px;
      font-size: 3rem;
      color: #0b9692;
      line-height: 46px;
      line-height: 2.875rem;
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
      -moz-transition: -moz-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out; }
    .block-testi .content:before {
      content: '“';
      left: 0;
      top: 10px;
      top: 0.625rem; }
      @media screen and (min-width: 1024px) {
        .block-testi .content:before {
          left: -30px;
          left: -1.875rem; } }
    .block-testi .content:after {
      content: '”';
      right: 0;
      bottom: -20px;
      bottom: -1.25rem; }
      @media screen and (min-width: 1024px) {
        .block-testi .content:after {
          right: -30px;
          right: -1.875rem; } }
  .block-testi .author {
    font-weight: 700;
    margin: 36px 0 24px;
    margin: 2.25rem 0 1.5rem; }

.block-listdefault {
  padding: 50px 0 30px;
  padding: 3.125rem 0 1.875rem; }
  @media screen and (min-width: 1024px) {
    .block-listdefault {
      padding: 110px 0 70px;
      padding: 6.875rem 0 4.375rem; } }
  .block-listdefault.setup-animation-block [data-animation-elem], .block-listdefault.setup-animation-block [data-animation-sub-elem] {
    opacity: 0; }
  .block-listdefault .list-default {
    overflow: hidden; }
    .block-listdefault .list-default li a {
      position: relative;
      display: inline-block;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      .block-listdefault .list-default li a:hover {
        color: #0b9692; }
    @media screen and (min-width: 768px) {
      .block-listdefault .list-default li {
        padding-left: 20px; } }
  .block-listdefault .heading .title {
    margin-bottom: 13px; }
  .block-listdefault .heading .sub-title {
    padding-bottom: 13px; }
  @media screen and (min-width: 768px) {
    .block-listdefault .no-padding {
      padding: 0; } }

.block-banner {
  padding: 30px 0 50px;
  padding: 1.875rem 0 3.125rem;
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0; }
  @media screen and (min-width: 1260px) {
    .block-banner {
      padding: 56px 0 100px;
      padding: 3.5rem 0 6.25rem; } }
  .block-banner .banner-thumbnail {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
    .block-banner .banner-thumbnail .cover-blur {
      position: relative;
      display: block;
      height: 100%;
      width: auto;
      z-index: -2;
      top: 0;
      float: right;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      opacity: 0.3; }
  .block-banner .wrapper > .heading, .block-banner .modal > .row > .heading {
    font-size: 44px;
    font-size: 2.75rem;
    margin-top: 80px;
    word-wrap: break-word; }
    .block-banner .wrapper > .heading.marginleft0, .block-banner .modal > .row > .heading.marginleft0 {
      margin-left: 0; }
    @media screen and (min-width: 640px) {
      .block-banner .wrapper > .heading, .block-banner .modal > .row > .heading {
        font-size: 60px;
        font-size: 3.75rem; } }
    @media screen and (min-width: 1260px) {
      .block-banner .wrapper > .heading, .block-banner .modal > .row > .heading {
        margin: 70px 0 0 25px;
        margin: 4.375rem 0 0 1.5625rem; } }
  .block-banner .nav-top {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 10px 0 40px;
    margin: 0.625rem 0 2.5rem; }
    @media screen and (min-width: 1260px) {
      .block-banner .nav-top {
        position: absolute;
        left: -62px;
        left: -3.875rem;
        margin: 0; } }
    .block-banner .nav-top a {
      position: relative;
      display: inline-block;
      padding: 0 20px;
      padding: 0 1.25rem;
      color: #393336;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      -moz-transition: -moz-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      -webkit-transform: translate(0);
      -moz-transform: translate(0);
      -ms-transform: translate(0);
      -o-transform: translate(0);
      transform: translate(0); }
      .block-banner .nav-top a:hover {
        -webkit-transform: translate(10px);
        -moz-transform: translate(10px);
        -ms-transform: translate(10px);
        -o-transform: translate(10px);
        transform: translate(10px); }
      .block-banner .nav-top a:active {
        -webkit-transform: translate(15px);
        -moz-transform: translate(15px);
        -ms-transform: translate(15px);
        -o-transform: translate(15px);
        transform: translate(15px); }
  .block-banner .social {
    position: absolute;
    top: 0;
    right: 0; }
  .block-banner .form-search {
    margin-bottom: 0; }

.block-banner-intro {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  z-index: 500; }
  @media screen and (min-width: 1260px) {
    .block-banner-intro {
      margin-top: 84px; } }
  .block-banner-intro .heading {
    font-size: 30px;
    font-size: 1.875rem; }
    @media screen and (min-width: 1024px) {
      .block-banner-intro .heading {
        font-size: 40px;
        font-size: 2.5rem; } }
  .block-banner-intro p b,
  .block-banner-intro p strong {
    color: #0b9692; }
  .block-banner-intro .left {
    float: left;
    padding: 0 20px 0 15px;
    padding: 0 1.25rem 0 0.9375rem; }
    @media screen and (min-width: 640px) {
      .block-banner-intro .left {
        padding-left: 40px; } }
    @media screen and (min-width: 1024px) {
      .block-banner-intro .left {
        width: 40%;
        padding-right: 80px; } }
    @media screen and (min-width: 1600px) {
      .block-banner-intro .left {
        width: calc(1180px/3 + (100% - 1180px)/2 - 20px);
        width: calc(73.75rem/3 + (100% - 73.75rem)/2 - 1.25rem); } }
  .block-banner-intro .right {
    float: left;
    padding: 0 25px 25px 25px;
    padding: 0 1.5625rem 1.5625rem 1.5625rem;
    border-left: 2px solid;
    border-left: 0.125rem solid;
    border-bottom: 2px solid;
    border-bottom: 0.125rem solid;
    margin: 18px 0 0 20px;
    margin: 1.125rem 0 0 1.25rem;
    border-color: #0b9692; }
    .block-banner-intro .right > *:first-child {
      margin-top: -13px; }
    .block-banner-intro .right p {
      margin-bottom: 0;
      max-width: 740px; }
      .block-banner-intro .right p span {
        color: inherit; }
    @media screen and (min-width: 1024px) {
      .block-banner-intro .right {
        width: 60%;
        padding-bottom: 60px;
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 37px;
        line-height: 2.3125rem;
        margin-left: 0; } }
    @media screen and (min-width: 1600px) {
      .block-banner-intro .right {
        width: calc(1180px/3*2 + (100% - 1180px)/2 + 20px);
        width: calc(73.75rem/3*2 + (100% - 73.75rem)/2 + 1.25rem); } }

.block-sharethis {
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: 0; }
  .block-sharethis h2 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
    @media screen and (min-width: 1600px) {
      .block-sharethis h2 {
        font-size: 18px;
        font-size: 1.125rem; } }
  .block-sharethis .content {
    display: inline-block;
    vertical-align: middle; }
    .block-sharethis .content .sharethis-wrapper > span {
      margin-left: 15px; }
    .block-sharethis .content .stMainServices {
      width: 18px;
      width: 1.125rem;
      height: 18px;
      background: none !important;
      font-size: 18px;
      font-size: 1.125rem; }
      .block-sharethis .content .stMainServices:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font: normal normal normal 0.875rem/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .block-sharethis .content .st_facebook_button .stMainServices:before {
      content: "\f09a"; }
    .block-sharethis .content .st_twitter_button .stMainServices:before {
      content: "\f099"; }
    .block-sharethis .content .st_linkedin_button .stMainServices:before {
      content: "\f0e1"; }

.block-slider {
  padding: 48px 0 40px;
  padding: 3rem 0 2.5rem; }
  .block-slider.bl-gray .slick-slide .wrap {
    background-color: #fff; }
  @media screen and (min-width: 1024px) {
    .block-slider {
      padding: 108px 0 80px;
      padding: 6.75rem 0 5rem; }
      .block-slider .des {
        font-size: 20px;
        font-size: 1.25rem; } }
  .block-slider .wrap-button {
    margin-top: 23px;
    font-size: 16px;
    font-size: 1rem; }

.list-people {
  margin-top: 40px;
  text-align: center; }
  .list-people .item {
    position: relative;
    cursor: pointer;
    background-color: #f9f9f9; }
    @media screen and (min-width: 1024px) {
      .list-people .item {
        margin-bottom: 80px; } }
    .list-people .item.slick-slide .wrap {
      max-width: 370px; }
    .list-people .item .item-link {
      position: relative;
      display: inline-block;
      width: auto;
      height: auto; }
      .block-touslesbebes .list-people .item .item-link {
        width: 100%; }
        .block-touslesbebes .list-people .item .item-link .wrap {
          width: 100%; }
          .block-touslesbebes .list-people .item .item-link .wrap .thumb {
            width: 100%; }
    @media screen and (min-width: 640px) {
      .list-people .item:not(.animating):not(.is-active):hover .item-link .wrap .thumb .thumb-img, .list-people .item.is-active .item-link .wrap .thumb .thumb-img {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        -moz-transform: translate3d(-50%, -50%, 0) scale(1);
        -ms-transform: translate3d(-50%, -50%, 0) scale(1);
        -o-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
        opacity: 1; }
      .list-people .item:not(.animating):not(.is-active):hover .item-link .wrap .content .title, .list-people .item:not(.animating):not(.is-active):hover .item-link .wrap .content .last-name, .list-people .item.is-active .item-link .wrap .content .title, .list-people .item.is-active .item-link .wrap .content .last-name {
        -webkit-transform: translate(0, -8px);
        -moz-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
        -o-transform: translate(0, -8px);
        transform: translate(0, -8px); }
      .list-people .item:not(.animating):not(.is-active):hover .item-link .wrap .content .dash, .list-people .item.is-active .item-link .wrap .content .dash {
        -webkit-transform: translate(0, -8px);
        -moz-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
        -o-transform: translate(0, -8px);
        transform: translate(0, -8px); }
      .list-people .item:not(.animating):not(.is-active):hover .item-link .wrap .content .datetime, .list-people .item:not(.animating):not(.is-active):hover .item-link .wrap .content .hour, .list-people .item.is-active .item-link .wrap .content .datetime, .list-people .item.is-active .item-link .wrap .content .hour {
        -webkit-transform: translate(0, -8px);
        -moz-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
        -o-transform: translate(0, -8px);
        transform: translate(0, -8px); } }
    .list-people .item.is-active {
      z-index: 9;
      cursor: default; }
      @media screen and (max-width: 640px) {
        .list-people .item.is-active {
          top: 0;
          position: fixed;
          overflow: auto;
          width: 100%;
          left: 0;
          bottom: 0;
          padding: 20px;
          padding: 1.25rem; } }
      .list-people .item.is-active .btn-close {
        display: block; }
    .list-people .item.animating {
      -webkit-transition: none;
      -moz-transition: none;
      transition: none; }
      .list-people .item.animating .title, .list-people .item.animating .datetime, .list-people .item.animating .dash, .list-people .item.animating .content-detail {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none; }
    .list-people .item .wrap {
      display: inline-block;
      padding: 30px;
      padding: 1.875rem; }
      .list-people .item .wrap .thumb {
        overflow: hidden;
        position: relative;
        display: inline-block; }
        .list-people .item .wrap .thumb:after {
          content: "";
          display: block;
          padding-bottom: 100%; }
        .block-slider .list-people .item .wrap .thumb {
          width: 160px;
          width: 10rem; }
          @media screen and (min-width: 640px) {
            .block-slider .list-people .item .wrap .thumb {
              width: 310px;
              width: 19.375rem; } }
        .list-people .item .wrap .thumb .thumb-img {
          -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-in-out;
          -moz-transition: opacity 0.2s ease-out, -moz-transform 0.2s ease-in-out;
          transition: opacity 0.2s ease-out, transform 0.2s ease-in-out;
          -webkit-transform: translate3d(-50%, -50%, 0) scale(0.96);
          -moz-transform: translate3d(-50%, -50%, 0) scale(0.96);
          -ms-transform: translate3d(-50%, -50%, 0) scale(0.96);
          -o-transform: translate3d(-50%, -50%, 0) scale(0.96);
          transform: translate3d(-50%, -50%, 0) scale(0.96);
          opacity: 0.8;
          top: 50%;
          left: 50%;
          min-width: 105%;
          min-height: 105%; }
          .list-people .item .wrap .thumb .thumb-img.bg-cover {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            position: absolute;
            display: block; }
            .objectfit .list-people .item .wrap .thumb .thumb-img.bg-cover {
              display: none; }
          .list-people .item .wrap .thumb .thumb-img.obj-fit {
            position: absolute;
            object-fit: cover;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -o-backface-visibility: hidden;
            backface-visibility: hidden;
            display: none; }
            .objectfit .list-people .item .wrap .thumb .thumb-img.obj-fit {
              display: block; }
    .list-people .item .content {
      position: relative;
      display: inline-block;
      width: 100%;
      margin-top: 50px;
      color: #9d9d9d; }
      .list-people .item .content p {
        position: relative;
        display: block;
        margin-bottom: 0;
        -webkit-transform: translate(0, 0) scale(1, 1);
        -moz-transform: translate(0, 0) scale(1, 1);
        -ms-transform: translate(0, 0) scale(1, 1);
        -o-transform: translate(0, 0) scale(1, 1);
        transform: translate(0, 0) scale(1, 1);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden; }
      .list-people .item .content .first-name {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
    .list-people .item .title {
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: 700;
      font-family: "Poppins", sans-serif;
      color: #000;
      -webkit-transition: -webkit-transform 0.2s ease-out;
      -moz-transition: -moz-transform 0.2s ease-out;
      transition: transform 0.2s ease-out; }
    .list-people .item .last-name {
      position: relative;
      max-height: 0px;
      display: block;
      overflow: hidden; }
    .list-people .item .hour {
      position: relative;
      max-height: 0px;
      display: block;
      overflow: hidden; }
      .list-people .item .hour .datetime {
        text-transform: none; }
    .list-people .item .datetime {
      font-size: 0.875rem;
      -webkit-transition: -webkit-transform 0.2s ease-out 0.1s;
      -moz-transition: -moz-transform 0.2s ease-out 0.1s;
      transition: transform 0.2s ease-out 0.1s; }
    .list-people .item .dash {
      font-size: 0.875rem;
      -webkit-transition: -webkit-transform 0.2s ease-out 0.05s;
      -moz-transition: -moz-transform 0.2s ease-out 0.05s;
      transition: transform 0.2s ease-out 0.05s; }
    .list-people .item .btn-close {
      position: absolute;
      right: 0;
      top: -30px;
      top: -1.875rem;
      color: #393336;
      width: auto;
      height: auto;
      display: none;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      -moz-transition: -moz-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out; }
      .list-people .item .btn-close:hover {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9); }
      .list-people .item .btn-close:active {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8); }
      .list-people .item .btn-close .close-container {
        position: relative;
        width: 16px;
        width: 1rem;
        height: 16px;
        display: inline-block; }
        .list-people .item .btn-close .close-container .string {
          position: absolute;
          background-color: #4a4548;
          height: 2px;
          width: 100%;
          top: 50%;
          left: 0%;
          moz-transform-origin: center center;
          -o-transform-origin: center center;
          -ms-transform-origin: center center;
          -webkit-transform-origin: center center;
          transform-origin: center center; }
        .list-people .item .btn-close .close-container .string-0 {
          -webkit-transform: scale(1) translateY(-50%) rotate(45deg);
          -moz-transform: scale(1) translateY(-50%) rotate(45deg);
          -ms-transform: scale(1) translateY(-50%) rotate(45deg);
          -o-transform: scale(1) translateY(-50%) rotate(45deg);
          transform: scale(1) translateY(-50%) rotate(45deg); }
        .list-people .item .btn-close .close-container .string-1 {
          -webkit-transform: scale(1) translateY(-50%) rotate(-45deg);
          -moz-transform: scale(1) translateY(-50%) rotate(-45deg);
          -ms-transform: scale(1) translateY(-50%) rotate(-45deg);
          -o-transform: scale(1) translateY(-50%) rotate(-45deg);
          transform: scale(1) translateY(-50%) rotate(-45deg); }
    .list-people .item .content-detail-wrapper {
      position: relative;
      width: 100%;
      height: auto;
      z-index: 9;
      max-height: 0px;
      display: block;
      overflow: hidden; }
      .list-people .item .content-detail-wrapper .content-detail {
        position: relative;
        width: 100%;
        height: auto;
        display: inline-block; }
      .list-people .item .content-detail-wrapper p {
        margin-bottom: 0; }
      .list-people .item .content-detail-wrapper .detail {
        overflow: hidden;
        border-bottom: 1px solid #9a9da6;
        border-bottom: 0.0625rem solid #9a9da6;
        margin-top: 0;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.125rem;
        padding: 0 24px;
        padding: 0 1.5rem;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-around; }
        .list-people .item .content-detail-wrapper .detail .item-detail {
          margin-bottom: 40px;
          width: calc(100%/3); }
        .list-people .item .content-detail-wrapper .detail .item-title {
          color: #0b9692; }
      .list-people .item .content-detail-wrapper .social {
        margin-top: 25px;
        font-size: 16px;
        font-size: 1rem; }
        .list-people .item .content-detail-wrapper .social .social-title {
          color: #9a9da6;
          margin-bottom: 20px; }
        .list-people .item .content-detail-wrapper .social ul {
          font-family: "Poppins", sans-serif;
          display: block;
          margin-left: 0; }
          .list-people .item .content-detail-wrapper .social ul li i {
            margin-right: 10px; }
      .list-people .item .content-detail-wrapper .copy {
        position: relative;
        display: inline-block;
        margin-top: 24px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        background: url("../img/icon-copy.png") left 0 center no-repeat;
        padding-left: 30px;
        margin-bottom: 42px;
        font-size: 16px;
        font-size: 1rem;
        cursor: pointer; }
        .list-people .item .content-detail-wrapper .copy:after {
          position: absolute;
          content: "";
          height: 1px;
          background-color: #0b9692;
          left: 30px;
          left: 1.875rem;
          bottom: 0;
          right: 0; }
    .list-people .item .notify {
      background-color: #0b9692;
      color: #fff;
      font-weight: 500;
      padding: 24px 10px;
      padding: 1.5rem 0.625rem;
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      visibility: hidden; }
      .list-people .item .notify.active {
        visibility: visible; }

.block-contact {
  padding: 30px 0 30px;
  padding: 1.875rem 0 1.875rem; }
  @media screen and (min-width: 1024px) {
    .block-contact {
      padding: 84px 0 40px;
      padding: 5.25rem 0 2.5rem; } }
  .block-contact .flex {
    justify-content: center; }
    @media screen and (min-width: 768px) {
      .block-contact .flex .right {
        order: 2; } }
  @media screen and (max-width: 768px) {
    .block-contact .row .flex .col-3 img {
      max-width: 150px;
      margin: 10px 0;
      margin: 0.625rem 0; } }
  .block-contact .left {
    max-width: 760px; }
    @media screen and (min-width: 1024px) {
      .block-contact .left {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media screen and (min-width: 768px) {
      .block-contact .left [class*="col-3"] {
        order: 2; } }
    .block-contact .left p {
      margin-bottom: 0; }
  .block-contact .right {
    margin-top: 35px; }
    @media screen and (min-width: 1024px) {
      .block-contact .right {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media screen and (min-width: 1260px) {
      .block-contact .right {
        padding-left: 30px; } }
    @media screen and (min-width: 1600px) {
      .block-contact .right {
        padding-left: 80px; } }
    .block-contact .right .block-title {
      font-family: "Poppins", sans-serif; }
      .block-contact .right .block-title strong {
        color: #393336; }
    .block-contact .right .phone {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 700;
      font-family: "Poppins", sans-serif;
      margin-bottom: 12px;
      white-space: nowrap; }
      @media screen and (min-width: 1024px) {
        .block-contact .right .phone {
          font-size: 32px;
          font-size: 2rem; } }
      @media screen and (min-width: 1260px) {
        .block-contact .right .phone {
          font-size: 43px;
          font-size: 2.6875rem; } }
  .block-contact form {
    margin-top: 12px; }
  .block-contact .heading {
    margin-bottom: 30px; }
    @media screen and (min-width: 1024px) {
      .block-contact .heading {
        margin-bottom: 60px; } }

.block-gallery {
  padding: 50px 0 30px;
  padding: 3.125rem 0 1.875rem; }
  @media screen and (min-width: 1024px) {
    .block-gallery {
      padding: 90px 0 72px;
      padding: 5.625rem 0 4.5rem; } }
  .block-gallery .heading {
    margin-bottom: 30px; }
    @media screen and (min-width: 1024px) {
      .block-gallery .heading {
        margin-bottom: 50px; } }
  @media screen and (min-width: 768px) {
    .block-gallery .grid .grid-sizer {
      width: calc(100%/3 - 20px);
      width: calc(100%/3 - 1.25rem); } }
  .block-gallery .grid .gutter-sizer {
    width: 30px;
    width: 1.875rem; }
  .block-gallery .grid-item {
    background-size: cover;
    margin-bottom: 15px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .block-gallery .grid-item {
        background-image: none !important; } }
    @media screen and (min-width: 768px) {
      .block-gallery .grid-item {
        margin-bottom: 30px;
        width: calc(100%/3 - 20px);
        width: calc(100%/3 - 1.25rem); }
        .block-gallery .grid-item .thumb {
          display: none; } }
    .block-gallery .grid-item.size11 {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .block-gallery .grid-item.size11 {
          width: calc(100%/3 - 20px);
          width: calc(100%/3 - 1.25rem);
          height: 311px; } }
      @media screen and (min-width: 1600px) {
        .block-gallery .grid-item.size11 {
          height: 460px; } }
    .block-gallery .grid-item.size12 {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .block-gallery .grid-item.size12 {
          width: calc(100%/3 - 20px);
          width: calc(100%/3 - 1.25rem);
          height: 623px; } }
      @media screen and (min-width: 1600px) {
        .block-gallery .grid-item.size12 {
          height: 950px; } }
    .block-gallery .grid-item.size21 {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .block-gallery .grid-item.size21 {
          width: calc(100%/3*2 - 10px);
          width: calc(100%/3*2 - 0.625rem);
          height: 311px; } }
      @media screen and (min-width: 1600px) {
        .block-gallery .grid-item.size21 {
          height: 460px; } }
    .block-gallery .grid-item.size22 {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .block-gallery .grid-item.size22 {
          width: calc(100%/3*2 - 10px);
          width: calc(100%/3*2 - 0.625rem);
          height: 623px; } }
      @media screen and (min-width: 1600px) {
        .block-gallery .grid-item.size22 {
          height: 950px; } }
    .block-gallery .grid-item.size13 {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .block-gallery .grid-item.size13 {
          width: calc(100%/3 - 20px);
          width: calc(100%/3 - 1.25rem); } }
      @media screen and (min-width: 1600px) {
        .block-gallery .grid-item.size13 {
          height: 1440px; } }
    .block-gallery .grid-item.size31 {
      width: 100%;
      height: 311px; }
      @media screen and (min-width: 768px) {
        .block-gallery .grid-item.size31 {
          height: 460px; } }
    .block-gallery .grid-item:hover .overlay {
      opacity: 1; }
      .block-gallery .grid-item:hover .overlay .content p {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    .block-gallery .grid-item .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
      .block-gallery .grid-item .overlay:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: white;
        opacity: 0.7; }
      .block-gallery .grid-item .overlay .content {
        font-size: 22px;
        font-size: 1.375rem;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        width: 100%;
        text-align: center;
        color: #0b9692;
        padding: 15px;
        padding: 0.9375rem; }
        .block-gallery .grid-item .overlay .content p {
          user-select: none;
          -webkit-transition: -webkit-transform 0.3s ease-in-out;
          -moz-transition: -moz-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out;
          -webkit-transform: translateY(20px);
          -moz-transform: translateY(20px);
          -ms-transform: translateY(20px);
          -o-transform: translateY(20px);
          transform: translateY(20px); }

.block-timeline {
  padding: 50px 0;
  padding: 3.125rem 0; }
  .block-timeline.type1 .list-phase li.active-list-progress .phase-content {
    height: 217px; }
  @media screen and (min-width: 768px) {
    .block-timeline.type1 .list-phase li {
      height: 150px; } }
  .block-timeline.bl-gray .list-phase-container .list-phase li .white-block {
    background-color: #f9f9f9; }
  .block-timeline.bl-gray .list-phase-container .list-phase li .white-block-enter-anim {
    background-color: #f9f9f9; }
  .block-timeline.block-timeline-no-link .list-phase > li:not(.active-list-progress) {
    cursor: pointer; }
  @media screen and (min-width: 1024px) {
    .block-timeline {
      padding: 80px 0 92px;
      padding: 5rem 0 5.75rem; } }
  .block-timeline .des .heading,
  .block-timeline .top .heading {
    padding: 10px 15px 0 0;
    padding: 0.625rem 0.9375rem 0 0; }
  @media screen and (min-width: 1024px) {
    .block-timeline .des,
    .block-timeline .top {
      font-size: 20px;
      font-size: 1.25rem; } }
  .block-timeline .contrast-shadow {
    height: 100%;
    right: -1px;
    right: -0.0625rem;
    top: 0;
    width: 40%;
    position: absolute;
    background: none;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
    /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7)); }
  .block-timeline .list-phase-container {
    position: relative;
    margin-top: 40px; }
    .block-timeline .list-phase-container + .wrap-button {
      margin-top: 50px; }
  .block-timeline .list-phase {
    list-style: none;
    font-size: 0; }
    .block-timeline .list-phase li {
      position: relative;
      display: inline-block;
      opacity: 0.3;
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      width: 63%;
      height: auto; }
      @media screen and (min-width: 768px) {
        .block-timeline .list-phase li {
          width: 83%; } }
      .block-timeline .list-phase li .phase-content {
        font-size: 1rem;
        position: relative;
        display: inline-block;
        height: 150px;
        width: 100%;
        /* width: calc(100% / 6 * 4); */
        /* @include transition(all 0.5s); */ }
        @media screen and (min-width: 768px) {
          .block-timeline .list-phase li .phase-content {
            /* width: calc(100% / 12 * 8); */
            height: 200px; } }
      .block-timeline .list-phase li.animating .heading {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none; }
      .block-timeline .list-phase li.active-list-progress {
        opacity: 1;
        /* &:after {
					position: absolute;
					content: "";
					width: 38px;
					height: 11px;
					background-color: $maincolor;
					right: -20px;
					top: 50%;
					-webkit-transform: translateY(-50%);
					-moz-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
					-o-transform: translateY(-50%);
					transform: translateY(-50%);
				} */ }
        .block-timeline .list-phase li.active-list-progress .heading {
          /* left: calc(100% / 6 * 3.5); */
          -webkit-transform: translate(45%, -50%);
          -moz-transform: translate(45%, -50%);
          -ms-transform: translate(45%, -50%);
          -o-transform: translate(45%, -50%);
          transform: translate(45%, -50%); }
          @media screen and (min-width: 768px) {
            .block-timeline .list-phase li.active-list-progress .heading {
              max-width: 40%; } }
          .block-timeline .list-phase li.active-list-progress .heading .sub-title:after {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1); }
        .block-timeline .list-phase li.active-list-progress .white-block {
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0); }
        .block-timeline .list-phase li.active-list-progress .thumb {
          /* width: calc(100% / 6 * 4);

					@media screen and (min-width: $tablet-medium) {
						width: calc(100% / 12 * 10);
					} */ }
      .block-timeline .list-phase li + li {
        margin-top: 40px;
        /* &:after {
					position: absolute;
					content: "";
					@include size(38px, 11px);
					background-color: $maincolor;
					right: -20px;
					top: 50%;
					-webkit-transform: translateY(-50%);
					-moz-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
					-o-transform: translateY(-50%);
					transform: translateY(-50%); */ }
      .block-timeline .list-phase li .heading {
        position: absolute;
        font-size: 22px;
        font-size: 1.375rem;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        /* @include transition(none); */
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        -moz-transition: -moz-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        text-align: right; }
        @media screen and (min-width: 768px) {
          .block-timeline .list-phase li .heading {
            /* right: calc(1430px / 12 * 2);
					@include transform(translate(0, -50%)); */ } }
        .block-timeline .list-phase li .heading .sub-title:after {
          content: "";
          width: 100%;
          height: 3px;
          background-color: #0b9692;
          position: absolute;
          left: 0;
          bottom: 0;
          moz-transform-origin: left;
          -o-transform-origin: left;
          -ms-transform-origin: left;
          -webkit-transform-origin: left;
          transform-origin: left;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0);
          will-change: transform;
          -webkit-transition: -webkit-transform 0.3s ease-in-out 0.2s;
          -moz-transition: -moz-transform 0.3s ease-in-out 0.2s;
          transition: transform 0.3s ease-in-out 0.2s; }
      .block-timeline .list-phase li .white-block {
        position: absolute;
        height: calc(100% + 2px);
        background-color: white;
        top: 0;
        right: -2px;
        right: -0.125rem;
        width: 100%;
        -webkit-transform: scaleX(0.58);
        -moz-transform: scaleX(0.58);
        -ms-transform: scaleX(0.58);
        -o-transform: scaleX(0.58);
        transform: scaleX(0.58);
        moz-transform-origin: right center;
        -o-transform-origin: right center;
        -ms-transform-origin: right center;
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        -moz-transition: -moz-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out; }
        @media screen and (min-width: 768px) {
          .block-timeline .list-phase li .white-block {
            -webkit-transform: scaleX(0.2);
            -moz-transform: scaleX(0.2);
            -ms-transform: scaleX(0.2);
            -o-transform: scaleX(0.2);
            transform: scaleX(0.2); } }
      .block-timeline .list-phase li .white-block-enter-anim {
        position: absolute;
        height: calc(100% + 2px);
        background-color: white;
        top: 0;
        right: -2px;
        right: -0.125rem;
        width: 100%;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        moz-transform-origin: right center;
        -o-transform-origin: right center;
        -ms-transform-origin: right center;
        -webkit-transform-origin: right center;
        transform-origin: right center; }
      .block-timeline .list-phase li .thumb {
        height: 100%;
        position: relative;
        width: 100%; }
        .block-timeline .list-phase li .thumb .thumb-img {
          position: absolute;
          height: 100%;
          background-color: white;
          top: 0;
          right: -1px;
          right: -0.0625rem;
          width: 100%;
          height: 100%; }
          .block-timeline .list-phase li .thumb .thumb-img.bg-cover {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            display: block; }
            .objectfit .block-timeline .list-phase li .thumb .thumb-img.bg-cover {
              display: none; }
          .block-timeline .list-phase li .thumb .thumb-img.obj-fit {
            object-fit: cover;
            display: none; }
            .objectfit .block-timeline .list-phase li .thumb .thumb-img.obj-fit {
              display: block; }
      .block-timeline .list-phase li .wrap-content {
        position: relative;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        height: auto;
        font-size: 1rem;
        max-height: 0px; }
        .block-timeline .list-phase li .wrap-content .content {
          position: relative;
          display: inline-block;
          padding: 35px 0 10px;
          padding: 2.1875rem 0 0.625rem; }
  .block-timeline .list-progress {
    position: absolute;
    width: 2px;
    width: 0.125rem;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #0b9692;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    moz-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top; }
    .block-timeline .list-progress .progress-indicator {
      position: absolute;
      width: 38px;
      width: 2.375rem;
      background-color: #0b9692;
      height: 11px;
      top: 0;
      left: calc(50% - 19px);
      left: calc(50% - 1.1875rem);
      will-change: transform;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
  .block-timeline .filters {
    margin: 80px 0;
    margin: 5rem 0; }
    .block-timeline .filters.sticky {
      margin: 0; }

.block-files {
  padding: 50px 0 110px;
  padding: 3.125rem 0 6.875rem; }
  @media screen and (min-width: 1024px) {
    .block-files {
      padding: 100px 0;
      padding: 6.25rem 0; } }
  .block-files .hidden-data {
    display: none; }
  .block-files .thumb {
    visibility: hidden; }
    .block-files .thumb.active-list {
      visibility: visible; }
  @media screen and (min-width: 1024px) {
    .block-files .wrapper > .heading, .block-files .modal > .row > .heading {
      margin-bottom: 84px; } }
  @media screen and (min-width: 768px) {
    .block-files .wrapper .col-8, .block-files .modal > .row .col-8 {
      min-height: 140px; } }
  .block-files .wrapper .detail-content, .block-files .modal > .row .detail-content {
    position: relative;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0; }
  .block-files .wrapper figure, .block-files .modal > .row figure {
    width: 100%;
    position: absolute; }
    .block-files .wrapper figure .figure-container, .block-files .modal > .row figure .figure-container {
      width: 100%;
      position: relative;
      display: inline-block; }
    .block-files .wrapper figure img, .block-files .modal > .row figure img {
      margin-bottom: 42px;
      opacity: 0;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translateZ(0) scale(0.98);
      -moz-transform: translateZ(0) scale(0.98);
      -ms-transform: translateZ(0) scale(0.98);
      -o-transform: translateZ(0) scale(0.98);
      transform: translateZ(0) scale(0.98);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .block-files .wrapper figure figcaption, .block-files .modal > .row figure figcaption {
      margin-left: -40px;
      text-align: right;
      margin-top: 0;
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
      .block-files .wrapper figure figcaption a, .block-files .modal > .row figure figcaption a {
        color: inherit; }
    .block-files .wrapper figure.active-list img, .block-files .modal > .row figure.active-list img {
      opacity: 1;
      -webkit-transform: translateZ(0) scale(1);
      -moz-transform: translateZ(0) scale(1);
      -ms-transform: translateZ(0) scale(1);
      -o-transform: translateZ(0) scale(1);
      transform: translateZ(0) scale(1);
      z-index: 999; }
    .block-files .wrapper figure.active-list figcaption, .block-files .modal > .row figure.active-list figcaption {
      opacity: 1; }

.block-ct-horaires {
  padding: 50px 0 30px;
  padding: 3.125rem 0 1.875rem; }
  @media screen and (min-width: 1024px) {
    .block-ct-horaires {
      font-size: 22px;
      font-size: 1.375rem;
      padding: 115px 0 92px;
      padding: 7.1875rem 0 5.75rem; } }
  .block-ct-horaires p {
    margin-bottom: 0; }
    .block-ct-horaires p a {
      font-weight: 700; }
  .block-ct-horaires .block-title {
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif; }
    @media screen and (min-width: 1024px) {
      .block-ct-horaires .block-title {
        margin-bottom: 32px; } }
  .block-ct-horaires .address {
    margin-bottom: 20px; }
    .block-ct-horaires .address strong {
      color: #0b9692; }
    @media screen and (min-width: 1024px) {
      .block-ct-horaires .address {
        margin-bottom: 32px; } }
  .block-ct-horaires .email {
    margin: 15px 0 0;
    margin: 0.9375rem 0 0; }
    .block-ct-horaires .email a {
      display: inline-block;
      overflow: hidden;
      position: relative; }
      .block-ct-horaires .email a:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #0b9692;
        bottom: 5px;
        bottom: 0.3125rem;
        left: 0;
        will-change: transform;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        moz-transform-origin: center center;
        -o-transform-origin: center center;
        -ms-transform-origin: center center;
        -webkit-transform-origin: center center;
        transform-origin: center center; }
    .block-ct-horaires .email.animation-hover a:after {
      -webkit-animation-delay: 0s, 0.4s;
      -webkit-animation-duration: 0.4s, 0.4s;
      -webkit-animation-name: slide-out, slide-in;
      -webkit-animation-timing-function: ease-in-out, ease-in-out;
      -webkit-animation-fill-mode: forwards, forwards;
      /* this prevents the animation from restarting! */
      -moz-animation-delay: 0s, 0.4s;
      -moz-animation-duration: 0.4s, 0.4s;
      -moz-animation-name: slide-out, slide-in;
      -moz-animation-timing-function: ease-in-out, ease-in-out;
      -moz-animation-fill-mode: forwards, forwards;
      /* this prevents the animation from restarting! */
      -o-animation-delay: 0s, 0.4s;
      -o-animation-duration: 0.4s, 0.4s;
      -o-animation-name: slide-out, slide-in;
      -o-animation-timing-function: ease-in-out, ease-in-out;
      -o-animation-fill-mode: forwards, forwards;
      /* this prevents the animation from restarting! */
      animation-delay: 0s, 0.4s;
      animation-duration: 0.4s, 0.4s;
      animation-name: slide-out, slide-in;
      animation-timing-function: ease-in-out, ease-in-out;
      animation-fill-mode: forwards, forwards;
      /* this prevents the animation from restarting! */ }
    @media screen and (min-width: 1024px) {
      .block-ct-horaires .email {
        margin: 28px 0 0;
        margin: 1.75rem 0 0; } }
  .block-ct-horaires .schedulder {
    list-style: none; }
    .block-ct-horaires .schedulder li {
      position: relative;
      padding: 10px 0;
      padding: 0.625rem 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .block-ct-horaires .schedulder li {
          padding: 30px 0;
          padding: 1.875rem 0; } }
      .block-ct-horaires .schedulder li:not(:first-child):after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #393336;
        left: 0;
        top: 0;
        will-change: transform;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
        moz-transform-origin: left;
        -o-transform-origin: left;
        -ms-transform-origin: left;
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        -moz-transition: -moz-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out; }
      .block-ct-horaires .schedulder li.setup-animation:nth-child(2):after {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0); }
      .block-ct-horaires .schedulder li.setup-animation.animation-ended:nth-child(2):after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1); }
      .block-ct-horaires .schedulder li > * {
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 50%; }
      .block-ct-horaires .schedulder li .date {
        font-weight: 700;
        color: #0b9692;
        margin-right: auto;
        float: left; }
      .block-ct-horaires .schedulder li .time {
        float: right; }
  @media screen and (min-width: 1024px) {
    .block-ct-horaires .left {
      padding-right: 0; }
      .block-ct-horaires .left:after {
        position: absolute;
        content: "";
        width: 1px;
        width: 0.0625rem;
        right: -125px;
        right: -7.8125rem;
        top: 5px;
        top: 0.3125rem;
        bottom: 5px;
        bottom: 0.3125rem;
        background-color: #393336;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        -moz-transition: -moz-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        moz-transform-origin: top;
        -o-transform-origin: top;
        -ms-transform-origin: top;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1); }
      .block-ct-horaires .left.setup-animation:after {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0); }
      .block-ct-horaires .left.setup-animation.animation-started:after {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1); } }

.block-us {
  padding-bottom: 30px; }
  @media screen and (min-width: 1024px) {
    .block-us {
      padding-bottom: 80px; } }
  .block-us .us-detail {
    margin-top: 40px; }
    @media screen and (min-width: 1024px) {
      .block-us .us-detail {
        margin-top: 100px; } }
    .block-us .us-detail .name-title {
      margin-bottom: 38px; }
    @media screen and (min-width: 1024px) {
      .block-us .us-detail .name {
        font-size: 22px;
        font-size: 1.375rem; } }

.block-list-news {
  text-align: center;
  padding: 100px 0 62px;
  padding: 6.25rem 0 3.875rem; }
  .block-list-news.block-animating .datetime, .block-list-news.block-animating .slick-center, .block-list-news.block-animating .slick-center .item, .block-list-news.block-animating .slick-center .slick-arrow {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  .block-list-news .datetime {
    color: #9d9d9d; }
  .block-list-news .slick-center .item {
    max-width: 280px;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .block-list-news .slick-center .item {
        max-width: 464px; } }
    @media screen and (min-width: 1024px) {
      .block-list-news .slick-center .item {
        max-width: 760px; } }
    .block-list-news .slick-center .item:hover .thumb {
      opacity: 0.8; }
    .block-list-news .slick-center .item:hover .datetime:not(.animating) {
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      -o-transform: translateY(-10px);
      transform: translateY(-10px); }
    .block-list-news .slick-center .item:hover .item-title:not(.animating) {
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      -o-transform: translateY(-10px);
      transform: translateY(-10px); }
    .block-list-news .slick-center .item .thumb {
      margin-bottom: 25px;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    .block-list-news .slick-center .item .datetime {
      position: relative;
      display: block;
      font-size: 20px;
      font-size: 1.25rem;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      -moz-transition: -moz-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out; }
      .block-list-news .slick-center .item .datetime.animating {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none; }
    .block-list-news .slick-center .item .item-title {
      position: relative;
      display: block;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      line-height: 1.2;
      color: #4a4548;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: -webkit-transform 0.3s ease-in-out 0.07s;
      -moz-transition: -moz-transform 0.3s ease-in-out 0.07s;
      transition: transform 0.3s ease-in-out 0.07s; }
      .block-list-news .slick-center .item .item-title.animating {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none; }
      .block-list-news .slick-center .item .item-title a {
        color: inherit; }
      @media screen and (min-width: 640px) {
        .block-list-news .slick-center .item .item-title {
          font-size: 29px;
          font-size: 1.8125rem; } }
  @media screen and (min-width: 1024px) {
    .block-list-news .slick-center .slick-arrow.slick-prev {
      left: calc(50% - (760px / 2) - (245px / 2) - 25px);
      left: calc(50% - (47.5rem / 2) - (15.3125rem / 2) - 1.5625rem); } }
  @media screen and (min-width: 1024px) {
    .block-list-news .slick-center .slick-arrow.slick-next {
      right: calc(50% - (760px / 2) - (245px / 2) - 25px);
      right: calc(50% - (47.5rem / 2) - (15.3125rem / 2) - 1.5625rem); } }
  .block-list-news .list-news {
    margin-top: 30px; }
    .block-list-news .list-news .item {
      margin-bottom: 30px; }
      .block-list-news .list-news .item:hover .overlay {
        opacity: 1; }
        .block-list-news .list-news .item:hover .overlay .content p {
          -webkit-transform: translateY(0px);
          -moz-transform: translateY(0px);
          -ms-transform: translateY(0px);
          -o-transform: translateY(0px);
          transform: translateY(0px); }
      .block-list-news .list-news .item .thumb {
        position: relative;
        margin-bottom: 20px; }
      .block-list-news .list-news .item .item-title {
        font-family: "Poppins", sans-serif;
        color: #4a4548; }
        .block-list-news .list-news .item .item-title a {
          color: inherit; }
      .block-list-news .list-news .item .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
        .block-list-news .list-news .item .overlay:before {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: white;
          opacity: 0.7; }
        .block-list-news .list-news .item .overlay .content {
          font-size: 27px;
          font-size: 1.6875rem;
          color: #0b9692;
          font-weight: 700; }
          .block-list-news .list-news .item .overlay .content p {
            user-select: none;
            -webkit-transition: -webkit-transform 0.3s ease-in-out;
            -moz-transition: -moz-transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out;
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -ms-transform: translateY(20px);
            -o-transform: translateY(20px);
            transform: translateY(20px); }
      .block-list-news .list-news .item .datetime {
        font-size: 14px;
        font-size: 0.875rem; }
  .block-list-news .pager {
    display: none; }
  .block-list-news .block-region-content {
    width: 100%; }

.block-download {
  padding-bottom: 40px; }
  @media screen and (min-width: 1024px) {
    .block-download {
      padding-bottom: 112px; } }
  .block-download .heading {
    font-size: 27px;
    font-size: 1.6875rem;
    margin-bottom: 70px; }
  .block-download .btn-download {
    display: inline-block;
    font-weight: 700;
    background-color: #0b9692;
    color: #fff;
    padding: 40px;
    padding: 2.5rem;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .block-download .btn-download {
        width: auto; } }
    @media screen and (min-width: 1024px) {
      .block-download .btn-download {
        padding: 74px 90px 60px 94px;
        padding: 4.625rem 5.625rem 3.75rem 5.875rem;
        font-size: 24px;
        font-size: 1.5rem; } }
    .block-download .btn-download > * {
      display: inline-block;
      vertical-align: middle; }
    .block-download .btn-download i {
      margin-right: 70px; }

.block-main-contact {
  padding: 40px 0 30px;
  padding: 2.5rem 0 1.875rem; }
  @media screen and (min-width: 1024px) {
    .block-main-contact {
      padding: 98px 0 80px;
      padding: 6.125rem 0 5rem; } }
  .block-main-contact .heading {
    margin-bottom: 68px; }
  .block-main-contact .list-medicines .btn-submit {
    margin-top: 50px; }
  .block-main-contact .list-medicines .big-btn-logo {
    margin-top: 60px; }
  @media screen and (min-width: 1024px) {
    .block-main-contact .list-medicines {
      padding-left: 65px; }
      .block-main-contact .list-medicines .btn-default > i {
        margin: 0 12% 0 7%; } }
  .block-main-contact .select2-selection .select2-selection__rendered {
    color: #393336; }

.block-faq {
  padding: 50px 0 30px;
  padding: 3.125rem 0 1.875rem; }
  @media screen and (min-width: 1024px) {
    .block-faq {
      padding: 110px 0 40px;
      padding: 6.875rem 0 2.5rem; } }
  .block-faq #faq-additional-height {
    position: relative;
    display: block;
    max-height: 0px;
    height: 1000px;
    width: 100%;
    -webkit-transition: max-height 0.2s ease-in-out;
    -moz-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out; }
  .block-faq .groups .heading {
    margin-bottom: 44px; }
    @media screen and (min-width: 1024px) {
      .block-faq .groups .heading {
        font-size: 43px;
        font-size: 2.6875rem; } }
  .block-faq .groups .group-item {
    margin-bottom: 70px; }
    .block-faq .groups .group-item .thumb {
      margin-bottom: 42px; }
  .block-faq .list-questions .item {
    position: relative;
    margin-bottom: 10px; }
    @media screen and (min-width: 1024px) {
      .block-faq .list-questions .item {
        margin-bottom: 44px; } }
    .block-faq .list-questions .item.is-active {
      z-index: 1; }
      .block-faq .list-questions .item.is-active .item-title:before {
        content: "\f106"; }
      @media screen and (min-width: 1024px) {
        .block-faq .list-questions .item.is-active .item-title {
          color: #0b9692; }
          .block-faq .list-questions .item.is-active .item-title:before {
            content: none; }
          .block-faq .list-questions .item.is-active .item-title:after {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1); } }
      @media screen and (max-width: 1025px) {
        .block-faq .list-questions .item.is-active .item-title {
          color: #fff !important; } }
      .block-faq .list-questions .item.is-active .content {
        display: block; }
        .block-faq .list-questions .item.is-active .content .title {
          -webkit-animation: slideIn 0.3s ease-in-out forwards;
          -moz-animation: slideIn 0.3s ease-in-out forwards;
          animation: slideIn 0.3s ease-in-out forwards; }
        .block-faq .list-questions .item.is-active .content p:not(.title) {
          -webkit-animation: slideIn 0.3s ease-in-out 0.1s forwards;
          -moz-animation: slideIn 0.3s ease-in-out 0.1s forwards;
          animation: slideIn 0.3s ease-in-out 0.1s forwards; }
    .block-faq .list-questions .item .item-title {
      position: relative;
      cursor: pointer;
      font-family: "Poppins", sans-serif;
      background-color: #0b9692;
      color: #fff;
      padding: 10px 40px 10px 20px;
      padding: 0.625rem 2.5rem 0.625rem 1.25rem;
      -webkit-transition: color 0.3s ease-in-out;
      -moz-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      .block-faq .list-questions .item .item-title:before {
        content: "\f107";
        right: 15px;
        right: 0.9375rem;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .block-faq .list-questions .item .item-title:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        left: 0;
        bottom: -18px;
        bottom: -1.125rem;
        font-weight: 400;
        background-color: #0b9692;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        -moz-transition: -moz-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        moz-transform-origin: left center;
        -o-transform-origin: left center;
        -ms-transform-origin: left center;
        -webkit-transform-origin: left center;
        transform-origin: left center; }
      @media screen and (min-width: 1024px) {
        .block-faq .list-questions .item .item-title {
          width: calc(100%/6 * 4);
          background-color: transparent;
          color: inherit;
          padding: 0; }
          .block-faq .list-questions .item .item-title:before {
            content: ""; } }
    .block-faq .list-questions .item .content {
      margin-top: 30px;
      padding: 0 20px 10px 20px;
      padding: 0 1.25rem 0.625rem 1.25rem;
      display: none;
      z-index: 1; }
      .block-faq .list-questions .item .content .title {
        font-weight: 700;
        color: #0b9692; }
      .block-faq .list-questions .item .content p {
        visibility: hidden; }
        .block-faq .list-questions .item .content p a {
          text-decoration: underline; }
      @media screen and (min-width: 1024px) {
        .block-faq .list-questions .item .content {
          position: absolute;
          right: 0;
          top: 0;
          width: calc(100%/6 * 2);
          text-align: right;
          margin-top: 0;
          top: -20px;
          top: -1.25rem; } }

.mainsub-content {
  padding-bottom: 40px; }
  @media screen and (min-width: 1024px) {
    .mainsub-content {
      font-size: 22px;
      font-size: 1.375rem;
      padding-bottom: 110px; } }
  .mainsub-content .sub-result {
    font-family: "Poppins", sans-serif; }
    .mainsub-content .sub-result p {
      margin-bottom: 0;
      line-height: 1.2; }
      .mainsub-content .sub-result p a {
        text-decoration: underline; }
  .mainsub-content .form-search {
    margin-top: 70px; }

.block-touslesbebes {
  padding: 80px 0;
  padding: 5rem 0;
  position: relative; }
  .block-touslesbebes .item.is-active {
    z-index: 2003; }
  @media screen and (min-width: 1024px) {
    .block-touslesbebes .list-people .item {
      margin-bottom: 15px; } }
  .block-touslesbebes .list-people .views-infinite-scroll-content-wrapper {
    width: 100%; }

#shadow-all-babies {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.95;
  z-index: 50;
  display: none;
  pointer-events: none;
  background-color: white;
  z-index: 2002; }
  #shadow-all-babies.is-active {
    display: block;
    pointer-events: auto; }

.block-find-positions {
  padding: 40px 0;
  padding: 2.5rem 0; }
  .block-find-positions p strong {
    color: #0b9692; }
  @media screen and (min-width: 1024px) {
    .block-find-positions {
      padding: 120px 0;
      padding: 7.5rem 0;
      font-size: 24px;
      font-size: 1.5rem; }
      .block-find-positions .heading {
        margin-bottom: 55px; } }

.block-postes {
  padding: 40px 0;
  padding: 2.5rem 0; }
  .block-postes .heading .title {
    margin-bottom: 70px; }
  @media screen and (min-width: 1024px) {
    .block-postes {
      padding: 100px 0;
      padding: 6.25rem 0; } }

.job-desc {
  min-height: 100vh; }
  .job-desc .content-pdf {
    margin-bottom: 74px;
    height: 300px;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .job-desc .content-pdf {
        height: 500px; } }
    @media screen and (min-width: 1260px) {
      .job-desc .content-pdf {
        height: 925px; } }
    .job-desc .content-pdf object {
      height: 101% !important; }
      .job-desc .content-pdf object::-webkit-scrollbar {
        width: 4px;
        width: 0.25rem;
        background-color: transparent; }
      .job-desc .content-pdf object::-webkit-scrollbar-button {
        /* 2 */ }
      .job-desc .content-pdf object::-webkit-scrollbar-track {
        background-color: transparent; }
      .job-desc .content-pdf object::-webkit-scrollbar-track-piece {
        /* 4 */ }
      .job-desc .content-pdf object::-webkit-scrollbar-thumb {
        background-color: #0b9692; }
      .job-desc .content-pdf object::-webkit-scrollbar-corner {
        /* 6 */ }
      .job-desc .content-pdf object::-webkit-resizer {
        /* 7 */ }
    .job-desc .content-pdf + .row .col-6 {
      display: flex;
      flex-flow: row wrap; }

.block-bt-feature {
  padding: 50px 0;
  padding: 3.125rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f9f9f9; }
  @media screen and (min-width: 1024px) {
    .block-bt-feature {
      padding: 120px 0 110px;
      padding: 7.5rem 0 6.875rem; } }
  .block-bt-feature.animating-block .nav-bt a, .block-bt-feature.animating-block .nav-bt a i {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  .block-bt-feature .banner-thumbnail {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
    .block-bt-feature .banner-thumbnail .cover-blur {
      position: relative;
      display: block;
      height: 100%;
      width: auto;
      z-index: -2;
      top: 0;
      float: left;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      opacity: 0.3; }
  .block-bt-feature.two-cols .heading {
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (min-width: 768px) {
      .block-bt-feature.two-cols .heading {
        font-size: 27px;
        font-size: 1.6875rem; } }
    .block-bt-feature.two-cols .heading .left,
    .block-bt-feature.two-cols .heading .right {
      max-width: 50%; }
  .block-bt-feature.two-cols .nav-bt > * {
    max-width: 50%; }
  .block-bt-feature .heading {
    margin-top: 40px; }
    .block-bt-feature .heading:before, .block-bt-feature .heading:after {
      content: "";
      display: table;
      clear: both; }
    .block-bt-feature .heading .title span {
      color: #0b9692; }
    .block-bt-feature .heading .des {
      margin-bottom: 15px; }
    .block-bt-feature .heading .right {
      text-align: right; }
    @media screen and (min-width: 768px) {
      .block-bt-feature .heading {
        margin: 40px 45px 0;
        margin: 2.5rem 2.8125rem 0; } }
    @media screen and (min-width: 1024px) {
      .block-bt-feature .heading {
        font-size: 43px;
        font-size: 2.6875rem;
        margin: 40px 15px 0;
        margin: 2.5rem 0.9375rem 0; }
        .block-bt-feature .heading .des {
          font-size: 24px;
          font-size: 1.5rem; } }
  .block-bt-feature .nav-bt {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    position: relative; }
    .block-bt-feature .nav-bt:before, .block-bt-feature .nav-bt:after {
      content: "";
      display: table;
      clear: both; }
    .block-bt-feature .nav-bt a {
      color: #393336; }
      .block-bt-feature .nav-bt a i {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        -moz-transition: -moz-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out; }
    @media screen and (min-width: 768px) {
      .block-bt-feature .nav-bt {
        font-size: 20px;
        font-size: 1.25rem; } }
    .block-bt-feature .nav-bt .nav-next {
      float: right; }
      @media screen and (min-width: 1260px) {
        .block-bt-feature .nav-bt .nav-next {
          margin-right: -55px; } }
      .block-bt-feature .nav-bt .nav-next i {
        margin-left: 10px; }
        @media screen and (min-width: 768px) {
          .block-bt-feature .nav-bt .nav-next i {
            margin-left: 30px; } }
        @media screen and (min-width: 1024px) {
          .block-bt-feature .nav-bt .nav-next i {
            margin-left: 50px; } }
      .block-bt-feature .nav-bt .nav-next:hover i:not(.fa-long-arrow-down) {
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px); }
      .block-bt-feature .nav-bt .nav-next:active i:not(.fa-long-arrow-down) {
        -webkit-transform: translateX(30px);
        -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -o-transform: translateX(30px);
        transform: translateX(30px); }
      .block-bt-feature .nav-bt .nav-next:hover .fa-long-arrow-down {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px); }
      .block-bt-feature .nav-bt .nav-next:active .fa-long-arrow-down {
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px); }
    .block-bt-feature .nav-bt .nav-prev {
      float: left; }
      @media screen and (min-width: 1024px) {
        .block-bt-feature .nav-bt .nav-prev {
          margin-left: -55px; } }
      .block-bt-feature .nav-bt .nav-prev i {
        margin-right: 10px; }
        @media screen and (min-width: 768px) {
          .block-bt-feature .nav-bt .nav-prev i {
            margin-right: 30px; } }
        @media screen and (min-width: 1024px) {
          .block-bt-feature .nav-bt .nav-prev i {
            margin-right: 50px; } }
      .block-bt-feature .nav-bt .nav-prev:hover i {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px); }
      .block-bt-feature .nav-bt .nav-prev:active i {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px); }
  .block-bt-feature ul {
    list-style: none; }
  .block-bt-feature .pager .pager__item {
    padding: 0; }
  .block-bt-feature .pager a {
    color: #393336; }

.region-content > .block-webform {
  padding: 50px 0;
  padding: 3.125rem 0; }
  @media screen and (min-width: 1024px) {
    .region-content > .block-webform {
      padding-top: 100px; } }

.block-us + .block-webform {
  padding-top: 0; }

.page-quizz {
  background-color: #f9f9f9; }
  .page-quizz .quizz-form {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; }
  .page-quizz .progress-bar {
    width: 10px;
    width: 0.625rem;
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99; }
    @media screen and (min-width: 980px) {
      .page-quizz .progress-bar {
        width: 20px;
        width: 1.25rem; } }
    .page-quizz .progress-bar:before {
      content: '';
      width: 20px;
      width: 1.25rem;
      position: absolute;
      height: calc(100% / 10);
      z-index: 100;
      background-color: #0b9692;
      display: none; }
    .page-quizz .progress-bar__inner {
      display: block;
      width: 20px;
      width: 1.25rem;
      position: relative;
      height: calc(100% / 10);
      z-index: 100;
      background-color: #0b9692; }
  .page-quizz-step {
    background-color: #f9f9f9;
    /*background-image: url("../img/quizz/bg-quizz-steps.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .page-quizz-step {
        height: 100vh; } }
    .page-quizz-step:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(255, 255, 255, 0.65);
      display: none; }
    @media screen and (min-width: 1025px) {
      .page-quizz-step {
        background-size: 1060px auto; } }
  .page-quizz-step1 .progress-bar:before {
    height: calc(100% / 10); }
  .page-quizz-step2 .progress-bar:before {
    height: calc((100% / 10) * 2); }
  .page-quizz-step3 .progress-bar:before {
    height: calc(((100% / 10) * 2) + (100% / 10)); }
  .page-quizz-step4 .progress-bar:before {
    height: calc((100% / 10) * 4); }
  .page-quizz-step5 .progress-bar:before {
    height: calc(((100% / 10) * 4) + (100% / 10)); }
  .page-quizz-step6 .progress-bar:before {
    height: calc((100% / 10) * 6); }
  .page-quizz-step7 .progress-bar:before {
    height: calc(((100% / 10) * 6) + (100% / 10)); }
  .page-quizz-step8 .progress-bar:before {
    height: calc((100% / 10) * 8); }
  .page-quizz-step9 .progress-bar:before {
    height: calc(((100% / 10) * 8) + (100% / 10)); }
  .page-quizz-step10 .progress-bar:before {
    height: 100%; }
  .page-quizz .wrapper, .page-quizz .modal > .row {
    max-width: none;
    width: 100%;
    padding: 0 15px;
    padding: 0 0.9375rem; }
    @media screen and (min-width: 768px) {
      .page-quizz .wrapper, .page-quizz .modal > .row {
        padding: 0; } }
    @media screen and (min-width: 1025px) {
      .page-quizz .wrapper, .page-quizz .modal > .row {
        max-width: 1090px;
        padding: 0 15px;
        padding: 0 0.9375rem; } }
  .page-quizz .main__content {
    padding-top: 0; }
  .page-quizz .select2-container--open {
    z-index: 999; }

.header-quizz {
  height: auto; }
  .header-quizz .wrapper, .header-quizz .modal > .row {
    background-color: #fff; }
    @media screen and (min-width: 768px) {
      .header-quizz .wrapper, .header-quizz .modal > .row {
        display: flex;
        align-items: center; } }
  .header-quizz:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 768px) {
    .header-quizz {
      height: 92px; } }
  @media screen and (min-width: 980px) {
    .header-quizz {
      height: 130px; } }
  .header-quizz .quizz-logo {
    width: auto;
    margin-left: -15px;
    margin-right: -15px; }
    @media screen and (min-width: 768px) {
      .header-quizz .quizz-logo {
        width: 250px;
        width: 15.625rem;
        float: left;
        margin-left: 0px;
        margin-right: 0px; } }
    @media screen and (min-width: 980px) {
      .header-quizz .quizz-logo {
        width: 350px;
        width: 21.875rem; } }
    .header-quizz .quizz-logo-link {
      display: block;
      text-align: center;
      padding-top: 27px;
      padding-bottom: 27px; }
      @media screen and (min-width: 768px) {
        .header-quizz .quizz-logo-link {
          padding-top: 27px;
          padding-bottom: 27px; } }
      @media screen and (min-width: 980px) {
        .header-quizz .quizz-logo-link {
          padding-top: 39px;
          padding-bottom: 39px; } }
      .header-quizz .quizz-logo-link img {
        position: relative;
        display: inline-block;
        height: auto;
        width: 160px;
        width: 10rem;
        margin: 0 auto; }
        @media screen and (min-width: 768px) {
          .header-quizz .quizz-logo-link img {
            width: 160px;
            width: 10rem; } }
        @media screen and (min-width: 980px) {
          .header-quizz .quizz-logo-link img {
            width: 220px;
            width: 13.75rem; } }
  .header-quizz .quizz-text {
    font-family: 'Work Sans', sans-serif;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .header-quizz .quizz-text {
        width: calc(100% - 250px);
        width: calc(100% - 15.625rem);
        float: left; } }
    @media screen and (min-width: 980px) {
      .header-quizz .quizz-text {
        width: calc(100% - 350px);
        width: calc(100% - 21.875rem); } }
    .header-quizz .quizz-text .text {
      font-size: 18px;
      font-size: 1.125rem;
      color: #9d9d9d;
      text-align: center;
      padding-top: 15px; }
      @media screen and (min-width: 768px) {
        .header-quizz .quizz-text .text {
          text-align: right;
          padding-right: 60px;
          padding-top: 0; } }
      @media screen and (min-width: 980px) {
        .header-quizz .quizz-text .text {
          padding-right: 75px;
          font-size: 25px;
          font-size: 1.5625rem; } }
      .header-quizz .quizz-text .text .name-quizz {
        font-weight: bold;
        color: #0b9692; }
      .header-quizz .quizz-text .text .count-question {
        color: #393336;
        font-weight: 400; }

.quizz-content .quizz-bg {
  padding-top: 60px;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .quizz-content .quizz-bg {
      padding-top: 60px; } }
  @media screen and (min-width: 980px) {
    .quizz-content .quizz-bg {
      padding-top: 80px; } }
  .quizz-content .quizz-bg-overlay {
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

.quizz-content .quizz-title {
  position: relative;
  padding-bottom: 50px; }
  .quizz-content .quizz-title .title {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-size: 1.625rem;
    color: #393336;
    line-height: 1.4;
    text-align: right; }
    @media screen and (min-width: 768px) {
      .quizz-content .quizz-title .title {
        padding-left: 130px;
        padding-right: 130px;
        font-size: 35px;
        font-size: 2.1875rem;
        line-height: 1.2; } }
    @media screen and (min-width: 980px) {
      .quizz-content .quizz-title .title {
        font-size: 70px;
        font-size: 4.375rem; } }
    .quizz-content .quizz-title .title:before {
      content: '';
      display: none;
      position: absolute;
      width: 130px;
      width: 8.125rem;
      height: 60px;
      background-color: #0b9692;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (min-width: 768px) {
        .quizz-content .quizz-title .title:before {
          display: block; } }
    .quizz-content .quizz-title .title a {
      color: inherit; }
    .quizz-content .quizz-title .title span {
      color: #0b9692; }
    .quizz-content .quizz-title .title .iconnote {
      display: inline-block;
      color: #0b9692;
      border-radius: 50%;
      border: 2px solid #0b9692;
      border: 0.125rem solid #0b9692;
      text-align: center;
      line-height: 16px;
      line-height: 1rem;
      width: 20px;
      width: 1.25rem;
      height: 20px;
      font-size: 14px;
      font-size: 0.875rem;
      vertical-align: super;
      position: relative;
      top: -10px;
      top: -0.625rem; }
      @media screen and (min-width: 768px) {
        .quizz-content .quizz-title .title .iconnote {
          top: -20px;
          top: -1.25rem; } }

.quizz-content .content {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .quizz-content .content {
      padding-left: 130px;
      padding-right: 130px; } }
  .quizz-content .content .des {
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 50px;
    line-height: 30px;
    line-height: 1.875rem; }
    .quizz-content .content .des span, .quizz-content .content .des strong {
      color: #0b9692;
      font-weight: bold; }
  .quizz-content .content .des-merci {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 50px;
    line-height: 38px;
    line-height: 2.375rem; }
    .quizz-content .content .des-merci span {
      color: #0b9692;
      font-weight: bold; }
  .quizz-content .content .note {
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: 'Work Sans', sans-serif;
    color: #9d9d9d;
    position: relative;
    font-weight: 500; }
    .quizz-content .content .note .iconnote {
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px;
      color: #0b9692;
      border-radius: 50%;
      border: 2px solid #0b9692;
      border: 0.125rem solid #0b9692;
      text-align: center;
      line-height: 16px;
      line-height: 1rem;
      width: 20px;
      width: 1.25rem;
      height: 20px; }
    .quizz-content .content .note .txt {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 28px - 30px);
      width: calc(100% - 1.75rem - 1.875rem);
      line-height: 22px;
      line-height: 1.375rem;
      font-style: italic; }
  .quizz-content .content .note-merci {
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: 'Work Sans', sans-serif;
    color: #9d9d9d;
    position: relative;
    font-weight: 500;
    font-style: italic;
    text-align: right; }

.quizz-content .form-quizz {
  position: relative;
  font-family: 'Work Sans', sans-serif;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 768px) {
    .quizz-content .form-quizz {
      padding-left: 130px;
      padding-right: 130px; } }
  .quizz-content .form-quizz__bg {
    position: absolute;
    left: -15px;
    left: -0.9375rem;
    right: -15px;
    right: -0.9375rem;
    overflow: hidden;
    bottom: 0;
    top: 0; }
    .quizz-content .form-quizz__bg:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(255, 255, 255, 0.65);
      z-index: 1; }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz__bg {
        right: 130px;
        right: 8.125rem;
        left: 0; } }
    .quizz-content .form-quizz__bg img {
      display: block;
      height: 100%;
      max-width: none;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .quizz-content .form-quizz form {
    position: relative;
    padding: 15px 0;
    padding: 0.9375rem 0;
    z-index: 2; }
    @media screen and (min-width: 1025px) {
      .quizz-content .form-quizz form {
        padding: 30px 0;
        padding: 1.875rem 0; } }
  .quizz-content .form-quizz .champs {
    font-family: 'Work Sans', sans-serif;
    font-style: italic;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500;
    text-align: right;
    padding-right: 30px; }
  .quizz-content .form-quizz .fieldgroup {
    border: none;
    padding: 15px 0;
    padding: 0.9375rem 0;
    margin: 0; }
    .quizz-content .form-quizz .fieldgroup .fieldset-wrapper:after {
      content: "";
      display: block;
      clear: both; }
    .quizz-content .form-quizz .fieldgroup .fieldset-wrapper .form-radios .list-quizz {
      margin: 0;
      padding: 0; }
    .quizz-content .form-quizz .fieldgroup .fieldset-wrapper .form-radios .form-type-radio {
      padding-left: 20px; }
    .quizz-content .form-quizz .fieldgroup .fieldset-wrapper .form-radios .form-type-radio label {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      padding-left: 5px; }
    .quizz-content .form-quizz .fieldgroup .fieldset-wrapper .form-radios .form-type-radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      width: 1.0625rem;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border: 0.0625rem solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out;
      top: 4px;
      top: 0.25rem; }
    .quizz-content .form-quizz .fieldgroup .fieldset-wrapper .form-radios .form-type-radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      width: 0.6875rem;
      height: 11px;
      left: 4px;
      left: 0.25rem;
      top: 8px;
      top: 0.5rem;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
    .quizz-content .form-quizz .fieldgroup .fieldset-wrapper .form-radios .form-type-radio input[type="radio"] {
      opacity: 0;
      z-index: 1;
      cursor: pointer; }
    .quizz-content .form-quizz .fieldgroup .fieldset-wrapper .form-radios .form-type-radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .quizz-content .form-quizz .fieldgroup .fieldset-wrapper .form-radios .form-type-radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .quizz-content .form-quizz .fieldgroup .fieldset-wrapper .form-radios .form-type-radio input[type="radio"]:disabled {
      cursor: not-allowed; }
    .quizz-content .form-quizz .fieldgroup .fieldset-wrapper .form-radios .form-type-radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
    .quizz-content .form-quizz .fieldgroup .fieldset-wrapper .form-radios .form-type-radio input[type="radio"]:disabled + label::before {
      cursor: not-allowed; }
  .quizz-content .form-quizz .select2-container {
    border-bottom: 1px solid #393336;
    border-bottom: 0.0625rem solid #393336; }
    .quizz-content .form-quizz .select2-container .select2-selection {
      background: transparent; }
      .quizz-content .form-quizz .select2-container .select2-selection .select2-selection__arrow {
        background: transparent; }
  .quizz-content .form-quizz .form-group {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group {
        display: flex;
        flex-flow: row wrap;
        margin-bottom: 15px; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-medical_specialty .label {
        width: 200px;
        width: 12.5rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-medical_specialty .label {
        width: 250px;
        width: 15.625rem; } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-medical_specialty .input {
        width: calc(100% - 200px);
        width: calc(100% - 12.5rem); } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-medical_specialty .input {
        width: calc(100% - 250px);
        width: calc(100% - 15.625rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-social_reason .label {
        width: 140px;
        width: 8.75rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-social_reason .label {
        width: 180px;
        width: 11.25rem; } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-social_reason .input {
        width: calc(100% - 140px);
        width: calc(100% - 8.75rem); } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-social_reason .input {
        width: calc(100% - 180px);
        width: calc(100% - 11.25rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-title .label {
        width: 80px;
        width: 5rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-title .label {
        width: 100px;
        width: 6.25rem; } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-title .input {
        width: calc(100% - 80px);
        width: calc(100% - 5rem); } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-title .input {
        width: calc(100% - 100px);
        width: calc(100% - 6.25rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-nom .label {
        width: 80px;
        width: 5rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-nom .label {
        width: 100px;
        width: 6.25rem; } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-nom .input {
        width: calc(100% - 80px);
        width: calc(100% - 5rem); } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-nom .input {
        width: calc(100% - 100px);
        width: calc(100% - 6.25rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-prenom .label {
        width: 100px;
        width: 6.25rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-prenom .label {
        width: 130px;
        width: 8.125rem; } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-prenom .input {
        width: calc(100% - 100px);
        width: calc(100% - 6.25rem); } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-prenom .input {
        width: calc(100% - 130px);
        width: calc(100% - 8.125rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-docteur .label {
        width: 160px;
        width: 10rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-docteur .label {
        width: 210px;
        width: 13.125rem; } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-docteur .input {
        width: calc(100% - 160px);
        width: calc(100% - 10rem); } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-docteur .input {
        width: calc(100% - 210px);
        width: calc(100% - 13.125rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-rue-cabinet .label {
        width: 150px;
        width: 9.375rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-rue-cabinet .label {
        width: 190px;
        width: 11.875rem; } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-rue-cabinet .input {
        width: calc(100% - 150px);
        width: calc(100% - 9.375rem); } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-rue-cabinet .input {
        width: calc(100% - 190px);
        width: calc(100% - 11.875rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-rue_cabinet .label {
        width: 80px;
        width: 5rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-rue_cabinet .label {
        width: 100px;
        width: 6.25rem; } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-rue_cabinet .input {
        width: calc(100% - 80px);
        width: calc(100% - 5rem); } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-rue_cabinet .input {
        width: calc(100% - 100px);
        width: calc(100% - 6.25rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-ville .label {
        width: 80px;
        width: 5rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-ville .label {
        width: 100px;
        width: 6.25rem; } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-ville .input {
        width: calc(100% - 80px);
        width: calc(100% - 5rem); } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-ville .input {
        width: calc(100% - 100px);
        width: calc(100% - 6.25rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-npa .label {
        width: 150px;
        width: 9.375rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-npa .label {
        width: 190px;
        width: 11.875rem; } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-npa .input {
        width: calc(100% - 150px);
        width: calc(100% - 9.375rem); } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-npa .input {
        width: calc(100% - 190px);
        width: calc(100% - 11.875rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-lieu .label {
        width: 150px;
        width: 9.375rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-lieu .label {
        width: 190px;
        width: 11.875rem; } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-lieu .input {
        width: calc(100% - 150px);
        width: calc(100% - 9.375rem); } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-lieu .input {
        width: calc(100% - 190px);
        width: calc(100% - 11.875rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-casepostale .label {
        width: 130px;
        width: 8.125rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-casepostale .label {
        width: 170px;
        width: 10.625rem; } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-casepostale .input {
        width: calc(100% - 130px);
        width: calc(100% - 8.125rem); } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-casepostale .input {
        width: calc(100% - 170px);
        width: calc(100% - 10.625rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-tel .label {
        width: 110px;
        width: 6.875rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-tel .label {
        width: 150px;
        width: 9.375rem; } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-tel .input {
        width: calc(100% - 110px);
        width: calc(100% - 6.875rem); } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-tel .input {
        width: calc(100% - 150px);
        width: calc(100% - 9.375rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-pays .label {
        width: 80px;
        width: 5rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-pays .label {
        width: 100px;
        width: 6.25rem; } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-pays .input {
        width: calc(100% - 80px);
        width: calc(100% - 5rem); } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-pays .input {
        width: calc(100% - 100px);
        width: calc(100% - 6.25rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-candidate_email .label {
        width: 80px;
        width: 5rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-candidate_email .label {
        width: 100px;
        width: 6.25rem; } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-candidate_email .input {
        width: calc(100% - 80px);
        width: calc(100% - 5rem); } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-candidate_email .input {
        width: calc(100% - 100px);
        width: calc(100% - 6.25rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-email .label {
        width: 170px;
        width: 10.625rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-email .label {
        width: 230px;
        width: 14.375rem; } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-email .input {
        width: calc(100% - 170px);
        width: calc(100% - 10.625rem); } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-email .input {
        width: calc(100% - 230px);
        width: calc(100% - 14.375rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-email_pro .label {
        width: 200px;
        width: 12.5rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-email_pro .label {
        width: 250px;
        width: 15.625rem; } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-email_pro .input {
        width: calc(100% - 200px);
        width: calc(100% - 12.5rem); } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-email_pro .input {
        width: calc(100% - 250px);
        width: calc(100% - 15.625rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-email_pri .label {
        width: 150px;
        width: 9.375rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-email_pri .label {
        width: 180px;
        width: 11.25rem; } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-email_pri .input {
        width: calc(100% - 150px);
        width: calc(100% - 9.375rem); } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-email_pri .input {
        width: calc(100% - 180px);
        width: calc(100% - 11.25rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-mobile .label {
        width: 80px;
        width: 5rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-mobile .label {
        width: 110px;
        width: 6.875rem; } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-mobile .input {
        width: calc(100% - 80px);
        width: calc(100% - 5rem); } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-mobile .input {
        width: calc(100% - 110px);
        width: calc(100% - 6.875rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-message .label {
        width: 100px;
        width: 6.25rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-message .label {
        width: 150px;
        width: 9.375rem; } }
    .quizz-content .form-quizz .form-group.form-group-message .input {
      height: auto; }
      @media screen and (min-width: 768px) {
        .quizz-content .form-quizz .form-group.form-group-message .input {
          width: calc(100% - 100px);
          width: calc(100% - 6.25rem); } }
      @media screen and (min-width: 980px) {
        .quizz-content .form-quizz .form-group.form-group-message .input {
          width: calc(100% - 150px);
          width: calc(100% - 9.375rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group.form-group-nom_deu_des .label {
        width: 220px;
        width: 13.75rem; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group.form-group-nom_deu_des .label {
        width: 290px;
        width: 18.125rem; } }
    .quizz-content .form-quizz .form-group.form-group-nom_deu_des .input {
      height: auto; }
      @media screen and (min-width: 768px) {
        .quizz-content .form-quizz .form-group.form-group-nom_deu_des .input {
          width: calc(100% - 220px);
          width: calc(100% - 13.75rem); } }
      @media screen and (min-width: 980px) {
        .quizz-content .form-quizz .form-group.form-group-nom_deu_des .input {
          width: calc(100% - 290px);
          width: calc(100% - 18.125rem); } }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group .label {
        display: inline-block;
        height: 50px; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group .label {
        height: 60px; } }
    .quizz-content .form-quizz .form-group .label .form-label, .quizz-content .form-quizz .form-group .label .form-required {
      font-weight: normal;
      font-size: 16px;
      font-size: 1rem;
      color: #393336; }
      @media screen and (min-width: 768px) {
        .quizz-content .form-quizz .form-group .label .form-label, .quizz-content .form-quizz .form-group .label .form-required {
          line-height: 50px;
          line-height: 3.125rem; } }
      @media screen and (min-width: 980px) {
        .quizz-content .form-quizz .form-group .label .form-label, .quizz-content .form-quizz .form-group .label .form-required {
          line-height: 60px;
          line-height: 3.75rem;
          font-size: 22px;
          font-size: 1.375rem; } }
      .quizz-content .form-quizz .form-group .label .form-label span, .quizz-content .form-quizz .form-group .label .form-required span {
        color: #0b9692;
        font-style: italic; }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .form-group .input {
        display: inline-block;
        height: 50px; } }
    @media screen and (min-width: 980px) {
      .quizz-content .form-quizz .form-group .input {
        height: 60px; } }
    .quizz-content .form-quizz .form-group .input .form-control {
      background-color: transparent;
      border-bottom: 1px solid #393336;
      border-bottom: 0.0625rem solid #393336;
      width: 100%;
      margin: 0;
      height: 50px;
      line-height: 50px;
      line-height: 3.125rem;
      padding: 0;
      vertical-align: top; }
      @media screen and (min-width: 980px) {
        .quizz-content .form-quizz .form-group .input .form-control {
          height: 60px;
          line-height: 60px;
          line-height: 3.75rem; } }
    .quizz-content .form-quizz .form-group .form-textarea-wrapper .form-textarea {
      border: none;
      border-bottom: 1px solid #393336;
      border-bottom: 0.0625rem solid #393336;
      background: transparent;
      resize: none;
      height: 150px; }
  .quizz-content .form-quizz .button-quizz {
    background-color: transparent;
    position: relative;
    z-index: 999; }
    @media screen and (min-width: 768px) {
      .quizz-content .form-quizz .button-quizz {
        position: absolute;
        right: 0;
        bottom: 0;
        -webkit-transform: rotateZ(90deg);
        -moz-transform: rotateZ(90deg);
        -ms-transform: rotateZ(90deg);
        -o-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
        transform-origin: 100% 130px; } }
    .quizz-content .form-quizz .button-quizz .btn {
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 600;
      padding: 0px 15px;
      padding: 0rem 0.9375rem;
      height: 130px;
      line-height: 130px;
      line-height: 8.125rem;
      color: #0b9692;
      cursor: pointer;
      width: 100%;
      text-align: center;
      -webkit-transition: color 0.3s ease-in-out;
      -moz-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      .quizz-content .form-quizz .button-quizz .btn:hover, .quizz-content .form-quizz .button-quizz .btn:active, .quizz-content .form-quizz .button-quizz .btn:focus {
        color: rgba(57, 51, 54, 0.4); }
      @media screen and (min-width: 768px) {
        .quizz-content .form-quizz .button-quizz .btn {
          padding: 0px 40px;
          padding: 0rem 2.5rem; } }
      @media screen and (min-width: 980px) {
        .quizz-content .form-quizz .button-quizz .btn {
          font-size: 34px;
          font-size: 2.125rem;
          padding: 0px 70px;
          padding: 0rem 4.375rem;
          width: auto; } }
      .quizz-content .form-quizz .button-quizz .btn i {
        margin-left: 20px; }
        @media screen and (min-width: 768px) {
          .quizz-content .form-quizz .button-quizz .btn i {
            margin-left: 50px; } }

.list-quizz {
  padding-bottom: 30px; }
  .list-quizz .abc-checkbox {
    cursor: default;
    padding-left: 4px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1025px) {
      .list-quizz .abc-checkbox {
        margin-bottom: 50px; } }
    .list-quizz .abc-checkbox.error input[type="checkbox"]:checked + label,
    .list-quizz .abc-checkbox.error input[type="radio"]:checked + label {
      color: #393336;
      text-decoration: line-through; }
      .list-quizz .abc-checkbox.error input[type="checkbox"]:checked + label:after,
      .list-quizz .abc-checkbox.error input[type="radio"]:checked + label:after {
        content: "\f00d";
        color: #393336; }
      .list-quizz .abc-checkbox.error input[type="checkbox"]:checked + label .letter,
      .list-quizz .abc-checkbox.error input[type="radio"]:checked + label .letter {
        color: #393336; }
    .list-quizz .abc-checkbox label {
      cursor: pointer;
      display: inline;
      vertical-align: top;
      position: relative;
      padding-left: 5px;
      font-size: 34px;
      font-size: 2.125rem;
      font-family: 'Work Sans', sans-serif;
      -webkit-transition: color 0.3s ease-in-out;
      -moz-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      .list-quizz .abc-checkbox label::before {
        cursor: pointer;
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        width: 1.0625rem;
        height: 17px;
        top: 2px;
        top: 0.125rem;
        left: 0;
        margin-left: -16px;
        border: 1px solid #0b9692;
        border: 0.0625rem solid #0b9692;
        border-radius: 3px;
        border-radius: 0.1875rem;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        display: none; }
      .list-quizz .abc-checkbox label::after {
        cursor: pointer;
        display: inline-block;
        position: absolute;
        width: 16px;
        width: 1rem;
        height: 16px;
        left: 0;
        top: 2px;
        top: 0.125rem;
        margin-left: -70px;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 26px;
        font-size: 1.625rem;
        color: #0b9692; }
      .list-quizz .abc-checkbox label .letter {
        color: #0b9692;
        margin-right: 15px; }
    .list-quizz .abc-checkbox input[type="checkbox"],
    .list-quizz .abc-checkbox input[type="radio"] {
      position: static;
      margin-left: 0;
      cursor: pointer;
      opacity: 0;
      z-index: 1;
      width: auto; }
      .list-quizz .abc-checkbox input[type="checkbox"]:hover + label,
      .list-quizz .abc-checkbox input[type="radio"]:hover + label {
        color: #0b9692; }
      .list-quizz .abc-checkbox input[type="checkbox"]:focus + label::before,
      .list-quizz .abc-checkbox input[type="radio"]:focus + label::before {
        outline: none;
        outline: none;
        outline-offset: -2px; }
      .list-quizz .abc-checkbox input[type="checkbox"]:checked + label,
      .list-quizz .abc-checkbox input[type="radio"]:checked + label {
        color: #0b9692; }
      .list-quizz .abc-checkbox input[type="checkbox"]:checked + label::after,
      .list-quizz .abc-checkbox input[type="radio"]:checked + label::after {
        font-family: 'FontAwesome';
        content: "\f00c"; }
      .list-quizz .abc-checkbox input[type="checkbox"]:indeterminate + label::after,
      .list-quizz .abc-checkbox input[type="radio"]:indeterminate + label::after {
        display: block;
        content: "";
        width: 10px;
        width: 0.625rem;
        height: 3px;
        background-color: #555555;
        border-radius: 2px;
        border-radius: 0.125rem;
        margin-left: -16.5px;
        margin-top: 7px; }
      .list-quizz .abc-checkbox input[type="checkbox"]:disabled + label,
      .list-quizz .abc-checkbox input[type="radio"]:disabled + label {
        opacity: 0.65; }
        .list-quizz .abc-checkbox input[type="checkbox"]:disabled + label::before,
        .list-quizz .abc-checkbox input[type="radio"]:disabled + label::before {
          background-color: #f9f9f9;
          cursor: not-allowed; }
        .list-quizz .abc-checkbox input[type="checkbox"]:disabled + label::after,
        .list-quizz .abc-checkbox input[type="radio"]:disabled + label::after {
          cursor: not-allowed; }
    .list-quizz .abc-checkbox.abc-checkbox-circle label::before {
      border-radius: 50%; }
    .list-quizz .abc-checkbox.checkbox-inline {
      margin-top: 0; }
  .list-quizz .abc-radio {
    cursor: default;
    padding-left: 4px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1025px) {
      .list-quizz .abc-radio {
        margin-bottom: 50px; } }
    .list-quizz .abc-radio.correct label {
      color: #0b9692; }
    .list-quizz .abc-radio.error label {
      color: #393336;
      text-decoration: line-through; }
      .list-quizz .abc-radio.error label .letter {
        color: #393336; }
    .list-quizz .abc-radio.error input[type="radio"]:checked + label {
      color: #393336;
      text-decoration: line-through; }
      .list-quizz .abc-radio.error input[type="radio"]:checked + label:after {
        content: "\f00d";
        color: #393336; }
      .list-quizz .abc-radio.error input[type="radio"]:checked + label .letter {
        color: #393336; }
    .list-quizz .abc-radio label {
      cursor: pointer;
      display: flex;
      vertical-align: top;
      position: relative;
      padding-left: 5px;
      font-size: 24px;
      font-size: 1.5rem;
      font-family: 'Work Sans', sans-serif;
      -webkit-transition: color 0.3s ease-in-out;
      -moz-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      @media screen and (min-width: 980px) {
        .list-quizz .abc-radio label {
          font-size: 34px;
          font-size: 2.125rem; } }
      .list-quizz .abc-radio label::before {
        cursor: pointer;
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        width: 1.0625rem;
        height: 17px;
        top: 2px;
        top: 0.125rem;
        left: 0;
        margin-left: -20px;
        border: 1px solid #0b9692;
        border: 0.0625rem solid #0b9692;
        border-radius: 50%;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out;
        -moz-transition: border 0.15s ease-in-out;
        transition: border 0.15s ease-in-out;
        display: none; }
      .list-quizz .abc-radio label::after {
        cursor: pointer;
        display: inline-block;
        position: absolute;
        width: 16px;
        width: 1rem;
        height: 16px;
        left: 0;
        top: -3px;
        top: -0.1875rem;
        margin-left: -30px;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 26px;
        font-size: 1.625rem;
        color: #0b9692; }
        @media screen and (min-width: 768px) {
          .list-quizz .abc-radio label::after {
            margin-left: -70px;
            top: 2px;
            top: 0.125rem; } }
      .list-quizz .abc-radio label .letter {
        color: #0b9692;
        margin-right: 15px; }
    .list-quizz .abc-radio input[type="radio"] {
      position: static;
      margin-left: 0;
      cursor: pointer;
      opacity: 0;
      z-index: 1; }
      .list-quizz .abc-radio input[type="radio"]:hover + label {
        color: #0b9692; }
      .list-quizz .abc-radio input[type="radio"]:focus + label::before {
        outline: none;
        outline: none;
        outline-offset: -2px; }
      .list-quizz .abc-radio input[type="radio"]:checked + label {
        color: #0b9692; }
      .list-quizz .abc-radio input[type="radio"]:checked + label::after {
        font-family: 'FontAwesome';
        content: "\f00c"; }
      .list-quizz .abc-radio input[type="radio"]:disabled + label {
        opacity: 0.65; }
        .list-quizz .abc-radio input[type="radio"]:disabled + label::before {
          cursor: not-allowed; }
        .list-quizz .abc-radio input[type="radio"]:disabled + label::after {
          cursor: not-allowed; }
    .list-quizz .abc-radio.radio-inline {
      margin-top: 0; }

.reponse-juste {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: right;
  line-height: 40px;
  line-height: 2.5rem;
  margin-bottom: 30px; }
  @media screen and (min-width: 980px) {
    .reponse-juste {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 50px;
      line-height: 3.125rem; } }
  .reponse-juste span {
    color: #0b9692; }

.short-info {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: right;
  line-height: 40px;
  line-height: 2.5rem; }
  @media screen and (min-width: 980px) {
    .short-info {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 50px;
      line-height: 3.125rem; } }

.image-quizz-merci {
  padding-top: 30px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .image-quizz-merci .image {
      padding-right: 130px; } }
  .image-quizz-merci .image img {
    width: 100%;
    height: auto;
    display: block; }

.button-merci {
  background-color: transparent; }
  @media screen and (min-width: 768px) {
    .button-merci {
      position: absolute;
      right: 0;
      -webkit-transform: rotateZ(90deg);
      -moz-transform: rotateZ(90deg);
      -ms-transform: rotateZ(90deg);
      -o-transform: rotateZ(90deg);
      transform: rotateZ(90deg);
      transform-origin: 100% 0; } }
  .button-merci .btn {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0px 15px;
    padding: 0rem 0.9375rem;
    height: 130px;
    line-height: 130px;
    line-height: 8.125rem;
    color: #0b9692;
    cursor: pointer;
    width: 100%;
    text-align: center;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .button-merci .btn:hover, .button-merci .btn:active, .button-merci .btn:focus {
      color: rgba(57, 51, 54, 0.4); }
      .button-merci .btn:hover .icon-back, .button-merci .btn:active .icon-back, .button-merci .btn:focus .icon-back {
        background: transparent url("../img/quizz/icon-back-hover.png") no-repeat center; }
    @media screen and (min-width: 768px) {
      .button-merci .btn {
        padding: 0px 40px;
        padding: 0rem 2.5rem; } }
    @media screen and (min-width: 980px) {
      .button-merci .btn {
        font-size: 34px;
        font-size: 2.125rem;
        padding: 0px 70px;
        padding: 0rem 4.375rem;
        width: auto; } }
    .button-merci .btn i {
      margin-left: 20px; }
      @media screen and (min-width: 768px) {
        .button-merci .btn i {
          margin-left: 50px; } }
    .button-merci .btn .icon-back {
      background: transparent url("../img/quizz/icon-back.png") no-repeat center;
      width: 26px;
      width: 1.625rem;
      height: 31px;
      display: inline-block;
      margin-left: 50px;
      vertical-align: middle;
      -webkit-transition: background 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out; }

.page-quizz-step form .champs {
  display: none; }

.page-quizz #st_gdpr_iframe {
  display: none; }

.page-quizz-step .ajax-progress.ajax-progress-throbber {
  position: fixed;
  width: 100%;
  height: 30px;
  top: 0;
  left: 0;
  background: rgba(11, 150, 146, 0.5);
  z-index: 999; }

/* Page 404
----------------------------------------------------------------------------------------------------*/
/* Page
----------------------------------------------------------------------------------------------------*/
.page {
  /* Page || Documentation
  ----------------------------------------------------------------------------------------------------*/ }
  .page__documentation {
    padding: 30px 0;
    padding: 1.875rem 0; }
    .page__documentation .header,
    .page__documentation .footer {
      display: none; }
    .page__documentation .h2,
    .page__documentation .h3 {
      margin: 0; }
    .page__documentation .h2 {
      padding: 20px 0 0 0;
      padding: 1.25rem 0 0 0;
      color: #0b9692; }
    .page__documentation .h3 {
      padding: 20px 0;
      padding: 1.25rem 0; }

/* Color
----------------------------------------------------------------------------------------------------*/
.hljs-tag {
  color: #2f6f9f; }

.hljs-string {
  color: #4f9fcf; }

.hljs-attr {
  color: #d44950; }

/* Example
----------------------------------------------------------------------------------------------------*/
.example {
  padding: 30px 45px;
  padding: 1.875rem 2.8125rem;
  border: 1px solid rgba(11, 150, 146, 0.3);
  border: 0.0625rem solid rgba(11, 150, 146, 0.3); }
  .example.align .flex {
    min-height: 150px; }
  .example .row + .row {
    margin-top: 15px; }
  .example .flex {
    background: rgba(11, 150, 146, 0.2); }
    .example .flex + .flex {
      margin-top: 15px; }
  .example [class^='col-'] {
    padding: 15px;
    padding: 0.9375rem;
    background: rgba(11, 150, 146, 0.2);
    border: 1px solid rgba(11, 150, 146, 0.3);
    border: 0.0625rem solid rgba(11, 150, 146, 0.3);
    border-right: none;
    margin: 0; }
    .example [class^='col-']:last-child {
      border-right: 1px solid rgba(11, 150, 146, 0.3);
      border-right: 0.0625rem solid rgba(11, 150, 146, 0.3); }
  .example [class^='w-'] {
    background: rgba(11, 150, 146, 0.2);
    color: #393336;
    padding: 5px;
    padding: 0.3125rem; }
  .example .btn {
    display: inline-block;
    margin: 0 10px 10px 0;
    margin: 0 0.625rem 0.625rem 0; }

/* Highlight
----------------------------------------------------------------------------------------------------*/
.highlight {
  background: rgba(11, 150, 146, 0.1);
  padding: 30px;
  padding: 1.875rem; }
  .highlight:after {
    content: "";
    display: block;
    clear: both; }
  .highlight pre,
  .highlight code {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    color: #292b2c;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .highlight + .example {
    margin-top: 30px; }

/* Documentation
----------------------------------------------------------------------------------------------------*/
.documentation {
  /* Documentation || Menu
  ----------------------------------------------------------------------------------------------------*/ }
  .documentation__menu {
    background: rgba(11, 150, 146, 0.1);
    padding: 15px;
    padding: 0.9375rem;
    position: fixed;
    top: 30px;
    top: 1.875rem; }
    .documentation__menu ul {
      margin: 0; }
    .documentation__menu li {
      list-style: none; }
    .documentation__menu a:hover, .documentation__menu a:active, .documentation__menu a:focus {
      color: #393336; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
    text-decoration: none; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: none; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 0;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .inline-element-with-padding {
    padding: 0; }
  /* remove useless content */
  .header,
  .footer,
  .widget-area,
  .breadcrumb,
  .wp-pagenavi {
    display: none !important; }
  /* reset width */
  .content {
    padding: 10px 0 !important;
    padding: 0.625rem 0 !important;
    margin: 10px 0 !important;
    margin: 0.625rem 0 !important;
    width: 100% !important; } }

@media screen and (min-width: 1024px) {
  .page_introuvable .block-banner {
    padding-bottom: 68px; } }

.page_specialite .list-people .item .content {
  margin-bottom: 20px; }

.page_actualitespage .block-banner .banner-thumbnail .cover-blur {
  float: left; }

.page_actualitespage .editor {
  padding-top: 40px; }
  @media screen and (min-width: 1024px) {
    .page_actualitespage .editor {
      padding-top: 40px; } }

.page_actualitespage .block-gallery .heading .title {
  font-size: 27px;
  font-size: 1.6875rem; }
  .page_actualitespage .block-gallery .heading .title span {
    display: none; }

@media screen and (min-width: 1024px) {
  .page_analysesfiche .block-banner .wrapper > .heading, .page_analysesfiche .block-banner .modal > .row > .heading {
    font-size: 2.75vw; } }

.page_analysesfiche .editor {
  padding: 40px 0;
  padding: 2.5rem 0;
  font-size: 14px;
  font-size: 0.875rem; }
  .page_analysesfiche .editor .editor-title {
    font-size: 16px;
    font-size: 1rem; }

@media screen and (min-width: 1024px) {
  .page_analysesfiche .editor {
    padding: 70px 0;
    padding: 4.375rem 0;
    font-size: 16px;
    font-size: 1rem; }
    .page_analysesfiche .editor .editor-title {
      font-size: 18px;
      font-size: 1.125rem; }
      .page_analysesfiche .editor .editor-title ~ .editor-title {
        margin-top: 30px; } }

.page_generique .wrap-button a {
  color: #393336; }

.page_patients .block-primary.type5.bl-gray {
  padding: 15px 0;
  padding: 0.9375rem 0; }

.path-news #views-exposed-form-actualite-page-block-2 {
  display: none !important; }

.path-news .align-items-height > div, .path-news .align-items-height .block-region-content {
  width: 100%; }

.path-news .views-infinite-scroll-content-wrapper {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  display: flex;
  width: 100%;
  flex-wrap: wrap; }

.path-news .js-pager__items.pager {
  display: none; }

.page-404 header .form-control.effect1:before,
.page-404 header .form-search .border-container .border {
  background-color: red; }

.path-search .block-actualites .detail .thumb {
  max-height: none; }

.path-search .block-actualites .content-medicin-search-68 {
  text-align: left; }
  .path-search .block-actualites .content-medicin-search-68 figcaption {
    text-align: left; }

.path-search .block-actualites .detail .thumb .content-medicin-search-68 p > * {
  width: auto; }

.path-clone form input[type="submit"] {
  margin: 0 10px 10px 0;
  margin: 0 0.625rem 0.625rem 0;
  display: inline-block;
  width: auto;
  padding: 10px;
  padding: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem; }

.path-clone .main__content {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-size: 0.9375rem; }

.path-clone .page-navigation {
  position: static; }

.path-clone .form-wrapper {
  margin-bottom: 20px; }

.path-clone #edit-title-wrapper label {
  display: block; }

.path-clone #edit-title-wrapper input {
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  width: auto;
  padding: 10px;
  padding: 0.625rem;
  font-size: 15px;
  font-size: 0.9375rem; }

.path-clone table {
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc; }
  .path-clone table th {
    border-color: #ccc;
    background-color: #f5f5f2; }
  .path-clone table td {
    border-color: #ccc; }

.path-clone .select2 {
  display: block;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  width: 200px !important;
  width: 12.5rem !important;
  margin-top: 10px;
  margin-bottom: 10px; }

.path-clone .select2-selection {
  font-size: 15px;
  font-size: 0.9375rem; }

.path-clone.user-logged-in .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 7px;
  padding: 0.4375rem; }

.path-clone a.tabledrag-handle .handle {
  height: 30px;
  width: 25px;
  width: 1.5625rem; }

.path-clone .dropbutton input[type="submit"] {
  background: transparent;
  color: #000;
  margin-bottom: 0; }

.path-clone .dropbutton-multiple {
  margin-right: 10px; }

.path-clone label.option {
  position: static; }

.path-clone .form-type-vertical-tabs input, .path-clone .form-type-vertical-tabs textarea {
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc; }

.path-clone .form-type-checkbox label {
  display: inline-block; }

.path-clone input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  display: inline-block;
  width: auto; }

.toolbar-horizontal .header {
  top: 52px;
  top: 3.25rem; }

.toolbar-vertical .header {
  top: 40px;
  top: 2.5rem; }

.region {
  position: relative; }

body.toolbar-fixed.gin--horizontal-toolbar #toolbar-administration,
body.toolbar-fixed .toolbar-oriented, .toolbar-oriented .toolbar-bar, .toolbar-oriented .toolbar-tray {
  /** Must be higher than the value Havast decided to hardcode to 2000 everywhere */
  z-index: 2100; }

.gin--horizontal-toolbar #toolbar-item-administration-tray nav {
  position: unset; }

.ui-dialog .ajax-progress-throbber, .ajax-progress-throbber .throbber, .ui-dialog .ajax-progress-throbber, .ajax-progress-fullscreen {
  background-image: url("../img/Ripple.gif");
  background-color: white;
  border-radius: 50%;
  width: 52px;
  width: 3.25rem;
  height: 52px;
  left: calc(50% - 26px);
  left: calc(50% - 1.625rem);
  top: calc(50% - 26px);
  top: calc(50% - 1.625rem); }

.form-item {
  margin-top: 0;
  margin-bottom: 0; }

.filters .form-item {
  width: 100%; }

.block-local-tasks-block {
  position: relative;
  z-index: 9; }

.user-login-form {
  padding: 50px 0;
  padding: 3.125rem 0; }
  .user-login-form input[type="submit"] {
    width: auto;
    display: inline-block; }
  .user-login-form .form-item {
    margin-bottom: 50px; }

.user-logged-in .select2-container .select2-selection--single {
  height: auto; }

.user-logged-in .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  background-color: #f9f9f9; }

.user-logged-in .filters .select2-container--default .select2-selection--single {
  background-color: transparent; }

.user-logged-in .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #777; }

.user-logged-in .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 20px; }

.user-logged-in .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 46px;
  width: 2.875rem;
  height: 100%; }

.user-logged-in .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd;
  color: #777; }

.user-logged-in .ui-widget-header {
  background: transparent;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #393336; }

.user-logged-in .ui-widget-header a {
  color: #0b9692;
  cursor: pointer; }

.user-logged-in .ui-widget-header .ui-icon {
  background-image: none; }

.user-logged-in .ui-corner-all {
  border: none;
  border-radius: 0; }

.user-logged-in .ui-datepicker {
  width: 17em;
  padding: .5em .2em 0;
  display: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Work Sans", sans-serif;
  display: block; }
  .user-logged-in .ui-datepicker .ui-icon {
    text-indent: 0; }

.user-logged-in .ui-state-hover, .user-logged-in .ui-widget-content .ui-state-hover, .user-logged-in .ui-widget-header .ui-state-hover, .user-logged-in .ui-state-focus, .user-logged-in .ui-widget-content .ui-state-focus, .user-logged-in .ui-widget-header .ui-state-focus {
  background: transparent;
  border: none; }

.user-logged-in .ui-state-default, .user-logged-in .ui-widget-content .ui-state-default, .user-logged-in .ui-widget-header .ui-state-default {
  background: transparent;
  border: none;
  color: #0b9692; }

js-pager__items.pager {
  display: none; }

.footer .region .content {
  clear: both;
  overflow: hidden; }
