/** Shopify CDN: Minification failed

Line 12577:19 Expected "}" to go with "{"

**/
/* ==========================================================================
   #MAIN
   ========================================================================== */
/* ==========================================================================
   #CO TEXT FONT
   ========================================================================== */
@import url("https://use.typekit.net/hrs6jzk.css");
/* ==========================================================================
   #SIGNA COLUMN FONT
   ========================================================================== */
@font-face {
  font-family: 'SignaColumn';
  src: url("SignaColumn-Light.woff2") format("woff2"), url("SignaColumn-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/* ==========================================================================
   #BODY
   ========================================================================== */
body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  color: #02060F;
  font-family: "SignaColumn";
  font-weight: 400;
  background: #fff;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  @media (max-width: 1198px) {
    body {
      font-size: 16px;
      line-height: 22px; } }
  @media (max-width: 991px) {
    body {
      font-size: 18px;
      line-height: 26px; } }

::selection {
  color: #fff;
  background-color: #0089BD; }

.text-cta {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "co-text";
  letter-spacing: 0.5px; }

/* ==========================================================================
   #BUTTONS
   ========================================================================== */
.button {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #02060F;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "co-text";
  letter-spacing: 0.5px;
  padding: 7px 25px 7px 25px;
  min-width: 138px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  z-index: 2;
  border: none;
  background: none; }
  .button:hover {
    color: #02060F; }
    .button:hover:before {
      transform: scale(0.95);
      -webkit-transform: scale(0.95);
      -moz-transform: scale(0.95); }
  .button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in; }
  .button svg {
    margin-right: 7px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top; }
    .button svg path {
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }

.footer__newsletter-button {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }

.button + .button {
  margin-left: 8px; }

.button--transparent-white {
  color: #fff; }
  .button--transparent-white:hover {
    color: #02060F; }
    .button--transparent-white:hover:before {
      background: #fff; }
  .button--transparent-white:before {
    background: transparent; }

.button--transparent-dark {
  color: #02060F; }
  .button--transparent-dark:hover {
    color: #fff; }
    .button--transparent-dark:hover:before {
      background: #02060F; }
    .button--transparent-dark:hover svg path {
      fill: #fff !important; }
  .button--transparent-dark:before {
    background: transparent;
    border-color: #02060F; }

.button--dark {
  color: #fff; }
  .button--dark:hover {
    color: #fff; }
    .button--dark:hover:before {
      background: #02060F; }
  .button--dark:before {
    background: #02060F;
    border-color: #02060F; }

/* ==========================================================================
   #HEADING
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 40px;
  line-height: 1.05;
  font-family: "co-text";
  font-weight: bold;
  text-transform: uppercase; }
  @media (max-width: 1098px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 32px; } }
  @media (max-width: 991px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 36px; } }

h1 {
  font-size: 40px; }
  @media (max-width: 1098px) {
    h1 {
      font-size: 32px; } }
  @media (max-width: 991px) {
    h1 {
      font-size: 36px; } }

h2 {
  font-size: 40px; }
  @media (max-width: 1098px) {
    h2 {
      font-size: 32px; } }
  @media (max-width: 991px) {
    h2 {
      font-size: 36px; } }

h3 {
  font-size: 40px; }
  @media (max-width: 1098px) {
    h3 {
      font-size: 32px; } }
  @media (max-width: 991px) {
    h3 {
      font-size: 36px; } }

h4 {
  font-size: 32px; }
  @media (max-width: 1098px) {
    h4 {
      font-size: 26px; } }
  @media (max-width: 991px) {
    h4 {
      font-size: 28px; } }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

/* ==========================================================================
   #HR ELEMENT
   ========================================================================== */
hr {
  background: #f3f3f3;
  height: 1px;
  border: none;
  padding: 0px;
  margin: 0px;
  opacity: 1; }

/* ==========================================================================
   #HTML
   ========================================================================== */
html {
  font-size: 1rem; }
  @media (max-width: 1199px) {
    html {
      font-size: 0.9rem; } }
  @media (max-width: 991px) {
    html {
      font-size: 0.85rem; } }
  @media (max-width: 767px) {
    html {
      font-size: 0.75rem; } }

/* ==========================================================================
   #INPUTS
   ========================================================================== */
/* ==========================================================================
   #LAZY EFFECT
   ========================================================================== */
.lazy-effect {
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  .lazy-effect.lazyloaded {
    opacity: 1; }

/* ==========================================================================
   #LINKS
   ========================================================================== */
a {
  color: #02060F;
  text-decoration: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  a:hover {
    color: #02060F; }

/* Custom tooltip */
.custom-tooltip {
  top: -45px;
  left: -3px;
  font-size: 12px;
  padding: 5px 10px 7px 10px;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  display: block !important;
  background-color: #02060f;
  line-height: 1.5;
  color: #fff;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

.custom-tooltip:after {
  left: 14px;
  bottom: -10px;
  content: "";
  position: absolute;
  border-top: 10px solid #02060f;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent; }

.open-tooltip {
  display: block;
  position: relative; }

.open-tooltip:hover .custom-tooltip {
  opacity: 1;
  visibility: visible; }

  .product-grid-item__colors li:last-child .custom-tooltip {
    left: auto;
    right: -3px;
  }

    .product-grid-item__colors li:last-child .custom-tooltip:after {
      left: auto;
      right: 14px;
    }

/* ==========================================================================
   #CONTAINER
   ========================================================================== */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 100%;
  padding: 0px 50px; }
  @media (max-width: 991px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
      padding: 0px 20px; } }

.wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.body-wrapper {
  flex: 1; }

/* ==========================================================================
   #FULL WIDTH LAYOUT
   ========================================================================== */
@media (min-width: 1441px) {
  .header-full-width .header .container {
    max-width: 100%; }
  .gallery-full-width .main-product__carousel {
    max-width: 100%; }
  .gallery-full-width .main-product {
    min-height: calc(100vh - 120px); }
  .gallery-full-width .main-product__image,
  .gallery-full-width .zoomed-image__container a {
    height: calc(100vh - 120px);
    min-height: 50vw; }
  .gallery-full-width .zoomed-image__container {
    max-width: 100%;
    overflow: hidden; }
  .gallery-full-width .main-product .container {
    max-width: 100%; }
  .content-full-width .product-reviews .container {
    max-width: 100%; }
  .content-full-width .product-reviews .kl_reviews__summary {
    width: 34.7vw;
    margin-right: 6.5vw !important; }
  .content-full-width .product-reviews .kl_reviews__reviews_list {
    width: 50.3vw; }
  .content-full-width .hero__centred-image {
    width: 20vw;
    min-width: 340px; }
  .content-full-width .feature__container {
    height: 47vw; }
  .content-full-width .feature__first-image {
    width: 17.7vw; }
  .content-full-width .feature__second-image {
    width: 22.9vw; }
  .content-full-width main .container,
  .content-full-width .search .container {
    max-width: 100%; }
  .content-full-width .feature-2__content {
    width: 34.5vw; }
  .content-full-width .feature-2__image {
    width: 56.6vw; }
  .content-full-width .artists__left,
  .content-full-width .latest-news__left {
    width: 27vw; }
  .content-full-width .artists__right {
    margin-right: 4.375vw; }
  .content-full-width .latest-news__posts {
    width: 66.8vw; }
  .content-full-width .feature-3__content {
    width: 47.9vw; }
  .content-full-width .feature-3__image {
    width: 34.5vw;
    margin-left: auto; }
  .content-full-width .feature-3--image-position-left .feature-3__image {
    margin-right: auto; }
  .content-full-width .press__title {
    width: 26.73vw; }
  .content-full-width .press__logos {
    width: 67.3vw; }
  .content-full-width .post__image {
    width: 41.25vw; }
  .content-full-width .post__content {
    width: 47.91vw;
    margin-left: 6.66vw;
    margin-left: auto; }
  .content-full-width .blog-top__left {
    width: 45.6vw;
    margin-right: auto; }
  .content-full-width .blog-top__right {
    width: 47.9vw; }
  .content-full-width .collection-info__description {
    width: 47.8vw; }
  .content-full-width .collection-info-with-image__right {
    width: 53.4vw; }
  .content-full-width .collection-info-with-image__image img {
    height: 25vw; }
  .content-full-width .artists__right {
    width: 22.43vw; }
  .content-full-width .artists__image {
    height: 28.6vw; }
  .content-full-width .help-page__left {
    width: 17.36vw; }
  .content-full-width .help-page__right {
    width: 69.44vw; }
  .content-full-width .account__right {
    width: 69vw; }
  .content-full-width .framing-options__title {
    width: 26.38vw; }
  .content-full-width .framing-options__content {
    width: 69vw; }
  .content-full-width.body__projects .feature-3__image {
    width: 41.25vw; }
    .content-full-width.body__projects .feature-3__image p {
      height: 26vw; }
  .content-full-width.body__projects .feature-3--image-position-left .feature-3__image {
    margin-right: 6.66vw; }
  .content-full-width .our-services__left {
    width: 26.73vw; }
  .content-full-width .our-services__right {
    width: 68.95vw; }
  .content-full-width .our-service {
    width: 15.7vw; }
  .content-full-width .testimonial {
    max-width: 43vw; }
  .content-full-width .contact-page__items {
    max-width: 60vw; }
  .content-full-width .contact-page__item {
    max-width: 280px; }
  .content-full-width .contact-form__left {
    width: 36.87vw; }
  .content-full-width .contact-form__right {
    width: 34.51vw;
    min-height: 50vw; }
  .content-full-width.body__trade .feature-3__image {
    width: 41.25vw; }
    .content-full-width.body__trade .feature-3__image p {
      height: 25vw; }
  .content-full-width.body__trade .feature-3--image-position-left .feature-3__image {
    margin-right: 6.66vw; }
  .footer-full-width .footer .container {
    max-width: 100%; } }

/* ==========================================================================
   #ROW
   ========================================================================== */
.row {
  margin: 0px -25px; }
  @media (max-width: 991px) {
    .row {
      margin: 0px -8px; } }
  .row > div {
    padding: 0px 25px; }
    @media (max-width: 991px) {
      .row > div {
        padding: 0px 8px; } }

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2022 Animate.css
 */
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important; }
  .animate__animated[class*=Out] {
    opacity: 0; } }

@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

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

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -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); } }

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes rubberBand {
  0% {
    -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); } }

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shakeX {
  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 shakeX {
  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); } }

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX; }

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

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

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.animate__headShake {
  -webkit-animation-name: headShake;
  animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-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); } }

.animate__swing {
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-transform-origin: top center;
  transform-origin: top center; }

@-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); } }

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  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: translateZ(0);
    transform: translateZ(0); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  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: translateZ(0);
    transform: translateZ(0); } }

.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.animate__heartBeat {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration)*1.3);
  animation-duration: calc(var(--animate-duration)*1.3);
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

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

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

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown; }

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

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

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft; }

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

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

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight; }

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

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

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp; }

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

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

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown; }

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

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

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft; }

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

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

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight; }

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

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

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -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); } }

.animate__bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*.75);
  animation-duration: calc(var(--animate-duration)*.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

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

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

.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

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

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

.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

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

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

.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

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

.animate__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); } }

.animate__bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*.75);
  animation-duration: calc(var(--animate-duration)*.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

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

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

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

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

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

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

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

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

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

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

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

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

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

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

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

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

.animate__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: translateZ(0);
    transform: translateZ(0); } }

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

.animate__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: translateZ(0);
    transform: translateZ(0); } }

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

.animate__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: translateZ(0);
    transform: translateZ(0); } }

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

.animate__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: translateZ(0);
    transform: translateZ(0); } }

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

.animate__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: translateZ(0);
    transform: translateZ(0); } }

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

.animate__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: translateZ(0);
    transform: translateZ(0); } }

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

.animate__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: translateZ(0);
    transform: translateZ(0); } }

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

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

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

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

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft; }

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

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

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight; }

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

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

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft; }

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

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

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight; }

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

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -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); } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

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

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

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft; }

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

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

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight; }

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

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

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight; }

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

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

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft; }

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

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

.animate__animated.animate__flip {
  -webkit-animation-name: flip;
  animation-name: flip;
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }

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

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

.animate__flipInX {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

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

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

.animate__flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg); } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg); } }

.animate__flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*.75);
  animation-duration: calc(var(--animate-duration)*.75);
  -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% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg); }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg); } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg); }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg); } }

.animate__flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*.75);
  animation-duration: calc(var(--animate-duration)*.75);
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes lightSpeedInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg); }
  60% {
    opacity: 1;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes lightSpeedInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg); }
  60% {
    opacity: 1;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg); }
  60% {
    opacity: 1;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg); }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes lightSpeedInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg); }
  60% {
    opacity: 1;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg); }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg); } }

@keyframes lightSpeedOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg); } }

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg); } }

@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg); } }

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg); } }

@keyframes rotateOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg); } }

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

@keyframes rotateOutDownRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

@keyframes rotateOutUpRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

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

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

.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

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

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

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

@-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: translateZ(0);
    transform: translateZ(0); } }

@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: translateZ(0);
    transform: translateZ(0); } }

.animate__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); } }

.animate__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; } }

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

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

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

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

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

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

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

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

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

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

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

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

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

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

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

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

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

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

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

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

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

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

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

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

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center; }

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

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

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-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); } }

.animate__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); } }

.animate__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); } }

.animate__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); } }

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

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

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

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

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

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

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

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

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

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

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

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

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* ==========================================================================
   #AOS EFFECT
   ========================================================================== */
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1; }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

.animation-done {
  opacity: 1 !important; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color); }

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0; }

.pswp * {
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

.pswp--open {
  display: block; }

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity; }

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg); }

.pswp,
.pswp__scroll-wrap {
  overflow: hidden; }

.pswp,
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.pswp {
  position: fixed; }

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto; }

.pswp__img {
  background: #fff; }

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

.pswp__img {
  cursor: zoom-in; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden; }

.pswp__hidden {
  display: none !important; }

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none; }

.pswp__content > * {
  pointer-events: auto; }

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid; }

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color); }

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  /* always overlap slide content */
  pointer-events: none;
  /* hidden elements should not be clickable */ }

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto; }

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none; }

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1; }

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto; }

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary); }

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none; }

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none; }

.pswp__icn:focus {
  outline: 0; }

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg); }

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important; }

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity; }

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px; }

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px; }

.pswp__button--arrow:disabled {
  display: none;
  cursor: default; }

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0; }

.pswp--one-slide .pswp__button--arrow {
  display: none; }

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden; }

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible; }

.pswp__button--arrow--prev {
  right: auto;
  left: 0px; }

.pswp__button--arrow--next {
  right: 0px; }

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1); }

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none; }

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  display: none;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto; }

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite; }

.pswp__preloader--active .pswp__icn {
  opacity: 0.85; }

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85; }

.pswp--one-slide .pswp__counter {
  display: none; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: .75;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pswp__button:focus, .pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: 0;
  opacity: .9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(default-skin.png);
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: 0 0; } }

.pswp__button--close {
  background-position: 0 -44px !important; }

.pswp__button--share {
  background-position: -44px -44px !important; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0 !important; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0 !important; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0 !important; }

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px !important; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px !important; }

.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform .25s;
  transition: transform .25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a; }

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff; }

a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d; }

a.pswp__share--download:hover {
  background: #ddd; }

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 22px;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  opacity: .75;
  padding: 0 10px; }

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #bbb; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc; }

.pswp__caption--empty {
  display: none; }

.pswp__caption--fake {
  visibility: hidden; }

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise .5s linear infinite;
  animation: clockwise .5s linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  opacity: .75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__caption, .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5); }

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3); }

.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
  opacity: .001; }

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: 0 0; }

.splide__container {
  box-sizing: border-box;
  position: relative; }

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important; }

.splide.is-initialized:not(.is-active) .splide__list {
  display: block; }

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none; }

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto; }

.splide:not(.is-overflow) .splide__pagination {
  display: none; }

.splide__progress__bar {
  width: 0; }

.splide {
  position: relative;
  visibility: hidden; }

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible; }

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative; }

.splide__slide img {
  vertical-align: bottom; }

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none; }

.splide__toggle.is-active .splide__toggle__pause {
  display: inline; }

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0; }

@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0; }

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1; }

.splide--rtl {
  direction: rtl; }

.splide__track--ttb > .splide__list {
  display: block; }

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1; }

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em; }

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9; }

.splide__arrow:disabled {
  opacity: 0.3; }

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__arrow--prev {
  left: 1em; }

.splide__arrow--prev svg {
  transform: scaleX(-1); }

.splide__arrow--next {
  right: 1em; }

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1; }

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px; }

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1; }

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9; }

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__progress__bar {
  background: #ccc;
  height: 3px; }

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.splide__slide:focus {
  outline: 0; }

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px; } }

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf; } }

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px; } }

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf; }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf; } }

.splide__toggle {
  cursor: pointer; }

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer; }

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000; }

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em; }

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1); }

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto; }

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1); }

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%); }

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em; }

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg); }

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto; }

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg); }

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0; }

/* ==========================================================================
   #ANNOUNCEMENT
   ========================================================================== */
.announcement {
  text-align: center;
  height: 30px;
  position: relative;
  z-index: 9; }

.announcement__container {
  position: relative;
  height: 30px; }

.announcement__items {
  height: 30px;
  overflow: hidden; }

.announcement__item {
  padding: 0px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  line-height: 30px;
  white-space: nowrap; }
  @media (max-width: 767px) {
    .announcement__item {
      overflow-x: scroll; } }
  .announcement__item.no-transition {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none; }
  .announcement__item.no-transform {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important; }

.top-right-link {
  position: absolute;
  top: 0;
  right: 25px; }
  @media (max-width: 991px) {
    .top-right-link {
      display: none; } }
  .top-right-link a {
    height: 30px; }
    .top-right-link a svg {
      margin-left: 7px; }

.currency-switcher {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px; }
  @media (max-width: 991px) {
    .currency-switcher {
      display: none; } }
  .currency-switcher:hover .currency-switcher__content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.currency-switcher__current {
  height: 30px;
  padding: 0px 25px;
  cursor: pointer; }
  .currency-switcher__current p {
    padding: 0px;
    margin: 0px 7px 0px 0px; }

.currency-switcher__content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  padding: 25px;
  line-height: 36px;
  text-align: left;
  max-height: 80vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  .currency-switcher__content::-webkit-scrollbar {
    display: none; }
  .currency-switcher__content a {
    color: #02060f !important; }

/* ==========================================================================
   #HEADER ACCOUNT
   ========================================================================== */
.login-canvas {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none; }
  .login-canvas.active {
    display: block; }
  .login-canvas.show .login-canvas__content {
    opacity: 1; }

.login-canvas__overflow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(2, 6, 15, 0.3);
  backdrop-filter: blur(5px); }
  @media (max-width: 767px) {
    .login-canvas__overflow {
      display: none; } }

.login-canvas__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 463px;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
  padding: 26px 26px 26px 26px;
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  @media (max-width: 767px) {
    .login-canvas__content {
      width: 100%;
      padding: 24px 20px 20px 20px; } }
  .login-canvas__content::-webkit-scrollbar {
    display: none; }

.login-canvas_close {
  position: absolute;
  display: block;
  padding: 5px;
  top: 23px;
  right: 21px;
  line-height: 12px;
  z-index: 3; }
  @media (max-width: 767px) {
    .login-canvas_close {
      top: 20px;
      right: 15px; } }
  .login-canvas_close svg {
    display: block; }

.login-canvas__title {
  padding: 0px 26px 24px 26px;
  margin: 0px -26px 32px -26px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 16px;
  position: relative; }
  @media (max-width: 767px) {
    .login-canvas__title {
      margin: 0px -20px 32px -20px;
      padding: 0px 20px 21px 20px; } }

.login-canvas__description {
  padding: 0px 0px 20px 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 18px; }

.login-canvas__inputs .form-group + .form-group {
  margin-top: 13px; }

.login-canvas__inputs input,
.login-canvas__inputs textarea {
  display: block;
  width: 100%;
  padding: 11px 22px 11px 22px;
  background: none;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  transition: border 0.3s ease-in;
  -webkit-transition: border 0.3s ease-in;
  -moz-transition: border 0.3s ease-in; }
  @media (max-width: 991px) {
    .login-canvas__inputs input,
    .login-canvas__inputs textarea {
      padding-left: 16px;
      padding-right: 16px; } }
  .login-canvas__inputs input::-webkit-input-placeholder,
  .login-canvas__inputs textarea::-webkit-input-placeholder {
    color: #000; }
  .login-canvas__inputs input::-moz-placeholder,
  .login-canvas__inputs textarea::-moz-placeholder {
    color: #000; }
  .login-canvas__inputs input:-ms-input-placeholder,
  .login-canvas__inputs textarea:-ms-input-placeholder {
    color: #000; }
  .login-canvas__inputs input:-moz-placeholder,
  .login-canvas__inputs textarea:-moz-placeholder {
    color: #000; }
  .login-canvas__inputs input:focus,
  .login-canvas__inputs textarea:focus {
    border: 1px solid #02060f; }

.login-canvas__inputs textarea {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

.marketing-checkbox {
  margin: 20px 0px 0px 0px; }

.login-canvas__forgot-password {
  text-align: right;
  padding: 9px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  position: relative; }
  .login-canvas__forgot-password a {
    font-size: 11px;
    line-height: 14px;
    text-decoration: none;
    display: inline-block;
    position: relative; }
    .login-canvas__forgot-password a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 0.5px;
      background: #02060F; }

.login-canvas__button {
  padding-top: 13px; }
  .login-canvas__button .button {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px; }

.login-canvas__second-button {
  text-align: center;
  padding: 28px 0px 0px 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 18px; }
  .login-canvas__second-button p {
    padding: 0px;
    margin: 0px; }
  .login-canvas__second-button a {
    text-decoration: none;
    display: inline-block;
    position: relative; }
    .login-canvas__second-button a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 0.5px;
      background: #02060F; }

.login-canvas__back {
  text-align: center;
  padding: 20px 0px 0px 0px;
  margin: 0px; }
  .login-canvas__back a {
    font-size: 14px;
    line-height: 18px; }

/* ==========================================================================
   #HEADER CANVAS CART
   ========================================================================== */
.canvas-cart {
  display: none; }
  .canvas-cart.active {
    display: block; }
  .canvas-cart.show .canvas-cart__content,
  .canvas-cart.show .canvas-cart__you-might-also-like.active {
    opacity: 1;
    pointer-events: auto; }

.canvas-cart__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(2, 6, 15, 0.3);
  backdrop-filter: blur(5px);
  z-index: 9999; }
  @media (max-width: 767px) {
    .canvas-cart__overlay {
      display: none; } }

.canvas-cart__content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 463px;
  padding: 0px;
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  z-index: 99991; }
  @media (max-width: 767px) {
    .canvas-cart__content {
      width: 100%; } }

.canvas-cart__you-might-also-like {
  position: fixed;
  top: 0;
  right: 463px;
  bottom: 0;
  background: #fff;
  border-right: 1px solid #E5E5E5;
  width: 282px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
  padding: 26px 14px 26px 14px;
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  z-index: 99991;
  pointer-events: none; }
  @media (max-width: 767px) {
    .canvas-cart__you-might-also-like {
      display: none !important; } }
  .canvas-cart__you-might-also-like::-webkit-scrollbar {
    display: none; }
  .canvas-cart__you-might-also-like .product-grid-item {
    margin-top: 12px; }
  .canvas-cart__you-might-also-like .product-grid-item__image img {
    padding: 15px 8px 0px 12px; }
  .canvas-cart__you-might-also-like .product-grid-item__content {
    padding: 11px 11px 7px 11px !important;
    height: auto !important; }
  .canvas-cart__you-might-also-like .product-grid-item__title {
    font-size: 11px;
    line-height: 14px; }
  .canvas-cart__you-might-also-like .product-grid-item__price {
    font-size: 11px;
    line-height: 18px; }
  .canvas-cart__you-might-also-like .product-grid-item__content--type-2 .product-grid-item__content-right {
    padding-bottom: 4px; }
  .canvas-cart__you-might-also-like .product-grid-item__colors {
    margin-top: 5px; }
    .canvas-cart__you-might-also-like .product-grid-item__colors .product-grid-item__color {
      width: 12px;
      height: 12px; }

.canvas-cart__you-might-also-like.active-2 {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  z-index: 99992; }

.you-might-also-like__title {
  text-align: center;
  padding: 0px 0px 8px 0px;
  margin: 0px;
  font-size: 16px; }

.canvas-cart__mobile-you-might-also-like {
  margin: -16px -20px 14px -20px;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 20px; }
  @media (max-height: 620px) {
    .canvas-cart__mobile-you-might-also-like {
      display: none !important; } }
  .canvas-cart__mobile-you-might-also-like .loader {
    height: 120px; }
  .canvas-cart__mobile-you-might-also-like .owl-dots,
  .canvas-cart__mobile-you-might-also-like .splide__pagination {
    display: none !important; }
  .canvas-cart__mobile-you-might-also-like .owl-nav,
  .canvas-cart__mobile-you-might-also-like .splide__arrows {
    display: flex !important;
    align-items: center;
    position: absolute;
    top: -34px;
    right: -4px; }
  .canvas-cart__mobile-you-might-also-like .owl-prev,
  .canvas-cart__mobile-you-might-also-like .splide__arrow--prev {
    width: 21px !important;
    height: 21px !important;
    border: none !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    position: relative !important;
    background: none !important;
    transform: none !important;
    margin: 0px !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    opacity: 1 !important; }
    .canvas-cart__mobile-you-might-also-like .owl-prev:before,
    .canvas-cart__mobile-you-might-also-like .splide__arrow--prev:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 15px;
      background: url(icon-right.svg) center no-repeat;
      top: 50%;
      left: 49%;
      transform: translate(-50%, -50%) scale(-1);
      -webkit-transform: translate(-50%, -50%) scale(-1);
      -moz-transform: translate(-50%, -50%) scale(-1); }
    .canvas-cart__mobile-you-might-also-like .owl-prev.disabled:before,
    .canvas-cart__mobile-you-might-also-like .splide__arrow--prev.disabled:before {
      opacity: 0.2; }
    .canvas-cart__mobile-you-might-also-like .owl-prev span,
    .canvas-cart__mobile-you-might-also-like .splide__arrow--prev span {
      display: none !important; }
  .canvas-cart__mobile-you-might-also-like .owl-next,
  .canvas-cart__mobile-you-might-also-like .splide__arrow--next {
    width: 21px !important;
    height: 21px !important;
    border: none !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    position: relative !important;
    background: none !important;
    transform: none !important;
    margin: 0px 0px 0px 3px !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    opacity: 1 !important; }
    .canvas-cart__mobile-you-might-also-like .owl-next:before,
    .canvas-cart__mobile-you-might-also-like .splide__arrow--next:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 15px;
      background: url(icon-right.svg) center no-repeat;
      top: 50%;
      left: 52%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%); }
    .canvas-cart__mobile-you-might-also-like .owl-next.disabled:before,
    .canvas-cart__mobile-you-might-also-like .splide__arrow--next.disabled:before {
      opacity: 0.2; }
    .canvas-cart__mobile-you-might-also-like .owl-next span,
    .canvas-cart__mobile-you-might-also-like .splide__arrow--next span {
      display: none !important; }

.mobile-you-might-also-like__title {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "co-text";
  letter-spacing: 0.5px;
  padding: 0px 0px 18px 0px;
  margin: 0px; }

.canvas-cart__d-flex {
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .canvas-cart__d-flex::-webkit-scrollbar {
    display: none; }

.canvas-cart__top-and-products {
  width: 100%;
  padding-bottom: 20px; }

.canvas-cart__close {
  display: block;
  padding: 10px;
  position: absolute;
  right: 16px;
  top: 16px;
  line-height: 12px; }

.canvas-cart__title {
  padding: 26px 26px 15px 26px;
  margin: 0px; }
  @media (max-width: 767px) {
    .canvas-cart__title {
      padding-left: 20px;
      padding-right: 20px; } }

.cart__free-delivery {
  padding: 0px 26px 5px 26px; }
  @media (max-width: 767px) {
    .cart__free-delivery {
      padding-left: 20px;
      padding-right: 20px; } }
  .cart__free-delivery.active .cart-delivery__messages > div {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%); }

.cart-delivery__bar {
  height: 3px;
  background: #E5E5E5;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  overflow: hidden; }
  .cart-delivery__bar p {
    padding: 0px;
    margin: 0px;
    height: 3px;
    background: #0089BD;
    transition: width 0.3s ease-in;
    -webkit-transition: width 0.3s ease-in;
    -moz-transition: width 0.3s ease-in; }

.cart-delivery__messages {
  font-size: 11px;
  line-height: 18px;
  margin: 7px 0px 0px 0px;
  height: 18px;
  overflow: hidden; }
  .cart-delivery__messages > div {
    transition: transform 0.3s ease-in;
    -webkit-transition: transform 0.3s ease-in;
    -moz-transition: transform 0.3s ease-in; }

.header-cart__items {
  padding: 0px 26px;
  margin: 0px;
  list-style: none; }
  @media (max-width: 767px) {
    .header-cart__items {
      padding: 0px 20px; } }

.cart-item {
  margin-top: 10px;
  background: #F5F5F5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  overflow: hidden;
  transition: transform 0.3s ease-in, height 0.3s ease-in, margin 0.3s ease-in, opacity 0.3s ease-in;
  -webkit-transition: transform 0.3s ease-in, height 0.3s ease-in, margin 0.3s ease-in, opacity 0.3s ease-in;
  -moz-transition: transform 0.3s ease-in, height 0.3s ease-in, margin 0.3s ease-in, opacity 0.3s ease-in; }

.cart-item.first-show {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  opacity: 0; }

.cart-item.hide-item {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0); }

.cart-item.hide-item.hidden {
  height: 0px !important;
  margin-top: 0px; }

.cart-item__image {
  width: 146px;
  min-width: 146px;
  border-right: 1px solid #fff;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 767px) {
    .cart-item__image {
      width: 107px;
      min-width: 107px; } }
  .cart-item__image a {
    display: block; }
    .cart-item__image a img {
      display: block;
      width: 100%;
      height: 146px;
      object-fit: cover;
      padding: 19px 16px 14px 16px; }
      @media (max-width: 767px) {
        .cart-item__image a img {
          padding: 37px 12px 33px 12px; } }

.cart-item__right {
  position: relative;
  margin-left: -1px;
  border-left: 1px solid #fff;
  width: 100%;
  padding: 19px 12px 14px 14px; }

.cart-item__top-right {
  min-height: 76px; }

.cart-item__title {
  display: block;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'co-text';
  padding-bottom: 4px; }

.cart-item__price {
  float: right;
  padding-left: 20px;
  font-size: 11px;
  line-height: 18px;
  position: relative;
  margin-top: -3px; }

.cart-item__option {
  font-size: 11px;
  line-height: 18px; }

.cart-item__quantity-and-delete {
  clear: left;
  width: 100%;
  margin-top: 12px; }

.cart-product__quantity-field {
  width: 59px;
  position: relative; }

.quantity-field__minus {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  .quantity-field__minus:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    background: url(loader.svg) center no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in; }
  .quantity-field__minus.loading:before {
    opacity: 1; }
  .quantity-field__minus.loading a {
    opacity: 0;
    pointer-events: none; }
  .quantity-field__minus a {
    display: block;
    padding: 8px;
    font-size: 11px;
    line-height: 18px; }

.quantity-field__plus {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  .quantity-field__plus:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    background: url(loader.svg) center no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in; }
  .quantity-field__plus.loading:before {
    opacity: 1; }
  .quantity-field__plus.loading a {
    opacity: 0;
    pointer-events: none; }
  .quantity-field__plus a {
    display: block;
    padding: 8px;
    font-size: 11px;
    line-height: 18px;
    transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in; }

.quantity-field__input {
  display: block;
  width: 100%;
  height: 25px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  text-align: center;
  pointer-events: none;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: #fff;
  color: #02060F;
  border: none;
  font-size: 11px;
  line-height: 25px; }

.cart-item__delete {
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px auto;
  position: relative; }
  .cart-item__delete.loading:before {
    opacity: 1; }
  .cart-item__delete.loading a {
    opacity: 0; }
  .cart-item__delete:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    background: url(loader.svg) center no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    margin-left: 10px;
    margin-top: 3px; }
  .cart-item__delete a {
    font-size: 11px;
    line-height: 18px;
    display: inline-block;
    position: relative;
    transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in; }
    .cart-item__delete a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 0.5px;
      background: #02060F; }

.canvas-cart__bottom {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 0px 0px 0px;
  z-index: 4;
  background: #fff;
  border-top: 1px solid #E5E5E5;
  padding: 16px 26px 22px 26px;
  width: 100vw; }
  @media (max-width: 767px) {
    .canvas-cart__bottom {
      padding-left: 20px;
      padding-right: 20px; } }
  .canvas-cart__bottom .button {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 14px; }

.subtotal__title {
  font-size: 16px;
  line-height: 20px; }

.subtotal__price {
  margin-left: auto;
  text-align: right;
  padding-left: 20px;
  font-size: 16px;
  line-height: 20px; }

.cart__delivery-message {
  font-size: 11px;
  line-height: 18px;
  padding-top: 8px; }

.cart__empty {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  z-index: 99993; }
  .cart__empty p {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 14px; }

.canvas-cart__empty .cart__empty {
  opacity: 1;
  pointer-events: auto; }

.canvas-cart__empty .canvas-cart__d-flex {
  opacity: 0; }

.loader {
  height: 250px;
  position: relative; }
  .loader:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background: url(loader.svg) center no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    pointer-events: none; }

.d-none-2 {
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: 0px;
  margin-right: 0px; }

.transition-opacity {
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in; }

/* ==========================================================================
   #HEADER
   ========================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  .header .container {
    padding: 0px 25px; }
    @media (max-width: 991px) {
      .header .container {
        padding: 0px 20px; } }
  .header.fixed-header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    top: -30px; }
    .header.fixed-header .header__logo svg path[fill="white"] {
      fill: #02060f !important; }
    .header.fixed-header .header__menu > li > a {
      color: #02060f; }
    .header.fixed-header .header__right svg path {
      fill: #02060f !important; }
    .header.fixed-header .mobile-menu__toggle p {
      background: #02060F; }
  .header:hover {
    background: #fff; }
  .header:not(.home-fixed-header) .header__logo svg path[fill="white"], .header:hover .header__logo svg path[fill="white"] {
    fill: #02060f !important; }
  .header:not(.home-fixed-header) .header__menu > li > a, .header:hover .header__menu > li > a {
    color: #02060f !important; }
  .header:not(.home-fixed-header) .header__right svg path, .header:hover .header__right svg path {
    fill: #02060f !important; }
  .header:not(.home-fixed-header) .mobile-menu__toggle p, .header:hover .mobile-menu__toggle p {
    background: #02060F; }

.header.header--without-announcement.fixed-header {
  top: 0px; }

.header__container {
  padding: 20px 0px;
  min-height: 67px; }
  @media (max-width: 991px) {
    .header__container {
      padding: 16px 0px;
      min-height: 63px; } }

.header__logo {
  width: 180px;
  min-width: 180px;
  margin-right: auto; }
  @media (max-width: 1098px) {
    .header__logo {
      width: 160px;
      min-width: 160px; } }
  @media (max-width: 991px) {
    .header__logo {
      width: 133px;
      min-width: 133px; } }
  @media (max-width: 1098px) {
    .header__logo svg {
      display: block;
      width: 160px; } }
  @media (max-width: 991px) {
    .header__logo svg {
      width: 133px;
      height: auto; } }
  .header__logo svg path {
    transition: fill 0.3se ease-in;
    -webkit-transition: fill 0.3s ease-in;
    -moz-transition: fill 0.3s ease-in; }

.header__right {
  margin-left: auto;
  width: 180px;
  min-width: 180px; }
  @media (max-width: 1098px) {
    .header__right {
      width: 160px;
      min-width: 160px; } }
  @media (max-width: 991px) {
    .header__right {
      width: 133px;
      min-width: 133px; } }
  .header__right svg path {
    transition: fill 0.3se ease-in;
    -webkit-transition: fill 0.3s ease-in;
    -moz-transition: fill 0.3s ease-in; }

.header__search {
  margin-left: auto; }
  .header__search a {
    display: block;
    position: relative; }
    .header__search a:before {
      content: '';
      display: block;
      position: absolute;
      top: -9px;
      left: -9px;
      right: -9px;
      bottom: -9px; }

.header__account {
  margin-left: 18px; }
  @media (max-width: 991px) {
    .header__account {
      margin-left: 24px; } }
  .header__account a {
    display: block;
    position: relative; }
    .header__account a:before {
      content: '';
      display: block;
      position: absolute;
      top: -9px;
      left: -9px;
      right: -9px;
      bottom: -9px; }

.header__cart {
  margin-left: 18px; }
  @media (max-width: 991px) {
    .header__cart {
      margin-left: 24px; } }
  .header__cart a {
    display: block;
    position: relative; }
    .header__cart a:before {
      content: '';
      display: block;
      position: absolute;
      top: -9px;
      left: -9px;
      right: -9px;
      bottom: -9px; }

.cart__counter {
  display: block;
  position: absolute;
  top: 0;
  right: -6px;
  width: 14px;
  height: 14px;
  background: #0089bd;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  text-align: center;
  font-size: 9px;
  line-height: 14px;
  color: #fff;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  opacity: 1; }
  .cart__counter[data-counter="0"] {
    opacity: 0; }

/* ==========================================================================
   #HEADER MENU
   ========================================================================== */
.header__menu {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .header__menu {
      display: none !important; } }
  .header__menu > li {
    margin: 0px 14px; }
    .header__menu > li > a {
      color: #fff;
      display: block;
      position: relative;
      margin: -14px -14px -15px -14px;
      padding: 14px; }
      .header__menu > li > a:before {
        content: '';
        display: block;
        position: absolute;
        bottom: -7px;
        left: 14px;
        right: 14px;
        height: 2px;
        background: #0089BD;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-ine;
        -moz-transition: all 0.3s ease-in; }
    .header__menu > li:hover > a:before {
      opacity: 1;
      visibility: visible; }
    .header__menu > li:hover .megamenu {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }

.megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  .megamenu:before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px; }

.megamenu__menu {
  width: 25%; }

.menu__links {
  list-style: none;
  padding: 21px 25px 21px 25px;
  margin: 0px; }
  .menu__links li a {
    line-height: 36px; }

.megamenu__banner-link {
  width: 25%;
  position: relative; }
  .megamenu__banner-link a {
    display: block; }
    .megamenu__banner-link a:hover .banner-link__image img {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05); }

.banner-link__image {
  display: block;
  margin: 0px;
  padding: 0px;
  background: #f5f5f5;
  overflow: hidden; }
  .banner-link__image img {
    max-width: 100%;
    object-fit: cover;
    display: block;
    width: 100%;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in; }

.megamenu__banner-link + .megamenu__banner-link,
.megamenu__menu + .megamenu__banner-link {
  border-left: 1px solid #E5E5E5; }

.banner-link__heading {
  display: block;
  position: absolute;
  left: 19px;
  bottom: 44px;
  font-size: 16px; }

.banner-link__heading--type-2 {
  bottom: 20px; }

.banner-link__description {
  display: block;
  position: absolute;
  left: 19px;
  bottom: 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 300;
  font-family: SignaColumn;
  letter-spacing: 0px; }

/* ==========================================================================
   #HEADER MOBILE MENU
   ========================================================================== */
.mobile-menu {
  margin-left: 24px;
  display: none; }
  @media (max-width: 991px) {
    .mobile-menu {
      display: block; } }
  .mobile-menu.active .mobile-menu__content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .mobile-menu .accordion.active .accordion__title {
    border: 1px solid #0089BD;
    background: #0089BD; }
    .mobile-menu .accordion.active .accordion__title svg {
      transform: translate(-50%, -50%) rotate(-90deg);
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -moz-transform: translate(-50%, -50%) rotate(-90deg); }
      .mobile-menu .accordion.active .accordion__title svg path {
        fill: #fff !important; }
  .mobile-menu .accordion__title {
    display: block;
    position: absolute;
    top: 26px;
    right: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #E5E5E5;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in; }
    .mobile-menu .accordion__title:before {
      content: '';
      display: block;
      position: absolute;
      top: -26px;
      right: 0;
      width: 95vw;
      height: 74px; }
    .mobile-menu .accordion__title svg {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }
      .mobile-menu .accordion__title svg path {
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in; }
  .mobile-menu .accordion__content {
    display: none; }
    .mobile-menu .accordion__content .menu__links {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0; }

.mobile-menu__toggle {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */ }
  .mobile-menu__toggle:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    left: -10px;
    bottom: -10px; }

#main .mobile-menu__toggle {
  display: block;
  cursor: pointer;
  margin-top: 5px; }
  #main .mobile-menu__toggle .toggle {
    width: 20px;
    height: 14px;
    position: relative; }
    #main .mobile-menu__toggle .toggle div {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      transition: transform .5s ease; }
      #main .mobile-menu__toggle .toggle div span {
        display: block;
        position: absolute;
        left: 0;
        right: 0; }
        #main .mobile-menu__toggle .toggle div span:first-child {
          top: 0; }
          #main .mobile-menu__toggle .toggle div span:first-child:before, #main .mobile-menu__toggle .toggle div span:first-child:after {
            top: 0; }
        #main .mobile-menu__toggle .toggle div span:last-child {
          bottom: 0; }
          #main .mobile-menu__toggle .toggle div span:last-child:before, #main .mobile-menu__toggle .toggle div span:last-child:after {
            bottom: 0; }
        #main .mobile-menu__toggle .toggle div span:before, #main .mobile-menu__toggle .toggle div span:after {
          content: '';
          display: block;
          width: 47%;
          height: 2px;
          border-radius: 1px;
          background: #02060f;
          position: absolute;
          -webkit-backface-visibility: hidden;
          transition: transform .5s ease, border-radius .3s ease, background .4s ease; }
        #main .mobile-menu__toggle .toggle div span:before {
          left: 0;
          transform-origin: 0 50%;
          transform: translate(1px, 0) scaleX(1.1); }
        #main .mobile-menu__toggle .toggle div span:after {
          right: 0;
          transform-origin: 100% 50%;
          transform: translate(-1px, 0) scaleX(1.1); }
  #main .mobile-menu__toggle svg {
    display: block;
    fill: none !important;
    stroke: #02060f;
    stroke-width: 2px;
    width: 44px;
    height: 44px;
    stroke-linecap: round;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
    stroke-dasharray: 0 82.801 8 82.801;
    stroke-dashoffset: 82.801;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    transform: scale(1);
    transition: stroke-dashoffset .5s ease, stroke-dasharray .6s ease, transform .5s ease, stroke .4s ease; }
    #main .mobile-menu__toggle svg:nth-child(3) {
      transform: rotate(180deg) scale(1); }
    #main .mobile-menu__toggle svg path {
      fill: none !important; }

#main .mobile-menu.active .mobile-menu__toggle .toggle div {
  transform: rotate(90deg) scale(0.7); }
  #main .mobile-menu.active .mobile-menu__toggle .toggle div span:before, #main .mobile-menu.active .mobile-menu__toggle .toggle div span:after {
    background: #02060f; }
  #main .mobile-menu.active .mobile-menu__toggle .toggle div span:first-child:before {
    transform: rotate(45deg) translate(2.2px, -3px) scaleX(1.05); }
  #main .mobile-menu.active .mobile-menu__toggle .toggle div span:first-child:after {
    transform: rotate(-45deg) translate(-2.2px, -3px) scaleX(1.05); }
  #main .mobile-menu.active .mobile-menu__toggle .toggle div span:last-child:before {
    transform: rotate(-45deg) translate(2.2px, 3px) scaleX(1.05); }
  #main .mobile-menu.active .mobile-menu__toggle .toggle div span:last-child:after {
    transform: rotate(45deg) translate(-2.2px, 3px) scaleX(1.05); }

#main .mobile-menu.active .mobile-menu__toggle .toggle svg {
  stroke-dashoffset: 62;
  stroke-dasharray: 0 82.801 62 82.801;
  transform: rotate(90deg) scale(0.7);
  stroke: #02060f; }
  #main .mobile-menu.active .mobile-menu__toggle .toggle svg:nth-child(3) {
    transform: rotate(270deg) scale(0.7); }

#main .header.home-fixed-header .mobile-menu__toggle .toggle div span:before, #main .header.home-fixed-header .mobile-menu__toggle .toggle div span:after {
  background: #fff; }

#main .header.home-fixed-header .mobile-menu__toggle svg {
  stroke: #fff; }

#main .header.home-fixed-header.fixed-header .mobile-menu__toggle .toggle div span:before, #main .header.home-fixed-header.fixed-header .mobile-menu__toggle .toggle div span:after, #main .header.home-fixed-header:hover .mobile-menu__toggle .toggle div span:before, #main .header.home-fixed-header:hover .mobile-menu__toggle .toggle div span:after {
  background: #02060f; }

#main .header.home-fixed-header.fixed-header .mobile-menu__toggle svg, #main .header.home-fixed-header:hover .mobile-menu__toggle svg {
  stroke: #02060f; }

.mobile-menu__content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  overflow-y: scroll; }

.mobile-menu__menu {
  list-style: none;
  padding: 107px 20px 90px 20px;
  margin: 0px; }
  .mobile-menu__menu > li {
    border-bottom: 1px solid #E5E5E5;
    position: relative; }
    .mobile-menu__menu > li > a {
      display: block;
      font-size: 20px;
      line-height: 30px;
      font-weight: bold;
      text-transform: uppercase;
      font-family: "co-text";
      letter-spacing: 0.5px;
      padding: 23px 50px 23px 0px; }

.header-with-menu.header {
  top: 0; }
  .header-with-menu.header > .container {
    background: #fff;
    border-bottom: 1px solid #E5E5E5; }

#main .mobile-menu__bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #E5E5E5;
  background: #fff; }
  #main .mobile-menu__bottom .currency-switcher {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50%;
    min-width: 50%;
    padding: 18px 20px 18px 20px; }
    #main .mobile-menu__bottom .currency-switcher .currency-switcher__current {
      padding: 0px;
      line-height: 1.7; }
    #main .mobile-menu__bottom .currency-switcher .currency-switcher__content {
      top: auto;
      bottom: 100%;
      left: 0;
      right: -1px;
      background: #fff;
      border-top: 1px solid #E5E5E5;
      border-right: 1px solid #E5E5E5;
      padding: 20px; }
  #main .mobile-menu__bottom .top-right-link {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50%;
    min-width: 50%;
    border-left: 1px solid #E5E5E5;
    padding: 18px 15px 18px 15px; }
    #main .mobile-menu__bottom .top-right-link span {
      margin-left: auto; }
    #main .mobile-menu__bottom .top-right-link svg {
      margin-right: auto; }
      #main .mobile-menu__bottom .top-right-link svg path {
        fill: #fff !important; }

/* ==========================================================================
   #PREDICTIVE SEARCH
   ========================================================================== */
.predictive-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none; }
  .predictive-search.active {
    display: block; }
  .predictive-search.show .predictive-search__content {
    opacity: 1; }

.predictive-search__overflow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(2, 6, 15, 0.3);
  backdrop-filter: blur(5px); }
  @media (max-width: 767px) {
    .predictive-search__overflow {
      display: none; } }

.predictive-search__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 463px;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
  padding: 0px;
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  @media (max-width: 767px) {
    .predictive-search__content {
      width: 100%; } }
  .predictive-search__content::-webkit-scrollbar {
    display: none; }
  .predictive-search__content input {
    display: block;
    width: 100%;
    padding: 21px 60px 21px 25px;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-size: 16px;
    line-height: 20px;
    color: #000; }
    @media (max-width: 991px) {
      .predictive-search__content input {
        padding: 22px 60px 22px 20px; } }
    .predictive-search__content input::-webkit-input-placeholder {
      color: #000; }
    .predictive-search__content input::-moz-placeholder {
      color: #000; }
    .predictive-search__content input:-ms-input-placeholder {
      color: #000; }
    .predictive-search__content input:-moz-placeholder {
      color: #000; }

.predictive-search_close {
  display: block;
  position: absolute;
  z-index: 3;
  padding: 5px;
  line-height: 12px;
  top: 20px;
  right: 20px; }
  @media (max-width: 991px) {
    .predictive-search_close {
      top: 22px;
      right: 15px; } }
  .predictive-search_close svg {
    display: block; }

.predictive-search-trending {
  padding: 27px 25px 27px 25px; }
  @media (max-width: 991px) {
    .predictive-search-trending {
      padding: 27px 20px; } }

.predictive-search-trending__heading {
  padding: 0px;
  margin: 0px;
  line-height: 30px; }

.predictive-search-trending__list {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .predictive-search-trending__list li a {
    font-size: 14px;
    line-height: 30px;
    color: #8C8C8C; }

#predictive-search-results ul {
  list-style: none;
  padding: 7px 0px 90px 0px;
  margin: 0px; }
  #predictive-search-results ul li {
    padding: 15px 20px 0px 20px; }
    #predictive-search-results ul li a {
      display: flex;
      align-items: center;
      background: #F5F5F5;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      overflow: hidden; }
      #predictive-search-results ul li a img {
        width: 145px;
        height: 135px;
        object-fit: cover;
        border-right: 1px solid #fff;
        padding: 19px 16px 14px 16px; }
        @media (max-width: 767px) {
          #predictive-search-results ul li a img {
            padding: 37px 12px 33px 12px;
            width: 107px; } }
      #predictive-search-results ul li a p {
        padding: 19px;
        margin: 0px 0px 0px -1px;
        border-left: 1px solid #fff; }
        #predictive-search-results ul li a p > span {
          display: block;
          font-size: 20px;
          line-height: 22px;
          font-weight: 700;
          text-transform: uppercase;
          font-family: co-text;
          letter-spacing: .5px; }
        #predictive-search-results ul li a p > i {
          font-style: normal;
          font-size: 14px;
          line-height: 22px; }

.predictive-search-results__action {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 463px;
  background: #fff;
  padding: 23px 20px; }
  @media (max-width: 991px) {
    .predictive-search-results__action {
      padding: 22px 20px; } }
  @media (max-width: 767px) {
    .predictive-search-results__action {
      width: 100%; } }
  .predictive-search-results__action .button {
    display: block;
    text-align: center;
    width: 100%; }

/* ==========================================================================
   #FOOTER
   ========================================================================== */
.footer {
  background: #02060F;
  color: #B0B0B0;
  padding: 0px 0px 34px 0px; }
  .footer a {
    color: #B0B0B0; }

.footer__menu-heading {
  color: #fff;
  padding: 58px 0px 10px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .footer__menu-heading {
      padding-top: 78px; } }

.footer__menu {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .footer__menu li a {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    position: relative; }
    .footer__menu li a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 3px;
      left: 0;
      right: 100%;
      height: 1px;
      background: #B0B0B0;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }
    .footer__menu li a:hover:before {
      right: 0; }

@media (max-width: 991px) {
  .d-lg-block + .footer__menu {
    margin-top: 30px; } }

@media (max-width: 991px) {
  .mobile-order-first {
    order: -10; } }

.footer-newsletter {
  max-width: 33vw;
  margin-left: auto; }
  @media (max-width: 1198px) {
    .footer-newsletter {
      max-width: 85%; } }
  @media (max-width: 991px) {
    .footer-newsletter {
      max-width: 100%; } }

.footer-newsletter__heading {
  color: #fff;
  padding: 58px 0px 10px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .footer-newsletter__heading {
      padding-top: 38px; } }

.footer-newsletter__description {
  font-size: 14px;
  color: #fff; }

.footer-newsletter__form {
  margin: 28px 0px 0px 0px;
  position: relative; }

.footer__newsletter-input {
  display: block;
  width: 100%;
  height: 40px;
  background: none;
  border: 1px solid #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  outline: none;
  box-shadow: none;
  padding: 0px 150px 0px 20px;
  font-size: 14px;
  line-height: 38px;
  color: #fff; }
  .footer__newsletter-input::-webkit-input-placeholder {
    color: #fff; }
  .footer__newsletter-input::-moz-placeholder {
    color: #fff; }
  .footer__newsletter-input:-ms-input-placeholder {
    color: #fff; }
  .footer__newsletter-input:-moz-placeholder {
    color: #fff; }

.footer__newsletter-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px; }

.footer-social {
  list-style: none;
  padding: 0px;
  margin: 25px 0px 0px auto;
  max-width: 33vw;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 1198px) {
    .footer-social {
      max-width: 85%; } }
  @media (max-width: 991px) {
    .footer-social {
      max-width: 100%; } }
  .footer-social li {
    margin-right: 14px; }
    .footer-social li:first-child {
      margin-right: 16px; }
    .footer-social li svg {
      max-height: 23px;
      width: auto; }

.copyright {
  font-size: 11px;
  line-height: 18px;
  margin: 100px 0px 0px 0px; }
  @media (max-width: 991px) {
    .copyright {
      margin: 32px 0px 0px 0px; } }

/* ==========================================================================
   #ABOUT PAGE
   ========================================================================== */
.video-block--about-page {
  margin: 0px !important; }
  .video-block--about-page .video-block__video video {
    height: 100vh; }

.about-1 {
  padding: 68px 0px; }
  @media (max-width: 991px) {
    .about-1 {
      padding: 48px 0px 41px 0px; } }

.about-1__left {
  max-width: 504px;
  padding-left: 50px;
  margin: 0px auto; }
  @media (max-width: 1298px) {
    .about-1__left {
      padding-left: 0px;
      max-width: 454px; } }
  @media (max-width: 991px) {
    .about-1__left {
      padding: 0px 25px;
      margin: 0px;
      max-width: 100%; } }

.about-1__heading {
  padding: 0px;
  margin: 0px 3px 0px 0px;
  display: inline-block; }
  .about-1__heading p {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .about-1__heading p i {
      font-style: normal;
      opacity: 1;
      display: inline-block;
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      transition: transform 0.5s ease-in-out;
      -webkit-transition: transform 0.5s ease-in-out;
      -moz-transition: transform 0.5s ease-in-out; }
    .about-1__heading p span {
      display: none; }

.animation-done .about-1__heading p i {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0); }

.about-1__subheading {
  padding: 0px;
  margin: 0px;
  display: inline-block; }
  .about-1__subheading p {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .about-1__subheading p i {
      font-style: normal;
      opacity: 1;
      display: inline-block;
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      transition: transform 0.5s ease-in-out;
      -webkit-transition: transform 0.5s ease-in-out;
      -moz-transition: transform 0.5s ease-in-out;
      transition-delay: 0.2s; }
    .about-1__subheading p span {
      display: none; }

.animation-done .about-1__subheading p i {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0); }

.about-1__description {
  padding: 0px;
  margin: 16px 0px 0px 0px; }
  .about-1__description p {
    padding: 0px;
    margin: 0px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden; }
    @media (max-width: 1198px) {
      .about-1__description p {
        font-size: 14px;
        line-height: 18px; } }
    @media (max-width: 991px) {
      .about-1__description p {
        font-size: 16px;
        line-height: 20px; } }
    .about-1__description p i {
      font-style: normal;
      opacity: 1;
      display: inline-block;
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      transition: transform 0.5s ease-in-out;
      -webkit-transition: transform 0.5s ease-in-out;
      -moz-transition: transform 0.5s ease-in-out;
      transition-delay: 0.4s; }
    .about-1__description p span {
      display: none; }

.animation-done .about-1__description p i {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0); }

.about-1__description--2 p i {
  transition-delay: 0.6s; }

.about-1__description--3 p i {
  transition-delay: 0.8s; }

.about-1-features {
  flex-wrap: wrap;
  position: relative;
  margin: -3px -1.5px 0px -1.5px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition-delay: 0.8s; }
  @media (max-width: 991px) {
    .about-1-features {
      margin-left: 18px;
      margin-right: 18px;
      margin-top: 24px; } }

.animation-done .about-1-features {
  opacity: 1; }

.feature {
  width: 50%;
  min-width: 50%;
  padding: 3px 1.5px 0px 1.5px;
  position: relative; }
  @media (max-width: 767px) {
    .feature {
      width: 100%;
      min-width: 100%; } }

.feature__image {
  padding: 0px 0px 28.67% 0px;
  position: relative;
  min-height: 92px; }
  .feature__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.feature__number {
  font-size: 70px;
  line-height: 42px;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  mix-blend-mode: difference;
  margin: 0px;
  padding: 0px; }
  @media (max-width: 1198px) and (min-width: 992px) {
    .feature__number {
      font-size: 48px; } }

.feature__heading {
  display: block;
  padding: 0px;
  margin: 0px;
  left: 85px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  position: absolute; }
  @media (max-width: 1198px) and (min-width: 992px) {
    .feature__heading {
      font-size: 14px;
      left: 75px; } }

.feature__heading--without-number {
  left: 24px; }

.text-block-with-image--about-page {
  margin: 50px 0px !important; }
  @media (max-width: 991px) {
    .text-block-with-image--about-page {
      margin: 18px 0px 50px 0px !important; } }
  @media (max-width: 991px) {
    .text-block-with-image--about-page .text-block-with-image__image {
      order: -20 !important; } }
  @media (max-width: 991px) {
    .text-block-with-image--about-page .text-block-with-image__content {
      padding: 48px 0px 0px 0px !important; } }
  .text-block-with-image--about-page .text-block-with-image__heading {
    font-size: 22px;
    line-height: 24px; }
    @media (max-width: 1198px) {
      .text-block-with-image--about-page .text-block-with-image__heading {
        font-size: 18px;
        line-height: 20px; } }
  .text-block-with-image--about-page .text-block-with-image__description {
    margin: 3px 0px 0px 0px !important; }
  .text-block-with-image--about-page .text-block-with-image__description + .text-block-with-image__heading {
    margin-top: 32px; }
  .text-block-with-image--about-page .text-block-with-image__description p i {
    transition-delay: 0.2s !important; }
  .text-block-with-image--about-page .text-block-with-image__heading--2 p i {
    transition-delay: 0.4s !important; }
  .text-block-with-image--about-page .text-block-with-image__description--2 p i {
    transition-delay: 0.6s !important; }
  .text-block-with-image--about-page .text-block-with-image__heading--3 p i {
    transition-delay: 0.8s !important; }
  .text-block-with-image--about-page .text-block-with-image__description--3 p i {
    transition-delay: 1s !important; }

.about-3 {
  margin: 50px 0px 0px 0px;
  background: #F5F5F5;
  padding: 82px 0px 81px 0px; }
  @media (max-width: 991px) {
    .about-3 {
      padding: 41px 0px 65px 0px; } }
  @media (max-width: 991px) {
    .about-3 .col-lg-6 + .col-lg-6 {
      padding-top: 20px; } }

.about-3__heading {
  padding: 0px;
  margin: 0px 0px 40px 0px; }
  @media (max-width: 991px) {
    .about-3__heading {
      margin: 0px 0px 30px 0px; } }
  .about-3__heading p {
    padding: 0px;
    margin: 0px;
    display: block;
    position: relative;
    overflow: hidden; }
    .about-3__heading p i {
      font-style: normal;
      opacity: 1;
      display: block;
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      transition: transform 0.5s ease-in-out;
      -webkit-transition: transform 0.5s ease-in-out;
      -moz-transition: transform 0.5s ease-in-out; }

.animation-done .about-3__heading p i {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0); }

.about-3__description {
  font-size: 16px;
  line-height: 20px; }
  @media (max-width: 1198px) {
    .about-3__description {
      font-size: 14px;
      line-height: 18px; } }
  @media (max-width: 991px) {
    .about-3__description {
      font-size: 16px;
      line-height: 20px; } }
  .about-3__description p {
    padding: 0px;
    margin: 0px;
    display: block;
    position: relative;
    overflow: hidden; }
    .about-3__description p i {
      display: block;
      font-style: normal;
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      transition: transform 0.5s ease-in-out;
      -webkit-transition: transform 0.5s ease-in-out;
      -moz-transition: transform 0.5s ease-in-out;
      transition-delay: 0.2s; }

.animation-done .about-3__description p i {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0); }

.about-3__description + .about-3__description {
  padding-top: 20px; }

.about-3__description--level-2 p i {
  transition-delay: 0.4s; }

.about-3__description--level-3 p i {
  transition-delay: 0.6s; }

.about-3__description--level-4 p i {
  transition-delay: 0.8s; }

.about-3__description--level-5 p i {
  transition-delay: 1s; }

.about-3__description--level-6 p i {
  transition-delay: 1.2s; }

/* ==========================================================================
   #ACCOUNT PAGE
   ========================================================================== */
.page--account {
  margin-bottom: 50px !important; }
  .page--account .page__content {
    margin-top: 22px; }
  @media (max-width: 991px) {
    .page--account .page__block {
      margin-top: 19px; } }

@media (max-width: 991px) {
  .page-title--account .page-title__background img,
  .page-title--account .page-title__background video {
    height: 234px; } }

.page-title__action {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  @media (max-width: 991px) {
    .page-title__action {
      position: relative;
      top: auto;
      right: auto;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      margin: 22px 0px 0px 0px; } }

.account__menu {
  list-style: none;
  padding: 0px !important;
  margin: 0px;
  display: flex;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  float: left; }
  .account__menu li:before {
    display: none !important; }
  .account__menu li.active a {
    background: #E5E5E5; }
  .account__menu li a {
    padding: 11px 26px 11px 26px;
    display: block;
    position: relative;
    margin: -1px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "co-text";
    letter-spacing: 0.5px;
    text-align: center; }
    .account__menu li a:before {
      display: none !important; }

.clear-left {
  clear: both; }

.empty-orders {
  margin-top: 26px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 28px !important;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "co-text";
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .empty-orders {
      margin-top: 19px; } }

.order {
  margin-top: 26px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 17px 15px 17px 25px;
  display: block !important; }
  @media (max-width: 991px) {
    .order {
      margin-top: 19px;
      padding: 9px 13px 20px 13px; } }
  .order:before {
    display: none !important; }
  .order .button {
    line-height: 26px; }

.order + .order {
  margin-top: 10px; }
  @media (max-width: 991px) {
    .order + .order {
      margin-top: 14px; } }

@media (max-width: 991px) {
  .order__content {
    flex-wrap: wrap; } }

.order__number,
.order__placed,
.order__items,
.order__value {
  width: 20%;
  padding-right: 30px; }
  @media (max-width: 991px) {
    .order__number,
    .order__placed,
    .order__items,
    .order__value {
      width: 50%;
      min-width: 50%;
      padding: 15px 10px 0px 10px; } }

.order__action {
  margin-left: auto; }
  @media (max-width: 991px) {
    .order__action {
      width: 100%;
      margin: 0px;
      padding: 20px 10px 0px 10px; }
      .order__action .button {
        display: block;
        width: 100%;
        text-align: center; } }

.table-responsive {
  margin: 26px 0px 0px 0px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
  padding: 17px 15px 17px 15px; }
  @media (max-width: 991px) {
    .table-responsive {
      margin-top: 19px; } }
  .table-responsive::-webkit-scrollbar {
    display: none; }
  .table-responsive table {
    width: 100%; }
    .table-responsive table thead tr td {
      font-size: 11px;
      font-weight: bold;
      text-transform: uppercase;
      font-family: "co-text";
      letter-spacing: 0.5px; }
    .table-responsive table tbody tr td,
    .table-responsive table tfoot tr td,
    .table-responsive table thead tr td {
      padding: 5px 10px; }
    .table-responsive table ul {
      padding: 0px;
      margin: 0px; }
      .table-responsive table ul li {
        padding: 0px;
        margin: 0px; }
        .table-responsive table ul li:before {
          display: none; }

/* ==========================================================================
   #ADDRESSES PAGE
   ========================================================================== */
.addressess {
  margin: 0px -25px; }
  @media (max-width: 991px) {
    .addressess {
      margin: 0px -8px; } }
  .addressess > div {
    padding: 25px 25px 25px 25px;
    position: relative; }
    @media (max-width: 991px) {
      .addressess > div {
        padding: 20px 8px; } }
    @media (max-width: 767px) {
      .addressess > div {
        padding: 19px 8px 0px 8px; } }

.address {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 25px 24px 25px; }

.address__content h6 {
  padding: 0px !important;
  margin: 0px !important;
  font-size: 11px !important;
  line-height: 30px !important; }

.address__content ul {
  padding: 0px !important;
  margin: 0px !important; }
  .address__content ul li {
    padding: 0px !important;
    margin: 0px !important;
    line-height: 30px; }
    .address__content ul li:before {
      display: none !important; }

.address__action {
  padding: 0px !important;
  margin: 0px !important;
  list-style: none !important; }
  .address__action li {
    padding: 0px !important;
    margin: 27px 27px 0px 0px !important;
    display: inline-block;
    vertical-align: top; }
    .address__action li:before,
    .address__action li a:before {
      display: none !important; }
    .address__action li a {
      font-size: 11px;
      font-weight: bold;
      text-transform: uppercase;
      font-family: "co-text";
      letter-spacing: 0.5px; }

@media (max-width: 767px) {
  .add-address-first-order-mobile {
    order: -20; } }

.add-address {
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }
  @media (max-width: 991px) {
    .add-address {
      top: 20px;
      left: 8px;
      right: 8px;
      bottom: 20px; } }
  @media (max-width: 767px) {
    .add-address {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      height: 57px; } }
  .add-address a {
    display: block !important;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .add-address a:before {
      display: none !important; }
    .add-address a span {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 20px;
      right: 20px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      display: block; }

.account__heading {
  padding: 36px 0px 20px 0px !important;
  margin: 0px !important; }

.form-horizontal .row > label {
  padding-left: 25px;
  padding-right: 25px; }
  @media (max-width: 991px) {
    .form-horizontal .row > label {
      padding-left: 8px;
      padding-right: 8px; } }

.form-horizontal .form-group + .form-group {
  margin-top: 13px; }

.form-horizontal input[type='text'],
.form-horizontal textarea,
.form-horizontal select {
  display: block;
  width: 100%;
  padding: 11px 22px 11px 22px;
  background: none;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  transition: border 0.3s ease-in;
  -webkit-transition: border 0.3s ease-in;
  -moz-transition: border 0.3s ease-in;
  -webkit-appearance: none;
  -moz-appearance: none; }
  @media (max-width: 991px) {
    .form-horizontal input[type='text'],
    .form-horizontal textarea,
    .form-horizontal select {
      padding-left: 16px;
      padding-right: 16px; } }
  .form-horizontal input[type='text']::-webkit-input-placeholder,
  .form-horizontal textarea::-webkit-input-placeholder,
  .form-horizontal select::-webkit-input-placeholder {
    color: #000; }
  .form-horizontal input[type='text']::-moz-placeholder,
  .form-horizontal textarea::-moz-placeholder,
  .form-horizontal select::-moz-placeholder {
    color: #000; }
  .form-horizontal input[type='text']:-ms-input-placeholder,
  .form-horizontal textarea:-ms-input-placeholder,
  .form-horizontal select:-ms-input-placeholder {
    color: #000; }
  .form-horizontal input[type='text']:-moz-placeholder,
  .form-horizontal textarea:-moz-placeholder,
  .form-horizontal select:-moz-placeholder {
    color: #000; }
  .form-horizontal input[type='text']:focus,
  .form-horizontal textarea:focus,
  .form-horizontal select:focus {
    border: 1px solid #02060f; }

.form-horizontal textarea {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

.form-horizontal .radio-inline {
  margin: 5px 10px 5px 0px; }

.account__buttons {
  margin-top: 30px;
  line-height: 26px; }
  @media (max-width: 991px) {
    .account__buttons {
      margin-top: 25px;
      margin-bottom: 10px; } }

.button-back {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "co-text";
  letter-spacing: 0.5px; }
  .button-back:before {
    display: none !important; }

#address_pagination {
  margin: 20px 0px 10px 0px; }

/* ==========================================================================
   #ARTICLE PAGE
   ========================================================================== */
.article-body .latest-news {
  margin: 64px 0px 0px 0px; }
  @media (max-width: 991px) {
    .article-body .latest-news {
      margin: 46px 0px 0px 0px; } }

@media (max-width: 991px) {
  .article-body .latest-news__heading,
  .article-body .latest-news__subheading {
    font-size: 28px;
    line-height: 30px; } }

@media (max-width: 991px) {
  .article-body .latest-news__subheading {
    margin-bottom: 28px !important; } }

@media (max-width: 991px) {
  .article-body main {
    padding-bottom: 29px; } }

@media (min-width: 992px) {
  .article-body main .shopify-section {
    margin-bottom: 65px; }
  .article-body main .shopify-section + .shopify-section {
    position: relative;
    padding-top: 1px; }
    .article-body main .shopify-section + .shopify-section:before {
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      left: 50px;
      right: 50px;
      height: 1px;
      background: #E5E5E5; } }

.post__image {
  position: relative; }
  .post__image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(243.49deg, rgba(0, 0, 0, 0) 40.11%, rgba(0, 0, 0, 0.4) 80.14%), linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 25%);
    z-index: 3; }
  .post__image img,
  .post__image video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover; }
    @media (max-width: 991px) {
      .post__image img,
      .post__image video {
        height: 97vw;
        min-height: 384px; } }

.post__info {
  position: absolute;
  z-index: 4;
  left: 50px;
  right: 50px;
  bottom: 47px; }
  @media (max-width: 991px) {
    .post__info {
      position: relative;
      left: auto;
      right: auto;
      bottom: auto;
      background: #fff;
      z-index: 4;
      padding: 27px 20px 0px 20px; } }

.post__date {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .post__date {
      color: #02060F;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 17px; } }
  .post__date p {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    padding: 0px;
    margin: 0px; }

.animation-done .post__date p {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none; }

.post__title {
  color: #fff;
  padding: 0px;
  margin: 0px;
  max-width: 720px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .post__title {
      color: #02060F;
      font-size: 28px;
      line-height: 30px; } }
  .post__title p {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    padding: 0px;
    margin: 0px;
    transition-delay: 0.2s; }

.animation-done .post__title p {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none; }

@media (max-width: 1198px) {
  .post__d-flex {
    flex-wrap: wrap;
    position: relative !important; } }

.post__content {
  width: 100%;
  padding-top: 61px;
  font-size: 14px;
  line-height: 18px; }
  .post__content h1, .post__content h2, .post__content h3, .post__content h4, .post__content h5, .post__content h6 {
    font-size: 22px;
    line-height: 24px;
    padding: 0px;
    margin: 30px 0px 0px 0px; }
  .post__content h6 {
    font-size: 16px;
    line-height: 18px; }
  .post__content p {
    margin: 20px 0px 0px 0px;
    padding: 0px; }
  .post__content h6 + p {
    margin-top: 2px; }
  .post__content ul {
    list-style: none;
    padding: 0px 0px 0px 22px;
    margin: 20px 0px 0px 0px; }
    .post__content ul li {
      position: relative; }
      .post__content ul li:before {
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        left: -14px;
        width: 4px;
        height: 4px;
        background: #02060f;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px; }
  .post__content a {
    position: relative;
    display: inline-block; }
    .post__content a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 2px;
      left: 0;
      right: 0;
      height: 0.5px;
      background: #02060f; }
  .post__content > *:first-child {
    padding-top: 0px;
    margin-top: 0px; }
  .post__content img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 45px;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .post__content img {
        margin-top: 40px;
        margin-bottom: 40px; } }
  .post__content .row {
    margin-bottom: -20px; }

.article__block {
  width: 413px;
  min-width: 413px;
  margin-left: 50px;
  margin-top: 56px;
  top: 120px;
  margin-bottom: auto; }
  @media (max-width: 1198px) {
    .article__block {
      width: 100%;
      min-width: 100%;
      top: auto;
      margin: 46px 0px 0px 0px; } }
  @media (max-width: 991px) {
    .article__block {
      margin-top: 50px; } }

/* ==========================================================================
   #BESPOKE PAGE
   ========================================================================== */
.bespoke-body .hero--desktop .hero__content {
  width: 540px; }

.bespoke-body .hero--desktop .hero__description {
  max-width: 395px; }

.bespoke-body .hero--mobile .hero__description {
  margin-top: 13px; }
  .bespoke-body .hero--mobile .hero__description p i {
    transition-delay: 0.2s; }

.bespoke-body .bespoke-projects__background {
  bottom: -180px; }
  @media (max-width: 991px) {
    .bespoke-body .bespoke-projects__background {
      bottom: -243px; } }

.bespoke-body .contact-block {
  margin-top: 0px; }

.bespoke-body .reviews {
  margin: 77px 0px 77px 0px; }
  @media (max-width: 991px) {
    .bespoke-body .reviews {
      margin: 50px 0px 85px 0px; } }

.bespoke-body .reviews .reviews__subheading {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .bespoke-body .reviews .reviews__subheading {
      margin-bottom: 43px; } }

.bespoke-projects {
  padding: 63px 0px 68px 0px;
  position: relative; }
  @media (max-width: 991px) {
    .bespoke-projects {
      padding: 37px 0px 42px 0px; } }
  .bespoke-projects .bespoke-projects__overflow-hidden {
    overflow: hidden; }
  .bespoke-projects .bespoke-projects__heading {
    padding: 0px;
    margin: 0px; }
    .bespoke-projects .bespoke-projects__heading p {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .bespoke-projects .bespoke-projects__heading p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out; }
      .bespoke-projects .bespoke-projects__heading p span {
        display: none; }
  .bespoke-projects.animation-done .bespoke-projects__heading p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .bespoke-projects .bespoke-projects__subheading {
    padding: 0px;
    margin: 0px 0px 60px 0px; }
    @media (max-width: 991px) {
      .bespoke-projects .bespoke-projects__subheading {
        margin: 0px 0px 32px 0px; } }
    .bespoke-projects .bespoke-projects__subheading p {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .bespoke-projects .bespoke-projects__subheading p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out;
        transition-delay: 0.2s; }
      .bespoke-projects .bespoke-projects__subheading p span {
        display: none; }
  .bespoke-projects.animation-done .bespoke-projects__subheading p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .bespoke-projects .owl-carousel {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .bespoke-projects .owl-carousel {
        margin-top: 31px; } }
    .bespoke-projects .owl-carousel .owl-stage-outer {
      overflow: visible; }
  .bespoke-projects .owl-dots,
  .bespoke-projects .splide__pagination {
    display: none !important; }
  .bespoke-projects .owl-nav,
  .bespoke-projects .splide__arrows {
    display: flex !important;
    align-items: center;
    position: absolute;
    top: -102px;
    right: 0; }
    @media (max-width: 991px) {
      .bespoke-projects .owl-nav,
      .bespoke-projects .splide__arrows {
        display: none !important; } }
  .bespoke-projects .owl-prev,
  .bespoke-projects .splide__arrow--prev {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #fff !important;
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    position: relative !important;
    background: none !important;
    transform: none !important;
    margin: 0px !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    opacity: 1 !important; }
    .bespoke-projects .owl-prev:before,
    .bespoke-projects .splide__arrow--prev:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 15px;
      background: url(icon-right-white.svg) center no-repeat;
      top: 50%;
      left: 49%;
      transform: translate(-50%, -50%) scale(-1);
      -webkit-transform: translate(-50%, -50%) scale(-1);
      -moz-transform: translate(-50%, -50%) scale(-1); }
    .bespoke-projects .owl-prev.disabled,
    .bespoke-projects .splide__arrow--prev.disabled {
      border: 1px solid rgba(255, 255, 255, 0.3) !important; }
      .bespoke-projects .owl-prev.disabled:before,
      .bespoke-projects .splide__arrow--prev.disabled:before {
        opacity: 0.3; }
    .bespoke-projects .owl-prev svg,
    .bespoke-projects .splide__arrow--prev svg {
      display: none !important; }
  .bespoke-projects .owl-next,
  .bespoke-projects .splide__arrow--next {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #fff !important;
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    position: relative !important;
    background: none !important;
    transform: none !important;
    margin: 0px 0px 0px 9px !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    opacity: 1 !important; }
    .bespoke-projects .owl-next:before,
    .bespoke-projects .splide__arrow--next:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 15px;
      background: url(icon-right-white.svg) center no-repeat;
      top: 50%;
      left: 52%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%); }
    .bespoke-projects .owl-next.disabled,
    .bespoke-projects .splide__arrow--next.disabled {
      border: 1px solid rgba(255, 255, 255, 0.3) !important; }
      .bespoke-projects .owl-next.disabled:before,
      .bespoke-projects .splide__arrow--next.disabled:before {
        opacity: 0.3; }
    .bespoke-projects .owl-next svg,
    .bespoke-projects .splide__arrow--next svg {
      display: none !important; }

.bespoke-projects__background {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1; }

.bespoke-project {
  width: 673px;
  position: relative; }
  .bespoke-project img {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px; }
    @media (max-width: 1440px) {
      .bespoke-project img {
        height: 31.25vw; } }
    @media (max-width: 991px) {
      .bespoke-project img {
        height: 45vw; } }
    @media (max-width: 767px) {
      .bespoke-project img {
        height: 64vw; } }
  .bespoke-project p {
    padding: 9px 0px 0px 0px;
    margin: 0px;
    color: #fff;
    font-size: 11px;
    line-height: 18px; }

@media (max-width: 1440px) {
  .bespoke-project {
    width: 46.73vw; } }

@media (max-width: 767px) {
  .bespoke-project {
    width: 70vw; } }

.bespoke-project--ratio-1-2 {
  width: 353px; }

@media (max-width: 1440px) {
  .bespoke-project--ratio-1-2 {
    width: 24.5vw; } }

@media (max-width: 767px) {
  .bespoke-project--ratio-1-2 {
    width: 40vw; } }

.bespoke-project--ratio-2-3 {
  width: 520px; }

@media (max-width: 1440px) {
  .bespoke-project--ratio-2-3 {
    width: 36.1vw; } }

@media (max-width: 767px) {
  .bespoke-project--ratio-2-3 {
    width: 50vw; } }

.bespoke-project--ratio-2-1 {
  width: 1346px; }

@media (max-width: 1440px) {
  .bespoke-project--ratio-2-1 {
    width: 93.4vw; } }

.bespoke-project--ratio-3-2 {
  width: 1009px; }

@media (max-width: 1440px) {
  .bespoke-project--ratio-3-2 {
    width: 70vw; } }

/* ==========================================================================
   #BLOG PAGE
   ========================================================================== */
.blog-body {
  padding-top: 65px; }
  .blog-body .header {
    background: #fff;
    border-bottom: 1px solid #E5E5E5; }
  .blog-body .text-block-with-image {
    margin: 50px 0px 50px 0px; }
    @media (max-width: 991px) {
      .blog-body .text-block-with-image {
        margin: 20px 0px 39px 0px; } }
  @media (max-width: 991px) {
    .blog-body .text-block-with-image__image {
      order: -20 !important; } }
  @media (max-width: 991px) {
    .blog-body .text-block-with-image__content {
      padding-top: 34px;
      padding-bottom: 0px; } }
  .blog-body .text-block-with-image .text-block-with-image__description p i {
    transition-delay: 0.2s; }
  .blog-body .text-block-with-image .text-block-with-image__action .text-block-with-image__wrap-buttons {
    transition-delay: 0.4s; }
  .blog-body .test-ride {
    margin: 25px 0px 77px 0px; }

.blog {
  margin: 50px 0px 25px 0px; }

.wrap-blog-tags {
  overflow-x: scroll;
  margin: 0px -50px;
  position: relative;
  padding: 0px 50px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  white-space: nowrap; }
  @media (max-width: 991px) {
    .wrap-blog-tags {
      margin-left: -20px;
      margin-right: -20px;
      padding: 0px 20px; } }
  .wrap-blog-tags::-webkit-scrollbar {
    display: none; }

.blog-tags {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 36px 0px;
  display: inline-block;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px; }
  .blog-tags li {
    display: inline-block;
    vertical-align: top; }
    .blog-tags li a {
      display: block;
      padding: 7px 25px 7px 25px;
      position: relative;
      margin: -1px;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px; }
      @media (max-width: 991px) {
        .blog-tags li a {
          padding: 7px 21px; } }
      .blog-tags li a.active {
        background: #E5E5E5; }

.blog__articles {
  margin-top: -50px; }
  @media (max-width: 991px) {
    .blog__articles {
      margin-top: -20px; } }
  .blog__articles > div {
    padding-top: 50px; }
    @media (max-width: 991px) {
      .blog__articles > div {
        padding-top: 20px; } }
  .blog__articles .article-grid-item__description {
    display: block !important; }
    @media (max-width: 991px) {
      .blog__articles .article-grid-item__description {
        margin-top: 21px; } }

.blog__action {
  margin-top: -25px;
  position: relative;
  text-align: center; }
  @media (max-width: 991px) {
    .blog__action {
      margin-top: 0; } }

/* ==========================================================================
   #CHALLENGER PAGE
   ========================================================================== */
.shopify-challenge__container {
  padding: 140px 0px 80px 0px; }

/* ==========================================================================
   #COLLECTION PAGE
   ========================================================================== */
.collection-body .test-ride {
  margin: 47px 0px; }
  @media (max-width: 991px) {
    .collection-body .test-ride {
      margin: 16px 0px; } }

.collection-body .hero--desktop .hero__image img,
.collection-body .hero--desktop .hero__video video {
  min-height: 625px;
  height: 43.4vw; }

.collection-body .hero--mobile .hero__image img,
.collection-body .hero--mobile .hero__video video {
  min-height: 480px;
  height: 122vw; }

.collection-body .hero--invert-design .hero__heading p i,
.collection-body .hero--invert-design .hero__description p i {
  color: #fff; }

.collection-body .hero__description p i {
  transition-delay: 0.2s !important; }

.collection-body .hero--mobile .hero__content {
  top: 22%;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none; }

.collection-body .hero--mobile .hero__heading {
  font-size: 28px;
  line-height: 30px; }

.collection-body .hero--mobile .hero__description {
  margin-top: 14px; }

.collection {
  margin: 0px 0px 48px 0px; }
  @media (max-width: 991px) {
    .collection {
      margin-bottom: 16px; } }
  @media (min-width: 1700px) {
    .collection .col-xl-4 {
      width: 25%; } }
  .collection .product-grid-item {
    margin-top: 47px; }
    @media (max-width: 991px) {
      .collection .product-grid-item {
        margin-top: 16px; } }
  @media (max-width: 991px) {
    .collection .product-grid-item__content {
      padding: 25px; } }

.collection__no-results {
  margin-top: 47px; }
  @media (max-width: 991px) {
    .collection__no-results {
      margin-top: 16px; } }

.collection__next-page {
  margin-top: 47px; }
  @media (max-width: 991px) {
    .collection__next-page {
      margin-top: 16px; } }

.collection-block {
  margin: 47px 0px 47px 0px; }
  @media (max-width: 991px) {
    .collection-block {
      margin: 16px 0px 16px 0px; } }

.collection-block__container {
  background: #F5F5F5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 50px 38px 31px 38px; }
  @media (max-width: 991px) {
    .collection-block__container {
      padding: 36px 24px 24px 24px; } }

.collection-block__title {
  padding: 0px 0px 33px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .collection-block__title {
      padding-bottom: 18px; } }

.collection-block__content {
  font-size: 14px;
  line-height: 18px; }
  .collection-block__content p {
    padding: 20px 0px 0px 0px;
    margin: 0px; }
  .collection-block__content .metafield-rich_text_field > * {
    padding-top: 0px;
    margin-top: 0px; }

/* ==========================================================================
   #CONTACT PAGE
   ========================================================================== */
.page-title {
  margin: 67px 0px 0px 0px; }
  @media (max-width: 991px) {
    .page-title {
      margin: 63px 0px 0px 0px; } }
  .page-title .page-title__heading {
    padding: 0px;
    margin: 0px;
    font-size: 32px;
    line-height: 34px; }
    @media (max-width: 991px) {
      .page-title .page-title__heading {
        font-size: 28px;
        line-height: 30px; } }
    .page-title .page-title__heading p {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .page-title .page-title__heading p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out; }
      .page-title .page-title__heading p span {
        display: none; }
  .page-title.animation-done .page-title__heading p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .page-title .page-title__subheading {
    padding: 0px;
    margin: 0px;
    font-size: 32px;
    line-height: 34px; }
    @media (max-width: 991px) {
      .page-title .page-title__subheading {
        font-size: 28px;
        line-height: 30px; } }
    .page-title .page-title__subheading p {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .page-title .page-title__subheading p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out;
        transition-delay: 0.2s; }
      .page-title .page-title__subheading p span {
        display: none; }
  .page-title.animation-done .page-title__subheading p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }

.page-title__container {
  position: relative; }
  .page-title__container .container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }

.page-title__background img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover; }
  @media (max-width: 991px) {
    .page-title__background img {
      height: 148px; } }

.contact {
  margin: 50px 0px 90px 0px; }
  @media (max-width: 991px) {
    .contact {
      margin: 34px 0px 24px 0px; } }

@media (max-width: 991px) {
  .contact__d-flex {
    flex-wrap: wrap; } }

.contact__form {
  width: 65.44%;
  min-width: 65.44%; }
  @media (max-width: 991px) {
    .contact__form {
      width: 100%;
      min-width: 100%; } }
  .contact__form .row {
    margin: 0px -8px; }
    @media (max-width: 991px) {
      .contact__form .row {
        margin: 0px -4px; } }
    .contact__form .row > div {
      padding: 12px 8px 0px 8px; }
      @media (max-width: 991px) {
        .contact__form .row > div {
          padding-left: 4px;
          padding-right: 4px; } }
  .contact__form input,
  .contact__form textarea {
    display: block;
    width: 100%;
    padding: 11px 22px 11px 22px;
    background: none;
    border: 1px solid #E5E5E5;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    transition: border 0.3s ease-in;
    -webkit-transition: border 0.3s ease-in;
    -moz-transition: border 0.3s ease-in; }
    @media (max-width: 991px) {
      .contact__form input,
      .contact__form textarea {
        padding-left: 16px;
        padding-right: 16px; } }
    .contact__form input::-webkit-input-placeholder,
    .contact__form textarea::-webkit-input-placeholder {
      color: #000; }
    .contact__form input::-moz-placeholder,
    .contact__form textarea::-moz-placeholder {
      color: #000; }
    .contact__form input:-ms-input-placeholder,
    .contact__form textarea:-ms-input-placeholder {
      color: #000; }
    .contact__form input:-moz-placeholder,
    .contact__form textarea:-moz-placeholder {
      color: #000; }
    .contact__form input:focus,
    .contact__form textarea:focus {
      border: 1px solid #02060f; }
  .contact__form textarea {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; }
  .contact__form .button {
    margin-top: 5px; }
    @media (max-width: 991px) {
      .contact__form .button {
        display: block;
        width: 100%;
        text-align: center; } }

.contact-form__title {
  padding: 0px 0px 8px 0px;
  margin: 0px;
  font-size: 22px;
  line-height: 24px; }

.contact__details {
  width: 34.56%;
  min-width: 34.56%;
  padding-left: 47px; }
  @media (max-width: 991px) {
    .contact__details {
      width: 100%;
      min-width: 100%;
      padding: 0px; } }

.contact-details__background {
  background: #F5F5F5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 29px 30px 28px 30px; }
  @media (max-width: 991px) {
    .contact-details__background {
      padding: 29px 25px 25px 25px;
      margin-top: 50px; } }
  .contact-details__background p {
    padding: 20px 0px 0px 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 18px; }
    .contact-details__background p:first-of-type a {
      position: relative;
      display: inline-block; }
      .contact-details__background p:first-of-type a:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 2px;
        left: 0;
        right: 0;
        height: 0.5px;
        background: #02060f; }
    .contact-details__background p strong {
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 0.5px; }

.contact-details__heading {
  font-size: 22px;
  line-height: 24px;
  padding: 0px;
  margin: 0px; }

.errors {
  padding-top: 20px;
  font-size: 14px;
  line-height: 18px; }

/* ==========================================================================
   #FAQ PAGE
   ========================================================================== */
.faq-body .header {
  background: #fff; }

.faq {
  margin: 4px 0px 67px 0px; }
  @media (max-width: 991px) {
    .faq {
      margin: -10px 0px 25px 0px;
      position: relative; } }

@media (max-width: 1198px) {
  .faq__d-flex {
    flex-wrap: wrap;
    position: relative !important; } }

.faq__content {
  width: 100%; }

.faq-section__title {
  padding: 0px 0px 14px 0px;
  margin: 51px 0px 0px 0px;
  font-size: 16px;
  line-height: 18px; }
  @media (max-width: 991px) {
    .faq-section__title {
      margin-top: 44px; } }

.faq-section .accordion {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px;
  margin: 10px 0px 0px 0px; }
  .faq-section .accordion.active .accordion__title i:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg); }

.faq-section .accordion__title {
  padding: 20px 75px 20px 22px;
  cursor: pointer;
  font-size: 11px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  font-family: co-text; }
  .faq-section .accordion__title i {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    position: absolute !important;
    background: none !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    margin: 0px !important;
    left: auto !important;
    top: 50% !important;
    right: 15px !important;
    bottom: auto !important;
    opacity: 1 !important; }
    .faq-section .accordion__title i:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 15px;
      background: url(icon-right.svg) center no-repeat;
      top: 50%;
      left: 50%;
      margin: -7px 0px 0px -5px;
      transition: transform 0.3s ease-in;
      -webkit-transition: transform 0.3s ease-in;
      -moz-transition: transform 0.3s ease-in; }

.faq-section .accordion__content {
  display: none;
  padding: 0px 75px 22px 22px;
  font-size: 14px;
  line-height: 18px; }
  @media (max-width: 991px) {
    .faq-section .accordion__content {
      padding-right: 30px; } }
  .faq-section .accordion__content h1, .faq-section .accordion__content h2, .faq-section .accordion__content h3, .faq-section .accordion__content h4, .faq-section .accordion__content h5, .faq-section .accordion__content h6 {
    font-size: 16px;
    line-height: 18px;
    padding: 0px;
    margin: 30px 0px 0px 0px; }
  .faq-section .accordion__content p {
    margin: 20px 0px 0px 0px;
    padding: 0px; }
  .faq-section .accordion__content ul {
    list-style: none;
    padding: 0px 0px 0px 22px;
    margin: 20px 0px 0px 0px; }
    .faq-section .accordion__content ul li {
      position: relative; }
      .faq-section .accordion__content ul li:before {
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        left: -14px;
        width: 4px;
        height: 4px;
        background: #02060f;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px; }
  .faq-section .accordion__content a {
    position: relative;
    display: inline-block; }
    .faq-section .accordion__content a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 2px;
      left: 0;
      right: 0;
      height: 0.5px;
      background: #02060f; }
  .faq-section .accordion__content > *:first-child {
    padding-top: 0px;
    margin-top: 0px; }

.faq__block {
  width: 413px;
  min-width: 413px;
  top: 120px;
  margin: 46px 0px auto 50px; }
  @media (max-width: 1198px) {
    .faq__block {
      width: 100%;
      min-width: 100%;
      top: auto;
      margin: 46px 0px 0px 0px; } }
  @media (max-width: 991px) {
    .faq__block {
      margin-top: 26px; } }

.custom-block {
  position: relative; }

.custom-block__background {
  padding: 0px 0px 100% 0px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  position: relative;
  min-height: 232px;
  overflow: hidden; }
  @media (max-width: 400px) {
    .custom-block__background {
      min-height: 262px; } }
  .custom-block__background img,
  .custom-block__background video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.custom-block__top-content {
  position: absolute;
  top: 29px;
  left: 27px;
  right: 27px;
  z-index: 3; }

.custom-block__heading {
  padding: 0px;
  margin: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 24px; }
  .custom-block__heading p {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .custom-block__heading p i {
      font-style: normal;
      opacity: 1;
      display: inline-block;
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      transition: transform 0.5s ease-in-out;
      -webkit-transition: transform 0.5s ease-in-out;
      -moz-transition: transform 0.5s ease-in-out; }
    .custom-block__heading p span {
      display: none; }

.animation-done .custom-block__heading p i,
div .custom-block__heading p i {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0); }

.custom-block__subheading {
  padding: 0px;
  margin: 0px;
  color: #0089BD;
  font-size: 22px;
  line-height: 24px; }
  .custom-block__subheading p {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .custom-block__subheading p i {
      font-style: normal;
      opacity: 1;
      display: inline-block;
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      transition: transform 0.5s ease-in-out;
      -webkit-transition: transform 0.5s ease-in-out;
      -moz-transition: transform 0.5s ease-in-out;
      transition-delay: 0.2s; }
    .custom-block__subheading p span {
      display: none; }

.animation-done .custom-block__subheading p i,
div .custom-block__subheading p i {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0); }

.custom-block__description {
  padding: 0px;
  margin: 13px 0px 0px 0px;
  color: #fff;
  max-width: 286px; }
  .custom-block__description p {
    padding: 0px;
    margin: 0px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden; }
    .custom-block__description p i {
      font-style: normal;
      opacity: 1;
      display: inline-block;
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      transition: transform 0.5s ease-in-out;
      -webkit-transition: transform 0.5s ease-in-out;
      -moz-transition: transform 0.5s ease-in-out;
      transition-delay: 0.4s; }
    .custom-block__description p span {
      display: none; }

.animation-done .custom-block__description p i,
div .custom-block__description p i {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0); }

.custom-block__action {
  position: absolute;
  left: 27px;
  right: 27px;
  bottom: 38px;
  z-index: 3;
  overflow: hidden; }

.custom-block__button {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  transition-delay: 0.6s; }

.animation-done .custom-block__button,
div .custom-block__button {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0); }

/* ==========================================================================
   #LOGIN PAGE
   ========================================================================== */
.login-body .header {
  background: #fff;
  border-bottom: 1px solid #E5E5E5; }

.login {
  padding: 180px 0px 100px 0px;
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    .login {
      padding: 130px 0px 40px 0px; } }
  .login .form-group {
    margin: 0px; }

.login__container {
  max-width: 615px;
  margin: 0px auto; }

.login__title {
  text-align: center;
  padding: 0px 0px 45px 0px;
  margin: 0px;
  font-size: 24px; }
  @media (max-width: 767px) {
    .login__title {
      padding-bottom: 35px; } }

.login__alert ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.login__description {
  text-align: center;
  font-size: 14px; }

.login__inputs .form-group + .form-group {
  margin-top: 13px; }

.login__inputs input,
.login__inputs textarea {
  display: block;
  width: 100%;
  padding: 11px 22px 11px 22px;
  background: none;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  transition: border 0.3s ease-in;
  -webkit-transition: border 0.3s ease-in;
  -moz-transition: border 0.3s ease-in; }
  @media (max-width: 991px) {
    .login__inputs input,
    .login__inputs textarea {
      padding-left: 16px;
      padding-right: 16px; } }
  .login__inputs input::-webkit-input-placeholder,
  .login__inputs textarea::-webkit-input-placeholder {
    color: #000; }
  .login__inputs input::-moz-placeholder,
  .login__inputs textarea::-moz-placeholder {
    color: #000; }
  .login__inputs input:-ms-input-placeholder,
  .login__inputs textarea:-ms-input-placeholder {
    color: #000; }
  .login__inputs input:-moz-placeholder,
  .login__inputs textarea:-moz-placeholder {
    color: #000; }
  .login__inputs input:focus,
  .login__inputs textarea:focus {
    border: 1px solid #02060f; }

.login__inputs textarea {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

.login__button {
  text-align: center;
  padding: 23px 0px 0px 0px; }
  .login__button .button {
    display: block;
    text-align: center;
    width: 100%; }

.login__forgot-password {
  text-align: center;
  padding: 25px 0px 0px 0px;
  font-size: 14px; }

.login__register {
  text-align: center;
  padding: 12px 0px 0px 0px;
  font-size: 14px; }

.alert .errors {
  padding: 0px; }

/* ==========================================================================
   #NOT FOUND PAGE
   ========================================================================== */
.not-found-page {
  text-align: center;
  padding: 80px 0px 80px 0px; }

@media (max-width: 991px) {
  .not-found-page {
    padding: 70px 0px; } }

.not-found-page__title {
  margin: 0px;
  line-height: 1;
  font-size: 120px;
  color: #000;
  padding: 0px 0px 30px 0px; }

@media (max-width: 1098px) {
  .not-found-page__title {
    font-size: 100px; } }

@media (max-width: 991px) {
  .not-found-page__title {
    font-size: 70px; } }

.not-found-page__description {
  max-width: 570px;
  margin: 0px auto;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  padding: 0px 0px 40px 0px; }

@media (max-width: 1098px) {
  .not-found-page__description {
    font-size: 18px; } }

@media (max-width: 991px) {
  .not-found-page__description {
    font-size: 16px;
    padding-bottom: 20px; } }

/* ==========================================================================
   #DEFAULT PAGE
   ========================================================================== */
@media (max-width: 1198px) {
  .page__d-flex {
    flex-wrap: wrap;
    position: relative !important; } }

.page {
  margin-bottom: 90px; }
  @media (max-width: 991px) {
    .page {
      margin-bottom: 26px; } }

.page__content {
  width: 100%;
  margin-top: 55px;
  font-size: 14px;
  line-height: 18px; }
  @media (max-width: 991px) {
    .page__content {
      margin-top: 33px; } }
  .page__content h1, .page__content h2, .page__content h3, .page__content h4, .page__content h5, .page__content h6 {
    font-size: 16px;
    line-height: 18px;
    padding: 0px;
    margin: 30px 0px 0px 0px; }
  .page__content p {
    margin: 20px 0px 0px 0px;
    padding: 0px; }
  .page__content ul {
    list-style: none;
    padding: 0px 0px 0px 22px;
    margin: 20px 0px 0px 0px; }
    .page__content ul li {
      position: relative; }
      .page__content ul li:before {
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        left: -14px;
        width: 4px;
        height: 4px;
        background: #02060f;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px; }
  .page__content a {
    position: relative;
    display: inline-block; }
    .page__content a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 2px;
      left: 0;
      right: 0;
      height: 0.5px;
      background: #02060f; }
  .page__content > *:first-child {
    padding-top: 0px;
    margin-top: 0px; }

.page__block {
  width: 413px;
  min-width: 413px;
  top: 120px;
  margin: 50px 0px auto 60px; }
  @media (max-width: 1198px) {
    .page__block {
      width: 100%;
      min-width: 100%;
      top: auto;
      margin: 46px 0px 0px 0px; } }
  @media (max-width: 991px) {
    .page__block {
      margin-top: 50px; } }

/* ==========================================================================
   #SEARCH PAGE
   ========================================================================== */
.hero--search.hero--desktop .hero__image {
  height: 400px;
  background: #02060F; }

.hero--search.hero--desktop .hero__content {
  top: 57% !important; }

.hero--search.hero--desktop .hero__heading {
  color: #fff; }

.hero--search.hero--desktop .hero__subheading {
  color: #0089BD; }

.hero--search.hero--mobile .hero__image {
  height: 218px;
  background: #02060F; }

.hero--search.hero--mobile .hero__content {
  top: 68% !important; }

.hero--search.hero--mobile .hero__heading {
  color: #fff;
  font-size: 28px;
  line-height: 30px; }

.hero--search.hero--mobile .hero__subheading {
  color: #0089BD;
  font-size: 28px;
  line-height: 30px; }

/* ==========================================================================
   8.15 #SHOPPING CART PAGE
   ========================================================================== */
.shopping-cart {
  padding: 70px 0px 70px 0px;
  font-size: 14px; }
  @media (max-width: 991px) {
    .shopping-cart {
      padding: 50px 0px; } }
  .shopping-cart .table-responsive {
    margin-top: 0px; }
    .shopping-cart .table-responsive table tbody {
      vertical-align: top; }

/* Title */
.shopping-cart__title {
  padding: 0px 0px 50px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .shopping-cart__title {
      padding-bottom: 40px; } }

/* Cart container */
.shopping-cart__container {
  padding-right: 70px; }
  @media (max-width: 1098px) {
    .shopping-cart__container {
      padding-right: 20px; } }
  @media (max-width: 991px) {
    .shopping-cart__container {
      padding-right: 0px; } }

/* Table */
/* Cart product */
.shopping-cart__product {
  display: flex; }

/* Cart product image */
.cart-product__image {
  width: 70px;
  min-width: 70px; }
  .cart-product__image a {
    display: block;
    position: relative;
    padding-bottom: 100%; }
    .cart-product__image a img {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      object-fit: cover; }

/* Title and variant */
.cart-product__title-and-variant {
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 6px;
  min-width: 140px;
  white-space: nowrap; }

.cart-product__title {
  margin-bottom: 0;
  font-size: 12px; }

.cart-product__variant {
  color: #999999;
  padding: 2px 0px 0px 0px;
  font-size: 12px; }

.cart-product__action {
  padding: 11px 0px 0px 0px; }

/* Quantity */
.cart-product__quantity-field {
  max-width: 80px;
  min-width: 70px;
  position: relative; }

.quantity-field__minus {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  .quantity-field__minus a {
    display: block;
    padding: 5px; }

.quantity-field__plus {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  .quantity-field__plus a {
    display: block;
    padding: 5px; }

.quantity-field__input {
  display: block;
  width: 100%;
  text-align: center;
  padding: 7px 15px;
  margin: 0px;
  border: 1px solid #d0d0d0;
  background: #fff;
  outline: none;
  height: 34px;
  font-size: 16px;
  line-height: 1.3;
  color: #000; }
  @media (max-width: 991px) {
    .quantity-field__input {
      font-size: 14px; } }
  .quantity-field__input:focus {
    border-color: #000; }

/* Price */
.cart-product__price {
  padding-top: 6px; }

/* Delete */
.cart-product__delete {
  padding-top: 3px; }
  .cart-product__delete a {
    font-size: 12px;
    line-height: 20px;
    position: relative;
    display: inline-block; }
    .cart-product__delete a:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: .5px;
      background: #02060f; }

/* Order summary */
@media (max-width: 991px) {
  .shopping-cart__order-summary {
    margin-top: 35px; } }

/* Order summary background */
.order-summary__background {
  padding: 40px 35px;
  background: #f5f5f5;
  margin-bottom: 35px;
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }
  @media (max-width: 991px) {
    .order-summary__background {
      padding: 30px 25px;
      margin-bottom: 25px; } }

/* Order summary title */
.order-summary__title {
  padding: 0px;
  margin: 0px; }

/* Order summary total */
.order-summary__total {
  padding-top: 12px;
  display: flex; }

.summary-total__price {
  padding-left: 20px;
  margin-left: auto;
  font-weight: bold; }

/* Proceed to checkout */
.order-summary__proceed-to-checkout {
  padding-top: 17px; }
  .order-summary__proceed-to-checkout .button {
    display: block;
    width: 100%;
    text-align: center; }

/* Order summary action */
.order-summary__action {
  text-align: center; }
  .order-summary__action a {
    font-size: 12px;
    line-height: 20px;
    position: relative;
    display: inline-block; }
    .order-summary__action a:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: .5px;
      background: #02060f; }

/* ==========================================================================
   #STOCKISTS PAGE
   ========================================================================== */
.contact-block {
  margin: 40px 0px 45px 0px; }

.contact-block__container {
  position: relative; }

.contact-block__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  overflow: hidden; }
  .contact-block__background img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.contact-block__content {
  position: relative;
  z-index: 2;
  padding: 45px 50px 40px 38px; }
  @media (max-width: 991px) {
    .contact-block__content {
      flex-wrap: wrap;
      padding: 42px 24px 47px 24px; } }

.contact-block__left {
  width: 30%;
  padding-right: 45px; }
  @media (max-width: 991px) {
    .contact-block__left {
      width: 100%;
      padding: 0px 0px 26px 0px; } }

.contact-block__heading {
  padding: 0px;
  margin: 0px; }
  .contact-block__heading p {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .contact-block__heading p i {
      font-style: normal;
      opacity: 1;
      display: inline-block;
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      transition: transform 0.5s ease-in-out;
      -webkit-transition: transform 0.5s ease-in-out;
      -moz-transition: transform 0.5s ease-in-out; }
    .contact-block__heading p span {
      display: none; }

.animation-done .contact-block__heading p i {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0); }

.contact-block__subheading {
  padding: 0px;
  margin: 0px; }
  .contact-block__subheading p {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .contact-block__subheading p i {
      font-style: normal;
      opacity: 1;
      display: inline-block;
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      transition: transform 0.5s ease-in-out;
      -webkit-transition: transform 0.5s ease-in-out;
      -moz-transition: transform 0.5s ease-in-out;
      transition-delay: 0.2s; }
    .contact-block__subheading p span {
      display: none; }

.animation-done .contact-block__subheading p i {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0); }

.contact-block__form {
  width: 70%; }
  @media (max-width: 991px) {
    .contact-block__form {
      width: 100%; } }
  .contact-block__form .row {
    margin: -12px -8px 0px -8px; }
    @media (max-width: 991px) {
      .contact-block__form .row {
        margin: -12px -4px 0px -4px; } }
    .contact-block__form .row > div {
      padding: 12px 8px 0px 8px; }
      @media (max-width: 991px) {
        .contact-block__form .row > div {
          padding-left: 4px;
          padding-right: 4px; } }
  .contact-block__form .contact-form__title {
    display: none; }
  .contact-block__form input,
  .contact-block__form textarea {
    display: block;
    width: 100%;
    padding: 11px 22px 11px 22px;
    background: none;
    border: 1px solid #E5E5E5;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    transition: border 0.3s ease-in;
    -webkit-transition: border 0.3s ease-in;
    -moz-transition: border 0.3s ease-in; }
    @media (max-width: 991px) {
      .contact-block__form input,
      .contact-block__form textarea {
        padding-left: 16px;
        padding-right: 16px; } }
    .contact-block__form input::-webkit-input-placeholder,
    .contact-block__form textarea::-webkit-input-placeholder {
      color: #fff; }
    .contact-block__form input::-moz-placeholder,
    .contact-block__form textarea::-moz-placeholder {
      color: #fff; }
    .contact-block__form input:-ms-input-placeholder,
    .contact-block__form textarea:-ms-input-placeholder {
      color: #fff; }
    .contact-block__form input:-moz-placeholder,
    .contact-block__form textarea:-moz-placeholder {
      color: #fff; }
    .contact-block__form input:focus,
    .contact-block__form textarea:focus {
      border: 1px solid #fff; }
  .contact-block__form textarea {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; }
  .contact-block__form .button {
    margin-top: 5px; }
    @media (max-width: 991px) {
      .contact-block__form .button {
        display: block;
        width: 100%;
        text-align: center; } }

/* ==========================================================================
   #TECHSPEC PAGE
   ========================================================================== */
.techspec-body .hero--desktop .hero__description p i,
.techspec-body .hero--mobile .hero__description p i {
  transition-delay: 0.2s; }

.techspec-body .hero--mobile .hero__heading {
  font-size: 28px;
  line-height: 30px; }

.techspec-body .test-ride {
  margin: 50px 0px 50px 0px; }
  @media (max-width: 991px) {
    .techspec-body .test-ride {
      margin: 27px 0px 45px 0px; } }

.techspec-body .home-products {
  margin: 50px 0px 50px 0px; }
  @media (max-width: 991px) {
    .techspec-body .home-products {
      margin: 45px 0px; } }

.specifications {
  margin: 72px 0px 82px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .specifications {
      margin: 37px 0px 55px 0px; } }
  .specifications .row {
    margin: 0px -3.125vw; }
    .specifications .row > div {
      padding: 0px 3.125vw; }

.specifications__heading {
  padding: 5px 0px 0px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .specifications__heading {
      padding: 0px;
      margin: 0px;
      width: 100%; } }
  .specifications__heading p {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .specifications__heading p i {
      font-style: normal;
      opacity: 1;
      display: inline-block;
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      transition: transform 0.5s ease-in-out;
      -webkit-transition: transform 0.5s ease-in-out;
      -moz-transition: transform 0.5s ease-in-out; }
    .specifications__heading p span {
      display: none; }

.animation-done .specifications__heading p i {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0); }

.specifications__top {
  margin-bottom: 35px; }
  @media (max-width: 991px) {
    .specifications__top {
      margin: 0px;
      padding: 0px;
      flex-wrap: wrap; } }

.specifications__action {
  margin-left: auto; }
  @media (max-width: 991px) {
    .specifications__action {
      margin: 20px 0px 0px 0px; } }
  .specifications__action .button {
    min-width: 267px; }
    @media (max-width: 991px) {
      .specifications__action .button {
        min-width: 231px; } }

.specification {
  padding-top: 30px; }

.specification__heading {
  font-weight: 700;
  text-transform: uppercase;
  font-family: co-text;
  letter-spacing: .5px;
  font-size: 16px; }

.specification__content {
  font-size: 14px;
  line-height: 18px;
  color: #8C8C8C; }

.fifty-fifty {
  margin: 82px 0px 50px 0px; }
  @media (max-width: 991px) {
    .fifty-fifty {
      margin: 50px 0px 27px 0px; } }
  .fifty-fifty .row {
    margin: -50px -25px 0px -25px; }
    @media (max-width: 991px) {
      .fifty-fifty .row {
        margin: -20px -10px 0px -10px; } }
    .fifty-fifty .row > div {
      padding: 50px 25px 0px 25px; }
      @media (max-width: 991px) {
        .fifty-fifty .row > div {
          padding: 20px 10px 0px 10px; } }
  .fifty-fifty p {
    padding: 0px 0px 100% 0px;
    margin: 0px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px; }
    .fifty-fifty p img,
    .fifty-fifty p video {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

/* ==========================================================================
   #HOME HERO
   ========================================================================== */
.hero--desktop {
  position: relative; }
  .hero--desktop .hero__image img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover; }
  .hero--desktop .hero__video video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover; }
  .hero--desktop .hero__youtube,
  .hero--desktop .hero__vimeo {
    display: block;
    width: 100%;
    height: 100vh; }
  .hero--desktop .hero__content {
    position: absolute;
    top: 55%;
    left: 50px;
    width: 436px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
  .hero--desktop .hero__heading {
    padding: 0px;
    margin: 0px; }
    .hero--desktop .hero__heading p {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .hero--desktop .hero__heading p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out; }
      .hero--desktop .hero__heading p span {
        display: none; }
  .hero--desktop.animation-done .hero__heading p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .hero--desktop .hero__subheading {
    padding: 0px;
    margin: 0px; }
    .hero--desktop .hero__subheading p {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .hero--desktop .hero__subheading p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out;
        transition-delay: 0.2s; }
      .hero--desktop .hero__subheading p span {
        display: none; }
  .hero--desktop.animation-done .hero__subheading p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .hero--desktop .hero__description {
    padding: 0px;
    margin: 27px 0px 0px 0px; }
    .hero--desktop .hero__description p {
      padding: 0px;
      margin: 0px;
      position: relative;
      font-size: 14px;
      line-height: 18px;
      overflow: hidden; }
      .hero--desktop .hero__description p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out;
        transition-delay: 0.4s; }
      .hero--desktop .hero__description p span {
        display: none; }
  .hero--desktop.animation-done .hero__description p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .hero--desktop .hero__action {
    margin-top: 42px;
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .hero--desktop .hero__action .hero__wrap-buttons {
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      transition: transform 0.5s ease-in-out;
      -webkit-transition: transform 0.5s ease-in-out;
      -moz-transition: transform 0.5s ease-in-out;
      transition-delay: 0.6s; }
    .hero--desktop .hero__action span {
      display: none; }
  .hero--desktop.animation-done .hero__action .hero__wrap-buttons {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }

.owl-item.active .hero .animation-done .hero__heading p i {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0); }

.owl-item.active .hero .animation-done .hero__subheading p i {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0); }

.owl-item.active .hero .animation-done .hero__description p i {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0); }

.owl-item.active .hero .animation-done .hero__action .hero__wrap-buttons {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0); }

.hero__content--position-center-right {
  left: auto !important;
  right: 3.5%; }

.hero__content--position-bottom-left {
  bottom: 52px;
  top: auto !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important; }

.hero__content--position-bottom-right {
  bottom: 52px;
  top: auto !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  left: auto !important;
  right: 3.5%; }

@keyframes text {
  0% {
    right: 100%;
    left: 0; }
  50% {
    right: 0;
    left: 0; }
  100% {
    left: 100%;
    right: 0; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Hero mobile */
.hero--mobile {
  position: relative; }
  .hero--mobile .hero__image img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover; }
  .hero--mobile .hero__video video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover; }
  .hero--mobile .hero__youtube,
  .hero--mobile .hero__vimeo {
    display: block;
    width: 100%;
    height: 100vh; }
  .hero--mobile .hero__content {
    position: absolute;
    top: 55%;
    left: 20px;
    width: auto;
    right: 20px;
    max-width: 353px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
  .hero--mobile .hero__heading {
    padding: 0px;
    margin: 0px; }
    .hero--mobile .hero__heading p {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .hero--mobile .hero__heading p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out; }
      .hero--mobile .hero__heading p span {
        display: none; }
  .hero--mobile.animation-done .hero__heading p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .hero--mobile .hero__subheading {
    padding: 0px;
    margin: 0px; }
    .hero--mobile .hero__subheading p {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .hero--mobile .hero__subheading p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out;
        transition-delay: 0.2s; }
      .hero--mobile .hero__subheading p span {
        display: none; }
  .hero--mobile.animation-done .hero__subheading p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .hero--mobile .hero__description {
    padding: 0px;
    margin: 24px 0px 0px 0px; }
    .hero--mobile .hero__description p {
      padding: 0px;
      margin: 0px;
      position: relative;
      font-size: 14px;
      line-height: 18px;
      overflow: hidden; }
      .hero--mobile .hero__description p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out;
        transition-delay: 0.4s; }
      .hero--mobile .hero__description p span {
        display: none; }
  .hero--mobile.animation-done .hero__description p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .hero--mobile .hero__action {
    margin-top: 28px;
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .hero--mobile .hero__action .hero__wrap-buttons {
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      transition: transform 0.5s ease-in-out;
      -webkit-transition: transform 0.5s ease-in-out;
      -moz-transition: transform 0.5s ease-in-out;
      transition-delay: 0.6s; }
    .hero--mobile .hero__action span {
      display: none; }
  .hero--mobile.animation-done .hero__action .hero__wrap-buttons {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .hero--mobile .hero__content--position-top-left {
    top: 112px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none; }
  .hero--mobile .hero__content--position-bottom-left {
    bottom: 33px; }
  .hero--mobile .hero__content--position-bottom-right {
    bottom: 33px; }

/* ==========================================================================
   #HOTSPOTS
   ========================================================================== */
.hotspots {
  margin: 50px 0px 50px 0px;
  background: #F5F5F5;
  overflow: hidden; }
  @media (max-width: 1198px) {
    .hotspots {
      padding-bottom: 50px; } }
  @media (max-width: 991px) {
    .hotspots {
      margin: 26px 0px;
      padding-bottom: 28px; } }
  @media (max-width: 1198px) {
    .hotspots .splide__track {
      overflow: visible; } }
  @media (max-width: 1198px) {
    .hotspots .splide__list {
      width: 90%; } }
  .hotspots .splide__pagination,
  .hotspots .splide__arrows {
    display: none !important; }

@media (max-width: 1198px) {
  .hotspots__d-flex {
    flex-wrap: wrap; } }

.hotspots__image {
  width: 69.2%;
  min-width: 69.2%;
  position: relative; }
  @media (max-width: 1198px) {
    .hotspots__image {
      width: 100%;
      min-width: 100%; } }
  @media (max-width: 991px) {
    .hotspots__image {
      margin-bottom: 20px;
      margin-top: 20px; } }
  .hotspots__image img {
    display: block;
    width: 100%; }

.hotspots__pin {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer; }
  @media (max-width: 991px) {
    .hotspots__pin {
      width: 15px;
      height: 15px; } }
  .hotspots__pin:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    z-index: -1; }
    @media (max-width: 991px) {
      .hotspots__pin:before {
        top: -7px;
        left: -7px;
        right: -7px;
        bottom: -7px; } }
  .hotspots__pin:after {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #0089BD;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 1;
    top: 50%;
    left: 50%;
    content: ''; }
    @media (max-width: 991px) {
      .hotspots__pin:after {
        width: 15px;
        height: 15px; } }

.hotspots__pin--active:before {
  animation: scale 2s ease-in-out infinite alternate;
  -webkit-animation: scale 2s ease-in-out infinite alternate; }

@keyframes scale {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.6); } }

.hotspots__pins-content {
  width: 25.6%;
  min-width: 25.6%;
  margin-left: auto; }
  @media (max-width: 1198px) {
    .hotspots__pins-content {
      width: 100%;
      min-width: 100%;
      margin: 0px; } }

.pin-content {
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  overflow: hidden; }

.pin-content__image {
  padding: 0px 0px 70% 0px;
  position: relative; }
  .pin-content__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.pin-content__content {
  padding: 35px 34px 55px 34px; }
  @media (max-width: 991px) {
    .pin-content__content {
      padding: 28px 21px; } }

.pin-content__title {
  padding: 0px 0px 16px 0px;
  margin: 0px; }

.pin-content__description {
  font-size: 14px;
  line-height: 18px; }

/* ==========================================================================
   #LATEST NEWS
   ========================================================================== */
.latest-news {
  margin: 104px 0px 154px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .latest-news {
      margin: 85px 0px 85px 0px; } }
  .latest-news .latest-news__heading {
    padding: 0px;
    margin: 0px; }
    .latest-news .latest-news__heading p {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .latest-news .latest-news__heading p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out; }
      .latest-news .latest-news__heading p span {
        display: none; }
  .latest-news.animation-done .latest-news__heading p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .latest-news .latest-news__subheading {
    padding: 0px;
    margin: 0px 0px 60px 0px; }
    @media (max-width: 991px) {
      .latest-news .latest-news__subheading {
        margin: 0px 0px 48px 0px; } }
    .latest-news .latest-news__subheading p {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .latest-news .latest-news__subheading p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out;
        transition-delay: 0.2s; }
      .latest-news .latest-news__subheading p span {
        display: none; }
  .latest-news.animation-done .latest-news__subheading p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .latest-news .owl-dots,
  .latest-news .splide__pagination {
    display: none !important; }
  .latest-news .owl-nav,
  .latest-news .splide__arrows {
    display: flex !important;
    align-items: center;
    position: absolute;
    top: -102px;
    right: -20%; }
    @media (max-width: 1198px) {
      .latest-news .owl-nav,
      .latest-news .splide__arrows {
        right: -60%; } }
    @media (max-width: 991px) {
      .latest-news .owl-nav,
      .latest-news .splide__arrows {
        display: none !important; } }
  .latest-news .owl-carousel,
  .latest-news .splide {
    width: 83%; }
    @media (max-width: 1198px) {
      .latest-news .owl-carousel,
      .latest-news .splide {
        width: 60%; } }
    @media (max-width: 991px) {
      .latest-news .owl-carousel,
      .latest-news .splide {
        width: 84%; } }
    .latest-news .owl-carousel .owl-stage-outer,
    .latest-news .owl-carousel .splide__track,
    .latest-news .splide .owl-stage-outer,
    .latest-news .splide .splide__track {
      overflow: visible; }
  .latest-news .owl-prev,
  .latest-news .splide__arrow--prev {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    position: relative !important;
    background: none !important;
    transform: none !important;
    margin: 0px !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    opacity: 1 !important; }
    .latest-news .owl-prev:before,
    .latest-news .splide__arrow--prev:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 15px;
      background: url(icon-right.svg) center no-repeat;
      top: 50%;
      left: 49%;
      transform: translate(-50%, -50%) scale(-1);
      -webkit-transform: translate(-50%, -50%) scale(-1);
      -moz-transform: translate(-50%, -50%) scale(-1); }
    .latest-news .owl-prev[disabled]:before,
    .latest-news .splide__arrow--prev[disabled]:before {
      opacity: 0.15; }
    .latest-news .owl-prev svg,
    .latest-news .splide__arrow--prev svg {
      display: none !important; }
  .latest-news .owl-next,
  .latest-news .splide__arrow--next {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    position: relative !important;
    background: none !important;
    transform: none !important;
    margin: 0px 0px 0px 9px !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    opacity: 1 !important; }
    .latest-news .owl-next:before,
    .latest-news .splide__arrow--next:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 15px;
      background: url(icon-right.svg) center no-repeat;
      top: 50%;
      left: 52%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%); }
    .latest-news .owl-next[disabled]:before,
    .latest-news .splide__arrow--next[disabled]:before {
      opacity: 0.15; }
    .latest-news .owl-next svg,
    .latest-news .splide__arrow--next svg {
      display: none !important; }

.article-grid-item {
  background: #F5F5F5;
  padding: 25px 25px 23px 25px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }
  @media (max-width: 991px) {
    .article-grid-item {
      padding: 24px; } }

.article-grid-item__title {
  padding: 0px;
  margin: 0px 0px 20px 0px;
  max-width: 388px; }

.article-grid-item__image {
  display: block;
  padding-bottom: 64%;
  position: relative; }
  .article-grid-item__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.article-grid-item__description {
  margin: 27px 0px 0px 0px;
  font-size: 16px;
  line-height: 18px; }
  @media (max-width: 1198px) {
    .article-grid-item__description {
      font-size: 14px;
      line-height: 17px; } }
  @media (max-width: 991px) {
    .article-grid-item__description {
      display: none; } }

.article-grid-item__read-more {
  margin-top: 20px; }

/* ==========================================================================
   #HOME PRESS
   ========================================================================== */
.press {
  margin: 140px 0px 185px 0px; }
  @media (max-width: 991px) {
    .press {
      margin: 55px 0px 85px 0px;
      overflow: hidden; } }
  .press .press__heading {
    padding: 0px;
    margin: 0px; }
    .press .press__heading p {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .press .press__heading p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out; }
      .press .press__heading p span {
        display: none; }
  .press.animation-done .press__heading p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .press .press__subheading {
    padding: 0px;
    margin: 0px 0px 60px 0px; }
    @media (max-width: 991px) {
      .press .press__subheading {
        margin: 0px 0px 47px 0px; } }
    .press .press__subheading p {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .press .press__subheading p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out;
        transition-delay: 0.2s; }
      .press .press__subheading p span {
        display: none; }
  .press.animation-done .press__subheading p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .press .owl-dots,
  .press .splide__pagination {
    display: none !important; }
  .press .owl-nav,
  .press .splide__arrows {
    display: flex !important;
    align-items: center;
    position: absolute;
    top: -102px;
    right: 0; }
    @media (max-width: 991px) {
      .press .owl-nav,
      .press .splide__arrows {
        display: none !important; } }
  .press .owl-prev,
  .press .splide__arrow--prev {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    position: relative !important;
    background: none !important;
    transform: none !important;
    margin: 0px !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    opacity: 1 !important; }
    .press .owl-prev:before,
    .press .splide__arrow--prev:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 15px;
      background: url(icon-right.svg) center no-repeat;
      top: 50%;
      left: 49%;
      transform: translate(-50%, -50%) scale(-1);
      -webkit-transform: translate(-50%, -50%) scale(-1);
      -moz-transform: translate(-50%, -50%) scale(-1); }
    .press .owl-prev[disabled]:before,
    .press .splide__arrow--prev[disabled]:before {
      opacity: 0.15; }
    .press .owl-prev svg,
    .press .splide__arrow--prev svg {
      display: none !important; }
  .press .owl-next,
  .press .splide__arrow--next {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    position: relative !important;
    background: none !important;
    transform: none !important;
    margin: 0px 0px 0px 9px !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    opacity: 1 !important; }
    .press .owl-next:before,
    .press .splide__arrow--next:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 15px;
      background: url(icon-right.svg) center no-repeat;
      top: 50%;
      left: 52%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%); }
    .press .owl-next[disabled]:before,
    .press .splide__arrow--next[disabled]:before {
      opacity: 0.15; }
    .press .owl-next svg,
    .press .splide__arrow--next svg {
      display: none !important; }
  @media (max-width: 991px) {
    .press .owl-carousel {
      width: 85%; }
      .press .owl-carousel .owl-stage-outer {
        overflow: visible; } }
  @media (max-width: 991px) {
    .press .splide {
      width: 85%; }
      .press .splide .splide__track {
        overflow: visible; } }

.press__item {
  border: 1px solid #E5E5E5;
  padding: 36px 32px 10px 32px; }
  @media (max-width: 991px) {
    .press__item {
      padding: 36px 24px 5px 24px; } }

.press-item__logo {
  height: 70px;
  margin-top: 10px; }
  .press-item__logo img {
    width: auto !important; }

/* ==========================================================================
   #HOME PRODUCTS
   ========================================================================== */
.home-products {
  margin: 59px 0px 50px 0px; }
  @media (max-width: 991px) {
    .home-products {
      margin: 45px 0px 45px 0px;
      overflow: hidden; } }
  .home-products .home-products__heading {
    padding: 0px;
    margin: 0px; }
    .home-products .home-products__heading p {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .home-products .home-products__heading p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out; }
      .home-products .home-products__heading p span {
        display: none; }
  .home-products.animation-done .home-products__heading p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .home-products .home-products__subheading {
    padding: 0px;
    margin: 0px 0px 60px 0px; }
    @media (max-width: 991px) {
      .home-products .home-products__subheading {
        margin: 0px 0px 32px 0px; } }
    .home-products .home-products__subheading p {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .home-products .home-products__subheading p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out;
        transition-delay: 0.2s; }
      .home-products .home-products__subheading p span {
        display: none; }
  .home-products.animation-done .home-products__subheading p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .home-products .owl-dots,
  .home-products .splide__pagination {
    display: none !important; }
  .home-products .owl-nav,
  .home-products .splide__arrows {
    display: flex !important;
    align-items: center;
    position: absolute;
    top: -102px;
    right: 0; }
    @media (max-width: 991px) {
      .home-products .owl-nav,
      .home-products .splide__arrows {
        display: none !important; } }
  .home-products .owl-prev,
  .home-products .splide__arrow--prev {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    position: relative !important;
    background: none !important;
    transform: none !important;
    margin: 0px !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    opacity: 1 !important; }
    .home-products .owl-prev:before,
    .home-products .splide__arrow--prev:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 15px;
      background: url(icon-right.svg) center no-repeat;
      top: 50%;
      left: 49%;
      transform: translate(-50%, -50%) scale(-1);
      -webkit-transform: translate(-50%, -50%) scale(-1);
      -moz-transform: translate(-50%, -50%) scale(-1); }
    .home-products .owl-prev[disabled]:before,
    .home-products .splide__arrow--prev[disabled]:before {
      opacity: 0.15; }
    .home-products .owl-prev svg,
    .home-products .splide__arrow--prev svg {
      display: none !important; }
  .home-products .owl-next,
  .home-products .splide__arrow--next {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    position: relative !important;
    background: none !important;
    transform: none !important;
    margin: 0px 0px 0px 9px !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    opacity: 1 !important; }
    .home-products .owl-next:before,
    .home-products .splide__arrow--next:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 15px;
      background: url(icon-right.svg) center no-repeat;
      top: 50%;
      left: 52%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%); }
    .home-products .owl-next[disabled]:before,
    .home-products .splide__arrow--next[disabled]:before {
      opacity: 0.15; }
    .home-products .owl-next svg,
    .home-products .splide__arrow--next svg {
      display: none !important; }
  @media (max-width: 991px) {
    .home-products .owl-carousel {
      width: 85%; }
      .home-products .owl-carousel .owl-stage-outer {
        overflow: visible; } }
  @media (max-width: 991px) {
    .home-products .splide {
      width: 85%; }
      .home-products .splide .splide__track {
        overflow: visible; } }

/* ==========================================================================
   #HOME REVIEWS
   ========================================================================== */
.reviews {
  margin: 129px 0px 135px 0px; }
  @media (max-width: 991px) {
    .reviews {
      margin: 85px 0px 85px 0px;
      overflow: hidden; } }
  .reviews .reviews__heading {
    padding: 0px;
    margin: 0px; }
    .reviews .reviews__heading p {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .reviews .reviews__heading p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out; }
      .reviews .reviews__heading p span {
        display: none; }
  .reviews.animation-done .reviews__heading p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .reviews .reviews__subheading {
    padding: 0px;
    margin: 0px 0px 60px 0px; }
    @media (max-width: 991px) {
      .reviews .reviews__subheading {
        margin: 0px 0px 43px 0px; } }
    .reviews .reviews__subheading p {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .reviews .reviews__subheading p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out;
        transition-delay: 0.2s; }
      .reviews .reviews__subheading p span {
        display: none; }
  .reviews.animation-done .reviews__subheading p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .reviews .owl-dots,
  .reviews .splide__pagination {
    display: none !important; }
  .reviews .owl-nav,
  .reviews .splide__arrows {
    display: flex !important;
    align-items: center;
    position: absolute;
    top: -102px;
    right: 0; }
    @media (max-width: 991px) {
      .reviews .owl-nav,
      .reviews .splide__arrows {
        display: none !important; } }
  .reviews .owl-prev,
  .reviews .splide__arrow--prev {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    position: relative !important;
    background: none !important;
    transform: none !important;
    margin: 0px !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    opacity: 1 !important; }
    .reviews .owl-prev:before,
    .reviews .splide__arrow--prev:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 15px;
      background: url(icon-right.svg) center no-repeat;
      top: 50%;
      left: 49%;
      transform: translate(-50%, -50%) scale(-1);
      -webkit-transform: translate(-50%, -50%) scale(-1);
      -moz-transform: translate(-50%, -50%) scale(-1); }
    .reviews .owl-prev[disabled]:before,
    .reviews .splide__arrow--prev[disabled]:before {
      opacity: 0.15; }
    .reviews .owl-prev svg,
    .reviews .splide__arrow--prev svg {
      display: none !important; }
  .reviews .owl-next,
  .reviews .splide__arrow--next {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    position: relative !important;
    background: none !important;
    transform: none !important;
    margin: 0px 0px 0px 9px !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    opacity: 1 !important; }
    .reviews .owl-next:before,
    .reviews .splide__arrow--next:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 15px;
      background: url(icon-right.svg) center no-repeat;
      top: 50%;
      left: 52%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%); }
    .reviews .owl-next[disabled]:before,
    .reviews .splide__arrow--next[disabled]:before {
      opacity: 0.15; }
    .reviews .owl-next svg,
    .reviews .splide__arrow--next svg {
      display: none !important; }
  @media (max-width: 991px) {
    .reviews .owl-carousel {
      width: 85%; }
      .reviews .owl-carousel .owl-stage-outer {
        overflow: visible; } }
  @media (max-width: 991px) {
    .reviews .splide {
      width: 85%; }
      .reviews .splide .splide__track {
        overflow: visible; } }

.reviews__item {
  border: 1px solid #E5E5E5;
  padding: 29px 32px 32px 32px; }
  @media (max-width: 991px) {
    .reviews__item {
      padding: 24px 27px 29px 27px; } }

.review-item__title {
  padding: 17px 0px;
  margin: 0px; }

.review-item__signature {
  color: #B0B0B0;
  margin-top: 20px;
  font-size: 14px; }

.reviews--type-2 {
  margin: 88px 0px 148px 0px; }
  @media (max-width: 991px) {
    .reviews--type-2 {
      margin: 58px 0px 58px 0px; } }
  .reviews--type-2 .splide__arrows {
    top: auto;
    bottom: -60px; }

/* ==========================================================================
   #HOME SLIDER
   ========================================================================== */
.slider {
  margin: 104px 0px; }
  @media (max-width: 991px) {
    .slider {
      margin: 85px 0px 85px 0px; } }
  .slider .hero__image img {
    height: calc(100vh - 67px); }
    @media (max-width: 991px) {
      .slider .hero__image img {
        height: 115.5vw; } }
  .slider .hero__video video {
    height: calc(100vh - 67px); }
    @media (max-width: 991px) {
      .slider .hero__video video {
        height: 115.5vw; } }
  .slider .hero__youtube,
  .slider .hero__vimeo {
    height: calc(100vh - 67px); }
    @media (max-width: 991px) {
      .slider .hero__youtube,
      .slider .hero__vimeo {
        height: 115.5vw; } }
  @media (min-width: 992px) {
    .slider .hero--desktop .hero__content {
      background: none !important; } }
  @media (max-width: 991px) {
    .slider .hero--desktop .hero__content {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      right: auto !important;
      bottom: auto !important;
      transform: none !important;
      -webkit-transform: none !important;
      -moz-transform: none !important;
      margin: -50px 20px 0px 20px !important;
      padding: 93px 46px 30px 24px !important;
      width: auto !important;
      max-width: 100%;
      border-radius: 6px !important;
      -webkit-border-radius: 6px !important;
      -moz-border-radius: 6px !important; } }
  @media (max-width: 991px) {
    .slider .hero--desktop .hero__description {
      margin-top: 20px; } }
  @media (max-width: 991px) {
    .slider .hero--desktop .hero__action {
      margin-top: 25px; } }

.slider-toggle {
  position: absolute;
  z-index: 4;
  margin: 59px 0px 0px 50px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  list-style: none;
  padding: 0px;
  display: flex; }
  @media (max-width: 991px) {
    .slider-toggle {
      margin: calc(115.5vw - 22px) 0px 0px 44px; } }
  .slider-toggle li {
    position: relative; }
    .slider-toggle li a {
      color: #fff;
      padding: 0px 20px;
      line-height: 40px;
      display: block;
      position: relative;
      margin: -1px;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      background: none !important; }
      .slider-toggle li a.active {
        background: rgba(255, 255, 255, 0.3); }

.slider-toggle__background {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  margin: 0px;
  padding: 0px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }

/* ==========================================================================
   #HOME TEST RIDE
   ========================================================================== */
.test-ride {
  margin: 50px 0px 119px 0px; }
  @media (max-width: 991px) {
    .test-ride {
      margin: 45px 0px 79px 0px; } }
  .test-ride .test-ride__heading {
    padding: 0px;
    margin: 0px; }
    .test-ride .test-ride__heading p {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .test-ride .test-ride__heading p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out; }
      .test-ride .test-ride__heading p span {
        display: none; }
  .test-ride.animation-done .test-ride__heading p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .test-ride .test-ride__subheading {
    padding: 0px;
    margin: 0px; }
    .test-ride .test-ride__subheading p {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .test-ride .test-ride__subheading p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out;
        transition-delay: 0.2s; }
      .test-ride .test-ride__subheading p span {
        display: none; }
  .test-ride.animation-done .test-ride__subheading p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .test-ride .test-ride__description {
    padding: 0px;
    margin: 0px 0px 0px 0px; }
    .test-ride .test-ride__description p {
      padding: 0px;
      margin: 0px;
      position: relative;
      font-size: 16px;
      line-height: 20px;
      overflow: hidden; }
      @media (max-width: 1198px) {
        .test-ride .test-ride__description p {
          font-size: 14px;
          line-height: 18px; } }
      @media (max-width: 991px) {
        .test-ride .test-ride__description p {
          font-size: 16px;
          line-height: 20px; } }
      .test-ride .test-ride__description p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out;
        transition-delay: 0.4s; }
      .test-ride .test-ride__description p span {
        display: none; }
  .test-ride.animation-done .test-ride__description p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .test-ride .test-ride__action {
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .test-ride .test-ride__action .test-ride__wrap-buttons {
      font-style: normal;
      opacity: 1;
      display: inline-block;
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      transition: transform 0.5s ease-in-out;
      -webkit-transition: transform 0.5s ease-in-out;
      -moz-transition: transform 0.5s ease-in-out;
      transition-delay: 0.6s; }
    .test-ride .test-ride__action span {
      display: none; }
  .test-ride.animation-done .test-ride__action .test-ride__wrap-buttons {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }

.test-ride__container {
  position: relative;
  z-index: 3;
  padding: 46px 48px 46px 38px; }
  @media (max-width: 991px) {
    .test-ride__container {
      padding: 51px 24px 33px 24px; } }

.test-ride__background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  z-index: -1;
  overflow: hidden; }
  .test-ride__background img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media (max-width: 991px) {
  .test-ride__d-flex {
    flex-wrap: wrap; } }

.test-ride__center {
  max-width: 604px;
  margin: auto auto auto 165px;
  padding: 0px 50px; }
  @media (max-width: 1440px) {
    .test-ride__center {
      margin-left: 5vw; } }
  @media (max-width: 1198px) {
    .test-ride__center {
      margin-left: 30px; } }
  @media (max-width: 1198px) {
    .test-ride__center {
      max-width: 400px;
      padding-right: 0px; } }
  @media (max-width: 991px) {
    .test-ride__center {
      max-width: 100%;
      margin: 28px 0px 31px 0px;
      padding: 0px; } }

@media (max-width: 991px) {
  .test-ride__action {
    margin-left: auto; } }

/* ==========================================================================
   #HOME TEXT BLOCK WITH IMAGE
   ========================================================================== */
.text-block-with-image {
  margin: 119px 0px 120px 0px; }
  @media (max-width: 991px) {
    .text-block-with-image {
      margin: 79px 0px 21px 0px; } }
  .text-block-with-image .text-block-with-image__heading {
    padding: 0px;
    margin: 0px 3px 0px 0px;
    display: inline-block; }
    .text-block-with-image .text-block-with-image__heading p {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .text-block-with-image .text-block-with-image__heading p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out; }
      .text-block-with-image .text-block-with-image__heading p span {
        display: none; }
  .text-block-with-image .animation-done .text-block-with-image__heading p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .text-block-with-image .text-block-with-image__subheading {
    padding: 0px;
    margin: 0px;
    display: inline-block; }
    .text-block-with-image .text-block-with-image__subheading p {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .text-block-with-image .text-block-with-image__subheading p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out;
        transition-delay: 0.2s; }
      .text-block-with-image .text-block-with-image__subheading p span {
        display: none; }
  .text-block-with-image .animation-done .text-block-with-image__subheading p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .text-block-with-image .text-block-with-image__description {
    padding: 0px;
    margin: 16px 0px 0px 0px; }
    .text-block-with-image .text-block-with-image__description p {
      padding: 0px;
      margin: 0px;
      position: relative;
      font-size: 16px;
      line-height: 20px;
      overflow: hidden; }
      @media (max-width: 1198px) {
        .text-block-with-image .text-block-with-image__description p {
          font-size: 14px;
          line-height: 18px; } }
      @media (max-width: 991px) {
        .text-block-with-image .text-block-with-image__description p {
          font-size: 16px;
          line-height: 20px; } }
      .text-block-with-image .text-block-with-image__description p i {
        font-style: normal;
        opacity: 1;
        display: inline-block;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out;
        transition-delay: 0.4s; }
      .text-block-with-image .text-block-with-image__description p span {
        display: none; }
  .text-block-with-image .animation-done .text-block-with-image__description p i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }
  .text-block-with-image .text-block-with-image__description--2 p i {
    transition-delay: 0.6s; }
  .text-block-with-image .text-block-with-image__description--2 + .text-block-with-image__action .text-block-with-image__wrap-buttons {
    transition-delay: 0.8s; }
  .text-block-with-image .text-block-with-image__description--3 p i {
    transition-delay: 0.8s; }
  .text-block-with-image .text-block-with-image__description--3 + .text-block-with-image__action .text-block-with-image__wrap-buttons {
    transition-delay: 1s; }
  .text-block-with-image .text-block-with-image__action {
    margin-top: 23px;
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .text-block-with-image .text-block-with-image__action .text-block-with-image__wrap-buttons {
      font-style: normal;
      opacity: 1;
      display: inline-block;
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      transition: transform 0.5s ease-in-out;
      -webkit-transition: transform 0.5s ease-in-out;
      -moz-transition: transform 0.5s ease-in-out;
      transition-delay: 0.6s; }
    .text-block-with-image .text-block-with-image__action span {
      display: none; }
  .text-block-with-image .animation-done .text-block-with-image__action .text-block-with-image__wrap-buttons {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }

@media (max-width: 991px) {
  .text-block-with-image__d-flex {
    flex-wrap: wrap; } }

.text-block-with-image__content {
  width: 50%;
  max-width: 504px;
  padding-left: 50px;
  margin: auto; }
  @media (max-width: 1440px) {
    .text-block-with-image__content {
      padding-left: 0px;
      max-width: 454px; } }
  @media (max-width: 991px) {
    .text-block-with-image__content {
      width: 100%;
      max-width: 100%;
      padding: 0px 24px 58px 24px;
      order: -10; } }

.text-block-with-image__image {
  width: 50%;
  min-width: 50%;
  padding-left: 25px; }
  @media (max-width: 991px) {
    .text-block-with-image__image {
      width: 100%;
      min-width: 100%;
      padding: 0px; } }
  .text-block-with-image__image p {
    padding: 0px 0px 100% 0px;
    margin: 0px;
    position: relative; }
    .text-block-with-image__image p img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.text-block-with-image__video,
.text-block-with-image__youtube,
.text-block-with-image__vimeo {
  padding: 0px 0px 100% 0px;
  margin: 0px;
  position: relative; }
  .text-block-with-image__video video,
  .text-block-with-image__youtube video,
  .text-block-with-image__vimeo video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.text-block-with-image__d-flex--image-position-left .text-block-with-image__image {
  order: -1;
  padding-left: 0px;
  padding-right: 25px; }
  @media (max-width: 991px) {
    .text-block-with-image__d-flex--image-position-left .text-block-with-image__image {
      padding: 0px; } }

.text-block-with-image__d-flex--image-position-left .text-block-with-image__content {
  padding-left: 0px;
  padding-right: 50px; }
  @media (max-width: 1440px) {
    .text-block-with-image__d-flex--image-position-left .text-block-with-image__content {
      padding-right: 0px; } }
  @media (max-width: 991px) {
    .text-block-with-image__d-flex--image-position-left .text-block-with-image__content {
      padding-left: 24px;
      padding-right: 24px; } }

/* ==========================================================================
   #HOME VIDEO BLOCK
   ========================================================================== */
.video-block {
  margin: 120px 0px 140px 0px;
  position: relative; }
  @media (max-width: 991px) {
    .video-block {
      margin: 20px 0px 55px 0px; } }

.video-block__turn-on {
  position: absolute;
  right: 50px;
  bottom: 28px;
  cursor: pointer;
  background: #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  z-index: 3;
  padding: 7px 16px 6px 15px; }
  @media (max-width: 991px) {
    .video-block__turn-on {
      right: 23px;
      bottom: 20px; } }
  .video-block__turn-on svg {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
    margin-top: 7px; }

.video-block__video video {
  display: block;
  width: 100%;
  height: calc(100vh - 67px);
  object-fit: cover; }

.video-block__vimeo,
.video-block__youtube {
  width: 100%;
  height: calc(100vh - 67px); }

/* ==========================================================================
   #PRODUCT GRID ITEM
   ========================================================================== */
.product-grid-item {
  background: #F5F5F5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  overflow: hidden; }

.product-grid-item__image {
  display: block;
  padding: 0px 0px 80% 0px;
  position: relative; }
  .product-grid-item__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 30px 25px 0px 25px; }

.product-grid-item__content {
  padding: 24px 25px; }
  @media (max-width: 991px) {
    .product-grid-item__content {
      padding: 20px 15px; } }

@media (max-width: 991px) {
  .product-grid-item__content-d-flex {
    flex-wrap: wrap; } }

@media (max-width: 991px) {
  .product-grid-item__content-left {
    width: 100%; } }

.product-grid-item__title {
  padding: 0px;
  margin: 0px; }

.product-grid-item__price {
  font-size: 14px; }

.product-grid-item__content-right {
  margin-left: auto;
  padding-left: 10px; }
  @media (max-width: 991px) {
    .product-grid-item__content-right {
      padding-left: 0px;
      margin-left: -4px;
      position: relative;
      padding-top: 15px; } }

.product-grid-item__colors {
  display: flex;
  padding: 0px;
  margin: 0px;
  flex-wrap: wrap;
  list-style: none;
  align-items: end; }
  .product-grid-item__colors .custom-tooltip {
    display: none; }

.product-grid-item__color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  margin: 3px 3px 7px 7px;
  position: relative; }
  @media (max-width: 991px) {
    .product-grid-item__color {
      width: 18px;
      height: 18px; } }
  .product-grid-item__color.active:before {
    opacity: 1; }
  .product-grid-item__color:before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 1px solid #02060F;
    opacity: 0.2;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in; }

.product-grid-item__quick-buy {
  margin-left: auto;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #02060F;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  cursor: pointer;
  position: relative; }
  .product-grid-item__quick-buy.loading:before {
    opacity: 1; }
  .product-grid-item__quick-buy.loading svg {
    opacity: 0; }
  .product-grid-item__quick-buy:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background: url(loader.svg) center no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in; }
  .product-grid-item__quick-buy svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in; }

.product-grid-item__content--type-2 {
  padding-bottom: 17px !important; }
  @media (max-width: 991px) {
    .product-grid-item__content--type-2 .product-grid-item__content-d-flex {
      flex-wrap: nowrap; } }
  .product-grid-item__content--type-2 .product-grid-item__content-right {
    margin-top: auto;
    padding-left: 20px;
    padding-bottom: 8px; }
    @media (max-width: 991px) {
      .product-grid-item__content--type-2 .product-grid-item__content-right {
        margin-top: 0px;
        padding-top: 0px;
        margin-right: -2px; } }

/* ==========================================================================
   #PRODUCT
   ========================================================================== */
.product-body .header {
  background: #fff;
  border-bottom: 1px solid #E5E5E5; }

.product-body .text-block-with-image {
  margin: 50px 0px; }

.product-body .shopify-section[id*='text_block'] + .shopify-section[id*='text_block'] {
  margin-top: 100px; }

.product-body .video-block {
  margin: 50px 0px; }

.product-body .home-products {
  margin: 66px 0px; }

.main-product {
  margin: 66px 0px 43px 0px; }
  @media (max-width: 991px) {
    .main-product {
      margin: 63px 0px 28px 0px; } }

@media (max-width: 991px) {
  .main-product__d-flex {
    flex-wrap: wrap; } }

.main-product__left {
  width: 64.375%;
  min-width: 64.375%;
  position: relative;
  margin-bottom: auto;
  position: sticky;
  top: 65px; }
  @media (max-width: 1098px) {
    .main-product__left {
      width: 58%;
      min-width: 58%; } }
  @media (max-width: 991px) {
    .main-product__left {
      width: 100%;
      min-width: 100%;
      position: relative;
      top: auto; } }
  .main-product__left:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
    opacity: 0.02;
    pointer-events: none;
    z-index: 2; }
  .main-product__left .owl-prev {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    position: absolute !important;
    background: #fff !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    margin: 0px !important;
    left: 25px !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    opacity: 1 !important; }
    @media (max-width: 991px) {
      .main-product__left .owl-prev {
        display: none !important; } }
    .main-product__left .owl-prev:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 15px;
      background: url(icon-right.svg) center no-repeat;
      top: 50%;
      left: 49%;
      transform: translate(-50%, -50%) scale(-1);
      -webkit-transform: translate(-50%, -50%) scale(-1);
      -moz-transform: translate(-50%, -50%) scale(-1); }
    .main-product__left .owl-prev.disabled:before {
      opacity: 0.15; }
    .main-product__left .owl-prev span {
      display: none !important; }
  .main-product__left .owl-next {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    position: absolute !important;
    background: #fff !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    margin: 0px 0px 0px 9px !important;
    left: auto !important;
    top: 50% !important;
    right: 25px !important;
    bottom: auto !important;
    opacity: 1 !important; }
    @media (max-width: 991px) {
      .main-product__left .owl-next {
        display: none !important; } }
    .main-product__left .owl-next:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 15px;
      background: url(icon-right.svg) center no-repeat;
      top: 50%;
      left: 52%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%); }
    .main-product__left .owl-next.disabled:before {
      opacity: 0.15; }
    .main-product__left .owl-next span {
      display: none !important; }
  .main-product__left .owl-dots {
    display: flex;
    position: absolute;
    left: 25px;
    bottom: 26px; }
    @media (max-width: 991px) {
      .main-product__left .owl-dots {
        left: 20px;
        bottom: 20px; } }
    .main-product__left .owl-dots .owl-dot {
      width: 11px;
      height: 11px;
      display: block;
      background: #E5E5E5;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      margin: 8px 8px 0px 0px;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in; }
      @media (max-width: 991px) {
        .main-product__left .owl-dots .owl-dot {
          width: 8px;
          height: 8px;
          margin: 6px 6px 0px 0px; } }
      .main-product__left .owl-dots .owl-dot.active {
        background: #02060F; }

.main-product__left-container {
  padding-bottom: 94.5%;
  position: relative; }
  .main-product__left-container .owl-carousel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

.main-product__image a {
  display: block;
  padding-bottom: 94.5%;
  position: relative;
  background: #f5f5f5; }
  .main-product__image a img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.main-product__awards {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: auto;
  left: 0;
  pointer-events: none; }
  .main-product__awards img {
    width: auto !important;
    display: block;
    margin-left: auto; }
    @media (max-width: 991px) {
      .main-product__awards img {
        transform: scale(0.65);
        transform-origin: bottom right; } }

.award {
  padding: 25px; }
  @media (max-width: 991px) {
    .award {
      padding: 6px; } }

.main-product__right {
  width: 35.625%;
  min-width: 35.625%;
  padding: 22px 50px 0px 50px; }
  @media (max-width: 1098px) {
    .main-product__right {
      width: 42%;
      min-width: 42%; } }
  @media (max-width: 991px) {
    .main-product__right {
      width: 100%;
      min-width: 100%;
      padding: 50px 20px 0px 20px; } }

.main-product__title {
  padding: 0px;
  margin: 0px;
  font-size: 22px;
  line-height: 24px; }

.main-product__price {
  margin-left: auto;
  padding-left: 20px;
  text-align: right;
  font-size: 16px;
  line-height: 24px; }

.product-price__old {
  text-decoration: line-through;
  padding-left: 5px; }

.product__option {
  margin: 15px 0px 0px 0px;
  line-height: 18px; }

.product__option-label {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px; }

.product__current-option {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px; }

.product__available-options {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .product__available-options .product-grid-item__color {
    margin: 12px 12px 3px 3px;
    width: 24px;
    height: 24px; }

.product__sizes {
  margin: 15px 0px 0px 0px; }

.product__size-label {
  font-size: 14px;
  line-height: 18px; }

.product__available-sizes {
  list-style: none;
  padding: 0px;
  margin: 0px;
  flex-wrap: wrap; }
  .product__available-sizes li {
    margin: 7px 7px 0px 0px; }
    .product__available-sizes li a {
      display: block;
      border: 1px solid #E5E5E5;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      font-size: 14px;
      line-height: 18px;
      padding: 11px 20px;
      text-align: center;
      min-width: 111px; }
      .product__available-sizes li a.active, .product__available-sizes li a:hover {
        border: 1px solid #02060F; }

.upgrades {
  margin-top: 18px; }

.upgrades__title {
  font-size: 14px;
  line-height: 18px;
  padding: 0px 0px 15px 0px; }

.upgrades__d-flex {
  flex-wrap: wrap;
  position: relative;
  margin: -10px -5px 0px -5px; }

.upgrade {
  width: 50%;
  min-width: 50%;
  padding: 10px 5px 0px 5px;
  position: relative; }
  .upgrade.active .upgrade__d-flex {
    border: 1px solid #02060F; }
  .upgrade.active .upgrade__added {
    opacity: 1; }

.upgrade__added {
  position: absolute;
  top: 2px;
  right: 13px;
  background: #0089BD;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  z-index: 3;
  font-size: 9px;
  line-height: 16px;
  padding: 0px 5px 0px 5px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in; }

.upgrade__d-flex {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; }
  .upgrade__d-flex:hover {
    border: 1px solid #02060F; }

.upgrade__image {
  width: 30%;
  min-width: 30%; }
  @media (max-width: 500px) {
    .upgrade__image {
      width: 35%;
      min-width: 35%; } }
  .upgrade__image p {
    padding: 0px 0px 90% 0px;
    position: relative;
    margin: 0px; }
  .upgrade__image img {
    display: block;
    object-fit: cover;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.upgrade__content {
  padding: 8px;
  width: 70%;
  min-width: 70%; }
  @media (max-width: 500px) {
    .upgrade__content {
      width: 65%;
      min-width: 65%; } }

.upgrade__title {
  font-size: 11px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.upgrade__price {
  font-size: 11px;
  line-height: 18px; }

.product__action {
  margin-top: 18px; }

.product__add-to-cart .button {
  display: block;
  text-align: center;
  min-width: 1px;
  padding: 14px 20px 14px 20px; }

.klarna {
  margin: 9px 0px 0px 0px;display:none; }

.product__description {
  margin: 33px 0px 0px 0px;
  font-size: 14px;
  line-height: 18px; }
  .product__description p {
    padding: 20px 0px 0px 0px;
    margin: 0px; }
  .product__description > *:first-child {
    padding-top: 0px; }

.accessories {
  margin-top: 30px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 11px 17px 17px 17px; }
  @media (max-width: 991px) {
    .accessories {
      margin: 30px -20px 0px -20px;
      border: none;
      border-top: 1px solid #E5E5E5;
      border-bottom: 1px solid #E5E5E5;
      padding: 16px 20px 18px 20px;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px; } }
  .accessories .owl-dots,
  .accessories .splide__pagination {
    display: none !important; }
  .accessories .owl-nav,
  .accessories .splide__arrows {
    display: flex !important;
    align-items: center;
    position: absolute;
    top: -39px;
    right: -4px; }
    @media (max-width: 991px) {
      .accessories .owl-nav,
      .accessories .splide__arrows {
        display: flex !important; } }
  .accessories .owl-prev,
  .accessories .splide__arrow--prev {
    width: 21px !important;
    height: 21px !important;
    border: none !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    position: relative !important;
    background: none !important;
    transform: none !important;
    margin: 0px !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    opacity: 1 !important; }
    .accessories .owl-prev:before,
    .accessories .splide__arrow--prev:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 15px;
      background: url(icon-right.svg) center no-repeat;
      top: 50%;
      left: 49%;
      transform: translate(-50%, -50%) scale(-1);
      -webkit-transform: translate(-50%, -50%) scale(-1);
      -moz-transform: translate(-50%, -50%) scale(-1); }
    .accessories .owl-prev.disabled:before,
    .accessories .splide__arrow--prev.disabled:before {
      opacity: 0.2; }
    .accessories .owl-prev span,
    .accessories .splide__arrow--prev span {
      display: none !important; }
  .accessories .owl-next,
  .accessories .splide__arrow--next {
    width: 21px !important;
    height: 21px !important;
    border: none !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    position: relative !important;
    background: none !important;
    transform: none !important;
    margin: 0px 0px 0px 3px !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    opacity: 1 !important; }
    .accessories .owl-next:before,
    .accessories .splide__arrow--next:before {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 15px;
      background: url(icon-right.svg) center no-repeat;
      top: 50%;
      left: 52%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%); }
    .accessories .owl-next.disabled:before,
    .accessories .splide__arrow--next.disabled:before {
      opacity: 0.2; }
    .accessories .owl-next span,
    .accessories .splide__arrow--next span {
      display: none !important; }

.accessories__title {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "co-text";
  letter-spacing: 0.5px;
  padding: 0px 0px 18px 0px; }

.product-accesories__image {
  display: block;
  margin: 0px 0px 12px 0px;
  padding: 0px 0px 90% 0px;
  position: relative; }
  .product-accesories__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px; }

.product-accesories__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  line-height: 18px; }

.product-accesories__price {
  font-size: 11px;
  line-height: 18px; }

.product-accesories__action {
  margin-top: 7px; }
  .product-accesories__action .button {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 18px;
    min-width: 1px;
    padding: 2px 10px 2px 10px;
    position: relative; }
    .product-accesories__action .button.loading {
      color: rgba(255, 255, 255, 0); }
      .product-accesories__action .button.loading:after {
        opacity: 1; }
    .product-accesories__action .button:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 14px;
      height: 14px;
      background: url(loader.svg) center no-repeat;
      background-size: cover;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease-in;
      -webkit-transition: opacity 0.3s ease-in;
      -moz-transition: opacity 0.3s ease-in; }

.product-body .specifications {
  background: #F5F5F5;
  margin: 66px 0px 66px 0px;
  padding: 72px 0px 80px 0px; }
  @media (max-width: 991px) {
    .product-body .specifications {
      padding: 38px 0px;
      margin: 58px 0px; } }

.product-body .specifications__heading {
  font-size: 40px; }
  @media (max-width: 1098px) {
    .product-body .specifications__heading {
      font-size: 32px; } }
  @media (max-width: 991px) {
    .product-body .specifications__heading {
      font-size: 28px; } }

/* Sticky info */
.product-sticky-info {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #E5E5E5;
  transform: translateY(-102%);
  -webkit-transform: translateY(-102%);
  -moz-transform: translateY(-102%);
  transition: transform 0.3s ease-in;
  -webkit-transition: transform 0.3s ease-in;
  -moz-transition: transform 0.3s ease-in; }
  @media (max-width: 991px) {
    .product-sticky-info {
      top: auto;
      bottom: 0;
      transform: translateY(102%);
      -webkit-transform: translateY(102%);
      -moz-transform: translateY(102%);
      border-bottom: none;
      border-top: 1px solid #E5E5E5; } }
  .product-sticky-info.active {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none; }
  .product-sticky-info .container {
    padding: 0px 25px; }

@media (max-width: 767px) {
  .product-sticky-info__d-flex {
    flex-wrap: wrap;
    min-height: 64px;
    padding: 10px 0px; } }

.product-sticky-info__title {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 18px; }
  @media (max-width: 767px) {
    .product-sticky-info__title {
      width: 100%;
      padding: 0px 180px 0px 0px;
      font-size: 11px;
      margin: auto 0px 0px 0px; } }

.product-sticky-info__price {
  padding: 0px 26px;
  font-size: 14px;
  line-height: 18px; }
  @media (max-width: 767px) {
    .product-sticky-info__price {
      width: 100%;
      padding: 0px 180px 0px 0px;
      font-size: 11px;
      margin: 0px 0px auto 0px; } }

.product-sticky-info__action {
  margin: 0px -25px -1px auto;
  position: relative; }
  @media (max-width: 767px) {
    .product-sticky-info__action {
      position: absolute;
      top: -1px;
      right: 0;
      bottom: 0;
      margin: 0px; } }
  .product-sticky-info__action a {
    display: block;
    background: #02060F;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: co-text;
    letter-spacing: 0.5px;
    padding: 26px 62px 25px 62px; }
    @media (max-width: 767px) {
      .product-sticky-info__action a {
        padding: 0px 37px 0px 37px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        white-space: nowrap;
        line-height: 65px; } }
#shopify-section-template--17302328967334__test_ride_98k4By > div > div{
  padding-top:150px