/*==============================================================
 *Configuration Imports
 *============================================================*/
/*==========================================================================*/
/* Icomoon Font icons start
/*==========================================================================*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-power:before {
  content: "\e910";
}

.icon-clear:before {
  content: "\e90e";
}

.icon-close:before {
  content: "\e90e";
}

.icon-menu:before {
  content: "\e90d";
}

.icon-sign-out:before {
  content: "\e90f";
}

.icon-phone:before {
  content: "\e903";
}

.icon-email:before {
  content: "\e904";
}

.icon-play:before {
  content: "\e905";
}

.icon-subway:before {
  content: "\e906";
}

.icon-public-transport:before {
  content: "\e907";
}

.icon-train:before {
  content: "\e908";
}

.icon-freight:before {
  content: "\e909";
}

.icon-car:before {
  content: "\e90a";
}

.icon-sustainable:before {
  content: "\e90b";
}

.icon-personal:before {
  content: "\e90c";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-linkedin:before {
  content: "\e900";
}

.icon-brand:before {
  content: "\e900";
}

.icon-social:before {
  content: "\e900";
}

.icon-twitter:before {
  content: "\e901";
}

.icon-brand1:before {
  content: "\e901";
}

.icon-tweet:before {
  content: "\e901";
}

.icon-social1:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-brand2:before {
  content: "\e902";
}

.icon-social2:before {
  content: "\e902";
}

/*===========================================
Colors
===========================================*/
/*===========================================
Typography & Iconography
===========================================*/
/*==============================================================
 *Common Imports
 *============================================================*/
/*============================================================
 *Global Styles
 *===========================================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #686868;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  transition: 0.3s ease-in;
  color: #686868;
}

i {
  transition: 0.3s ease-in;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none;
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
}

figure {
  margin: 0;
  padding: 0;
}

label {
  cursor: inherit;
}

/*============================================================
 *Button styles
 *===========================================================*/
.button, .contact-page .container .contact-form form .form-field input[type=submit], .assessment-page .assessment-area.assessment-step-4 .your-personal-details section .form-field input[type=submit], .primary-button, .line-button,
.button:link,
.button:visited {
  display: inline-block;
  padding: 0 40px;
  height: 64px;
  font-weight: 700;
  font-size: 20px;
  line-height: 64px;
  text-align: center;
  color: #FFF;
  letter-spacing: -0.02em;
  background-color: #FFA101;
  border: 1px solid #FFA101;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .button, .contact-page .container .contact-form form .form-field input[type=submit], .assessment-page .assessment-area.assessment-step-4 .your-personal-details section .form-field input[type=submit], .primary-button, .line-button,
  .button:link,
  .button:visited {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .button, .contact-page .container .contact-form form .form-field input[type=submit], .assessment-page .assessment-area.assessment-step-4 .your-personal-details section .form-field input[type=submit], .primary-button, .line-button,
  .button:link,
  .button:visited {
    font-size: 15px;
    height: 45px;
    line-height: 45px;
  }
}
.button:hover, .contact-page .container .contact-form form .form-field input[type=submit]:hover, .assessment-page .assessment-area.assessment-step-4 .your-personal-details section .form-field input[type=submit]:hover, .primary-button:hover, .line-button:hover,
.button:link:hover,
.button:visited:hover {
  background-color: #ffb434;
  border: 1px solid #ffb434;
  color: #FFF;
  cursor: pointer;
}

.line-button {
  background: none;
  border: 1px solid #FFA101;
  color: #FFA101;
}
.line-button:hover {
  background-color: #ffb434;
  border: 1px solid #ffb434;
  color: #FFF;
}

.primary-button {
  background-color: #FFA101;
  color: #fff;
  border: none;
}
.primary-button:hover {
  border: none;
  background-color: #ffb434;
  color: #fff;
}

/*============================================================
 *Form elements
 *===========================================================*/
.form-check-input {
  width: 22px;
  height: 22px;
  background-color: rgba(255, 161, 1, 0.6);
  border-radius: 6px;
  border: none;
}
.form-check-input:checked {
  background-color: #686868;
}
.form-check-input:checked:focus {
  box-shadow: none !important;
  border: none;
  outline: none;
}

.form-check-input:focus {
  box-shadow: none;
}

.form-select {
  background-color: rgba(247, 241, 231, 0.6);
  border: 1px solid #FFA101;
  border-radius: 6px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #686868;
  background-image: url(../images/select-box-icon.svg) !important;
  background-size: 11.5px 10.29px !important;
  padding: 9px 22px !important;
}
.form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 161, 1, 0.25);
  border: 1px solid #FFA101 !important;
}
.form-select.select-box {
  background-image: none !important;
  background-size: unset;
}
.form-select option {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.03em;
}

/*==============================================================
*Animation Modules Imports
*============================================================*/
/*===========================================
Animat CSS
===========================================*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*===========================================
Animation Name here
===========================================*/
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(75px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/*==============================================================
 *Plugins Modules Imports
 *============================================================*/
/*==============================================================
 * Slick slider Styles
 *============================================================*/
.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;
}

.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;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: 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;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  list-style-type: none;
}
.slick-dots li {
  display: block;
  float: left;
  margin: 0 2px;
}
.slick-dots li button {
  width: 6px;
  height: 6px;
  background-color: #666;
  outline: none;
  border: none;
  font-size: 0;
  padding: 0;
}
.slick-dots li.slick-active button {
  background-color: #999;
}

/*==============================================================
 *Modules Imports
 *============================================================*/
/*==============================================================
 *Header styles
 *=============================================================*/
header.header {
  width: 100%;
  background-color: #fff;
  padding: 19px 0 16px 0;
}
@media only screen and (max-width: 991px) {
  header.header {
    padding: 15px 0 12px 0;
  }
}
@media only screen and (max-width: 575px) {
  header.header {
    padding: 12px 0 9px 0;
  }
}
header.header .container {
  display: flex;
  align-items: center;
}
header.header .container a.logo {
  display: inline-block;
  margin-right: auto;
}
header.header .container a.logo img {
  display: block;
  width: 164px;
  height: auto;
}
@media only screen and (max-width: 991px) {
  header.header .container a.logo img {
    width: 154px;
  }
}
@media only screen and (max-width: 575px) {
  header.header .container a.logo img {
    width: 124px;
  }
}
header.header .container .header-contact-area {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  header.header .container .header-contact-area {
    display: none;
  }
}
header.header .container .header-contact-area a {
  display: inline-block;
  line-height: 20px;
  position: relative;
}
header.header .container .header-contact-area a::before {
  font-family: "icomoon" !important;
  position: absolute;
  top: 0;
  left: 0;
}
header.header .container .header-contact-area a.mail {
  padding: 0 0 0 30px;
  margin: 0 20px 0 0;
}
header.header .container .header-contact-area a.mail::before {
  content: "\e904";
  color: #FFA101;
  font-size: 16px;
}
header.header .container .header-contact-area a.phone {
  padding: 0 0 0 15px;
}
header.header .container .header-contact-area a.phone::before {
  content: "\e903";
  color: #FFA101;
  font-size: 22px;
}
header.header .container .header-contact-area a:hover {
  color: #FFA101;
}
header.header .container .user-name {
  margin: 0 0 0 0;
}
@media only screen and (max-width: 991px) {
  header.header .container .user-name {
    display: none;
  }
}
header.header .container .user-name .user-name-wrapper {
  display: flex;
}
header.header .container .user-name .user-name-wrapper section {
  border-left: #e5e0e0 solid 1px;
  border-right: #e5e0e0 solid 1px;
  padding: 0 15px 0 15px;
  line-height: 0;
  margin: 0 17px 0 17px;
  line-height: 0;
}
header.header .container .user-name .user-name-wrapper section h6 {
  margin: 0px 0px 6px 0;
  padding: 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
header.header .container .user-name .user-name-wrapper section .email {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 11px;
  color: #6e6d6d;
  text-decoration: none;
}
header.header .container .user-name .user-name-wrapper .logout {
  border: none;
  outline: none;
  font-size: 25px;
  color: #686868;
  background: none;
}
header.header .container .user-name .user-name-wrapper .logout:hover {
  color: #ffbd4e;
}
header.header .container .mobile-menu-icon {
  display: none;
  background: #FFA101;
  border-radius: 4px;
  padding: 5px 10px 5px 10px;
  font-size: 22px;
  color: #fff;
  line-height: 0;
}
@media only screen and (max-width: 991px) {
  header.header .container .mobile-menu-icon {
    display: block;
  }
}

.main-menu {
  width: 100%;
  padding: 24px 0 0 0;
}
@media only screen and (max-width: 991px) {
  .main-menu {
    display: none;
  }
}
.main-menu ul {
  display: flex;
  justify-content: flex-end;
  gap: 35px;
  margin: 0;
  padding: 0;
}
.main-menu ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.main-menu ul li a:hover {
  color: #FFA101;
}
.main-menu ul li.active a {
  color: #FFA101;
}

/*==============================================================
 *Mobile Menu Styles
 *=============================================================*/
.mobile-menu {
  display: none;
  width: 50%;
  float: left;
  position: fixed;
  top: 0;
  right: 0;
  min-height: 100%;
  height: 100%;
  z-index: 500;
  color: #FFF;
  padding: 40px 40px 40px 40px;
  background-color: #070308;
}
.mobile-menu .logo {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 38px;
}
.mobile-menu .logo img {
  width: 210px;
  height: 39px;
}
.mobile-menu .close-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 22px;
  color: #fff;
}
.mobile-menu .close-icon:hover {
  color: #FFA101;
}
@media screen and (max-width: 768px) {
  .mobile-menu {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .mobile-menu {
    width: 90%;
  }
}
.mobile-menu .user-name {
  width: 100%;
}
.mobile-menu .user-name .user-name-wrapper {
  width: 100%;
  text-align: center;
}
.mobile-menu .user-name .user-name-wrapper section {
  padding: 0;
  line-height: 0;
  margin: 0 0 15px 0;
  line-height: 0;
}
.mobile-menu .user-name .user-name-wrapper section h6 {
  margin: 0px 0px 6px 0;
  padding: 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFA101;
}
.mobile-menu .user-name .user-name-wrapper section .email {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 11px;
  color: #fff;
  text-decoration: none;
}
.mobile-menu .user-name .user-name-wrapper .logout {
  border: none;
  outline: none;
  font-size: 25px;
  color: #FFA101;
  background: none;
}
.mobile-menu .user-name .user-name-wrapper .logout:hover {
  color: #ffbd4e;
}
.mobile-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: calc(100% - 200px);
  overflow-y: scroll;
}
.mobile-menu ul li {
  display: block;
  font-size: 15px;
}
.mobile-menu ul li a {
  display: block;
  padding: 15px 0;
  color: #FFF;
  border-bottom: rgba(255, 255, 255, 0.123) solid 1px;
}
.mobile-menu ul li a:hover {
  color: #FFA101;
}
.mobile-menu ul li.have-sub > a:after {
  content: "\ea6d";
  font-size: 14px;
  margin-top: 5px;
  font-family: "icomoon";
  float: right;
  font-weight: 600;
}
.mobile-menu ul li.have-sub > a.open:after {
  content: "\ea4d";
}
.mobile-menu ul li ul {
  display: none;
  margin: 0 0 0 25px;
}
.mobile-menu ul li ul li.active > a {
  color: #FFA101;
}
.mobile-menu ul li.active a {
  color: #FFA101;
}
.mobile-menu > ul {
  padding-right: 10px;
}
.mobile-menu .mobile-menu-cta-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 13px 0 0 0;
}
.mobile-menu .mobile-menu-cta-buttons a {
  display: inline-block;
  line-height: 20px;
  position: relative;
}
.mobile-menu .mobile-menu-cta-buttons a::before {
  font-family: "icomoon" !important;
  position: absolute;
  top: 0;
  left: 0;
}
.mobile-menu .mobile-menu-cta-buttons a.mail {
  padding: 0 0 0 30px;
  margin: 0 20px 15px 0;
}
.mobile-menu .mobile-menu-cta-buttons a.mail::before {
  content: "\e904";
  color: #FFA101;
  font-size: 16px;
}
.mobile-menu .mobile-menu-cta-buttons a.phone {
  padding: 0 0 0 15px;
}
.mobile-menu .mobile-menu-cta-buttons a.phone::before {
  content: "\e903";
  color: #FFA101;
  font-size: 22px;
}
.mobile-menu .mobile-menu-cta-buttons a:hover {
  color: #FFA101;
}

/*==============================================================
 *Home banner styles
 *=============================================================*/
.home-banner {
  width: 100%;
  height: 650px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .home-banner {
    height: auto;
    padding: 37px 0 50px 0;
  }
}
@media only screen and (max-width: 575px) {
  .home-banner {
    height: auto;
    padding: 20px 0 30px 0;
  }
}
.home-banner .container {
  height: 100%;
}
.home-banner .container .banner-text-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: calc(100% - 48px);
}
.home-banner .container .banner-text-area h1 {
  font-style: normal;
  font-weight: 250;
  font-weight: 200;
  font-size: 64px;
  line-height: 80px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .home-banner .container .banner-text-area h1 {
    font-size: 55px;
    line-height: 68px;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .container .banner-text-area h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
.home-banner .container .banner-text-area h2 {
  margin: 0 0 47px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 55px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .home-banner .container .banner-text-area h2 {
    font-size: 35px;
    line-height: 44px;
    margin: 0 0 38px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .container .banner-text-area h2 {
    font-size: 18px;
    line-height: 33px;
    margin: 0 0 22px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .container .banner-text-area h2 {
    margin: 0 0 15px 0;
  }
}
.home-banner .container .banner-text-area .primary-button {
  text-transform: uppercase;
  padding: 0 60px;
}
@media only screen and (max-width: 768px) {
  .home-banner .container .banner-text-area .primary-button {
    padding: 0 35px;
  }
}

/*==============================================================
 *Home mobility area
 *=============================================================*/
.home-mobility-area {
  width: 100%;
  padding: 58px 0;
}
@media only screen and (max-width: 991px) {
  .home-mobility-area {
    padding: 50px 0 36px 0;
  }
}
@media only screen and (max-width: 575px) {
  .home-mobility-area {
    padding: 20px 0 20px 0;
  }
}
.home-mobility-area .container article {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .home-mobility-area .container article {
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .home-mobility-area .container article {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .home-mobility-area .container article {
    gap: 10px;
  }
}
.home-mobility-area .container article section h3 {
  margin: 0 0 12px 0;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 53px;
  letter-spacing: -0.03em;
  color: #4A4A4A;
}
@media only screen and (max-width: 991px) {
  .home-mobility-area .container article section h3 {
    font-size: 32px;
    line-height: 41px;
  }
}
@media only screen and (max-width: 575px) {
  .home-mobility-area .container article section h3 {
    font-size: 30px;
    line-height: normal;
  }
}
.home-mobility-area .container article section p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #686868;
}
@media only screen and (max-width: 575px) {
  .home-mobility-area .container article section p {
    font-size: 15px;
    line-height: 24px;
  }
}
.home-mobility-area .container article.mass {
  justify-content: center;
  margin: 0 0 40px 0;
}
.home-mobility-area .container article.mass .maas-logo {
  display: block;
  width: 190.5px;
  height: 190.5px;
  margin: 0 80px 0 140px;
}
@media only screen and (max-width: 991px) {
  .home-mobility-area .container article.mass .maas-logo {
    margin: 0;
    width: 170px;
    height: 170px;
  }
}
@media only screen and (max-width: 575px) {
  .home-mobility-area .container article.mass .maas-logo {
    margin: 0;
    width: 112px;
    height: 112px;
  }
}
.home-mobility-area .container article.mass .mass-text {
  max-width: 660px;
}
@media only screen and (max-width: 991px) {
  .home-mobility-area .container article.mass .mass-text {
    max-width: 100%;
  }
}
.home-mobility-area .container article.effective-mobility {
  justify-content: space-between;
  align-items: center;
}
.home-mobility-area .container article.effective-mobility .mobility-image {
  display: block;
  width: 526px;
  height: auto;
}
@media only screen and (max-width: 1400px) {
  .home-mobility-area .container article.effective-mobility .mobility-image {
    width: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .home-mobility-area .container article.effective-mobility .mobility-image {
    width: 100%;
    order: 1;
  }
}
.home-mobility-area .container article.effective-mobility .mobility-text {
  max-width: 580px;
}
@media only screen and (max-width: 991px) {
  .home-mobility-area .container article.effective-mobility .mobility-text {
    max-width: 100%;
    order: 2;
  }
}

/*==============================================================
 *Home find-solution-area
 *=============================================================*/
.home-find-solution-area {
  width: 100%;
  background-color: #FFA101;
  padding: 49px 0 60px 0;
}
@media only screen and (max-width: 991px) {
  .home-find-solution-area {
    padding: 49px 0 53px 0;
  }
}
@media only screen and (max-width: 575px) {
  .home-find-solution-area {
    padding: 34px 0 38px 0;
  }
}
.home-find-solution-area .container .home-find-solution-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .home-find-solution-area .container .home-find-solution-content {
    flex-direction: column;
    gap: 0;
    text-align: center;
  }
}
.home-find-solution-area .container .home-find-solution-content img {
  display: block;
  width: 301px;
  height: 301px;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .home-find-solution-area .container .home-find-solution-content img {
    width: 200px;
    height: 200px;
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 575px) {
  .home-find-solution-area .container .home-find-solution-content img {
    width: 120px;
    height: 120px;
    margin: 0 0 20px 0;
  }
}
.home-find-solution-area .container .home-find-solution-content section {
  max-width: 550px;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .home-find-solution-area .container .home-find-solution-content section {
    max-width: 100%;
  }
}
.home-find-solution-area .container .home-find-solution-content section h3 {
  margin: 0 0 16px 0;
  font-style: normal;
  font-weight: 300;
  font-size: 46px;
  line-height: 52px;
  letter-spacing: -0.03em;
  color: #4A4A4A;
}
.home-find-solution-area .container .home-find-solution-content section h3 span {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .home-find-solution-area .container .home-find-solution-content section h3 {
    font-size: 32px;
    line-height: 41px;
  }
}
.home-find-solution-area .container .home-find-solution-content section p {
  color: #4A4A4A;
  margin: 0 0 30px 0;
}
.home-find-solution-area .container .home-find-solution-content section .line-button {
  height: 60px;
  line-height: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #FF9A02;
  border: 2px solid #FFF5F5;
  border-radius: 4px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .home-find-solution-area .container .home-find-solution-content section .line-button {
    height: 57px;
    line-height: 55px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .home-find-solution-area .container .home-find-solution-content section .line-button {
    height: 50px;
    line-height: 48px;
    padding: 0 13px;
  }
}
.home-find-solution-area .container .home-find-solution-content section .line-button:hover {
  background-color: #686868;
  border: 2px solid #686868;
}

/*==============================================================
 *Home Our Categories
 *=============================================================*/
.home-our-categories {
  width: 100%;
  padding: 51px 0;
}
@media only screen and (max-width: 991px) {
  .home-our-categories {
    padding: 45px 0 18px 0;
  }
}
.home-our-categories .container h2 {
  margin: 0 0 56px 0;
  width: 100%;
  font-weight: 300;
  font-size: 46px;
  line-height: 52px;
  letter-spacing: -0.03em;
  text-align: center;
  color: #4A4A4A;
}
@media only screen and (max-width: 768px) {
  .home-our-categories .container h2 {
    text-align: center;
    font-size: 32px;
    line-height: 41px;
    margin: 0 0 32px 0;
  }
}
.home-our-categories .home-our-categories-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 80px;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .home-our-categories .home-our-categories-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .home-our-categories .home-our-categories-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-our-categories .home-our-categories-content article {
    margin: 0 0 15px 0;
  }
}
@media only screen and (max-width: 575px) {
  .home-our-categories .home-our-categories-content article p {
    font-size: 15px;
    line-height: normal;
  }
}
.home-our-categories .home-our-categories-content article section {
  display: flex;
  width: 100%;
  margin: 0 0 17px 0;
}
@media only screen and (max-width: 768px) {
  .home-our-categories .home-our-categories-content article section {
    flex-direction: column;
    align-items: center;
  }
}
.home-our-categories .home-our-categories-content article section img {
  width: 56px;
  height: 56px;
  margin-top: -15px;
  margin-right: 20px;
  border-radius: 100%;
}
@media only screen and (max-width: 768px) {
  .home-our-categories .home-our-categories-content article section img {
    margin: 0 0 15px 0;
  }
}
.home-our-categories .home-our-categories-content article section h6 {
  margin: 0 0 15px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #4A4A4A;
}
@media only screen and (max-width: 768px) {
  .home-our-categories .home-our-categories-content article section {
    margin: 0 0 7px 0;
  }
  .home-our-categories .home-our-categories-content article section h6 {
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .home-our-categories .home-our-categories-content article section {
    margin: 0 0 7px 0;
  }
}

.home-empowering {
  width: 100%;
  padding: 105px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .home-empowering {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 575px) {
  .home-empowering {
    padding: 30px 0;
  }
}
.home-empowering .container {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .home-empowering .container {
    flex-direction: column;
    gap: 0;
  }
}
.home-empowering .container .home-empowering-left {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .home-empowering .container .home-empowering-left {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .home-empowering .container .home-empowering-left {
    margin: 0 0 30px 0;
  }
}
.home-empowering .container .home-empowering-left h3 {
  margin: 0 0 23px 0;
  font-style: normal;
  font-weight: 300;
  font-size: 46px;
  line-height: 52px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .home-empowering .container .home-empowering-left h3 {
    font-size: 32px;
    line-height: 41px;
  }
}
.home-empowering .container .home-empowering-left .button, .home-empowering .contact-page .container .home-empowering-left .contact-form form .form-field input[type=submit], .contact-page .home-empowering .container .home-empowering-left .contact-form form .form-field input[type=submit], .home-empowering .contact-page .container .contact-form form .form-field .home-empowering-left input[type=submit], .contact-page .home-empowering .container .contact-form form .form-field .home-empowering-left input[type=submit], .home-empowering .container .home-empowering-left .assessment-page .assessment-area.assessment-step-4 .your-personal-details section .form-field input[type=submit], .assessment-page .assessment-area.assessment-step-4 .your-personal-details section .form-field .home-empowering .container .home-empowering-left input[type=submit], .home-empowering .container .home-empowering-left .line-button, .home-empowering .container .home-empowering-left .primary-button {
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  padding: 0 50px;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .home-empowering .container .home-empowering-left .button, .home-empowering .contact-page .container .home-empowering-left .contact-form form .form-field input[type=submit], .contact-page .home-empowering .container .home-empowering-left .contact-form form .form-field input[type=submit], .home-empowering .contact-page .container .contact-form form .form-field .home-empowering-left input[type=submit], .contact-page .home-empowering .container .contact-form form .form-field .home-empowering-left input[type=submit], .home-empowering .container .home-empowering-left .assessment-page .assessment-area.assessment-step-4 .your-personal-details section .form-field input[type=submit], .assessment-page .assessment-area.assessment-step-4 .your-personal-details section .form-field .home-empowering .container .home-empowering-left input[type=submit], .home-empowering .container .home-empowering-left .line-button, .home-empowering .container .home-empowering-left .primary-button {
    height: 48px;
    line-height: 48px;
  }
}
.home-empowering .container .home-empowering-right {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .home-empowering .container .home-empowering-right {
    width: 100%;
  }
}
.home-empowering .container .home-empowering-right .mobility-assessment-platform {
  background: #FFFFFF;
  border-radius: 14px;
}
.home-empowering .container .home-empowering-right .mobility-assessment-platform header {
  display: flex;
  justify-content: space-between;
  border-radius: 14px 14px 0 0;
  background-color: #fff;
  padding: 28px 65px 18px 65px;
}
@media only screen and (max-width: 1400px) {
  .home-empowering .container .home-empowering-right .mobility-assessment-platform header {
    padding: 30px 30px 18px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .home-empowering .container .home-empowering-right .mobility-assessment-platform header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.home-empowering .container .home-empowering-right .mobility-assessment-platform header a.logo {
  margin-right: 24px;
}
@media only screen and (max-width: 991px) {
  .home-empowering .container .home-empowering-right .mobility-assessment-platform header a.logo {
    margin-right: 0;
  }
}
.home-empowering .container .home-empowering-right .mobility-assessment-platform header a.logo img {
  display: block;
  width: 150px;
  height: 48.33px;
}
.home-empowering .container .home-empowering-right .mobility-assessment-platform section {
  line-height: 0;
}
.home-empowering .container .home-empowering-right .mobility-assessment-platform section h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #4A4A4A;
}
.home-empowering .container .home-empowering-right .mobility-assessment-platform section span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #686868;
}
.home-empowering .container .home-empowering-right .mobility-assessment-platform .mobility-assessment-platform-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 27px;
  width: 100%;
  padding: 37px 45px;
  background: #D9D9D9;
  border-radius: 0 0 14px 14px;
}
@media only screen and (max-width: 1400px) {
  .home-empowering .container .home-empowering-right .mobility-assessment-platform .mobility-assessment-platform-item {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .home-empowering .container .home-empowering-right .mobility-assessment-platform .mobility-assessment-platform-item {
    gap: 0;
  }
}
@media only screen and (max-width: 575px) {
  .home-empowering .container .home-empowering-right .mobility-assessment-platform .mobility-assessment-platform-item {
    padding: 37px 20px;
  }
}
.home-empowering .container .home-empowering-right .mobility-assessment-platform .mobility-assessment-platform-item article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 112.97px;
  height: 70.78px;
  background: #FFFFFF;
  border: 1px solid #FFA101;
  border-radius: 8px;
}
@media only screen and (max-width: 991px) {
  .home-empowering .container .home-empowering-right .mobility-assessment-platform .mobility-assessment-platform-item article {
    margin: 12px;
  }
}
@media only screen and (max-width: 400px) {
  .home-empowering .container .home-empowering-right .mobility-assessment-platform .mobility-assessment-platform-item article {
    margin: 7px;
  }
}
.home-empowering .container .home-empowering-right .mobility-assessment-platform .mobility-assessment-platform-item article i {
  color: #FFA101;
  font-size: 33px;
  margin: 0 0 4px 0;
}
.home-empowering .container .home-empowering-right .mobility-assessment-platform .mobility-assessment-platform-item article span {
  font-weight: 700;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #585857;
}

/*==============================================================
 *Inner banner
 *=============================================================*/
.inner-banner {
  width: 100%;
  height: 210px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .inner-banner {
    height: auto;
    min-height: auto;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 575px) {
  .inner-banner {
    padding: 30px 0;
  }
}
.inner-banner h1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 63px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .inner-banner h1 {
    font-size: 34px;
    line-height: 48px;
    position: unset;
    transform: unset;
  }
}
@media only screen and (max-width: 575px) {
  .inner-banner h1 {
    font-size: 30px;
  }
}

/*==============================================================
 *Assessment page style
 *=============================================================*/
.assessment-page {
  width: 100%;
}
.assessment-page .assessment-content .container {
  padding: 0 60px;
}
@media only screen and (max-width: 1400px) {
  .assessment-page .assessment-content .container {
    padding: 0 15px;
  }
}
.assessment-page header {
  background-color: #FFA101;
  padding: 58px 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .assessment-page header {
    padding: 20px 0 19px 0;
  }
}
@media only screen and (max-width: 575px) {
  .assessment-page header {
    padding: 11px 0 10px 0;
  }
}
.assessment-page header .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.assessment-page header .container ul {
  display: flex;
}
.assessment-page header .container ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin: 0 70px;
  border-radius: 34px;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #FFA101;
  background: #fff;
  box-shadow: 0 0 0 6px rgb(255, 255, 255);
  border: #FFA101 solid 4px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .assessment-page header .container ul li {
    margin: 0 35px;
    font-size: 17px;
    font-weight: 500;
    box-shadow: 0 0 0 5px rgb(255, 255, 255);
  }
}
@media only screen and (max-width: 575px) {
  .assessment-page header .container ul li {
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin: 0 12px;
    box-shadow: 0 0 0 2px rgb(255, 255, 255);
  }
}
.assessment-page header .container ul li:before {
  content: "";
  width: 135px;
  height: 12px;
  top: 7px;
  right: -142px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .assessment-page header .container ul li:before {
    width: 66px;
    right: -74px;
  }
}
@media only screen and (max-width: 575px) {
  .assessment-page header .container ul li:before {
    width: 24px;
    right: -28px;
    height: 8px;
    top: 8px;
  }
}
.assessment-page header .container ul li:after {
  content: "";
  width: 142px;
  height: 2px;
  top: 12px;
  right: -144px;
  background-color: #FFA101;
  position: absolute;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  .assessment-page header .container ul li:after {
    width: 71px;
    right: -75px;
  }
}
@media only screen and (max-width: 575px) {
  .assessment-page header .container ul li:after {
    width: 24px;
    right: -28px;
    height: 3px;
    top: 10px;
  }
}
.assessment-page header .container ul li:last-of-type {
  margin-right: 0;
}
.assessment-page header .container ul li:last-of-type::before {
  display: none;
}
.assessment-page header .container ul li:last-of-type::after {
  display: none;
}
.assessment-page header .container ul li:first-of-type {
  margin-left: 0;
}
.assessment-page header .container ul li.active {
  background: #686868;
  border: #686868 solid 4px;
  color: #fff;
}
.assessment-page header .container ul li.active:after {
  background-color: #686868;
}
.assessment-page .assessment-area {
  padding: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .assessment-page .assessment-area {
    padding: 35px 0 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .assessment-page .assessment-area {
    padding: 30px 0 0 0;
  }
}
.assessment-page .assessment-area .heading {
  text-align: center;
  margin: 0 0 52px 0;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area .heading {
    margin: 0 0 22px 0;
  }
}
.assessment-page .assessment-area .heading .container h4 {
  margin: 0 0 7px 0;
  font-weight: 300;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #4A4A4A;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area .heading .container h4 {
    font-size: 29px;
    line-height: 35px;
  }
}
.assessment-page .assessment-area .heading .container span {
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #686868;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area .heading .container span {
    font-size: 18px;
    line-height: 22px;
  }
}
.assessment-page .assessment-area.assessment-step-1 .assessment-content {
  margin: 0 0 96px 0;
}
@media only screen and (max-width: 768px) {
  .assessment-page .assessment-area.assessment-step-1 .assessment-content {
    margin: 0 0 40px 0;
  }
}
.assessment-page .assessment-area.assessment-step-1 .assessment-content .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 23px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-1 .assessment-content .container {
    gap: 0;
  }
}
.assessment-page .assessment-area.assessment-step-1 .assessment-content .container label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 267.16px;
  height: 166px;
  background: #FFFFFF;
  border: 3px solid #FFA101;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-1 .assessment-content .container label {
    margin: 10px;
  }
}
@media only screen and (max-width: 1400px) {
  .assessment-page .assessment-area.assessment-step-1 .assessment-content .container label {
    width: 240.16px;
    height: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .assessment-page .assessment-area.assessment-step-1 .assessment-content .container label {
    width: 46.5%;
    height: 145px;
    margin: 5px;
  }
}
.assessment-page .assessment-area.assessment-step-1 .assessment-content .container label .form-check-input {
  position: absolute;
  top: 3px;
  right: 18px;
}
.assessment-page .assessment-area.assessment-step-1 .assessment-content .container label img {
  display: block;
  max-width: 88px;
  margin: 0 0 15px 0;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .assessment-page .assessment-area.assessment-step-1 .assessment-content .container label img {
    max-width: 53px;
    min-height: 60px;
    object-fit: contain;
    object-position: center;
  }
}
.assessment-page .assessment-area.assessment-step-1 .assessment-content .container label i {
  color: #FFA101;
  font-size: 60px;
  margin: 0 0 27px 0;
}
@media only screen and (max-width: 1400px) {
  .assessment-page .assessment-area.assessment-step-1 .assessment-content .container label i {
    font-size: 45px;
    margin: 0 0 12px 0;
  }
}
.assessment-page .assessment-area.assessment-step-1 .assessment-content .container label span {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #585857;
}
@media only screen and (max-width: 1400px) {
  .assessment-page .assessment-area.assessment-step-1 .assessment-content .container label span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .assessment-page .assessment-area.assessment-step-1 .assessment-content .container label span {
    font-size: 14px;
    line-height: 20px;
  }
}
.assessment-page .assessment-area.assessment-step-1 .assessment-content .container label.active {
  background-color: #ffebc8;
}
.assessment-page .assessment-area.assessment-step-1 .assessment-content .container label.active i {
  color: #fff;
}
.assessment-page .assessment-area.assessment-step-1 .assessment-content .container label.active span {
  color: #585857;
}
.assessment-page .assessment-area.assessment-step-1 .assessment-content .container .form-check-input:checked ~ label {
  background-color: #ffebc8;
}
.assessment-page .assessment-area.assessment-step-2 .assessment-content {
  margin: 0 0 90px 0;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-2 .assessment-content {
    margin: 0 0 50px 0;
  }
}
.assessment-page .assessment-area.assessment-step-2 .assessment-content h6 {
  margin: 0 0 26px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.03em;
  color: #4A4A4A;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-2 .assessment-content h6 {
    margin: 0 0 16px 0;
  }
}
.assessment-page .assessment-area.assessment-step-2 .assessment-content .assessment-options {
  background: #FFFFFF;
  border: 3px solid #FFA101;
  border-radius: 10px;
  padding: 39px 47px;
}
@media only screen and (max-width: 1400px) {
  .assessment-page .assessment-area.assessment-step-2 .assessment-content .assessment-options {
    padding: 24px 32px;
  }
}
@media only screen and (max-width: 768px) {
  .assessment-page .assessment-area.assessment-step-2 .assessment-content .assessment-options {
    padding: 21px 15px;
  }
}
.assessment-page .assessment-area.assessment-step-2 .assessment-content .assessment-options article {
  border-bottom: 1.5px solid #FFA101;
  padding: 0 0 50px 0;
  margin: 0 0 41px 0;
}
@media only screen and (max-width: 1400px) {
  .assessment-page .assessment-area.assessment-step-2 .assessment-content .assessment-options article {
    padding: 0 0 19px 0;
    margin: 0 0 26px 0;
  }
}
.assessment-page .assessment-area.assessment-step-2 .assessment-content .assessment-options article:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}
.assessment-page .assessment-area.assessment-step-2 .assessment-content .assessment-options article.select-options .form-field {
  max-width: 480px;
  margin: 0 0 16px 0;
}
.assessment-page .assessment-area.assessment-step-2 .assessment-content .assessment-options article.check-options .form-field {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 19px 0;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-2 .assessment-content .assessment-options article.check-options .form-field {
    flex-direction: column;
  }
}
.assessment-page .assessment-area.assessment-step-2 .assessment-content .assessment-options article.check-options .form-field .form-check {
  display: flex;
  width: 50%;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-2 .assessment-content .assessment-options article.check-options .form-field .form-check {
    width: 100%;
  }
}
.assessment-page .assessment-area.assessment-step-2 .assessment-content .assessment-options article.check-options .form-field .form-check input {
  margin: 0 9px 0 0;
  flex-shrink: 0;
}
.assessment-page .assessment-area.assessment-step-2 .assessment-content .assessment-options article.check-options .form-field .form-check label {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #686868;
}
.assessment-page .assessment-area.assessment-step-2 .assessment-content .assessment-options article.check-options .form-field .form-check span {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.03em;
  color: #878686;
}
.assessment-page .assessment-area.assessment-step-2 .assessment-content .assessment-options article.radio-options .form-field {
  display: flex;
  gap: 60px;
  justify-content: flex-start;
  align-items: center;
}
.assessment-page .assessment-area.assessment-step-2 .assessment-content .assessment-options article.radio-options .form-field .form-check {
  display: flex;
  align-items: center;
}
.assessment-page .assessment-area.assessment-step-2 .assessment-content .assessment-options article.radio-options .form-field .form-check label {
  margin: 4px 0 0 12px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #686868;
}
.assessment-page .assessment-area.assessment-step-2 .assessment-content .assessment-options article.radio-options .form-field .form-check label input {
  margin: 0;
}
.assessment-page .assessment-area.assessment-step-3 {
  background-color: #f8f8f8;
}
.assessment-page .assessment-area.assessment-step-3 h5 {
  margin: 0 0 42px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-3 h5 {
    font-size: 22px;
    margin: 0 0 24px 0;
  }
}
.assessment-page .assessment-area.assessment-step-3 .assessment-content {
  margin: 0 0 90px 0;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-3 .assessment-content {
    margin: 0 0 50px 0;
  }
}
.assessment-page .assessment-area.assessment-step-3 .assessment-content .assessment-options {
  width: 100%;
  background: #FFFFFF;
  border: 3px solid #FFA101;
  border-radius: 10px;
  padding: 39px 47px;
}
@media only screen and (max-width: 1400px) {
  .assessment-page .assessment-area.assessment-step-3 .assessment-content .assessment-options {
    padding: 24px 32px;
  }
}
@media only screen and (max-width: 768px) {
  .assessment-page .assessment-area.assessment-step-3 .assessment-content .assessment-options {
    padding: 21px 15px 10px 15px;
  }
}
.assessment-page .assessment-area.assessment-step-3 .assessment-content .assessment-options .suggested-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-3 .assessment-content .assessment-options .suggested-products {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.assessment-page .assessment-area.assessment-step-3 .assessment-content .assessment-options .suggested-products article {
  border-right: 1.5px solid #FFA101;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-3 .assessment-content .assessment-options .suggested-products article {
    border-bottom: 1.5px solid #FFA101;
    border-right: none;
    padding: 0 0 12px 0;
  }
}
.assessment-page .assessment-area.assessment-step-3 .assessment-content .assessment-options .suggested-products article:last-of-type {
  border: none;
  padding: 0;
}
.assessment-page .assessment-area.assessment-step-3 .assessment-content .assessment-options .suggested-products article ul li {
  margin: 0 0 18px 0;
}
@media only screen and (max-width: 768px) {
  .assessment-page .assessment-area.assessment-step-3 .assessment-content .assessment-options .suggested-products article ul li {
    margin: 0 0 10px 0;
  }
}
.assessment-page .assessment-area.assessment-step-3 .assessment-content .assessment-options .suggested-products article ul li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #4A4A4A;
}
.assessment-page .assessment-area.assessment-step-3 .assessment-content .assessment-options .suggested-products article ul li a:hover {
  color: #FFA101;
}
.assessment-page .assessment-area.assessment-step-4 {
  background-color: #F5F5F5;
}
.assessment-page .assessment-area.assessment-step-4 .selected-options {
  width: 100%;
  background: #FFFFFF;
  border: 3px solid #FFA101;
  border-radius: 10px;
  padding: 38px 35px 50px 55px;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-4 .selected-options {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .assessment-page .assessment-area.assessment-step-4 .selected-options {
    padding: 20px 20px 9px 20px;
  }
}
.assessment-page .assessment-area.assessment-step-4 .selected-options .title {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-4 .selected-options .title {
    margin: 0 0 15px 0;
  }
}
.assessment-page .assessment-area.assessment-step-4 .selected-options .title img {
  width: auto;
  max-height: 50px;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-4 .selected-options .title img {
    max-height: 39px;
  }
}
.assessment-page .assessment-area.assessment-step-4 .selected-options .title h4 {
  margin: 0 0 0 24px;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: -0.03em;
  color: #4A4A4A;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-4 .selected-options .title h4 {
    font-size: 28px;
    line-height: 35px;
    margin: 0 0 0 18px;
  }
}
.assessment-page .assessment-area.assessment-step-4 .selected-options .select-all {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: #d8d8d8 dashed 1px;
}
.assessment-page .assessment-area.assessment-step-4 .selected-options .select-all input.form-check-input {
  margin: 0 8px 0 0;
  background-color: #fff;
  border: #FFA101 solid 1px;
}
.assessment-page .assessment-area.assessment-step-4 .selected-options .select-all input.form-check-input:checked {
  background-color: #FFA101;
}
.assessment-page .assessment-area.assessment-step-4 .selected-options .select-all label {
  margin: 3px 0 0 0;
  font-weight: 700;
}
.assessment-page .assessment-area.assessment-step-4 .selected-options .selected-items {
  width: 100%;
  position: relative;
}
.assessment-page .assessment-area.assessment-step-4 .selected-options .selected-items:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-4 .selected-options .selected-items:after {
    display: none;
  }
}
.assessment-page .assessment-area.assessment-step-4 .selected-options .selected-items ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 25px;
}
.assessment-page .assessment-area.assessment-step-4 .selected-options .selected-items ul:last-of-type {
  border: 0;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-4 .selected-options .selected-items ul {
    grid-template-columns: 1fr;
  }
}
.assessment-page .assessment-area.assessment-step-4 .selected-options .selected-items ul .item {
  position: relative;
  width: 100%;
  margin: 0;
  border-right: 1px solid #D8D8D8;
  padding-right: 20px;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-4 .selected-options .selected-items ul .item {
    border-right: none;
    padding: 0;
  }
}
.assessment-page .assessment-area.assessment-step-4 .selected-options .selected-items ul .item .form-check-input {
  position: absolute;
  margin: 0;
  top: 3px;
  left: 0px;
  background-color: #fff;
  border: #FFA101 solid 1px;
}
.assessment-page .assessment-area.assessment-step-4 .selected-options .selected-items ul .item .form-check-input:checked {
  background-color: #FFA101;
}
.assessment-page .assessment-area.assessment-step-4 .selected-options .selected-items ul .item label {
  padding: 0 0 5px 29px;
  display: block;
}
.assessment-page .assessment-area.assessment-step-4 .selected-options .selected-items ul .item label .item-heading {
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #4A4A4A;
}
.assessment-page .assessment-area.assessment-step-4 .selected-options .selected-items ul .item label .item-description {
  display: block;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #686868;
}
.assessment-page .assessment-area.assessment-step-4 .your-personal-details {
  display: flex;
  width: 100%;
  margin: 40px 0 75px 0;
  gap: 40px;
  background-color: #fff;
  padding: 50px 70px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-4 .your-personal-details {
    flex-direction: column;
    margin: 30px 0 50px 0;
  }
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-4 .your-personal-details {
    padding: 20px 40px;
    gap: 0;
  }
}
.assessment-page .assessment-area.assessment-step-4 .your-personal-details h2 {
  width: 35%;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #4A4A4A;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-4 .your-personal-details h2 {
    width: 100%;
    font-size: 38px;
    line-height: 45px;
    margin: 0 0 23px 0;
  }
}
@media only screen and (max-width: 768px) {
  .assessment-page .assessment-area.assessment-step-4 .your-personal-details h2 {
    width: 100%;
    font-size: 28px;
    line-height: 40px;
  }
}
.assessment-page .assessment-area.assessment-step-4 .your-personal-details section {
  width: 65%;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-4 .your-personal-details section {
    width: 100%;
  }
}
.assessment-page .assessment-area.assessment-step-4 .your-personal-details section .name-area {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-4 .your-personal-details section .name-area {
    gap: 0;
  }
}
@media only screen and (max-width: 575px) {
  .assessment-page .assessment-area.assessment-step-4 .your-personal-details section .name-area {
    gap: 0;
    flex-direction: column;
  }
}
.assessment-page .assessment-area.assessment-step-4 .your-personal-details section .name-area .form-field {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-4 .your-personal-details section .name-area .form-field:first-of-type {
    margin-right: 10px;
  }
  .assessment-page .assessment-area.assessment-step-4 .your-personal-details section .name-area .form-field:last-of-type {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .assessment-page .assessment-area.assessment-step-4 .your-personal-details section .name-area .form-field {
    width: 100%;
  }
  .assessment-page .assessment-area.assessment-step-4 .your-personal-details section .name-area .form-field:first-of-type {
    margin-right: 0;
  }
  .assessment-page .assessment-area.assessment-step-4 .your-personal-details section .name-area .form-field:last-of-type {
    margin-left: 0;
  }
}
.assessment-page .assessment-area.assessment-step-4 .your-personal-details section .form-field {
  margin: 0 0 31px 0;
}
.assessment-page .assessment-area.assessment-step-4 .your-personal-details section .form-field label {
  margin: 0 0 16px 0;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #686868;
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-4 .your-personal-details section .form-field label {
    margin: 0 0 9px 0;
  }
}
.assessment-page .assessment-area.assessment-step-4 .your-personal-details section .form-field input:focus {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  outline: none;
  box-shadow: none;
  padding: 0;
}
.assessment-page .assessment-area.assessment-step-4 .your-personal-details section .form-field input[type=text],
.assessment-page .assessment-area.assessment-step-4 .your-personal-details section .form-field input[type=email],
.assessment-page .assessment-area.assessment-step-4 .your-personal-details section .form-field textarea {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  width: 100%;
  outline: none;
  font-size: 15px;
  line-height: 20px;
  color: #686868;
  background: #fff;
  padding: 0 !important;
}
.assessment-page .assessment-area.assessment-step-4 .your-personal-details section .form-field input[type=text]:focus,
.assessment-page .assessment-area.assessment-step-4 .your-personal-details section .form-field input[type=email]:focus,
.assessment-page .assessment-area.assessment-step-4 .your-personal-details section .form-field textarea:focus {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  outline: none;
}
.assessment-page .assessment-area.assessment-step-4 .your-personal-details section .form-field textarea {
  resize: none;
}
.assessment-page .assessment-area.assessment-step-4 .your-personal-details section .form-field input[type=submit] {
  font-size: 18px;
  margin-top: 25px;
}
.assessment-page .assessment-area.assessment-step-5 .assessment-content .container .thank-content {
  margin: 38px auto 80px auto;
  max-width: 800px;
  min-height: 200px;
  width: 100%;
  background: linear-gradient(180deg, #FFF2DB 0%, #FFFFFF 65.88%);
  border: 3px solid #FFA101;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .assessment-page .assessment-area.assessment-step-5 .assessment-content .container .thank-content {
    max-width: 650px;
  }
}
@media only screen and (max-width: 991px) {
  .assessment-page .assessment-area.assessment-step-5 .assessment-content .container .thank-content {
    margin: 8px auto 48px auto;
  }
}
.assessment-page .assessment-area.assessment-step-5 .assessment-content .container .thank-content .thanks-bg {
  border-radius: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.assessment-page .assessment-area.assessment-step-5 .assessment-content .container .thank-content .thanks-text-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  width: 475px;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -30%);
}
@media only screen and (max-width: 575px) {
  .assessment-page .assessment-area.assessment-step-5 .assessment-content .container .thank-content .thanks-text-content {
    width: 100%;
    padding: 0 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.assessment-page .assessment-area.assessment-step-5 .assessment-content .container .thank-content .thanks-text-content .tick-mark {
  width: 86.45px;
  height: 86.45px;
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 768px) {
  .assessment-page .assessment-area.assessment-step-5 .assessment-content .container .thank-content .thanks-text-content .tick-mark {
    width: 75px;
    height: 75px;
    margin: 0 auto 15px auto;
  }
}
@media only screen and (max-width: 575px) {
  .assessment-page .assessment-area.assessment-step-5 .assessment-content .container .thank-content .thanks-text-content .tick-mark {
    width: 55px;
    height: 55px;
    margin: 0 auto 10px auto;
  }
}
@media only screen and (max-width: 450px) {
  .assessment-page .assessment-area.assessment-step-5 .assessment-content .container .thank-content .thanks-text-content .tick-mark {
    width: 45px;
    height: 45px;
    margin: 0 auto 10px auto;
  }
}
.assessment-page .assessment-area.assessment-step-5 .assessment-content .container .thank-content .thanks-text-content p {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #6B5123;
}
@media only screen and (max-width: 768px) {
  .assessment-page .assessment-area.assessment-step-5 .assessment-content .container .thank-content .thanks-text-content p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .assessment-page .assessment-area.assessment-step-5 .assessment-content .container .thank-content .thanks-text-content p {
    font-size: 16px;
    line-height: 20px;
  }
}
.assessment-page .assessment-area .assessment-navigation {
  background: #4A4A4A;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .assessment-page .assessment-area .assessment-navigation {
    padding: 19px 0 18px 0;
  }
}
.assessment-page .assessment-area .assessment-navigation .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.assessment-page .assessment-area .assessment-navigation .container button,
.assessment-page .assessment-area .assessment-navigation .container input[type=submit] {
  height: 50px;
  padding: 0 32px;
  background: #D9D9D9;
  border-radius: 3px;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  border: none;
  outline: none;
  text-transform: uppercase;
  color: #4A4A4A;
}
@media only screen and (max-width: 768px) {
  .assessment-page .assessment-area .assessment-navigation .container button,
  .assessment-page .assessment-area .assessment-navigation .container input[type=submit] {
    padding: 0 28px;
    height: 36px;
    font-size: 15px;
  }
}
.assessment-page .assessment-area .assessment-navigation .container button:hover, .assessment-page .assessment-area .assessment-navigation .container button.active,
.assessment-page .assessment-area .assessment-navigation .container input[type=submit]:hover,
.assessment-page .assessment-area .assessment-navigation .container input[type=submit].active {
  background-color: #FFA101;
  color: #fff;
}
.assessment-page .assessment-area .assessment-navigation .container span {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .assessment-page .assessment-area .assessment-navigation .container span {
    display: block;
    margin: 8px 0;
    font-size: 14px;
  }
}
.assessment-page .assessment-area input[type=text],
.assessment-page .assessment-area textarea {
  background-color: rgba(247, 241, 231, 0.6);
  border: 1px solid #ffa101;
  border-radius: 6px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #686868;
  padding: 9px 22px !important;
}
.assessment-page .assessment-area input[type=text]:focus,
.assessment-page .assessment-area textarea:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 161, 1, 0.25);
}
.assessment-page .assessment-area textarea {
  resize: none;
  width: 100%;
}

/*==============================================================
 *business-partners style
 *=============================================================*/
.business-partners, .about-us {
  max-width: 840px;
  margin: auto;
  padding: 72px 0 59px 0;
}
@media only screen and (max-width: 991px) {
  .business-partners, .about-us {
    flex-direction: column;
    padding: 54px 0 41px 0;
  }
}
@media only screen and (max-width: 575px) {
  .business-partners, .about-us {
    flex-direction: column;
    padding: 25px 0 20px 0;
  }
}
.business-partners .container, .about-us .container {
  display: flex;
  justify-content: space-between;
  gap: 62px;
}
@media only screen and (max-width: 768px) {
  .business-partners .container, .about-us .container {
    flex-direction: column;
    gap: 0;
  }
}
.business-partners .container .image-area, .about-us .container .image-area {
  display: block;
  width: 30%;
  margin: -10px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .business-partners .container .image-area, .about-us .container .image-area {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 575px) {
  .business-partners .container .image-area, .about-us .container .image-area {
    margin: 0 0 20px 0;
  }
}
.business-partners .container .image-area img, .about-us .container .image-area img {
  display: block;
  width: 190.5px;
  height: 190.5px;
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .business-partners .container .image-area img, .about-us .container .image-area img {
    width: 112.5px;
    height: 112.5px;
  }
}
.business-partners .container .text-area, .about-us .container .text-area {
  width: 70%;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 768px) {
  .business-partners .container .text-area, .about-us .container .text-area {
    width: 100%;
    text-align: center;
  }
}
.business-partners .container .text-area h3, .about-us .container .text-area h3 {
  margin: 0 0 12px 0;
  font-weight: 300;
  font-size: 42px;
  line-height: 53px;
  letter-spacing: -0.03em;
  color: #4A4A4A;
}
@media only screen and (max-width: 991px) {
  .business-partners .container .text-area h3, .about-us .container .text-area h3 {
    font-size: 32px;
    line-height: 41px;
  }
}
@media only screen and (max-width: 575px) {
  .business-partners .container .text-area h3, .about-us .container .text-area h3 {
    font-size: 30px;
    line-height: 37px;
  }
}
.business-partners .container .text-area p, .about-us .container .text-area p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #686868;
}
@media only screen and (max-width: 575px) {
  .business-partners .container .text-area p, .about-us .container .text-area p {
    font-size: 15px;
    line-height: 24px;
  }
}

/*==============================================================
 *business partners list style
 *=============================================================*/
.partners-list {
  width: 100%;
  background: #F8F8F8;
  padding: 65px 0;
}
@media only screen and (max-width: 575px) {
  .partners-list {
    padding: 40px 0;
  }
}
.partners-list .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .partners-list .container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .partners-list .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .partners-list .container {
    grid-template-columns: 1fr;
  }
}
.partners-list .container figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 143px;
  background: #FFFFFF;
  border: 1.5px solid #FFA101;
  border-radius: 10px;
  padding: 15px;
}
.partners-list .container figure img {
  display: block;
  max-width: 180px;
  height: auto;
}

/*==============================================================
 *Footer CTA style
 *=============================================================*/
.footer-cta {
  width: 100%;
  background-color: #4A4A4A;
  padding: 40px 0;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .footer-cta {
    padding: 20px 0;
  }
}
.footer-cta a {
  display: inline-block;
  height: 60px;
  border: 2px solid #FFF5F5;
  border-radius: 4px;
  padding: 0 40px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .footer-cta a {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 22px;
  }
}
.footer-cta a:hover {
  background-color: #FFA101;
  color: #fff;
  border: 2px solid #FFA101;
}

/*==============================================================
 *What we analyze style
 *=============================================================*/
.what-we-analyze {
  width: 100%;
  padding: 64px 0;
}
@media only screen and (max-width: 991px) {
  .what-we-analyze {
    padding: 40px 0;
  }
}
.what-we-analyze .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .what-we-analyze .container {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
}
.what-we-analyze .container .text-area {
  max-width: 540px;
  margin: 0 0 30px 0;
}
.what-we-analyze .container .text-area h3 {
  margin: 0 0 13px 0;
  font-weight: 300;
  font-size: 42px;
  line-height: 53px;
  letter-spacing: -0.03em;
  color: #4A4A4A;
}
@media only screen and (max-width: 768px) {
  .what-we-analyze .container .text-area h3 {
    font-size: 35px;
    line-height: 43px;
  }
}
.what-we-analyze .container .text-area p {
  margin: 0 0 32px 0;
  color: #686868;
}
.what-we-analyze .container .image-area img {
  display: block;
  width: 526px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .what-we-analyze .container .image-area img {
    width: 100%;
  }
}

/*==============================================================
 *Mobility comsulting style
 *=============================================================*/
.mobility-consulting {
  width: 100%;
  background-color: #FFA101;
  padding: 50px 0;
}
.mobility-consulting .container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .mobility-consulting .container {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
}
@media only screen and (max-width: 991px) {
  .mobility-consulting .container .image-area {
    margin: 0 0 30px 0;
  }
}
.mobility-consulting .container .image-area img {
  display: block;
  width: 374px;
  height: auto;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .mobility-consulting .container .image-area img {
    max-width: 100%;
  }
}
.mobility-consulting .container .text-area {
  max-width: 612px;
  margin: auto;
}
.mobility-consulting .container .text-area h4 {
  margin: 0 0 12px 0;
  font-weight: 300;
  font-size: 46px;
  line-height: 52px;
  letter-spacing: -0.03em;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .mobility-consulting .container .text-area h4 {
    font-size: 35px;
    line-height: 44px;
  }
}
.mobility-consulting .container .text-area p {
  color: #4A4A4A;
  margin: 0 0 30px 0;
}
.mobility-consulting .container .text-area p:last-of-type {
  margin: 0;
}
.mobility-consulting .container .text-area h6 {
  margin: 0 0 16px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
}

/*==============================================================
 *Customized services style
 *=============================================================*/
.customized-services {
  width: 100%;
  padding: 55px 0;
}
@media only screen and (max-width: 768px) {
  .customized-services {
    padding: 50px 0;
  }
}
.customized-services .container h2 {
  max-width: 770px;
  margin: 0 auto 64px auto;
  font-style: normal;
  font-weight: 300;
  font-size: 46px;
  line-height: 52px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #4A4A4A;
}
.customized-services .container h2 span {
  color: #FFA101;
}
@media only screen and (max-width: 768px) {
  .customized-services .container h2 {
    font-size: 35px;
    line-height: 44px;
    margin: 0 auto 52px auto;
  }
}
.customized-services .container .services {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .customized-services .container .services {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.customized-services .container .services article {
  display: flex;
  max-width: 530px;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .customized-services .container .services article {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    margin: 0 0 30px 0;
  }
}
.customized-services .container .services article figure {
  flex-shrink: 0;
  margin-top: -15px;
}
@media only screen and (max-width: 768px) {
  .customized-services .container .services article figure {
    margin: 0 0 20px 0;
  }
}
.customized-services .container .services article figure img {
  display: block;
  width: 56px;
  height: 56px;
}
.customized-services .container .services article h5 {
  margin: 0 0 14px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #4A4A4A;
}
.customized-services .container .services article p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #686868;
}

/*==============================================================
 *About us style
 *=============================================================*/
/*==============================================================
 *About us style
 *=============================================================*/
.executive-team {
  width: 100%;
  background: #F8F8F8;
  padding: 70px 0;
}
@media only screen and (max-width: 991px) {
  .executive-team {
    padding: 40px 0;
  }
}
.executive-team .container h3 {
  font-weight: 300;
  font-size: 46px;
  line-height: 52px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #4A4A4A;
}
@media only screen and (max-width: 768px) {
  .executive-team .container h3 {
    font-size: 35px;
    line-height: 43px;
  }
}
.executive-team .container .executive {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 64px 0 39px 0;
}
@media only screen and (max-width: 768px) {
  .executive-team .container .executive {
    padding: 27px 0 28px 0;
  }
}
.executive-team .container .executive:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .executive-team .container .executive {
    flex-direction: column;
  }
}
.executive-team .container .executive figure img {
  display: block;
  width: 219.99px;
  height: 214.96px;
}
@media only screen and (max-width: 991px) {
  .executive-team .container .executive figure {
    margin: 0 0 25px 0;
  }
}
@media only screen and (max-width: 640px) {
  .executive-team .container .executive figure {
    margin: 0 auto 25px auto;
  }
}
.executive-team .container .executive section {
  margin: 0 0 0 42px;
  max-width: 925px;
}
.executive-team .container .executive section h5 {
  margin: 0 0 11px 0;
  font-weight: 300;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: -0.03em;
  color: #4A4A4A;
}
.executive-team .container .executive section p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #686868;
}
@media only screen and (max-width: 640px) {
  .executive-team .container .executive section p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .executive-team .container .executive section {
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  .executive-team .container .executive section {
    text-align: center;
  }
  .executive-team .container .executive section h5 {
    font-size: 26px;
    line-height: normal;
  }
}

/*==============================================================
 *Contact page
 *=============================================================*/
.contact-page {
  width: 100%;
  overflow-x: hidden;
  background: #F5F5F5;
}
.contact-page .container {
  display: flex;
  position: relative;
  gap: 150px;
  z-index: 100;
}
@media only screen and (max-width: 991px) {
  .contact-page .container {
    flex-direction: column;
    gap: 10px;
  }
}
.contact-page .container .contact-form {
  width: 70%;
  padding: 60px 0;
}
@media only screen and (max-width: 991px) {
  .contact-page .container .contact-form {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page .container .contact-form {
    padding: 40px 0 27px 0;
  }
}
.contact-page .container .contact-form h3 {
  margin: 0 0 45px 0;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 53px;
  letter-spacing: -0.03em;
  color: #4A4A4A;
}
@media only screen and (max-width: 991px) {
  .contact-page .container .contact-form h3 {
    font-size: 32px;
    line-height: 41px;
    margin: 0 0 30px 0;
  }
}
.contact-page .container .contact-form p {
  margin: 0 0 60px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #686868;
}
@media only screen and (max-width: 991px) {
  .contact-page .container .contact-form p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 40px 0;
  }
}
.contact-page .container .contact-form form .name-area {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 575px) {
  .contact-page .container .contact-form form .name-area {
    gap: 0;
    flex-direction: column;
  }
}
.contact-page .container .contact-form form .name-area .form-field {
  width: 50%;
}
@media only screen and (max-width: 575px) {
  .contact-page .container .contact-form form .name-area .form-field {
    width: 100%;
  }
}
.contact-page .container .contact-form form .form-field {
  margin: 0 0 31px 0;
}
@media only screen and (max-width: 991px) {
  .contact-page .container .contact-form form .form-field {
    margin: 0 0 26px 0;
  }
}
.contact-page .container .contact-form form .form-field label {
  margin: 0 0 16px 0;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #686868;
}
@media only screen and (max-width: 991px) {
  .contact-page .container .contact-form form .form-field label {
    margin: 0 0 10px 0;
  }
}
.contact-page .container .contact-form form .form-field input[type=text],
.contact-page .container .contact-form form .form-field input[type=email],
.contact-page .container .contact-form form .form-field textarea {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  width: 100%;
  outline: none;
  font-size: 15px;
  line-height: 20px;
  color: #686868;
  background: #F5F5F5;
}
.contact-page .container .contact-form form .form-field textarea {
  resize: none;
}
.contact-page .container .contact-form form .form-field input[type=submit] {
  font-size: 18px;
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .contact-page .container .contact-form form .form-field input[type=submit] {
    margin-top: 10px;
  }
}
.contact-page .container .contact-details {
  width: 30%;
  position: relative;
  z-index: 100;
  padding: 110px 0 60px 0;
}
@media only screen and (max-width: 991px) {
  .contact-page .container .contact-details {
    padding: 40px 0;
    width: 100%;
  }
}
.contact-page .container .contact-details:before {
  content: "";
  top: 0;
  left: 0;
  width: 2500px;
  height: 100%;
  background-color: #FFA101;
  position: absolute;
  z-index: -1;
}
.contact-page .container .contact-details address {
  font-style: normal;
  padding: 0 0 0 41px;
  margin: 0 0 47px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .contact-page .container .contact-details address {
    margin: 0 0 35px 0;
  }
}
.contact-page .container .contact-details address::before {
  content: "";
  background-image: url(../images/contact-map-icon.svg);
  width: 52px;
  height: 52px;
  position: absolute;
  top: -11px;
  left: -24px;
}
@media only screen and (max-width: 991px) {
  .contact-page .container .contact-details address::before {
    left: -7px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page .container .contact-details address {
    padding: 0 0 0 55px;
  }
}
.contact-page .container .contact-details address span {
  display: block;
  margin: 0 0 5px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
}
.contact-page .container .contact-details address p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.contact-page .container .contact-details .mail,
.contact-page .container .contact-details .phone {
  display: block;
  padding: 0 0 0 41px;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  position: relative;
}
.contact-page .container .contact-details .phone::before {
  content: "";
  background-image: url(../images/contact-phone-icon.svg);
  width: 52px;
  height: 52px;
  position: absolute;
  top: -11px;
  left: -24px;
}
@media only screen and (max-width: 991px) {
  .contact-page .container .contact-details .phone::before {
    left: -7px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page .container .contact-details .phone {
    padding: 0 0 0 55px;
  }
}
.contact-page .container .contact-details .mail {
  text-decoration-line: underline;
  margin: 0 0 66px 0;
}
@media only screen and (max-width: 991px) {
  .contact-page .container .contact-details .mail {
    margin: 0 0 43px 0;
  }
}
.contact-page .container .contact-details .mail::before {
  content: "";
  background-image: url(../images/contact-mail-icon.svg);
  width: 51px;
  height: 51px;
  position: absolute;
  top: -11px;
  left: -24px;
}
@media only screen and (max-width: 991px) {
  .contact-page .container .contact-details .mail::before {
    left: -7px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page .container .contact-details .mail {
    padding: 0 0 0 55px;
  }
}

.login-page {
  display: flex;
  padding: 70px 0;
  width: 100%;
  background: #F5F5F5;
}
@media only screen and (max-width: 991px) {
  .login-page {
    padding: 40px 0;
  }
}
.login-page .login-form {
  margin: 0 auto;
  padding: 50px 15px 83px 15px;
  width: 100%;
  max-width: 1076px;
  background: #FFFFFF;
  border: 3px solid #FFA101;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .login-page .login-form {
    padding: 32px 15px 42px 15px;
  }
}
.login-page .login-form h3 {
  margin: 0 0 39px 0;
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #4A4A4A;
}
@media only screen and (max-width: 768px) {
  .login-page .login-form h3 {
    font-size: 30px;
    line-height: 39px;
    margin: 0 0 26px 0;
  }
}
.login-page .login-form form {
  margin: 0 auto;
  max-width: 594px;
  width: 100%;
}
.login-page .login-form form .form-field {
  margin: 0 0 39px 0;
}
@media only screen and (max-width: 768px) {
  .login-page .login-form form .form-field {
    margin: 0 0 22px 0;
  }
}
.login-page .login-form form .form-field label {
  display: block;
  margin: 0 0 9px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #000000;
}
.login-page .login-form form .form-field input[type=email],
.login-page .login-form form .form-field input[type=password],
.login-page .login-form form .form-field input[type=text] {
  width: 100%;
  height: 50px;
  padding: 14px 19px 16px 19px;
  background: #F4EFE9;
  border-radius: 3px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.03em;
  border: none;
}
.login-page .login-form form .form-field input[type=email]::placeholder,
.login-page .login-form form .form-field input[type=password]::placeholder,
.login-page .login-form form .form-field input[type=text]::placeholder {
  color: #A59C9C;
}
.login-page .login-form form .login-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .login-page .login-form form .login-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.login-page .login-form form .login-cta input[type=submit] {
  background: #FFA101;
  padding: 13.5px 33.5px;
  border-radius: 3px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  outline: none;
}
.login-page .login-form form .login-cta input[type=submit]:hover {
  background: #ffbd4e;
}
@media only screen and (max-width: 768px) {
  .login-page .login-form form .login-cta input[type=submit] {
    padding: 11.5px 30.5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .login-page .login-form form .login-cta input[type=submit] {
    margin: 0 0 15px 0;
  }
}
.login-page .login-form form .login-cta span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #837979;
}
.login-page .login-form form .login-cta span a {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #1D1D1D;
}
.login-page .login-form form .login-cta span a:hover {
  color: #FFA101;
}

#resultdispregister .alert-success {
  font-size: 16px !important;
  line-height: 25px;
}

.login-page .alert-success {
  text-align: center;
  font-size: 14px !important;
  line-height: 22px;
}

/*==============================================================
 *Footer Styles
 *=============================================================*/
.footer {
  width: 100%;
  padding: 65px 0;
  background-color: #fff;
  border-top: #ececec solid 1px;
}
@media only screen and (max-width: 991px) {
  .footer {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 575px) {
  .footer {
    padding: 20px 0;
  }
}
.footer .container .footer-contact {
  display: flex;
}
.footer .container .footer-contact .address {
  width: 62%;
}
.footer .container .footer-contact .footer-social-icons {
  width: 38%;
}
@media only screen and (max-width: 1200px) {
  .footer .container {
    row-gap: 15px;
    column-gap: 15px;
  }
  .footer .container .footer-contact {
    flex-direction: column;
  }
  .footer .container .footer-contact .address {
    width: 100%;
  }
  .footer .container .footer-contact .footer-social-icons {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .footer .container .footer-menu {
    width: 100%;
  }
  .footer .container .footer-menu ul {
    column-count: 2;
  }
}
@media only screen and (max-width: 768px) {
  .footer .container .footer-contact {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer .container .footer-contact .address {
    width: 52%;
  }
  .footer .container .footer-contact .footer-social-icons {
    width: 48%;
  }
}
@media only screen and (max-width: 400px) {
  .footer .container .footer-contact {
    flex-direction: column;
  }
  .footer .container .footer-contact .address {
    width: 52%;
  }
  .footer .container .footer-contact .footer-social-icons {
    width: 48%;
  }
}
.footer .container h6 {
  margin: 0 0 22px 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #4A4A4A;
}
@media only screen and (max-width: 991px) {
  .footer .container h6 {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .footer .container h6 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px 0;
  }
}
.footer .container .logo {
  display: flex;
  flex-direction: column;
}
.footer .container .logo a {
  display: inline-block;
  margin: 0 0 9px 0;
}
.footer .container .logo a img {
  display: block;
  width: 180px;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .footer .container .logo a img {
    width: 130px;
  }
}
@media only screen and (max-width: 575px) {
  .footer .container .logo a {
    margin: 0 0 3px 0;
  }
  .footer .container .logo a img {
    width: 100px;
  }
}
.footer .container .logo span {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #686868;
}
.footer .container .footer-link ul li {
  margin: 0 0 9px 0;
}
@media only screen and (max-width: 991px) {
  .footer .container .footer-link ul li {
    margin: 0;
  }
}
.footer .container .footer-link ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #686868;
}
@media only screen and (max-width: 575px) {
  .footer .container .footer-link ul li a {
    font-size: 14px;
  }
}
.footer .container .footer-link ul li a:hover {
  color: #FFA101;
}
.footer .container .footer-link ul li.active a {
  color: #FFA101;
}
.footer .container .footer-link .mail {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 20px 14px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #4A4A4A;
}
@media only screen and (max-width: 575px) {
  .footer .container .footer-link .mail {
    font-size: 15px;
  }
}
.footer .container .footer-link .mail::before {
  content: "\e904";
  color: #FFA101;
  font-size: 16px;
  font-family: "icomoon" !important;
  position: absolute;
  top: 0;
  left: 0;
}
.footer .container .footer-link .mail:hover {
  color: #FFA101;
}
.footer .container .footer-link .phone {
  display: block;
  position: relative;
  padding: 0 0 0 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #4A4A4A;
}
@media only screen and (max-width: 575px) {
  .footer .container .footer-link .phone {
    font-size: 15px;
  }
}
.footer .container .footer-link .phone::before {
  content: "\e903";
  color: #FFA101;
  font-size: 22px;
  font-family: "icomoon" !important;
  position: absolute;
  top: 0;
  left: 0;
}
.footer .container .footer-link .phone:hover {
  color: #FFA101;
}
.footer .container .footer-link:hover {
  color: #FFA101;
}
.footer .container .footer-social-icons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (max-width: 1200px) {
  .footer .container .footer-social-icons {
    flex-direction: row;
    margin-top: 20px;
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .footer .container .footer-social-icons {
    grid-column: auto;
    justify-content: start;
  }
}
@media only screen and (max-width: 575px) {
  .footer .container .footer-social-icons {
    margin-top: 10px;
  }
}
.footer .container .footer-social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFA101;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .footer .container .footer-social-icons a {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .footer .container .footer-social-icons a {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
}
.footer .container .footer-social-icons a:hover {
  background: #686868;
}/*# sourceMappingURL=main.css.map */