@charset "UTF-8";
.clearfix {
  clear: both;
}

.z-depth-1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.animate-all {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.animate-shadow {
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  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);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  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);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

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

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

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

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

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

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.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);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 400;
  color: #4A5565;
}

h2 {
  font-size: 36px;
}
@media (max-width: 447px) {
  h2 {
    font-size: 30px;
  }
}

h1,
h2 {
  font-weight: 400;
  text-transform: lowercase;
}

h1,
h2,
h3,
h4 {
  color: #101828;
}

h3 {
  font-family: "Open Sans" !important;
  font-weight: 600;
}

strong {
  font-weight: 700;
}

.container {
  padding: 0 20px;
  max-width: 1450px;
}

.alignfull,
.align-wide {
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .entry-content > .alignfull {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.alignwide {
  padding-left: 14px;
  padding-right: 14px;
}
.alignwide .alignwide {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1000px) {
  .alignwide {
    max-width: 1450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.alignwide .alignwide {
  padding-left: 0;
  padding-right: 0;
}

.wp-element-button {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.wp-element-button:hover, .wp-element-button:focus {
  background-color: #F9B217 !important;
  color: black !important;
}

.modal-trigger {
  cursor: pointer;
}

.entry-content p a {
  box-shadow: none;
  text-decoration: underline;
}
.entry-content p a:hover, .entry-content p a:active {
  box-shadow: none;
}

/**
 * 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%;
}

/********************************************
*********************************************
******                                 ******
******          Flexbox Grid           ******
******      Author: Matthew Brand      ******
******                                 ******
*********************************************
********************************************/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex.flex--justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex.flex--justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.flex--justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex.flex--justify-spacebetween {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.flex--justify-spacearound {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex.flex--align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex.flex--align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.flex--align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex.flex--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.flex--reverse {
  flex-direction: row-reverse;
}

.site-header {
  background-color: white;
  border-bottom: 1px solid #eee;
}
.site-header .site-identity {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .site-header .site-identity {
    padding: 20px 0;
  }
}
@media (max-width: 600px) {
  .site-header .site-identity {
    display: block;
    text-align: center;
  }
}
.site-header .site-identity .site-title-wrap {
  width: auto;
}
@media (max-width: 600px) {
  .site-header .site-identity .site-title-wrap {
    padding-bottom: 25px;
  }
}
.site-header .site-identity .site-title-wrap img {
  height: 48px;
  width: auto;
}
.site-header .site-identity .top-navigation-right {
  max-width: initial;
  margin-left: auto;
}
@media (max-width: 1195px) {
  .site-header .site-identity .top-navigation-right .main-navigation ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.site-header .site-identity .top-navigation-right .main-navigation ul li a {
  font-weight: 700;
  color: #035639;
}
@media (max-width: 1195px) {
  .site-header .site-identity .top-navigation-right .main-navigation ul li a {
    font-size: 14px;
  }
}
.site-header .site-identity .top-navigation-right .main-navigation ul li.nav-btn a {
  padding: 12px 25px;
  border-radius: 9999px;
  background: #eee;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (max-width: 1195px) {
  .site-header .site-identity .top-navigation-right .main-navigation ul li.nav-btn a {
    padding-left: 13px;
    padding-right: 13px;
  }
}
.site-header .site-identity .top-navigation-right .main-navigation ul li.nav-btn.btn-green a {
  background-color: #035639;
}
.site-header .site-identity .top-navigation-right .main-navigation ul li.nav-btn.btn-green a:hover, .site-header .site-identity .top-navigation-right .main-navigation ul li.nav-btn.btn-green a:focus {
  background-color: #F9B217;
  color: #1a1a1a;
}
.site-header .site-identity .top-navigation-right .main-navigation ul li.nav-btn.btn-red {
  padding-left: 0;
}
.site-header .site-identity .top-navigation-right .main-navigation ul li.nav-btn.btn-red a {
  background-color: #B91935;
}
.site-header .site-identity .top-navigation-right .main-navigation ul li.nav-btn.btn-red a:hover, .site-header .site-identity .top-navigation-right .main-navigation ul li.nav-btn.btn-red a:focus {
  background-color: #F9B217;
  color: #1a1a1a;
}
.site-header .site-identity .top-navigation-right .main-navigation ul li.menu-columns > ul {
  width: 400px;
}
.site-header .site-identity .top-navigation-right .main-navigation ul li.menu-columns > ul > li {
  float: left;
  width: 50%;
}
.site-header .site-identity .top-navigation-right .main-navigation .sub-menu,
.site-header .site-identity .top-navigation-right .main-navigation .children {
  background-color: #F9B217;
  border-radius: 15px;
  padding: 20px;
  width: 252px;
}
.site-header .site-identity .top-navigation-right .main-navigation .sub-menu li a,
.site-header .site-identity .top-navigation-right .main-navigation .children li a {
  color: #00010b;
  font-weight: 400;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
}
.site-header .site-identity .top-navigation-right .main-navigation .sub-menu li a:hover, .site-header .site-identity .top-navigation-right .main-navigation .sub-menu li a:focus,
.site-header .site-identity .top-navigation-right .main-navigation .children li a:hover,
.site-header .site-identity .top-navigation-right .main-navigation .children li a:focus {
  font-weight: 700;
}
.site-header .site-identity .top-navigation-right .sub-menu::before {
  border-bottom: 8px solid #F9B217;
}
.site-header .site-identity .mobile-buttons {
  margin-left: auto;
}
@media (min-width: 1001px) {
  .site-header .site-identity .mobile-buttons {
    display: none;
  }
}
.site-header .site-identity .mobile-buttons .nav-btn {
  padding: 10px 25px;
  border-radius: 9999px;
  background: #eee;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-weight: 700;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (max-width: 366px) {
  .site-header .site-identity .mobile-buttons .nav-btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.site-header .site-identity .mobile-buttons .nav-btn.btn-green {
  background-color: #035639;
}
.site-header .site-identity .mobile-buttons .nav-btn.btn-green:hover, .site-header .site-identity .mobile-buttons .nav-btn.btn-green:focus {
  background-color: #F9B217;
  color: #1a1a1a;
}
.site-header .site-identity .mobile-buttons .nav-btn.btn-red {
  background-color: #B91935;
}
.site-header .site-identity .mobile-buttons .nav-btn.btn-red:hover, .site-header .site-identity .mobile-buttons .nav-btn.btn-red:focus {
  background-color: #F9B217;
  color: #1a1a1a;
}

.drawer-menu-explore {
  background: #145E41;
}

.drawer .menu-item-has-children .toggle-sub {
  background-color: #035639;
}

.blog #page,
.archive #page {
  padding: 0;
  max-width: 100%;
}
.blog #content,
.archive #content {
  padding-bottom: 0;
}

.blog-listing {
  background: #FCEFD4;
  padding-bottom: 80px;
}

.blog-listing__hero {
  position: relative;
  background-image: url("/wp-content/uploads/2026/04/photo-1741515042603-70545daeb0c4.jpeg");
  background-size: cover;
  background-position: center;
  padding: 90px 24px 70px;
  text-align: center;
}

.blog-listing__hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 92, 70, 0.78);
}

.blog-listing__hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.blog-listing__hero-title {
  margin: 0 0 12px;
  font-size: 64px;
  line-height: 1.05;
  color: #ffffff;
}

.blog-listing__hero-text {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
}

.blog-listing__content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 24px 0;
}

.blog-listing__featured {
  margin-bottom: 64px;
}

.blog-listing__featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.blog-listing__featured-image-wrap {
  position: relative;
}

.blog-listing__featured-image {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 12px;
}

.blog-listing__featured-pill {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #B91935;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1;
}

.blog-listing__featured-category {
  margin-bottom: 12px;
  font-size: 13px;
  color: #F9B217;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-listing__featured-title {
  margin: 0 0 20px;
  font-size: 56px;
  line-height: 1.02;
  color: #035639;
}

.blog-listing__featured-title a {
  color: inherit;
  text-decoration: none;
}
.blog-listing__featured-title a:hover, .blog-listing__featured-title a:focus {
  color: #B91935;
}

.blog-listing__featured-excerpt {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.7;
  color: #4c6172;
}

.blog-listing__featured-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
  font-size: 14px;
  color: #6a7885;
}

.blog-listing__featured-button {
  display: inline-block;
  background: #0a5c46;
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
}
.blog-listing__featured-button:hover, .blog-listing__featured-button:focus {
  color: black !important;
  background-color: #F9B217 !important;
}

.blog-listing__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 36px;
}

.blog-listing__filter-button {
  background: #ffffff;
  color: #0a5c46;
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
}
.blog-listing__filter-button:hover, .blog-listing__filter-button:focus {
  background-color: #F9B217 !important;
  color: black !important;
}

.blog-listing__filter-button.is-active {
  background: #035639;
  color: #ffffff;
}

.blog-listing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.blog-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.blog-card__image-wrap {
  position: relative;
  overflow: hidden;
}

.blog-card__image {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Hover effect */
.blog-card:hover .blog-card__image {
  transform: scale(1.08);
}

.blog-card__pill {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #F9B217;
  color: black;
  padding: 7px 12px;
  border-radius: 18px;
  font-size: 12px;
  line-height: 1;
}

.blog-card__content {
  padding: 18px 18px 16px;
}

.blog-card__title {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.15;
  color: #035639;
  text-transform: none;
}

.blog-card__title a {
  color: inherit;
  text-decoration: none;
}
.blog-card__title a:hover {
  color: #B91935 !important;
}

.blog-card__excerpt {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.6;
  color: #4c6172;
}

.blog-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: #6a7885;
  padding-top: 14px;
  border-top: 1px solid #e5e7eb;
}

.blog-listing__load-more-wrap {
  text-align: center;
  margin-top: 36px;
}

.blog-listing__load-more {
  background: #0a5c46;
  color: #ffffff;
  border: 0;
  border-radius: 8px;
  padding: 14px 24px;
  font-size: 16px;
  cursor: pointer;
}
.blog-listing__load-more:hover, .blog-listing__load-more:focus {
  background-color: #F9B217 !important;
  color: black !important;
}

.blog-listing__load-more-wrap.is-hidden {
  display: none;
}

.blog-listing.is-loading {
  opacity: 0.8;
}

@media (max-width: 1100px) {
  .blog-listing__featured-grid {
    grid-template-columns: 1fr;
  }
  .blog-listing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .blog-listing__hero {
    padding: 70px 20px 56px;
  }
  .blog-listing__hero-title {
    font-size: 42px;
  }
  .blog-listing__hero-text {
    font-size: 18px;
  }
  .blog-listing__content {
    padding: 40px 20px 0;
  }
  .blog-listing__featured-title {
    font-size: 38px;
  }
  .blog-listing__grid {
    grid-template-columns: 1fr;
  }
  .blog-listing__featured-image {
    height: 300px;
  }
}
.single #page {
  padding: 0;
  max-width: 100%;
  background-color: #FCEFD4;
}
.single #content {
  padding-bottom: 0;
}

/* Pattern: Blog Single */
.blog-single {
  padding: 60px 20px 20px;
  padding-bottom: 0;
  background: #FCEFD4;
  text-align: left;
}

.blog-single__inner {
  max-width: 820px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #D1D5DC;
}

.blog-single__breadcrumb {
  font-size: 14px;
  margin-bottom: 16px;
  color: #4A5565;
}

.blog-single__breadcrumb span {
  margin: 0 6px;
  opacity: 0.6;
}
.blog-single__breadcrumb span:last-child {
  color: #035639;
}

.blog-single__breadcrumb a {
  text-decoration: none;
  color: inherit;
}

.blog-single__breadcrumb a:hover {
  text-decoration: underline;
}

.blog-single__pill {
  display: inline-block;
  background: #F9B217;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  margin-bottom: 16px;
}

.blog-single__title {
  font-size: 48px;
  color: #035639;
  margin-bottom: 12px;
}

.blog-single__meta {
  font-size: 14px;
  color: #4A5565;
  display: flex;
  justify-content: start;
  gap: 16px;
}

/* IMAGE */
.blog-single__featured-image {
  max-width: 820px;
  margin: 40px auto;
}

.blog-single__featured-image img {
  width: 100%;
  border-radius: 12px;
}

/* CONTENT */
.blog-single__content {
  padding: 20px;
}

.blog-single__content-inner {
  max-width: 820px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
}

.blog-single__content-inner h2 {
  font-size: 28px;
  color: #035639;
}

.blog-single__content-inner p {
  margin-bottom: 16px;
}
.blog-single__content-inner p + .wp-block-columns,
.blog-single__content-inner p + h2 {
  padding-top: 30px;
}

/* FOOTER */
.blog-single__footer {
  padding: 40px 20px;
  padding-top: 15px;
}

.blog-single__footer-inner {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-single__tag {
  display: inline-block;
  background: #dce7dc;
  padding: 6px 12px;
  border-radius: 20px;
  margin-right: 8px;
  font-size: 12px;
  text-decoration: none;
  color: #13583b;
  transition: background 0.2s ease;
  margin-bottom: 5px;
  margin-top: 5px;
}

.blog-single__tag:hover {
  background: #c9dcc9;
}

/* SHARE */
.blog-single__share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #13583b;
  color: #fff;
  text-decoration: none;
  margin-left: 10px;
  font-size: 14px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.blog-single__share a:hover {
  transform: translateY(-2px);
  background: #0f4a31;
}

/* RELATED */
.blog-related {
  background: white;
  padding: 60px 20px;
  text-align: center;
}

.blog-related__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.blog-related__title {
  font-size: 32px;
  color: #13583b;
  margin-bottom: 8px;
}

.blog-related__subtitle {
  font-size: 16px;
  margin-bottom: 32px;
  color: #6b7a86;
}

.blog-related__grid {
  display: flex;
  gap: 24px;
}

.blog-related__grid .blog-card {
  flex: 1;
}

.blog-related__button {
  display: inline-block;
  background: #13583b;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 24px;
  font-weight: 700;
}
.blog-related__button:hover, .blog-related__button:focus {
  background-color: #F9B217 !important;
  color: black !important;
}

@media (max-width: 767px) {
  .blog-single__footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .blog-single__share {
    margin-top: 8px;
  }
  .blog-related__grid {
    flex-wrap: wrap;
  }
  .blog-related__grid .blog-card {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.hh-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
  z-index: 9999;
  padding: 15px;
}

.hh-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* modal starting state */
.hh-modal {
  transform: translateY(40px) scale(0.94);
  opacity: 0;
}

/* animated state */
.hh-modal.animate-in {
  transform: translateY(0) scale(1);
  opacity: 1;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), opacity 300ms ease;
}

/* animate out */
.hh-modal.animate-out {
  transform: translateY(20px) scale(0.96);
  opacity: 0;
  transition: transform 250ms ease, opacity 200ms ease;
}

/* Modal shell */
.hh-modal {
  width: min(640px, 100%);
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  position: relative;
  transform: translateY(6px);
}

/* Close button */
.hh-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.hh-modal__close span {
  margin-top: -9px;
  margin-left: -7px;
}

.hh-modal__close:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* Header */
.hh-modal__header {
  background: #035639; /* deep green */
  color: #fff;
  padding: 26px 28px 22px;
}

.hh-modal__title {
  margin: 0 0 6px;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: lowercase;
  color: white;
}

.hh-modal__subtitle {
  margin: 0;
  font-size: 14px;
  opacity: 0.95;
}

/* Body */
.hh-modal__body {
  padding: 18px 20px;
  background: #fff;
  max-height: min(60vh, 520px);
  overflow: auto;
}

/* Store cards */
.hh-store-card {
  display: grid;
  grid-template-columns: 48px 1fr 28px;
  gap: 14px;
  align-items: center;
  background: #FCF0D4; /* warm cream */
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 14px 14px;
  text-decoration: none;
  color: #0f172a;
}

.hh-store-card + .hh-store-card {
  margin-top: 14px;
}

.hh-store-card:hover {
  border-color: #d9cfae;
  transform: translateY(-1px);
  transition: transform 120ms ease, border-color 120ms ease;
}

/* Icon bubble */
.hh-store-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #035639;
  color: #fff;
  display: grid;
  place-items: center;
}

.hh-store-card__content {
  display: grid;
  gap: 4px;
}

.hh-store-card__name {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  color: #101828;
  font-family: "Yeseva One";
}

.hh-store-card__address {
  font-size: 13px;
  color: #364153;
}

.hh-store-card__hours {
  font-size: 12px;
  color: #4A5565;
}

.hh-store-card__chev {
  color: #94a3b8;
  display: grid;
  place-items: center;
}

/* Footer */
.hh-modal__footer {
  border-top: 1px solid #E5E7EB;
  padding: 14px 18px;
  font-size: 12px;
  color: #4A5565;
  text-align: center;
  background-color: #F9FAFB;
}

/* Mobile tweaks */
@media (max-width: 520px) {
  .hh-modal__title {
    font-size: 28px;
  }
  .hh-store-card {
    grid-template-columns: 44px 1fr 22px;
  }
}
.hh-store-card * {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.hh-store-card:hover, .hh-store-card:focus {
  background-color: #F9B217;
}
.hh-store-card:hover .hh-store-card__icon, .hh-store-card:focus .hh-store-card__icon {
  background-color: white;
}
.hh-store-card:hover .hh-store-card__icon svg, .hh-store-card:focus .hh-store-card__icon svg {
  fill: white;
}
.hh-store-card:hover .hh-store-card__icon svg path:first-child, .hh-store-card:focus .hh-store-card__icon svg path:first-child {
  stroke: #035639;
}
.hh-store-card:hover .hh-store-card__icon svg path:last-child, .hh-store-card:focus .hh-store-card__icon svg path:last-child {
  stroke: #035639;
}
.hh-store-card:hover .hh-store-card__chev svg path, .hh-store-card:focus .hh-store-card__chev svg path {
  stroke: #101828;
}

.hh-store-card.is-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.ms-media-icon__media img,
.ms-media-icon__media--svg svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.ms-media-icon__caption {
  margin-top: 8px;
  font-size: 14px;
}

.pattern-why-shop {
  padding: 64px 0;
  padding-bottom: 30px;
  background: #FCEFD4;
}

.pattern-why-shop__title {
  margin-bottom: 46px;
  font-size: 36px;
  color: #035639;
}

.pattern-why-shop__item {
  column-gap: 0;
  align-items: center;
}

.pattern-why-shop__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
.pattern-why-shop__icon textarea {
  min-width: 65px;
  max-height: 50px;
}

.pattern-why-shop__heading {
  margin: 0 0 6px 0;
  font-size: 18px;
}

.pattern-why-shop__sub {
  margin: 0;
  opacity: 0.85;
  font-size: 0.95em;
}

.pattern-why-shop__icon--red {
  background: #B91935;
}

.pattern-why-shop__icon--green {
  background: #035639;
}

.pattern-why-shop__icon--yellow {
  background: #F9B217;
}

.pattern-why-shop__icon--darkgreen {
  background: #035639;
}

/* ===== Responsive layout for Why Shop With Us ===== */
/* Desktop (default) → 4 columns */
/* Gutenberg already does this */
/* Tablet → 2 columns */
@media (max-width: 1024px) {
  .pattern-why-shop__grid {
    flex-wrap: wrap;
  }
  .pattern-why-shop__grid > .wp-block-column {
    flex-basis: 50% !important;
    max-width: 50%;
  }
}
/* Mobile → 1 column */
@media (max-width: 640px) {
  .pattern-why-shop__grid > .wp-block-column {
    flex-basis: 100% !important;
    max-width: 100%;
  }
}
@media (min-width: 782px) and (max-width: 1000px) {
  .pattern-why-shop__grid:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
  }
  .pattern-why-shop__grid:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-grow: 0 !important;
    flex-basis: 50% !important;
    max-width: 47% !important;
  }
  .pattern-why-shop__title {
    font-size: 32px;
  }
}
@media (min-width: 448px) and (max-width: 781px) {
  .pattern-why-shop__grid:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-grow: 0 !important;
    flex-basis: 50% !important;
    max-width: 46% !important;
  }
  .pattern-why-shop__title {
    font-size: 30px;
  }
}
@media (max-width: 447px) {
  .pattern-why-shop__title {
    font-size: 30px;
  }
}
/* ===== Monthly Savings CTA Pattern ===== */
.pattern-savings-cta {
  padding: 22px 0;
  padding-top: 54px;
  padding-bottom: 40px;
  background: #F9B217; /* golden yellow */
}

.pattern-savings-cta__inner {
  margin: 0 auto;
}

.pattern-savings-cta__grid {
  align-items: center !important;
  margin-bottom: 0;
}

.pattern-savings-cta__left {
  column-gap: 0;
  align-items: center !important;
  margin-bottom: 0;
}

.pattern-savings-cta__icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #fff;
  display: grid;
  place-items: center;
  color: #035639; /* deep green icon */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.pattern-savings-cta__icon svg {
  margin-top: 6px;
}
.pattern-savings-cta__icon textarea {
  min-width: 65px;
  max-height: 50px;
}

.pattern-savings-cta__title {
  margin: 0 0 4px 0;
  font-size: 30px;
}
@media (max-width: 481px) {
  .pattern-savings-cta__title {
    font-size: 24px !important;
  }
}

.pattern-savings-cta__sub {
  margin: 0;
  opacity: 0.9;
  font-size: 18px;
}

/* Button styling */
.pattern-savings-cta__button .wp-block-button__link {
  background: #035639;
  color: #fff;
  border-radius: 999px;
  padding: 12px 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}

/* Tighten button container spacing */
.pattern-savings-cta__actions {
  margin: 0;
}

/* Responsive: stack nicely */
@media (max-width: 781px) {
  .pattern-savings-cta__grid.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: wrap !important;
  }
  .pattern-savings-cta__grid > .wp-block-column {
    flex: 0 0 100%;
    max-width: 100%;
    flex-basis: 100% !important;
  }
  .pattern-savings-cta__actions.wp-block-buttons.is-content-justification-right {
    justify-content: center !important;
  }
  .pattern-savings-cta__left {
    max-widtH: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* =========================================
   Harvest Cart Hero Pattern
========================================= */
.pattern-harvest-hero {
  padding: 75px 0;
}
@media (max-width: 1000px) {
  .pattern-harvest-hero {
    padding-bottom: 30px;
  }
}

.pattern-harvest-hero__grid {
  align-items: center;
  column-gap: 48px;
}

/* Image */
.pattern-harvest-hero__image {
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  max-height: 500px;
}
@media (max-width: 1000px) {
  .pattern-harvest-hero__image {
    max-height: 350px;
  }
}

.pattern-harvest-hero__image img {
  width: 100%;
  display: block;
}
@media (max-width: 1000px) {
  .pattern-harvest-hero__image img {
    margin-top: -6%;
  }
}

/* =====================
   Badge / Pill
===================== */
.pattern-harvest-hero__badge {
  display: inline-block;
  margin-bottom: 18px;
}

.pattern-harvest-hero__badge-inner {
  background: #F9B217;
  color: #111;
  border-radius: 999px;
  padding: 8px 14px;
  align-items: center !important;
  column-gap: 2px;
  margin: 0;
}

.pattern-harvest-hero__badge-icon {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
}
.pattern-harvest-hero__badge-icon textarea {
  min-width: 100px;
  max-height: 50px;
}

.pattern-harvest-hero__badge-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.pattern-harvest-hero__badge-text {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

/* Ensure columns inside badge don’t shrink oddly */
.pattern-harvest-hero__badge-inner > .wp-block-column {
  flex-shrink: 0;
}

/* =====================
   Headings
===================== */
.pattern-harvest-hero__title {
  margin: 0 0 40px 0;
  font-size: 48px;
  color: #101828;
  text-transform: initial;
}
@media (max-width: 1000px) {
  .pattern-harvest-hero__title {
    font-size: 36px;
  }
}
@media (max-width: 447px) {
  .pattern-harvest-hero__title {
    font-size: 30px;
  }
}

/* =====================
   Feature rows
===================== */
.pattern-harvest-hero__feature {
  margin-bottom: 20px;
  column-gap: 9px;
  align-items: flex-start;
}

.pattern-harvest-hero__check {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #0b4b32;
  color: #fff;
  display: grid;
  place-items: center;
}
.pattern-harvest-hero__check textarea {
  min-width: 65px;
  max-height: 50px;
}

.pattern-harvest-hero__check svg {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.pattern-harvest-hero__feature-title {
  margin: 0 0 6px 0;
  font-size: 18px;
}

.pattern-harvest-hero__feature-sub {
  margin: 0;
  opacity: 0.9;
}

/* =====================
   CTA Button
===================== */
.pattern-harvest-hero__actions {
  margin-top: 50px;
}

.pattern-harvest-hero__button .wp-block-button__link {
  background: #0b4b32;
  color: #fff;
  border-radius: 10px;
  padding: 12px 28px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}

/* =====================
   Responsive
===================== */
@media (max-width: 1000px) {
  .pattern-harvest-hero__grid {
    flex-wrap: wrap !important;
    row-gap: 40px;
    flex-direction: column-reverse;
  }
  .pattern-harvest-hero.reverse .pattern-harvest-hero__grid {
    flex-wrap: wrap !important;
    row-gap: 40px;
    flex-direction: column;
  }
  .pattern-harvest-hero__grid > .wp-block-column {
    flex: 0 0 100%;
    max-width: 100%;
    flex-basis: 1 !important;
  }
}
.pattern-harvest-hero.alternate-colors .pattern-harvest-hero__badge-inner {
  background-color: #035639;
}
.pattern-harvest-hero.alternate-colors .pattern-harvest-hero__badge-inner .pattern-harvest-hero__badge-text {
  color: white;
}
.pattern-harvest-hero.alternate-colors .pattern-harvest-hero__check {
  background-color: #F9B217;
}

.pattern-harvest-hero.with-description .pattern-harvest-hero__title {
  color: #035639;
  margin-bottom: 20px;
}

.pattern-harvest-hero-description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #4A5565;
}

/* =========================================
   Harvest Rewards Pattern
========================================= */
.pattern-rewards {
  padding: 46px 0;
  padding-top: 80px;
  background: linear-gradient(120deg, #12563a 0%, #0d4531 100%);
  color: #fff;
}
.pattern-rewards > .wp-block-group__inner-container {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.pattern-rewards__grid {
  align-items: center;
  column-gap: 48px;
  align-items: center !important;
}

.pattern-rewards__left {
  position: relative;
}

.pattern-rewards__badge {
  display: inline-block;
  margin: 0 0 18px 0;
}

.pattern-rewards__badge-inner {
  background: #F9B217;
  color: #111;
  border-radius: 999px;
  padding: 8px 14px;
  align-items: center;
  column-gap: 10px;
  margin: 0;
  white-space: nowrap;
  flex-wrap: nowrap;
  column-gap: 2px;
}

.pattern-rewards__badge-inner > .wp-block-column {
  flex-shrink: 0;
}

.pattern-rewards__badge-icon {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
}
.pattern-rewards__badge-icon textarea {
  min-width: 65px;
  max-height: 50px;
}

.pattern-rewards__badge-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.pattern-rewards__badge-text {
  margin: 0;
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
  margin-top: 2px;
}

.pattern-rewards__title {
  margin: 0 0 14px 0;
  font-size: 60px;
}
@media (max-width: 1250px) {
  .pattern-rewards__title {
    font-size: 48px;
  }
}
@media (max-width: 1000px) {
  .pattern-rewards__title {
    font-size: 36px;
  }
}
@media (max-width: 447px) {
  .pattern-rewards__title {
    font-size: 30px;
  }
}

.pattern-rewards__logo {
  text-align: center;
  margin-bottom: 0;
}
.pattern-rewards__logo img {
  display: inline;
  max-width: 495px;
  width: 100%;
  height: auto;
}

.pattern-rewards__intro {
  margin: 0 0 22px 0;
  color: #F3F4F6;
  font-size: 20px;
}
@media (max-width: 1000px) {
  .pattern-rewards__intro {
    font-size: 18px;
    max-width: 100%;
  }
}

.pattern-rewards__cards {
  margin: 0 0 40px 0;
}

.pattern-rewards__cards-row {
  margin: 0 0 16px 0;
  column-gap: 16px;
}

.pattern-rewards__card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 25px 25px 20px;
  height: 100%;
  text-align: center;
}

.pattern-rewards__card-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #F9B217;
  color: #111;
  display: grid;
  place-items: center;
  margin: 0 0 12px 0;
  margin-left: auto;
  margin-right: auto;
}
.pattern-rewards__card-icon textarea {
  min-width: 65px;
  max-height: 50px;
}

.pattern-rewards__card-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.pattern-rewards__card-title {
  margin: 0 0 8px 0;
  color: #fff;
  font-size: 20px;
  color: #F9B217;
}

.pattern-rewards__card-text {
  margin: 0;
  color: #F3F4F6;
}

.pattern-rewards__actions {
  margin: 0;
}

.pattern-rewards__button .wp-block-button__link {
  background: #F9B217;
  color: #111;
  border-radius: 10px;
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}

.pattern-rewards__photo {
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  height: 550px;
}
@media (max-width: 1000px) {
  .pattern-rewards__photo {
    margin-top: 40px;
    height: 350px;
  }
}

.pattern-rewards__photo img {
  width: 100%;
  display: block;
}
@media (max-width: 1000px) {
  .pattern-rewards__photo img {
    margin-top: -34%;
  }
}

/* Responsive */
@media (max-width: 1000px) {
  .pattern-rewards__grid {
    row-gap: 26px;
    column-gap: 30px;
    display: block !important;
  }
}
/* =========================================
   Visit Us Today Pattern
========================================= */
.pattern-visit {
  padding: 85px 0;
  background: #145E41;
}

.pattern-visit__inner {
  margin: 0 auto;
}

.pattern-visit__title {
  margin: 0 0 12px 0;
  line-height: 1.1;
  font-size: 36px;
  color: white;
}
@media (max-width: 447px) {
  .pattern-visit__title {
    font-size: 30px;
  }
}

.pattern-visit__intro {
  margin: 0 auto 40px auto;
  max-width: 72ch;
  line-height: 1.45;
  font-size: 20px;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
@media (max-width: 1000px) {
  .pattern-visit__intro {
    font-size: 18px;
  }
}

/* -----------------------------
   Grid
----------------------------- */
.pattern-visit__grid {
  column-gap: 24px;
  row-gap: 24px;
  align-items: stretch;
}

.pattern-visit__grid > .wp-block-column {
  margin: 0;
}

/* -----------------------------
   Cards
----------------------------- */
.pattern-visit__card {
  background: white;
  border-radius: 16px;
  padding: 24px 24px 20px;
  height: 100%;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: transform 180ms ease-out;
  will-change: transform;
}
.pattern-visit__card:hover {
  transform: scale(1.025);
}

.pattern-visit__card-head > div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px 0;
}

.pattern-visit__card-head > * {
  width: auto;
}

.pattern-visit__pin {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #035639;
  color: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
}
.pattern-visit__pin textarea {
  display: none;
}

.pattern-visit__pin svg {
  width: 18px;
  height: 18px;
  display: block;
}

.pattern-visit__name {
  margin: 0;
  line-height: 1.1;
  font-size: 18px;
}

/* -----------------------------
   Address & Divider
----------------------------- */
.pattern-visit__addr {
  margin: 0 0 16px 0;
  line-height: 1.45;
}

.pattern-visit__sep {
  margin: 16px 0;
  background: #E5E7EB;
  border: 0;
  height: 1px;
  width: 100% !important;
}

/* -----------------------------
   Meta rows (hours / phone)
----------------------------- */
.pattern-visit__meta {
  margin: 0;
}

.pattern-visit__meta-row {
  margin: 0 0 10px 0;
  column-gap: 0;
  align-items: center !important;
}
.pattern-visit__meta-row textarea {
  display: none;
}

.pattern-visit__meta-row:last-child {
  margin-bottom: 0;
}

.pattern-visit__meta-row svg {
  width: 16px;
  height: 16px;
  display: block;
  color: #e19a00;
  opacity: 0.95;
}

.pattern-visit__meta-text {
  margin: 0;
  line-height: 1.35;
  font-size: 14px;
}

/* -----------------------------
   Responsive: 4 → 2 → 1
----------------------------- */
@media (max-width: 1000px) {
  .pattern-visit__grid {
    flex-wrap: wrap !important;
  }
  .pattern-visit__grid > .wp-block-column {
    max-width: calc(50% - 12px);
    flex-basis: 100% !important;
  }
}
@media (max-width: 640px) {
  .pattern-visit {
    padding: 52px 0;
  }
  .pattern-visit__intro {
    margin-bottom: 28px;
  }
  .pattern-visit__grid > .wp-block-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pattern-visit__card {
    padding: 22px 20px 18px;
  }
}
/* =========================
   Newsletter Signup Pattern
   ========================= */
.pattern-newsletter {
  background: linear-gradient(120deg, #12563a 0%, #0d4531 100%);
  padding: 80px 0;
  padding-bottom: 50px;
}

.pattern-newsletter__stack {
  text-align: center;
  gap: 18px;
}

.pattern-newsletter__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 6px;
  border-radius: 999px;
  background: #F9B217;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pattern-newsletter__icon svg {
  display: block;
  color: #0a4c3e;
}

.pattern-newsletter__title {
  margin: 0;
  color: #fff;
  line-height: 1.1;
}

.pattern-newsletter__sub {
  margin: 0 auto;
  max-width: 706px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .pattern-newsletter__sub {
    font-size: 18px;
  }
}

.pattern-newsletter__form-wrap {
  width: min(650px, 100%);
  margin: 12px auto 0 !important;
}

.pattern-newsletter__fineprint {
  margin: 14px auto 0;
  max-width: 820px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.5;
}

.pattern-newsletter-button .wp-block-button__link {
  background: #F9B217;
  color: #000000;
  padding: 16px 28px;
  font-size: 18px;
  border-radius: 10px;
  border: none;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.pattern-newsletter-button .wp-block-button__link:hover,
.pattern-newsletter-button .wp-block-button__link:focus {
  background: #B91935 !important;
  color: white !important;
}

/* ==================================
   Gravity Forms: exact markup you sent
   Form: #4 (side-by-side input + submit)
   ================================== */
/* Grid the FORM itself because body + footer are siblings */
.pattern-newsletter__form-wrap form#gform_4 {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 14px;
  align-items: center;
  margin: 0;
}

/* Ensure the two siblings occupy the grid columns */
.pattern-newsletter__form-wrap form#gform_4 .gform-body {
  grid-column: 1;
  margin: 0;
}

.pattern-newsletter__form-wrap form#gform_4 .gform-footer {
  grid-column: 2;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* Some themes add clears/floats to footer; kill those */
.pattern-newsletter__form-wrap form#gform_4 .gform-footer:before,
.pattern-newsletter__form-wrap form#gform_4 .gform-footer:after {
  content: none !important;
}

.pattern-newsletter__form-wrap form#gform_4 .gform-footer {
  clear: none !important;
  float: none !important;
}

/* Fields container reset */
.pattern-newsletter__form-wrap form#gform_4 #gform_fields_4 {
  margin: 0;
}

/* Hide label for placeholder-only look */
.pattern-newsletter__form-wrap form#gform_4 label.gfield_label {
  display: none !important;
}

/* Email input styling */
.pattern-newsletter__form-wrap form#gform_4 input#input_4_2 {
  width: 100%;
  height: 56px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 0 18px;
  font-size: 16px;
  outline: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

/* Submit button styling */
.pattern-newsletter__form-wrap form#gform_4 input#gform_submit_button_4 {
  width: 100%;
  height: 56px;
  border-radius: 10px;
  border: 0;
  background: #f6b21a;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  font-family: "Georgia";
  margin-bottom: 0;
}

.pattern-newsletter__form-wrap form#gform_4 input#gform_submit_button_4:hover {
  filter: brightness(0.97);
}

/* Make validation / messages readable on dark bg */
.pattern-newsletter__form-wrap form#gform_4 .validation_message,
.pattern-newsletter__form-wrap form#gform_4 .gform_submission_error,
.pattern-newsletter__form-wrap form#gform_4 .gform_confirmation_message {
  color: #c02b0a;
}

/* Mobile: stack */
@media (max-width: 680px) {
  .pattern-newsletter {
    padding: 60px 18px;
  }
  .pattern-newsletter__sub {
    font-size: 16px;
  }
  .pattern-newsletter__form-wrap form#gform_4 {
    grid-template-columns: 1fr;
  }
  .pattern-newsletter__form-wrap form#gform_4 .gform-body,
.pattern-newsletter__form-wrap form#gform_4 .gform-footer {
    grid-column: 1;
  }
  .pattern-newsletter__form-wrap form#gform_4 input#input_4_2,
.pattern-newsletter__form-wrap form#gform_4 input#gform_submit_button_4 {
    height: 54px;
  }
}
/* =========================================================
   Harvest Home Hero (ACF Block)
   Updated:
   - Stats stay in a row until <= 781px
   - At <= 781px: stats stack AND content centers
   ========================================================= */
.pattern-harvest-home-hero {
  position: relative;
  width: 100%;
  min-height: 620px;
  overflow: hidden;
}

/* Media Layer (full bleed) */
.pattern-harvest-home-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.pattern-harvest-home-hero__image,
.pattern-harvest-home-hero__video {
  position: absolute;
  inset: 0;
}

.pattern-harvest-home-hero__image-el,
.pattern-harvest-home-hero__video-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pattern-harvest-home-hero__image:empty {
  background: #0b3f34;
}

/* Overlay */
.pattern-harvest-home-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.3) 48%, rgba(0, 0, 0, 0.18) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.35) 100%);
  pointer-events: none;
}

/* Content Container */
.pattern-harvest-home-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 100px 20px 80px;
  display: flex;
  align-items: center;
}

.pattern-harvest-home-hero__content {
  width: 100%;
  max-width: 760px;
}

/* Typography */
.pattern-harvest-home-hero__title {
  margin: 0 0 18px;
  color: #fff;
  font-size: 72px;
  line-height: 1.02;
}

.pattern-harvest-home-hero__sub {
  margin: 0 0 26px;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 24px;
  line-height: 1.6;
}

/* Buttons */
.pattern-harvest-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.pattern-harvest-home-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.pattern-harvest-home-hero__btn:focus {
  outline: 2px solid rgba(255, 255, 255, 0.75);
  outline-offset: 2px;
}

.pattern-harvest-home-hero__btn--primary {
  background: #F9B217;
  color: #1a1a1a;
}
.pattern-harvest-home-hero__btn--primary:hover, .pattern-harvest-home-hero__btn--primary:focus {
  background-color: #035639;
  color: white;
}

.pattern-harvest-home-hero__btn--secondary {
  background: #B91935;
  color: #fff;
}
.pattern-harvest-home-hero__btn--secondary:hover, .pattern-harvest-home-hero__btn--secondary:focus {
  background-color: white;
  color: #1a1a1a;
}

.pattern-harvest-home-hero__btn:hover {
  filter: brightness(0.97);
}

.pattern-harvest-home-hero__btn:active {
  transform: translateY(1px);
}

/* Stats Row (stay 3-up until <= 781px) */
.pattern-harvest-home-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 27px;
  width: min(760px, 100%);
}

.pattern-harvest-home-hero__stat {
  padding: 18px 18px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}

.pattern-harvest-home-hero__stat-num {
  color: white;
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
  font-family: "Yeseva One";
}

.pattern-harvest-home-hero__stat-label {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.3;
}

/* Responsive */
@media (max-width: 1000px) {
  .pattern-harvest-home-hero__inner {
    padding: 80px 20px 70px;
  }
  .pattern-harvest-home-hero__title {
    font-size: 50px;
  }
  .pattern-harvest-home-hero__sub {
    font-size: 18px;
  }
}
/* Stack stats and center content at <= 781px */
@media (max-width: 781px) {
  .pattern-harvest-home-hero__inner {
    padding: 68px 18px 60px;
  }
  .pattern-harvest-home-hero__content {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .pattern-harvest-home-hero__stat {
    text-align: center;
  }
  .pattern-harvest-home-hero__sub {
    margin-left: auto;
    margin-right: auto;
  }
  .pattern-harvest-home-hero__actions {
    justify-content: center;
  }
  .pattern-harvest-home-hero__btn {
    width: 100%;
    max-width: 100%;
  }
  .pattern-harvest-home-hero__stats {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }
  .pattern-harvest-home-hero__stat {
    text-align: center;
  }
}
/* =========================================================
   New Items Carousel
   ========================================================= */
.pattern-new-items {
  padding: 20px 0;
  background: #fff;
}

.pattern-new-items__inner {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.pattern-new-items__title {
  margin: 0 0 10px;
  font-size: 24px;
}

.pattern-new-items__sub {
  margin: 0 0 32px;
  font-size: 16px;
}

/* =========================================================
   Carousel (plugin CSS variables)
   ========================================================= */
.pattern-new-items__carousel {
  --wp--custom--carousel-block--navigation-size: 22px;
  --wp--custom--carousel-block--navigation-sides-offset: -10px;
  --wp--custom--carousel-block--navigation-color: #0b3f34;
  --wp--custom--carousel-block--navigation-hover-color: #0b3f34;
  --wp--custom--carousel-block--pagination-bullet-size: 10px;
  --wp--custom--carousel-block--pagination-bullet-active-color: #0b3f34;
  --wp--custom--carousel-block--pagination-bullet-inactive-color: rgba(0,0,0,.25);
}

/* =========================================================
   Card
   ========================================================= */
.pattern-new-items__card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
  height: 100%;
}

/* =========================================================
   Media
   ========================================================= */
.pattern-new-items__media {
  position: relative;
}

.pattern-new-items__img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* =========================================================
   Badge
   ========================================================= */
.pattern-new-items__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #0b3f34;
  border-radius: 999px;
  padding: 6px 12px;
}

.pattern-new-items__badge-text {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}

/* =========================================================
   Bottom Panel
   ========================================================= */
.pattern-new-items__panel {
  background: #fbf3da;
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pattern-new-items__product {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.2;
}

.pattern-new-items__desc {
  margin: 0 0 14px;
  font-size: 14px;
  opacity: 0.85;
}

/* =========================================================
   Price + Button Row (FIXED)
   ========================================================= */
.pattern-new-items__meta > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
}

/* Price */
.pattern-new-items__price {
  margin: 0;
  font-weight: 900;
  font-size: 20px;
  color: #0b3f34;
  white-space: nowrap;
}

/* Kill Gutenberg button layout interference */
.pattern-new-items__actions {
  display: flex;
  margin: 0;
}

.pattern-new-items__actions .wp-block-button {
  margin: 0;
}

/* Button */
.pattern-new-items__btn .wp-block-button__link {
  background: #f6b21a;
  color: #1a1a1a;
  border-radius: 10px;
  padding: 10px 16px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  box-shadow: none;
}

.pattern-new-items__btn .wp-block-button__link:hover {
  filter: brightness(0.97);
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 781px) {
  .pattern-new-items {
    padding: 52px 0;
  }
  .pattern-new-items__img img {
    height: 240px;
  }
  .pattern-new-items__btn .wp-block-button__link {
    width: 100%;
    text-align: center;
  }
}
.wp-block-cb-carousel-v2 .cb-button-next, .wp-block-cb-carousel-v2.cb-rtl .cb-button-prev {
  border-radius: 16777200px;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  right: calc(var(--wp--custom--carousel-block--navigation-size, 22px) * -1 / 20 * 27 - var(--wp--custom--carousel-block--navigation-sides-offset, 10px));
}

.wp-block-cb-carousel-v2 .cb-button-prev, .wp-block-cb-carousel-v2.cb-rtl .cb-button-next {
  border-radius: 16777200px;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  left: calc(var(--wp--custom--carousel-block--navigation-size, 22px) * -1 / 20 * 27 - var(--wp--custom--carousel-block--navigation-sides-offset, 10px));
}

/* Pattern: Narrow Section Header */
.pattern-narrow-section-header {
  background-color: #FCEFD4;
  padding: 80px 24px 48px;
}

.pattern-narrow-section-header__inner {
  max-width: 832px;
  margin: 0 auto;
}

.pattern-narrow-section-header__title {
  margin: 0;
  color: #035639;
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: 0;
  text-wrap: balance;
}

h1.pattern-narrow-section-header__title {
  font-size: 60px;
}
@media (max-width: 1000px) {
  h1.pattern-narrow-section-header__title {
    font-size: 42px;
  }
}

h2.pattern-narrow-section-header__title {
  font-size: 48px;
}
@media (max-width: 1000px) {
  h2.pattern-narrow-section-header__title {
    font-size: 36px;
  }
}

.pattern-narrow-section-header__description {
  max-width: 688px;
  margin: 20px auto 0;
  font-size: 20px;
  line-height: 1.45;
}
@media (max-width: 1000px) {
  .pattern-narrow-section-header__description {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .pattern-narrow-section-header {
    padding: 52px 24px 44px;
  }
  .pattern-narrow-section-header__inner {
    max-width: 704px;
  }
  .pattern-narrow-section-header__description {
    max-width: 608px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .pattern-narrow-section-header {
    padding: 44px 20px 40px;
  }
  .pattern-narrow-section-header__title {
    font-size: 32px;
    line-height: 1;
  }
  .pattern-narrow-section-header__description {
    max-width: 100%;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }
}
/* Pattern: Department Cards Grid */
.pattern-department-cards-grid {
  background-color: #FCEFD4;
  padding: 1px 24px;
  padding-top: 20px;
}

.pattern-department-cards-grid__columns {
  gap: 32px;
  margin-bottom: 35px;
}

.pattern-department-cards-grid__card {
  background-color: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pattern-department-cards-grid__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.pattern-department-cards-grid__image {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.pattern-department-cards-grid__image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Hover effect */
.pattern-department-cards-grid__card:hover .pattern-department-cards-grid__image img {
  transform: scale(1.08);
}

.pattern-department-cards-grid__content {
  padding: 28px;
}

.pattern-department-cards-grid__title {
  font-size: 24px;
  margin-bottom: 12px;
  font-family: "Open Sans";
  text-transform: none;
  font-weight: 700;
  color: #101828;
}

.pattern-department-cards-grid__text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 18px;
  color: #4a5d73;
}

.pattern-department-cards-grid__button .wp-block-button__link {
  background: transparent;
  color: #035639;
  font-size: 16px;
  padding: 0;
  border: none;
  font-weight: 700;
}

.pattern-department-cards-grid__button .wp-block-button__link:hover,
.pattern-department-cards-grid__button .wp-block-button__link:active,
.pattern-department-cards-grid__button .wp-block-button__link:focus {
  text-decoration: underline;
  background-color: transparent !important;
  border-color: transparent !important;
}

@media (max-width: 1024px) {
  .pattern-department-cards-grid__columns {
    flex-wrap: wrap;
  }
  .pattern-department-cards-grid__card {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .pattern-department-cards-grid {
    padding: 1px 20px;
  }
  .pattern-department-cards-grid__image img {
    height: 200px;
  }
  .pattern-department-cards-grid__content {
    padding: 24px;
  }
  .pattern-department-cards-grid__title {
    font-size: 22px;
  }
}
/* Pattern: Help Callout Banner */
.pattern-help-callout-banner {
  background-color: #FCEFD4;
  padding: 40px 24px;
  padding-bottom: 80px;
}

.pattern-help-callout-banner__container {
  background-color: #F9B217;
  border-radius: 28px;
  padding: 60px 40px;
  text-align: center;
  max-width: 1410px;
  margin: 0 auto;
}

.pattern-help-callout-banner__title {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 16px;
}

.pattern-help-callout-banner__text {
  font-size: 18px;
  line-height: 1.5;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
  color: #1f2a37;
}

.pattern-help-callout-banner__buttons {
  gap: 18px;
}

.pattern-help-callout-banner__button-primary .wp-block-button__link {
  background-color: #035639;
  color: #ffffff;
  border-radius: 28px;
  padding: 14px 35px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.pattern-help-callout-banner__button-secondary .wp-block-button__link {
  background-color: #ffffff;
  color: #1f2a37;
  border-radius: 28px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.pattern-help-callout-banner__button-primary .wp-block-button__link:hover {
  background-color: #145E41 !important;
  color: white !important;
}

.pattern-help-callout-banner__button-secondary .wp-block-button__link:hover,
.pattern-help-callout-banner__button-secondary .wp-block-button__link:focus {
  background-color: #B91935 !important;
  color: white !important;
}

@media (max-width: 1600px) {
  .pattern-help-callout-banner {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 1024px) {
  .pattern-help-callout-banner__container {
    padding: 48px 30px;
  }
  .pattern-help-callout-banner__title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .pattern-help-callout-banner__container {
    padding: 40px 24px;
  }
  .pattern-help-callout-banner__title {
    font-size: 28px;
  }
  .pattern-help-callout-banner__text {
    font-size: 16px;
  }
  .pattern-help-callout-banner__buttons {
    flex-direction: column;
    align-items: center;
  }
  .pattern-help-callout-banner__buttons > div {
    display: block;
    width: 100%;
  }
  .pattern-help-callout-banner__buttons > div > a {
    display: block;
    width: 100%;
  }
}
/* Pattern: Interior Hero */
.pattern-interior-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 24px;
}

.pattern-interior-hero .wp-block-cover__inner-container {
  max-width: 764px;
  margin-left: auto;
  margin-right: auto;
}

.pattern-interior-hero__title {
  font-size: 60px;
  line-height: 1.1;
  color: #ffffff;
  text-transform: none;
}

@media (max-width: 1024px) {
  .pattern-interior-hero {
    padding: 100px 24px;
    min-height: 360px;
  }
  .pattern-interior-hero__title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .pattern-interior-hero {
    padding: 80px 20px;
  }
  .pattern-interior-hero__title {
    font-size: 36px;
  }
}
.pattern-interior-hero__content {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.pattern-interior-hero__description {
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 18px;
}

.pattern-interior-hero__buttons {
  margin-top: 8px;
}

.pattern-interior-hero__button .wp-block-button__link {
  background: #F9B217;
  color: #000000;
  padding: 14px 26px;
  font-size: 18px;
  border-radius: 10px;
  border: none;
  font-weight: 700;
}

.pattern-interior-hero__button .wp-block-button__link:hover {
  background: #B91935 !important;
  color: white !important;
}

@media (max-width: 767px) {
  .pattern-interior-hero__description {
    font-size: 18px;
  }
}
/* Pattern: Location Cards */
.pattern-location-cards {
  padding: 80px 24px;
  padding-bottom: 60px;
  background: #ffffff;
}

.pattern-location-cards__header {
  text-align: center;
  margin-bottom: 50px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.pattern-location-cards__title {
  font-size: 48px;
  margin-bottom: 14px;
  color: #035639;
}

.pattern-location-cards__intro {
  font-size: 20px;
  line-height: 1.5;
  color: #4c6172;
}

.pattern-location-cards__grid {
  gap: 40px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding-left: 14px;
  padding-right: 14px;
}

.pattern-location-cards__card {
  background: #FCEFD4;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pattern-location-cards__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.pattern-location-cards__image-wrapper {
  position: relative;
}

.pattern-location-cards__image {
  margin: 0;
  overflow: hidden;
}

.pattern-location-cards__image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Hover effect */
.pattern-location-cards__card:hover .pattern-location-cards__image img {
  transform: scale(1.03);
}

.pattern-location-cards__location-label {
  position: absolute;
  top: 18px;
  left: 18px;
  margin: 0;
  padding: 10px 18px;
  background: #035639;
  color: #ffffff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.pattern-location-cards__content {
  padding: 28px;
}

.pattern-location-cards__row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.pattern-location-cards__icon-wrap {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pattern-location-cards__row:nth-child(1) .pattern-location-cards__icon-wrap {
  background: #0a5c46;
}

.pattern-location-cards__row:nth-child(2) .pattern-location-cards__icon-wrap {
  background: #f0b232;
}

.pattern-location-cards__row:nth-child(3) .pattern-location-cards__icon-wrap {
  background: #c7373c;
}

.pattern-location-cards__icon-wrap .wp-block-html {
  line-height: 0;
}

.pattern-location-cards__icon-wrap svg {
  display: block;
  width: 20px;
  height: 20px;
}

.pattern-location-cards__address strong {
  font-size: 18px;
}

.pattern-location-cards__address,
.pattern-location-cards__hours,
.pattern-location-cards__phone {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #101828;
}

.pattern-location-cards__button .wp-block-button__link {
  background: #035639;
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 10px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  border: none;
  font-weight: 700;
}

.pattern-location-cards__button {
  width: 100%;
}

.pattern-location-cards__button .wp-block-button__link:hover {
  background: #145E41;
}

/* Hide SVGs in the editor while keeping icon circles visible */
.editor-styles-wrapper .pattern-location-cards__icon-wrap svg {
  display: none;
}

@media (max-width: 1000px) {
  .pattern-location-cards__grid {
    flex-wrap: wrap;
  }
  .pattern-location-cards__title {
    font-size: 36px;
  }
  .pattern-location-cards__intro {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .pattern-location-cards {
    padding: 60px 20px;
  }
  .pattern-location-cards__image img {
    height: 220px;
  }
}
/* Pattern: Header With Icon Row */
.pattern-header-with-icon-row {
  background: #FCEFD4;
  padding: 80px 24px;
}

.pattern-header-with-icon-row__header {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
  text-align: center;
}

.pattern-header-with-icon-row__title {
  font-size: 48px;
  margin-bottom: 14px;
  color: #035639;
  text-transform: initial;
}

.pattern-header-with-icon-row__intro {
  font-size: 20px;
  line-height: 1.5;
  color: #4A5565;
}

.pattern-header-with-icon-row__grid {
  gap: 32px;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.pattern-header-with-icon-row__card {
  background: #ffffff;
  border-radius: 18px;
  padding: 15px 20px;
  padding-top: 25px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.pattern-header-with-icon-row__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  color: #ffffff;
}

.pattern-header-with-icon-row__icon svg {
  width: 26px;
  height: 26px;
}

.pattern-header-with-icon-row__icon--hours {
  background: #035639;
}

.pattern-header-with-icon-row__icon--staff {
  background: #F9B217;
}

.pattern-header-with-icon-row__icon--shop {
  background: #B91935;
}

.pattern-header-with-icon-row__card-title {
  font-size: 20px;
  margin-bottom: 8px;
}

.pattern-header-with-icon-row__card-text {
  font-size: 16px;
  line-height: 1.5;
  color: #4c6172;
}

@media (max-width: 1000px) {
  .pattern-header-with-icon-row__grid {
    flex-wrap: wrap;
  }
  .pattern-header-with-icon-row__title {
    font-size: 36px;
  }
  .pattern-header-with-icon-row__intro {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .pattern-header-with-icon-row {
    padding: 60px 20px;
  }
}
.ob-login-box-header,
.hhs-side-menu__ctas .hhs-header-cta {
  display: none !important;
}

.pattern-header-with-icon-row.alternate .pattern-header-with-icon-row__icon {
  margin-left: 0;
  margin-right: 0;
}
.pattern-header-with-icon-row.alternate .pattern-header-with-icon-row__grid,
.pattern-header-with-icon-row.alternate .pattern-header-with-icon-row__header {
  max-width: 1450px;
}
.pattern-header-with-icon-row.alternate .pattern-header-with-icon-row__icon--hours,
.pattern-header-with-icon-row.alternate .pattern-header-with-icon-row__icon--staff,
.pattern-header-with-icon-row.alternate .pattern-header-with-icon-row__icon--shop {
  background: #F9B217;
}
.pattern-header-with-icon-row.alternate .pattern-header-with-icon-row__card {
  text-align: left;
}
.pattern-header-with-icon-row.alternate .pattern-header-with-icon-row__card .has-text-align-center {
  text-align: left;
}

/* Pattern: Harvest Rewards Hero */
.pattern-harvest-rewards-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 120px 24px;
}

.pattern-harvest-rewards-hero > .wp-block-cover__inner-container {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.pattern-harvest-rewards-hero__content {
  max-width: 667px;
}

.pattern-harvest-rewards-hero__logo img {
  max-width: 450px;
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}

.pattern-harvest-rewards-hero__title {
  font-size: 72px;
  text-transform: none;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 16px;
}

.pattern-harvest-rewards-hero__description {
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
}

.pattern-harvest-rewards-hero__buttons {
  gap: 16px;
}

.pattern-harvest-rewards-hero__button-primary .wp-block-button__link {
  background: #F9B217;
  color: #000000;
  padding: 14px 26px;
  font-size: 16px;
  border-radius: 8px;
  border: none;
  font-weight: 700;
}

.pattern-harvest-rewards-hero__button-secondary .wp-block-button__link {
  background: transparent;
  color: #ffffff;
  padding: 14px 26px;
  font-size: 16px;
  border-radius: 8px;
  border: 2px solid #ffffff;
  font-weight: 700;
}

.pattern-harvest-rewards-hero__button-primary .wp-block-button__link:hover {
  background: #B91935 !important;
  color: white !important;
}

.pattern-harvest-rewards-hero__button-secondary .wp-block-button__link:hover {
  background: white !important;
  color: black !important;
}

@media (max-width: 1000px) {
  .pattern-harvest-rewards-hero {
    padding: 100px 24px;
  }
  .pattern-harvest-rewards-hero__title {
    font-size: 45px;
  }
  .pattern-harvest-rewards-hero__description {
    font-size: 18px;
  }
  .pattern-harvest-rewards-hero__logo img {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .pattern-harvest-rewards-hero {
    padding: 80px 20px;
    min-height: 420px;
  }
  .pattern-harvest-rewards-hero__buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .pattern-harvest-rewards-hero__buttons > * {
    width: 100%;
  }
}
/* Pattern: How It Works Steps */
.pattern-how-it-works-steps {
  padding: 80px 24px;
  background: white;
}

.pattern-how-it-works-steps__header {
  text-align: center;
  margin-bottom: 48px;
}

.pattern-how-it-works-steps__title {
  font-size: 48px;
  color: #035639;
  margin-bottom: 12px;
}

.pattern-how-it-works-steps__intro {
  font-size: 20px;
}

/* Grid */
.pattern-how-it-works-steps__grid {
  gap: 32px;
  position: relative;
  max-width: 1450px;
  padding-left: 14px;
  padding-right: 14px;
  margin-left: auto;
  margin-right: auto;
}

/* Yellow connector line */
.pattern-how-it-works-steps__grid::before {
  content: "";
  position: absolute;
  top: 108px;
  left: 12%;
  width: 76%;
  height: 6px;
  background: #F9B217;
  z-index: 0;
}

/* Cards */
.pattern-how-it-works-steps__card {
  border-radius: 18px;
  padding: 36px 28px;
  text-align: center;
  position: relative;
  z-index: 2;
  height: 100%;
  transition: transform 120ms ease, box-shadow 120ms ease;
}
.pattern-how-it-works-steps__card:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transform: translateY(-5px);
}

.pattern-how-it-works-steps__card--green {
  background: #035639;
  color: #ffffff;
}
.pattern-how-it-works-steps__card--green .pattern-how-it-works-steps__card-title {
  color: white;
}

.pattern-how-it-works-steps__card--gold {
  background: #F9B217;
  color: #000000;
}

.pattern-how-it-works-steps__card--red {
  background: #B91935;
  color: #ffffff;
}
.pattern-how-it-works-steps__card--red .pattern-how-it-works-steps__card-title {
  color: white;
}

/* Step circle */
.pattern-how-it-works-steps__number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  position: relative;
  z-index: 3;
}

.pattern-how-it-works-steps__number p {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #101828;
}

/* Card text */
.pattern-how-it-works-steps__card-title {
  font-size: 22px;
  margin-bottom: 10px;
}

.pattern-how-it-works-steps__card-text {
  font-size: 16px;
  line-height: 1.5;
}

/* Tablet */
@media (max-width: 1000px) {
  .pattern-how-it-works-steps__grid {
    flex-wrap: wrap;
  }
  .pattern-how-it-works-steps__grid::before {
    display: none;
  }
  .pattern-how-it-works-steps__title {
    font-size: 36px;
  }
  .pattern-how-it-works-steps__intro {
    font-size: 18px;
  }
}
/* Mobile */
@media (max-width: 600px) {
  .pattern-how-it-works-steps {
    padding: 60px 20px;
  }
}
/* Pattern: Member Benefits */
.pattern-member-benefits {
  padding: 80px 24px;
  background: linear-gradient(180deg, #FCF0D4 0%, #FFF 100%);
}

.pattern-member-benefits__header {
  text-align: center;
  margin-bottom: 48px;
}

.pattern-member-benefits__title {
  font-size: 48px;
  color: #035639;
  margin-bottom: 12px;
}

.pattern-member-benefits__intro {
  font-size: 18px;
  color: #4c6172;
}

.pattern-member-benefits__grid {
  gap: 36px;
  margin-top: 48px;
  max-width: 1450px;
  padding-left: 14px;
  padding-right: 14px;
  margin-left: auto;
  margin-right: auto;
}

.pattern-member-benefits__item {
  max-width: 280px;
}

.pattern-member-benefits__icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.pattern-member-benefits__icon svg {
  width: 26px;
  height: 26px;
}

.pattern-member-benefits__icon--green {
  background: #035639;
}

.pattern-member-benefits__icon--red {
  background: #B91935;
}

.pattern-member-benefits__icon--yellow {
  background: #F9B217;
}

.pattern-member-benefits__item-title {
  font-size: 20px;
  margin-bottom: 8px;
}

.pattern-member-benefits__item-text {
  font-size: 16px;
  line-height: 1.5;
  color: #4c6172;
}

@media (max-width: 1000px) {
  .pattern-member-benefits__grid {
    flex-wrap: wrap;
  }
  .pattern-member-benefits__grid > .wp-block-column {
    flex-basis: calc(50% - 18px);
    max-width: calc(50% - 18px);
  }
}
@media (max-width: 600px) {
  .pattern-member-benefits {
    padding: 60px 20px;
  }
  .pattern-member-benefits__title {
    font-size: 36px;
  }
  .pattern-member-benefits__grid > .wp-block-column {
    flex-basis: 100%;
    max-width: 100%;
  }
  .pattern-member-benefits__item {
    max-width: 100%;
  }
}
/* Pattern: Rewards CTA */
.pattern-rewards-cta {
  background: radial-gradient(55.94% 111.47% at 50% 50%, #155e44 0%, #13583b 100%);
  padding: 100px 24px;
  text-align: center;
}

.pattern-rewards-cta__inner {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.pattern-rewards-cta__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
  color: #035639;
}

.pattern-rewards-cta__icon svg {
  width: 26px;
  height: 26px;
}

.pattern-rewards-cta__title {
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 18px;
}

.pattern-rewards-cta__text {
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
}

.pattern-rewards-cta__button .wp-block-button__link {
  background: #F9B217;
  color: #000000;
  padding: 16px 28px;
  font-size: 18px;
  border-radius: 10px;
  border: none;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.pattern-rewards-cta__button .wp-block-button__link:hover {
  background: #B91935 !important;
  color: white !important;
}

@media (max-width: 900px) {
  .pattern-rewards-cta__title {
    font-size: 44px;
  }
  .pattern-rewards-cta__text {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .pattern-rewards-cta {
    padding: 80px 20px;
  }
  .pattern-rewards-cta__title {
    font-size: 34px;
  }
}
/* Pattern: Flyer Download */
.pattern-flyer-download {
  padding: 80px 24px;
  background: white;
  text-align: center;
}

.pattern-flyer-download__inner {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.pattern-flyer-download__image {
  margin-bottom: 35px;
}

.pattern-flyer-download__image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.pattern-flyer-download__buttons {
  margin-top: 28px;
}

.pattern-flyer-download__button .wp-block-button__link {
  background: #F9B217;
  color: #000000;
  padding: 14px 26px;
  font-size: 16px;
  border-radius: 10px;
  border: none;
  font-weight: 700;
}

.pattern-flyer-download__button .wp-block-button__link:hover {
  background: #B91935 !important;
  color: white !important;
}

@media (max-width: 600px) {
  .pattern-flyer-download {
    padding: 60px 20px;
  }
}
/* Pattern: Deals CTA Row */
.pattern-deals-cta-row {
  padding: 80px 24px;
  background: white;
}

.pattern-deals-cta-row__grid {
  gap: 48px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.pattern-deals-cta-row__item {
  text-align: center;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.pattern-deals-cta-row__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #035639;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  color: #ffffff;
}

.pattern-deals-cta-row__icon svg {
  width: 26px;
  height: 26px;
}

.pattern-deals-cta-row__title {
  font-size: 22px;
  margin-bottom: 10px;
}

.pattern-deals-cta-row__text {
  font-size: 16px;
  line-height: 1.5;
  color: #4c6172;
  margin-bottom: 18px;
}

.pattern-deals-cta-row__button .wp-block-button__link {
  background: #035639;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  border: none;
  font-weight: 700;
}

.pattern-deals-cta-row__button .wp-block-button__link:hover {
  background: #022f1f;
}

@media (max-width: 900px) {
  .pattern-deals-cta-row__grid {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .pattern-deals-cta-row {
    padding: 60px 20px;
  }
}
/* Pattern: Location Grid Four */
.pattern-location-grid-four {
  padding: 80px 24px;
  background: white;
}

.pattern-location-grid-four__header {
  text-align: center;
  margin-bottom: 48px;
}

.pattern-location-grid-four__title {
  font-size: 48px;
  color: #035639;
  margin-bottom: 12px;
}

.pattern-location-grid-four__intro {
  font-size: 20px;
  color: #4c6172;
}

.pattern-location-grid-four__grid {
  gap: 28px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.pattern-location-grid-four__card {
  background: #FCEFD4;
  border-radius: 18px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pattern-location-grid-four__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.pattern-location-grid-four__image-wrapper {
  position: relative;
  overflow: hidden;
}

.pattern-location-grid-four__image img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Hover effect */
.pattern-location-grid-four__card:hover .pattern-location-grid-four__image img {
  transform: scale(1.03);
}

.pattern-location-grid-four__pill {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
}

.pattern-location-grid-four__pill--green {
  background: #035639;
}

.pattern-location-grid-four__pill--yellow {
  background: #F9B217;
}

.pattern-location-grid-four__pill--red {
  background: #B91935;
}

.pattern-location-grid-four__content {
  padding: 24px;
  padding-top: 10px;
}

.pattern-location-grid-four__address {
  font-size: 16px;
  margin-bottom: 10px;
}

.pattern-location-grid-four__hours {
  font-size: 15px;
  margin-bottom: 14px;
}

.pattern-location-grid-four__phone {
  font-size: 16px;
  color: #035639;
  margin-bottom: 30px;
  font-weight: 700;
}

.pattern-location-grid-four__button {
  width: 100%;
}

.pattern-location-grid-four__button .wp-block-button__link {
  background: #035639;
  color: #ffffff;
  padding: 12px 22px;
  font-size: 14px;
  border-radius: 8px;
  border: none;
  font-weight: 700;
  display: block;
}

.pattern-location-grid-four__button .wp-block-button__link:hover {
  background: #022f1f;
}

@media (max-width: 1100px) {
  .pattern-location-grid-four__grid {
    flex-wrap: wrap !important;
  }
  .pattern-location-grid-four__grid > .wp-block-column {
    flex-basis: calc(50% - 14px) !important;
    max-width: calc(50% - 14px);
  }
}
@media (max-width: 1000px) {
  .pattern-location-grid-four__grid {
    flex-wrap: wrap;
  }
  .pattern-location-grid-four__title {
    font-size: 36px;
  }
  .pattern-location-grid-four__intro {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .pattern-location-grid-four {
    padding: 60px 20px;
  }
  .pattern-location-grid-four__grid > .wp-block-column {
    flex-basis: 100% !important;
    max-width: 100%;
  }
}
/* Pattern: Contact Form Section */
.pattern-contact-form-section {
  background: #F9B217;
  padding: 100px 24px;
  text-align: center;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.pattern-contact-form-section__title {
  font-size: 48px;
  margin-bottom: 40px;
}

.pattern-contact-form-section__card {
  background: #ffffff;
  border-radius: 18px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  text-align: left;
}

/* Gravity Forms Styling */
.pattern-contact-form-section .gform_wrapper {
  margin: 0;
}
.pattern-contact-form-section .gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px;
}
.pattern-contact-form-section .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 195px;
}

.pattern-contact-form-section .gform_fields {
  row-gap: 20px;
}

.pattern-contact-form-section input,
.pattern-contact-form-section textarea,
.pattern-contact-form-section select {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #cfd4da;
}

.pattern-contact-form-section textarea {
  min-height: 140px;
}

.pattern-contact-form-section .gform_footer {
  margin-top: 20px;
}

.pattern-contact-form-section .gform_button {
  width: 100%;
  background: #035639;
  color: #ffffff;
  font-size: 18px;
  padding: 16px;
  border-radius: 10px;
  border: none;
}

.pattern-contact-form-section .gform_button:hover {
  background: #022f1f;
}

@media (max-width: 1000px) {
  .pattern-contact-form-section__title {
    font-size: 36px;
  }
}
@media (max-width: 700px) {
  .pattern-contact-form-section {
    padding: 80px 20px;
  }
  .pattern-contact-form-section__card {
    padding: 28px;
  }
}
/* Pattern: Open Positions CTA */
.pattern-open-positions-cta {
  background: #035639;
  padding: 110px 24px;
  color: #ffffff;
  text-align: center;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.pattern-open-positions-cta__inner {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.pattern-open-positions-cta__title {
  font-size: 56px;
  margin-bottom: 20px;
  color: #ffffff;
}

.pattern-open-positions-cta__description {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 36px;
  color: #e7f0ec;
}
.pattern-open-positions-cta__description a {
  color: white !important;
  text-decoration: underline;
}
.pattern-open-positions-cta__buttons {
  justify-content: center;
}

.pattern-open-positions-cta__button .wp-block-button__link {
  background: #F9B217;
  color: #000000;
  padding: 14px 28px;
  font-size: 16px;
  border-radius: 10px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.pattern-open-positions-cta__button .wp-block-button__link:hover,
.pattern-open-positions-cta__button .wp-block-button__link:focus {
  background: #B91935 !important;
  color: white !important;
}

.pattern-open-positions-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pattern-open-positions-cta__icon svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 700px) {
  .pattern-open-positions-cta {
    padding: 80px 20px;
  }
  .pattern-open-positions-cta__title {
    font-size: 40px;
  }
  .pattern-open-positions-cta__description {
    font-size: 18px;
  }
}
/* Pattern: Open Positions Grid */
.pattern-open-positions-grid {
  padding: 80px 24px;
  background: #efe3c5;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.pattern-open-positions-grid .wp-block-group__inner-container {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}

.pattern-open-positions-grid__count {
  font-size: 16px;
  margin-bottom: 28px;
}

.pattern-open-positions-grid__grid {
  gap: 28px;
  margin-bottom: 28px;
}

.pattern-open-positions-grid__card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.pattern-open-positions-grid__title {
  font-size: 24px;
  margin-bottom: 12px;
}

.pattern-open-positions-grid__description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 18px;
  color: #4c6172;
}

.pattern-open-positions-grid__button .wp-block-button__link {
  background: #F9B217;
  color: #000000;
  padding: 10px 18px;
  font-size: 15px;
  border-radius: 8px;
  border: none;
  font-weight: 700;
}

.pattern-open-positions-grid__button .wp-block-button__link:hover,
.pattern-open-positions-grid__button .wp-block-button__link:focus {
  background: #B91935 !important;
  color: white !important;
}

.pattern-open-positions-grid__meta {
  margin-top: 18px;
  gap: 20px;
}

.pattern-open-positions-grid__meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pattern-open-positions-grid__meta-item svg {
  width: 16px;
  height: 16px;
  color: #035639;
}

.pattern-open-positions-grid__meta-text {
  font-size: 14px;
  color: #4c6172;
}

@media (max-width: 900px) {
  .pattern-open-positions-grid__grid {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .pattern-open-positions-grid {
    padding: 60px 20px;
  }
}
/* Pattern: Our Story Split */
.pattern-our-story {
  padding: 80px 24px;
  padding-top: 100px;
  padding-bottom: 30px;
}

.pattern-our-story__grid {
  align-items: center;
  gap: 48px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.pattern-our-story__image-col {
  position: relative;
}

.pattern-our-story__image-wrap {
  position: relative;
  display: inline-block;
}

/* GREEN BACKGROUND SHAPE */
.pattern-our-story__image-wrap::before {
  content: "";
  position: absolute;
  top: -3%;
  left: 6%;
  width: 95%;
  height: 92%;
  background: #0f5c3a;
  border-radius: 12px;
  z-index: 1;
}

.pattern-our-story__image {
  position: relative;
  z-index: 2;
}

.pattern-our-story__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.pattern-our-story__content-col {
  max-width: 520px;
}

.pattern-our-story__title {
  font-size: 48px;
  color: #0f5c3a;
  margin-bottom: 20px;
}

.pattern-our-story__text {
  font-size: 18px;
  line-height: 1.6;
  color: #4c6172;
  margin-bottom: 16px;
}

/* Tablet */
@media (max-width: 1000px) {
  .pattern-our-story__grid {
    gap: 32px;
  }
  .pattern-our-story__content-col {
    padding-left: 15px;
  }
  .pattern-our-story__title {
    font-size: 36px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .pattern-our-story {
    padding-top: 60px;
  }
  .pattern-our-story__grid {
    flex-direction: column;
  }
  .pattern-our-story__image-wrap {
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .pattern-our-story__content-col {
    padding-left: 0;
    max-width: 100%;
  }
  .pattern-our-story__text {
    font-size: 16px;
  }
  .pattern-our-story__image-col {
    order: 2;
  }
  .pattern-our-story__content-col {
    order: 1;
  }
}
/* Pattern: History Timeline Cards */
.pattern-history-timeline-cards {
  padding: 80px 20px;
  background-color: #FCEFD4;
}
.pattern-history-timeline-cards .team-org-image {
  text-align: center;
  margin-bottom: 40px;
}

.pattern-history-timeline-cards__header {
  margin-bottom: 50px;
}

.pattern-history-timeline-cards__title {
  font-size: 48px;
  line-height: 56px;
  color: #035639;
  margin-bottom: 16px;
}

.pattern-history-timeline-cards__subtitle {
  font-size: 18px;
  color: #1E2939;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.pattern-history-timeline-cards__grid {
  gap: 30px;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  padding-left: 14px;
  padding-right: 14px;
}

.pattern-history-timeline-cards__card {
  background-color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pattern-history-timeline-cards__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.pattern-history-timeline-cards__image {
  overflow: hidden;
  margin-bottom: 0;
}

.pattern-history-timeline-cards__image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Hover effect */
.pattern-history-timeline-cards__card:hover .pattern-history-timeline-cards__image img {
  transform: scale(1.08);
}

.pattern-history-timeline-cards__content {
  padding: 28px;
}

.pattern-history-timeline-cards__year {
  display: inline-block;
  background-color: #035639;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  margin-bottom: 16px;
}

.pattern-history-timeline-cards__card-title {
  font-size: 22px;
  margin-bottom: 12px;
  color: #035639;
}

.pattern-history-timeline-cards__text {
  font-size: 16px;
  color: #364153;
  line-height: 24px;
}

/* Tablet */
@media (max-width: 1024px) {
  .pattern-history-timeline-cards {
    padding: 60px 20px;
  }
  .pattern-history-timeline-cards__title {
    font-size: 36px;
    line-height: 44px;
  }
  .pattern-history-timeline-cards__grid {
    flex-wrap: wrap;
  }
  .pattern-history-timeline-cards__grid > .wp-block-column {
    flex-basis: 100% !important;
  }
}
/* Mobile */
@media (max-width: 640px) {
  .pattern-history-timeline-cards {
    padding: 50px 16px;
    padding-bottom: 1px;
  }
  .pattern-history-timeline-cards__image img {
    height: 180px;
  }
  .pattern-history-timeline-cards__content {
    padding: 22px;
  }
}
/* Pattern: Values Grid */
.pattern-values-grid {
  padding: 80px 20px;
  background-color: #035639;
}

.pattern-values-grid__header {
  margin-bottom: 50px;
}

.pattern-values-grid__title {
  font-size: 48px;
  line-height: 52px;
  color: white;
  margin-bottom: 14px;
}

.pattern-values-grid__subtitle {
  font-size: 18px;
  color: white;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.pattern-values-grid__row {
  gap: 30px;
  margin-bottom: 30px;
  padding-left: 14px;
  padding-right: 14px;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
.pattern-values-grid__row.second-row {
  width: 66%;
}

.pattern-values-grid__card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pattern-values-grid__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.pattern-values-grid__icon {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-bottom: 18px;
}

.pattern-values-grid__icon--green {
  background-color: #035639;
}

.pattern-values-grid__icon--red {
  background-color: #B91935;
}

.pattern-values-grid__icon--yellow {
  background-color: #F9B217;
}

.pattern-values-grid__card-title {
  font-size: 22px;
  margin-bottom: 10px;
  color: #035639;
}

.pattern-values-grid__text {
  font-size: 16px;
  color: #555555;
  line-height: 24px;
}

/* Tablet */
@media (max-width: 1000px) {
  .pattern-values-grid__row > .wp-block-column {
    flex-basis: 100% !important;
  }
  .pattern-values-grid__title {
    font-size: 36px;
    line-height: 42px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .pattern-values-grid {
    padding: 60px 16px;
  }
  .pattern-values-grid__row.second-row {
    width: 100%;
  }
  .pattern-values-grid__card {
    padding: 24px;
  }
}
/* Pattern: Ingredient Standards */
.pattern-ingredient-standards {
  padding: 80px 20px;
  background-color: #FCEFD4;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.pattern-ingredient-standards hr {
  width: 100% !important;
}
.pattern-ingredient-standards .ms-media-icon__media img, .pattern-ingredient-standards .ms-media-icon__media--svg svg {
  max-width: initial;
}

.pattern-ingredient-standards__header {
  margin-bottom: 40px;
}

.pattern-ingredient-standards__title {
  font-size: 42px;
  line-height: 50px;
  color: #035639;
  margin-bottom: 16px;
}

.pattern-ingredient-standards__subtitle {
  font-size: 18px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
}

.pattern-ingredient-standards__card {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.pattern-ingredient-standards__item {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  align-items: start;
}
.pattern-ingredient-standards__item strong {
  color: #035639;
  font-weight: 700;
}

.pattern-ingredient-standards__icon {
  color: #035639;
  margin-top: 2px;
}

.pattern-ingredient-standards__bullets {
  margin-top: 12px;
}

.pattern-ingredient-standards__bullets p {
  margin: 6px 0;
}

.pattern-ingredient-standards__dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #B91935;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.pattern-ingredient-standards__divider {
  margin: 30px 0;
  opacity: 0.2;
}

.pattern-ingredient-standards__footer {
  font-size: 15px;
  color: #444444;
}

/* Tablet */
@media (max-width: 1000px) {
  .pattern-ingredient-standards__card {
    padding: 30px;
  }
  .pattern-ingredient-standards__title {
    font-size: 36px;
    line-height: 42px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .pattern-ingredient-standards {
    padding: 60px 16px;
  }
  .pattern-ingredient-standards__card {
    padding: 24px;
  }
}
/* Pattern: Stats Numbers */
.pattern-stats-numbers {
  padding: 80px 20px;
  background-color: white;
}

.pattern-stats-numbers .wp-block-group__inner-container {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.pattern-stats-numbers__title {
  margin-bottom: 44px;
  font-size: 48px;
  line-height: 1.1;
  color: #035639;
  text-transform: initial;
}

.pattern-stats-numbers__grid {
  gap: 24px;
}

.pattern-stats-numbers__grid > .wp-block-column {
  display: flex;
}

.pattern-stats-numbers__card {
  width: 100%;
  min-height: 220px;
  padding: 36px 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pattern-stats-numbers__card--green {
  background-color: #035639;
}

.pattern-stats-numbers__card--yellow {
  background-color: #F9B217;
}

.pattern-stats-numbers__card--red {
  background-color: #B91935;
}

.pattern-stats-numbers__number {
  margin-bottom: 12px;
  font-size: 54px;
  line-height: 1;
  letter-spacing: -1px;
}

.pattern-stats-numbers__card--green .pattern-stats-numbers__number,
.pattern-stats-numbers__card--red .pattern-stats-numbers__number,
.pattern-stats-numbers__card--green .pattern-stats-numbers__label,
.pattern-stats-numbers__card--red .pattern-stats-numbers__label {
  color: #ffffff;
}

.pattern-stats-numbers__card--yellow .pattern-stats-numbers__number,
.pattern-stats-numbers__card--yellow .pattern-stats-numbers__label {
  color: #000000;
}

.pattern-stats-numbers__label {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.35;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1350px) {
  .pattern-stats-numbers__grid {
    flex-wrap: wrap !important;
    gap: 24px;
  }
  .pattern-stats-numbers__grid > .wp-block-column {
    flex-basis: calc(50% - 12px) !important;
  }
}
@media (max-width: 1000px) {
  .pattern-stats-numbers {
    padding: 64px 20px;
  }
  .pattern-stats-numbers__title {
    font-size: 36px;
    margin-bottom: 36px;
  }
  .pattern-stats-numbers__grid {
    gap: 20px;
  }
  .pattern-stats-numbers__card {
    min-height: 200px;
    padding: 30px 20px;
  }
  .pattern-stats-numbers__number {
    font-size: 46px;
  }
  .pattern-stats-numbers__label {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pattern-stats-numbers {
    padding: 56px 16px;
  }
  .pattern-stats-numbers__grid {
    gap: 16px;
  }
  .pattern-stats-numbers__card {
    min-height: 180px;
    padding: 28px 18px;
  }
  .pattern-stats-numbers__number {
    font-size: 40px;
  }
  .pattern-stats-numbers__label {
    font-size: 18px;
    max-width: 220px;
  }
}
/* Pattern: Learn More Cards */
.pattern-learn-more-cards {
  padding: 80px 20px;
  background-color: #f4f4f4;
}

.pattern-learn-more-cards__header {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}

.pattern-learn-more-cards__title {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 1.1;
  color: #035639;
}

.pattern-learn-more-cards__subtitle {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
  color: #2d3d59;
}

.pattern-learn-more-cards__grid {
  gap: 32px;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.pattern-learn-more-cards__grid > .wp-block-column {
  display: flex;
}

.pattern-learn-more-cards__card {
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pattern-learn-more-cards__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.pattern-learn-more-cards__card--green {
  background-color: #035639;
}

.pattern-learn-more-cards__card--yellow {
  background-color: #F9B217;
}

.pattern-learn-more-cards__card--red {
  background-color: #B91935;
}

.pattern-learn-more-cards__image {
  margin-bottom: 0;
  overflow: hidden;
}

.pattern-learn-more-cards__image img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.pattern-learn-more-cards__card:hover .pattern-learn-more-cards__image img {
  transform: scale(1.08);
}

.pattern-learn-more-cards__content {
  padding: 28px 30px 32px;
}

.pattern-learn-more-cards__card-title {
  margin-bottom: 16px;
  font-size: 34px;
  line-height: 40px;
}

.pattern-learn-more-cards__text {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 26px;
}

.pattern-learn-more-cards__buttons {
  margin-top: auto;
}

.pattern-learn-more-cards__button .wp-block-button__link {
  padding: 16px 24px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  box-shadow: none;
  font-weight: 700;
}

.pattern-learn-more-cards__button--green .wp-block-button__link {
  background-color: #ffffff;
  color: #035639;
}

.pattern-learn-more-cards__button--yellow .wp-block-button__link {
  background-color: #ffffff;
  color: #000000;
}
.pattern-learn-more-cards__button--yellow .wp-block-button__link:hover, .pattern-learn-more-cards__button--yellow .wp-block-button__link:focus {
  background-color: #B91935 !important;
  color: white !important;
}

.pattern-learn-more-cards__button--red .wp-block-button__link {
  background-color: #ffffff;
  color: #B91935;
}

.pattern-learn-more-cards__card--green .pattern-learn-more-cards__card-title,
.pattern-learn-more-cards__card--green .pattern-learn-more-cards__text,
.pattern-learn-more-cards__card--red .pattern-learn-more-cards__card-title,
.pattern-learn-more-cards__card--red .pattern-learn-more-cards__text {
  color: #ffffff;
}

.pattern-learn-more-cards__card--yellow .pattern-learn-more-cards__card-title,
.pattern-learn-more-cards__card--yellow .pattern-learn-more-cards__text {
  color: #000000;
}

@media (max-width: 1200px) {
  .pattern-learn-more-cards__grid {
    flex-wrap: wrap !important;
  }
  .pattern-learn-more-cards__grid > .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
  }
}
@media (max-width: 1000px) {
  .pattern-learn-more-cards {
    padding: 64px 20px;
  }
  .pattern-learn-more-cards__title {
    font-size: 36px;
    line-height: 48px;
  }
  .pattern-learn-more-cards__card-title {
    font-size: 28px;
    line-height: 34px;
  }
  .pattern-learn-more-cards__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  .pattern-learn-more-cards__image img {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .pattern-learn-more-cards {
    padding: 56px 16px;
  }
  .pattern-learn-more-cards__grid {
    gap: 20px;
  }
  .pattern-learn-more-cards__grid > .wp-block-column {
    flex-basis: 100% !important;
  }
  .pattern-learn-more-cards__content {
    padding: 24px 22px 26px;
  }
  .pattern-learn-more-cards__card-title {
    font-size: 26px;
    line-height: 32px;
  }
  .pattern-learn-more-cards__image img {
    height: 210px;
  }
}
/* Pattern: Team Testimonials + CTA */
.pattern-team-testimonials-cta {
  padding: 80px 20px;
  background-color: #035639;
}
.pattern-team-testimonials-cta hr {
  width: 100% !important;
  border: 1px solid #ddd;
}

.pattern-team-testimonials-cta__title {
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 40px;
}

.pattern-team-testimonials-cta__grid {
  gap: 30px;
  margin-bottom: 80px;
  max-width: 1450px;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: auto;
  margin-right: auto;
}

.pattern-team-testimonials-cta__card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 14px;
  height: 100%;
}

.pattern-team-testimonials-cta__quote {
  color: #F9B217;
  margin-bottom: 14px;
}

.pattern-team-testimonials-cta__text {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
}

.pattern-team-testimonials-cta__divider {
  margin: 20px 0;
  opacity: 0.2;
}

.pattern-team-testimonials-cta__name {
  font-size: 16px;
  margin-bottom: 5px;
  font-family: "Open Sans";
}

.pattern-team-testimonials-cta__role {
  font-size: 14px;
  color: #555555;
  margin-bottom: 0;
}

.pattern-team-testimonials-cta__tenure {
  font-size: 13px;
  color: #035639;
}

.pattern-team-testimonials-cta__cta {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.pattern-team-testimonials-cta__cta-title {
  color: #ffffff;
  font-size: 42px;
  margin-bottom: 12px;
}

.pattern-team-testimonials-cta__cta-text {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 24px;
}

.pattern-team-testimonials-cta__button .wp-block-button__link {
  background-color: #F9B217;
  color: #000000;
  padding: 14px 24px;
  border-radius: 10px;
  font-weight: 700;
}
.pattern-team-testimonials-cta__button .wp-block-button__link:hover, .pattern-team-testimonials-cta__button .wp-block-button__link:focus {
  background-color: #B91935 !important;
  color: white !important;
}

/* Tablet */
@media (max-width: 1000px) {
  .pattern-team-testimonials-cta__grid {
    flex-wrap: wrap !important;
  }
  .pattern-team-testimonials-cta__grid > .wp-block-column {
    flex-basis: 100% !important;
  }
  .pattern-team-testimonials-cta__title {
    font-size: 36px;
  }
  .pattern-team-testimonials-cta__cta-title {
    font-size: 36px;
  }
}
/* Mobile */
@media (max-width: 640px) {
  .pattern-team-testimonials-cta__cta-title {
    font-size: 29px;
  }
  .pattern-team-testimonials-cta__cta-text {
    font-size: 16px;
  }
  .pattern-team-testimonials-cta__cta .wp-block-buttons > .wp-block-button {
    display: block;
    width: 100%;
  }
  .pattern-team-testimonials-cta__cta .wp-block-buttons > .wp-block-button * {
    display: block;
    width: 100%;
  }
}
.pattern__social-feed {
  background-color: #FCEFD4;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.pattern__social-embed {
  background-color: white;
  max-width: 1200px;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 25px;
}

.site-footer {
  background-color: #101828;
  color: #D1D5DC;
  padding-top: 80px;
}
@media (max-width: 1000px) {
  .site-footer {
    padding-top: 5%;
  }
}
.site-footer a,
.site-footer p {
  color: #D1D5DC;
}
.site-footer .footer-widgets {
  padding-top: 0 !important;
}
.site-footer .footer-widgets .footer-column {
  width: 20%;
  margin: 0;
  padding-top: 0;
  padding-right: 4%;
}
@media (min-width: 1001px) {
  .site-footer .footer-widgets .footer-column.logo-column {
    width: 40%;
    max-width: 100% !important;
  }
  .site-footer .footer-widgets .footer-column.logo-column section {
    max-width: 400px;
  }
}
@media (max-width: 1000px) {
  .site-footer .footer-widgets .footer-column {
    width: 100%;
    padding-right: 0;
    text-align: center;
    border-top: 1px solid #1E2939;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.site-footer .footer-widgets .footer-column .widget-title {
  color: white;
  font-weight: 700;
  font-size: 18px;
}
.site-footer .footer-widgets .footer-column a:hover, .site-footer .footer-widgets .footer-column a:focus {
  color: white;
}
.site-footer .footer-widgets .footer-column.logo-column {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
.site-footer .footer-widgets .footer-column.logo-column .wp-block-group a {
  border-radius: 999px;
  background-color: #1E2939;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
}
@media (max-width: 1000px) {
  .site-footer .footer-widgets .footer-column.logo-column .wp-block-group {
    justify-content: center;
  }
}
.site-footer .footer-widgets .footer-column.logo-column section + section {
  margin-top: 25px;
}
@media (max-width: 1000px) {
  .site-footer .footer-widgets .footer-column.logo-column {
    float: none;
    display: block;
  }
}
.site-footer .footer-widgets + .footer-bottom {
  border-top: 1px solid #1E2939;
}
.site-footer .footer-bottom {
  display: flex;
  align-items: start;
}
@media (max-width: 1000px) {
  .site-footer .footer-bottom {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1000px) {
  .site-footer .footer-bottom .footer-tagline,
.site-footer .footer-bottom .footer-navigation {
    width: 100%;
    text-align: center;
  }
}
.site-footer .footer-bottom a:hover, .site-footer .footer-bottom a:focus {
  color: white;
}
.site-footer .footer-bottom .footer-navigation {
  margin-left: auto;
}
@media (max-width: 1000px) {
  .site-footer .footer-bottom .footer-navigation ul li {
    display: block;
    padding-bottom: 8px;
    margin-right: 0;
  }
}
@media (max-width: 1000px) {
  .site-footer .footer-bottom .footer-navigation ul li a {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
# WP Admin Bar
--------------------------------------------------------------*/
#wpadminbar #wp-admin-bar-current-template > .ab-item:before {
  content: "\f499";
  top: 2px;
}

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