/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 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);
  }
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 110, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 151, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 230, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 285, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 354, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 415, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 488, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 569, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 662, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 723, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 822, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 905, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 986, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1067, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1148, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1193, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1240, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1273, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1351, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 1376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1409, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1442, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1475, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1508, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1541, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1574, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1607, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1640, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 1665, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1694, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1723, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1752, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1781, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1810, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1839, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1868, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1897, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 1992, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2065, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2138, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2183, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2230, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2287, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2318, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2361, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2402, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2443, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2484, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2525, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2562, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2599, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2636, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2673, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2710, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2787, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2846, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2881, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2912, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2941, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2982, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3023, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3064, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3105, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 3142, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3187, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 3224, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 3261, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3337, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3368, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3399, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3430, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3461, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3492, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3523, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3554, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 3559, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 3566, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 3571, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/* line 3576, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* line 3581, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/* line 3586, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

/* line 3591, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

/* line 3596, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

/* line 3601, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

/* line 3606, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 3611, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  /* line 3617, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.items-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.main-transition, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
i {
  font-style: normal;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.search_icon:before {
  content: '\f002';
  font-family: "Font Awesome 6 Pro";
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.check_icon:before {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.edit_icon:before {
  content: '\f044';
  font-family: "Font Awesome 6 Pro";
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.view_icon:before {
  content: '\f06e';
  font-family: "Font Awesome 6 Pro";
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.pending_icon:before {
  content: '\f291';
  font-family: "Font Awesome 6 Pro";
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.remove_icon:before {
  content: '\f2ed';
  font-family: "Font Awesome 6 Pro";
}

/* line 50, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.right_icon:before {
  content: '\f054';
  font-family: "Font Awesome 6 Pro";
}

/* line 57, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.left_icon:before {
  content: '\f053';
  font-family: "Font Awesome 6 Pro";
}

/* line 64, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.up_icon:before {
  content: '\f077';
  font-family: "Font Awesome 6 Pro";
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.down_icon:before {
  content: '\f078';
  font-family: "Font Awesome 6 Pro";
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 85, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.store_icon:before {
  content: '\f54e';
  font-family: "Font Awesome 6 Pro";
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.bullet_icon:before {
  content: '\f111';
  font-family: "Font Awesome 6 Pro";
}

/* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.checked_icon:before {
  content: '\f058';
  font-family: "Font Awesome 6 Pro";
}

/* line 106, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.products_icon:before {
  content: "\f009";
  font-family: "Font Awesome 6 Pro";
}

/* line 113, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.cart_icon:before {
  content: '\f07a';
  font-family: "Font Awesome 6 Pro";
}

/* line 120, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.account_icon:before {
  content: '\f007';
  font-family: "Font Awesome 6 Pro";
}

/* line 127, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.logout_icon:before {
  content: '\f08b';
  font-family: "Font Awesome 6 Pro";
}

/* line 134, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.close_icon:before {
  content: '\f00d';
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/* line 142, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.menu_icon:before {
  content: '\f0c9';
  font-family: "Font Awesome 6 Pro";
}

/* line 149, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.payment_icon:before {
  content: '\f543';
  font-family: "Font Awesome 6 Pro";
}

/* line 156, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.orders_icon:before {
  content: "\f00b";
  font-family: "Font Awesome 6 Pro";
}

/* line 163, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.addresses_icon:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
}

/* line 170, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.protected-icon:before {
  content: "\f023";
  font-family: "Font Awesome 6 Pro";
}

/* line 177, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.delivery-icon:before {
  content: "\f0d1";
  font-family: "Font Awesome 6 Pro";
}

/* line 184, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.pickup-icon:before {
  content: "\f290";
  font-family: "Font Awesome 6 Pro";
}

/* line 191, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.exclamation_icon:before {
  content: "\f321";
  font-family: "Font Awesome 6 Pro";
}

/* line 198, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.filter_icon:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
}

/* line 205, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.filter_icon_filled:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 213, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.filter_icon_checkbox:before {
  content: "\f45c";
  font-family: "Font Awesome 6 Pro";
}

/* line 220, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.filter_icon_checkbox_filled:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 228, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_left:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
}

/* line 236, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_right:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 243, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_down:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 250, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_down_after:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 257, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_up:before {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
}

/* line 264, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_plus:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 271, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_minus:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 278, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_name:before {
  content: "\f47f";
  font-family: "Font Awesome 6 Pro";
}

/* line 285, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_email:before {
  content: "\f199";
  font-family: "Font Awesome 6 Pro";
}

/* line 292, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_phone:before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
}

/* line 299, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_smartphone:before {
  content: "\f10b";
  font-family: "Font Awesome 6 Pro";
}

/* line 306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_link:before {
  content: "\f0c1";
  font-family: "Font Awesome 6 Pro";
}

/* line 313, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_text:before {
  content: "\f02d";
  font-family: "Font Awesome 6 Pro";
}

/* line 320, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_upload:before {
  content: "\f0ee";
  font-family: "Font Awesome 6 Pro";
}

/* line 327, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_camera:before {
  content: "\f030";
  font-family: "Font Awesome 6 Pro";
}

/* line 334, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_identity:before {
  content: "\f5ab";
  font-family: "Font Awesome 6 Pro";
}

/* line 341, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.plus_icon:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 348, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.minus_icon:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 355, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.zoom_in_icon:before {
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
}

/* line 362, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.zoom_out_icon:before {
  content: "\f010";
  font-family: "Font Awesome 6 Pro";
}

/* line 369, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_right_after:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
.account-wrapper {
  padding: 50px 0px;
  min-height: 80vh;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
.account-wrapper .sidebar {
  flex: 1;
  background: #ffffff;
  padding: 30px;
}

/* line 10, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
.account-wrapper .sidebar .sidebar-element {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  cursor: pointer;
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
.account-wrapper .sidebar .sidebar-element.active {
  font-weight: bold;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
.account-wrapper .sidebar .sidebar-element.delete {
  margin-top: 20px;
  padding: 20px 0px 10px 0px;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
.account-wrapper .main-content {
  flex: 4;
  padding: 0px 30px;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
.account-wrapper .main-content .account.profile .avatar-wrapper .avatar img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
.account-wrapper .main-content .account.profile .avatar-wrapper .avatar i {
  font-size: 75px;
}

/* line 40, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
.account-wrapper .main-content .account.profile .avatar-wrapper .actions {
  margin-left: 50px;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
.account-wrapper .main-content .account.profile .avatar-wrapper .actions .button {
  margin: 0px 10px;
}

/* line 47, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
.account-wrapper .main-content .account.profile .fields-wrapper {
  margin-top: 30px;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
.account-wrapper .main-content .account.profile .fields-wrapper label {
  font-size: 14px;
  font-weight: 600;
}

/* line 53, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
.account-wrapper .main-content .account.profile .fields-wrapper .field {
  margin-bottom: 20px;
}

/* line 59, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
.account-wrapper .main-content .delete-box {
  background: #ffffff;
  width: 350px;
}

/* line 62, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
.account-wrapper .main-content .delete-box .image-wrapper {
  height: 200px;
  width: 100%;
}

/* line 65, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
.account-wrapper .main-content .delete-box .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
.account-wrapper .main-content .delete-box .notice-wrapper {
  padding: 20px;
}

/* line 73, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
.account-wrapper .main-content .delete-box .notice-wrapper h2 {
  font-weight: 600;
}

@media only screen and (max-width: 660px) {
  /* line 82, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
  .account-wrapper {
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 87, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
  .account-wrapper .sidebar {
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    overflow-x: auto;
    flex: initial;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
  .account-wrapper .sidebar .sidebar-element {
    padding: 10px;
    flex: 1;
    min-width: 100px;
    text-align: center;
  }
  /* line 100, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
  .account-wrapper .sidebar .sidebar-element.delete {
    border-top: 0px solid transparent !important;
    margin-top: 0px;
    margin: 0;
    padding: 10px 0px;
  }
  /* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/account/index.scss */
  .account-wrapper .main-content {
    padding: 0px;
    margin-top: 30px;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-box, .blog_list .masonry .blog_item .title, .blog_list .list_small .blog_item .blog-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.items-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-column, .blog_list .list_small .blog_item .blog-details-wrapper {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.main-transition, .blog_list .masonry .image_link:hover > .title, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list {
  position: relative;
  padding: 40px 0px 100px 0px;
}

/* line 10, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .blog_list_items .blog_item {
  width: 100%;
  padding: 20px 15px;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

/* line 20, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .grid {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
}

/* line 25, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .grid .blog_item {
  background: #ffffff;
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .list_large {
  margin: 0;
  padding: 0;
}

/* line 35, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .list_large .blog_item {
  background: #ffffff;
  margin-bottom: 30px;
  width: 100%;
}

/* line 44, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .list_small {
  margin: 0;
  padding: 0;
}

/* line 47, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .list_small .blog_item {
  -o-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 30px;
  width: 100%;
  background: #ffffff;
}

/* line 55, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .list_small .blog_item .image-wrapper, .blog_list .list_small .blog_item .blog-details-wrapper {
  width: 100%;
}

/* line 67, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry {
  columns: 6 200px;
  column-gap: 1rem;
  padding: 0px 15px;
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item {
  width: 150px;
  margin: 0 1rem 1rem 0 !important;
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item .title {
  padding: 0px 10px;
  height: 100%;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(1) {
  height: 129px;
  line-height: 129px;
}

/* line 95, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(2) {
  height: 123px;
  line-height: 123px;
}

/* line 100, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(3) {
  height: 168px;
  line-height: 168px;
}

/* line 105, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(4) {
  height: 156px;
  line-height: 156px;
}

/* line 110, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(5) {
  height: 121px;
  line-height: 121px;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(6) {
  height: 426px;
  line-height: 426px;
}

/* line 120, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(7) {
  height: 343px;
  line-height: 343px;
}

/* line 125, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(8) {
  height: 103px;
  line-height: 103px;
}

/* line 130, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(9) {
  height: 463px;
  line-height: 463px;
}

/* line 135, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(10) {
  height: 191px;
  line-height: 191px;
}

/* line 140, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(11) {
  height: 173px;
  line-height: 173px;
}

/* line 145, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(12) {
  height: 494px;
  line-height: 494px;
}

/* line 150, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(13) {
  height: 289px;
  line-height: 289px;
}

/* line 155, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(14) {
  height: 386px;
  line-height: 386px;
}

/* line 160, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(15) {
  height: 459px;
  line-height: 459px;
}

/* line 165, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(16) {
  height: 284px;
  line-height: 284px;
}

/* line 170, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(17) {
  height: 324px;
  line-height: 324px;
}

/* line 175, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(18) {
  height: 454px;
  line-height: 454px;
}

/* line 180, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(19) {
  height: 311px;
  line-height: 311px;
}

/* line 185, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(20) {
  height: 169px;
  line-height: 169px;
}

/* line 190, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(21) {
  height: 114px;
  line-height: 114px;
}

/* line 195, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(22) {
  height: 472px;
  line-height: 472px;
}

/* line 200, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(23) {
  height: 291px;
  line-height: 291px;
}

/* line 205, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(24) {
  height: 128px;
  line-height: 128px;
}

/* line 210, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(25) {
  height: 202px;
  line-height: 202px;
}

/* line 215, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(26) {
  height: 339px;
  line-height: 339px;
}

/* line 220, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(27) {
  height: 192px;
  line-height: 192px;
}

/* line 225, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(28) {
  height: 287px;
  line-height: 287px;
}

/* line 230, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(29) {
  height: 319px;
  line-height: 319px;
}

/* line 235, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(30) {
  height: 130px;
  line-height: 130px;
}

/* line 240, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(31) {
  height: 500px;
  line-height: 500px;
}

/* line 245, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(32) {
  height: 164px;
  line-height: 164px;
}

/* line 250, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(33) {
  height: 441px;
  line-height: 441px;
}

/* line 255, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(34) {
  height: 141px;
  line-height: 141px;
}

/* line 260, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(35) {
  height: 365px;
  line-height: 365px;
}

/* line 265, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
.blog_list .masonry .blog_item:nth-child(36) {
  height: 155px;
  line-height: 155px;
}

@media screen and (min-width: 600px) {
  /* line 274, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
  .blog_list .grid .blog_item {
    width: calc(90% / 2);
    margin-right: calc(10% / 2);
  }
  /* line 280, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
  .blog_list .list_small .blog_item {
    -o-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 289, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
  .blog_list .list_small .blog_item .image-wrapper, .blog_list .list_small .blog_item .blog-details-wrapper {
    width: 50%;
    padding: 0px 10px;
  }
  /* line 297, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
  .blog_list .masonry .blog_item .title {
    visibility: hidden;
    opacity: 0;
  }
  /* line 302, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
  .blog_list .masonry .image_link:hover > .title,
.blog_list .masonry .image_link:focus-within > .title {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (min-width: 728px) {
  /* line 314, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
  .blog_list .categories-list-wrapper .grid .blog_item {
    width: calc(90% / 2);
    margin-right: calc(10% / 2);
  }
  /* line 320, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
  .blog_list .grid .blog_item {
    width: calc(90% / 3);
    margin-right: calc(10% / 3);
  }
}

@media screen and (min-width: 900px) {
  /* line 331, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
  .blog_list .categories-list-wrapper .grid .blog_item {
    width: calc(90% / 3);
    margin-right: calc(10% / 3);
  }
  /* line 337, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/Index.scss */
  .blog_list .grid .blog_item {
    width: calc(90% / 4);
    margin-right: calc(10% / 4);
  }
}
/* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_details.scss */
.blog_item .title {
  display: block;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_details.scss */
.blog_item .category .categories-list {
  margin: 0;
  padding: 0;
}

/* line 9, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_details.scss */
.blog_item .category .categories-list .categories-list-item {
  margin-right: 4px;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_details.scss */
.blog_item .category .categories-list .categories-list-item:last-child {
  margin-right: 0;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_details.scss */
.blog_item .meta {
  margin-bottom: 10px;
}

/* line 20, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_details.scss */
.blog_item .excerpt {
  margin-bottom: 20px;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_details.scss */
.blog_item .excerpt p {
  margin: 0;
  padding: 0;
  display: inline-block;
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_details.scss */
.blog_item .excerpt ul, .blog_item .excerpt li, .blog_item .excerpt ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

/* line 33, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_details.scss */
.blog_item .excerpt a {
  text-decoration: none;
  display: inline-block;
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_details.scss */
.blog_item .excerpt img, .blog_item .excerpt video, .blog_item .excerpt iframe {
  display: none;
}

/* line 41, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_details.scss */
.blog_item a {
  display: block;
}
/* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_image.scss */
.blog_item .image {
  margin-bottom: 10px;
  width: 100%;
  height: 150px;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_image.scss */
.blog_item .image .image_link {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

/* line 19, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_image.scss */
.blog_list .list_large .image, .blog_list .list_small .image {
  height: 200px;
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_image.scss */
.blog_list .masonry .blog_item {
  padding: 0;
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_image.scss */
.blog_list .masonry .blog_item .image-wrapper {
  height: 100%;
}

/* line 31, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_image.scss */
.blog_list .masonry .blog_item .image-wrapper .image_link {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 600px) {
  /* line 46, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_image.scss */
  .blog_list .list_large .image {
    height: 250px;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.items-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.main-transition, .blog-show .go-back-action:hover, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.box-shadow, .blog-show .go-back-action:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .go-back-action {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  background: #ffffff;
  font-size: 15px;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .category .categories-list-item {
  margin-right: 5px;
}

/* line 35, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .blog-content .description img {
  width: 100%;
  height: 100%;
}

/* line 39, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .blog-content .description ul {
  list-style-type: disc !important;
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .blog-content .categories-list-item {
  font-size: 13px;
}

/* line 47, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .modern {
  padding-bottom: 20px;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .modern .go-back-action {
  top: 30px;
  left: 30px;
}

/* line 53, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .modern .image-gallery-slides {
  height: 300px;
}

/* line 56, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .modern .image-wrapper {
  height: 100%;
  padding: 15px;
}

/* line 59, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .modern .image-wrapper .image-gallery-image {
  height: 300px;
  object-fit: cover;
}

/* line 65, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .boxed, .blog-show .boxed_no_image {
  margin: 0 auto !important;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  margin-bottom: 100px !important;
  margin-top: 40px !important;
  background: #ffffff;
  padding: 0px !important;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .boxed .image-gallery-slides, .blog-show .boxed_no_image .image-gallery-slides {
  height: 400px;
}

/* line 75, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .boxed .image-wrapper, .blog-show .boxed_no_image .image-wrapper {
  height: 100%;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .boxed .image-wrapper .image-gallery-image, .blog-show .boxed_no_image .image-wrapper .image-gallery-image {
  height: 400px;
  object-fit: cover;
}

/* line 82, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .boxed .blog-content, .blog-show .boxed_no_image .blog-content {
  padding: 30px 40px;
}

/* line 86, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .wide {
  padding: 0px;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 40px;
}

/* line 91, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .wide .image-gallery-slides {
  height: 100vh;
}

/* line 94, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .wide .image-wrapper {
  padding: 0px 20px;
  height: 100%;
}

/* line 97, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .wide .image-wrapper .image-gallery-image {
  min-height: 100vh;
  object-fit: cover;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .wide .blog-content {
  width: 100%;
  padding: 20px 30px;
}

/* line 107, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .full_width {
  width: 100%;
}

/* line 109, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .full_width .image-gallery-slides {
  height: 300px;
}

/* line 112, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .full_width .image-wrapper {
  height: 100%;
}

/* line 114, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .full_width .image-wrapper .image-gallery-image {
  height: 300px;
  object-fit: cover;
}

/* line 119, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .full_width .blog-content {
  padding: 20px 15px;
}

/* line 123, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .artistic {
  text-align: center;
  padding: 40px 5%;
}

/* line 126, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .artistic .image-gallery-slides {
  height: 400px;
}

/* line 129, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .artistic .image-wrapper {
  height: 100%;
  margin: 30px 0px;
}

/* line 132, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .artistic .image-wrapper .image-gallery-image {
  height: 400px;
  object-fit: cover;
}

/* line 137, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .artistic .description {
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

/* line 144, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .parallax {
  padding: 0px 0px 20px 0px;
}

/* line 146, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .parallax .image-wrapper {
  height: 100%;
  margin-bottom: 20px;
}

/* line 149, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show .parallax .image-wrapper .image-gallery-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: 350px;
}

/* line 158, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show.sidebar {
  margin: 0 auto;
  padding: 20px 0px;
}

/* line 161, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show.sidebar .image-gallery-slides {
  height: 300px;
}

/* line 164, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show.sidebar .image-wrapper {
  height: 100%;
  margin-bottom: 20px;
}

/* line 167, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show.sidebar .image-wrapper .image-gallery-image {
  height: 300px;
  object-fit: cover;
}

/* line 172, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show.sidebar .categories-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 180, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.blog-show.sidebar .categories-list-wrapper .post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0px 15px;
}

/* line 194, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.similar-posts-wrapper {
  margin-top: 30px;
}

/* line 196, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.similar-posts-wrapper.wide, .similar-posts-wrapper.full_width {
  padding: 0px 15px;
}

/* line 198, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
.similar-posts-wrapper.wide .blog_list, .similar-posts-wrapper.full_width .blog_list {
  width: 100% !important;
}

@media screen and (min-width: 600px) {
  /* line 206, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
  .blog-show .wide {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  /* line 210, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
  .blog-show .wide .image-gallery-slides {
    height: 100vh;
  }
  /* line 213, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
  .blog-show .wide .image-wrapper {
    width: 50%;
    padding: 0px;
    min-height: 100vh;
  }
  /* line 217, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
  .blog-show .wide .image-wrapper .image {
    min-height: 100%;
  }
  /* line 221, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
  .blog-show .wide .blog-content {
    width: 50%;
    padding: 0px 20px 30px 20px;
  }
}

@media screen and (min-width: 768px) {
  /* line 231, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
  .blog-show .artistic {
    padding: 40px 10%;
  }
}

@media screen and (min-width: 992px) {
  /* line 239, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
  .blog-show .artistic {
    padding: 40px 10%;
  }
}

@media screen and (min-width: 1200px) {
  /* line 247, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/blog_show.scss */
  .blog-show .artistic {
    padding: 40px 20%;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-box, .categories-list-wrapper .categories_wrapper .categories-list .categories-list-item a, .categories-list-wrapper .categories_wrapper.mobile .sidebar-container .close_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.items-center, .categories-list-wrapper .categories_wrapper .categories-list .categories-list-item a, .categories-list-wrapper .categories_wrapper.mobile .sidebar-container .close_icon {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.content-center, .categories-list-wrapper .categories_wrapper.mobile .sidebar-container .close_icon {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.main-transition, .categories-list-wrapper .categories_wrapper .categories-list .categories-list-item a:hover, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
i {
  font-style: normal;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.search_icon:before {
  content: '\f002';
  font-family: "Font Awesome 6 Pro";
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.check_icon:before {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.edit_icon:before {
  content: '\f044';
  font-family: "Font Awesome 6 Pro";
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.view_icon:before {
  content: '\f06e';
  font-family: "Font Awesome 6 Pro";
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.pending_icon:before {
  content: '\f291';
  font-family: "Font Awesome 6 Pro";
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.remove_icon:before {
  content: '\f2ed';
  font-family: "Font Awesome 6 Pro";
}

/* line 50, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.right_icon:before {
  content: '\f054';
  font-family: "Font Awesome 6 Pro";
}

/* line 57, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.left_icon:before {
  content: '\f053';
  font-family: "Font Awesome 6 Pro";
}

/* line 64, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.up_icon:before {
  content: '\f077';
  font-family: "Font Awesome 6 Pro";
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.down_icon:before {
  content: '\f078';
  font-family: "Font Awesome 6 Pro";
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.toggle_icon:before, .toggle-mobile-sidebar-wrapper .toggle-button:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 85, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.store_icon:before {
  content: '\f54e';
  font-family: "Font Awesome 6 Pro";
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.bullet_icon:before {
  content: '\f111';
  font-family: "Font Awesome 6 Pro";
}

/* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.checked_icon:before {
  content: '\f058';
  font-family: "Font Awesome 6 Pro";
}

/* line 106, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.products_icon:before {
  content: "\f009";
  font-family: "Font Awesome 6 Pro";
}

/* line 113, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.cart_icon:before {
  content: '\f07a';
  font-family: "Font Awesome 6 Pro";
}

/* line 120, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.account_icon:before {
  content: '\f007';
  font-family: "Font Awesome 6 Pro";
}

/* line 127, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.logout_icon:before {
  content: '\f08b';
  font-family: "Font Awesome 6 Pro";
}

/* line 134, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.close_icon:before {
  content: '\f00d';
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/* line 142, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.menu_icon:before {
  content: '\f0c9';
  font-family: "Font Awesome 6 Pro";
}

/* line 149, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.payment_icon:before {
  content: '\f543';
  font-family: "Font Awesome 6 Pro";
}

/* line 156, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.orders_icon:before {
  content: "\f00b";
  font-family: "Font Awesome 6 Pro";
}

/* line 163, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.addresses_icon:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
}

/* line 170, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.protected-icon:before {
  content: "\f023";
  font-family: "Font Awesome 6 Pro";
}

/* line 177, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.delivery-icon:before {
  content: "\f0d1";
  font-family: "Font Awesome 6 Pro";
}

/* line 184, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.pickup-icon:before {
  content: "\f290";
  font-family: "Font Awesome 6 Pro";
}

/* line 191, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.exclamation_icon:before {
  content: "\f321";
  font-family: "Font Awesome 6 Pro";
}

/* line 198, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.filter_icon:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
}

/* line 205, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.filter_icon_filled:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 213, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.filter_icon_checkbox:before {
  content: "\f45c";
  font-family: "Font Awesome 6 Pro";
}

/* line 220, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.filter_icon_checkbox_filled:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 228, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.chevron_icon_left:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
}

/* line 236, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.chevron_icon_right:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 243, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.chevron_icon_down:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 250, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.chevron_icon_down_after:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 257, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.chevron_icon_up:before {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
}

/* line 264, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.icon_plus:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 271, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.icon_minus:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 278, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.icon_name:before {
  content: "\f47f";
  font-family: "Font Awesome 6 Pro";
}

/* line 285, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.icon_email:before {
  content: "\f199";
  font-family: "Font Awesome 6 Pro";
}

/* line 292, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.icon_phone:before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
}

/* line 299, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.icon_smartphone:before {
  content: "\f10b";
  font-family: "Font Awesome 6 Pro";
}

/* line 306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.icon_link:before {
  content: "\f0c1";
  font-family: "Font Awesome 6 Pro";
}

/* line 313, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.icon_text:before {
  content: "\f02d";
  font-family: "Font Awesome 6 Pro";
}

/* line 320, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.icon_upload:before {
  content: "\f0ee";
  font-family: "Font Awesome 6 Pro";
}

/* line 327, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.icon_camera:before {
  content: "\f030";
  font-family: "Font Awesome 6 Pro";
}

/* line 334, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.icon_identity:before {
  content: "\f5ab";
  font-family: "Font Awesome 6 Pro";
}

/* line 341, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.plus_icon:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 348, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.minus_icon:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 355, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.zoom_in_icon:before {
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
}

/* line 362, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.zoom_out_icon:before {
  content: "\f010";
  font-family: "Font Awesome 6 Pro";
}

/* line 369, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.chevron_icon_right_after:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/../theme_options/icons.scss */
.toggle_icon:before, .toggle-mobile-sidebar-wrapper .toggle-button:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/sidebar_toggle.scss */
.toggle-mobile-sidebar-wrapper {
  position: fixed;
  bottom: 30px;
  left: 0px;
  width: 100%;
  z-index: 5;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/sidebar_toggle.scss */
.toggle-mobile-sidebar-wrapper .toggle-button {
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 700;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/sidebar_toggle.scss */
.toggle-mobile-sidebar-wrapper .toggle-button:before {
  margin-right: 10px;
}

/* line 25, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/sidebar_toggle.scss */
.blog_list .categories-list-wrapper .list, .blog_list .categories-list-wrapper .post-wrapper,
.blog-show .categories-list-wrapper .list,
.blog-show .categories-list-wrapper .post-wrapper {
  width: 100%;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/sidebar_toggle.scss */
.categories-list-wrapper {
  padding: 10px 0px 0px 0px;
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/sidebar_toggle.scss */
.categories-list-wrapper .categories_wrapper {
  width: 60%;
}

/* line 34, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/sidebar_toggle.scss */
.categories-list-wrapper .categories_wrapper .header {
  font-size: 15px;
  font-weight: 700;
  padding: 20px 15px;
}

/* line 39, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/sidebar_toggle.scss */
.categories-list-wrapper .categories_wrapper.mobile {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1000 !important;
  padding-right: 0px !important;
  flex: auto !important;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/sidebar_toggle.scss */
.categories-list-wrapper .categories_wrapper.mobile .sidebar-container {
  overflow-y: scroll;
  background: #ffffff;
  padding: 40px 20px;
  width: 100%;
  height: 100%;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/sidebar_toggle.scss */
.categories-list-wrapper .categories_wrapper.mobile .sidebar-container .close_icon {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 80px;
  height: 60px;
}

/* line 63, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/sidebar_toggle.scss */
.categories-list-wrapper .categories_wrapper.mobile .sidebar-container .close_icon:before {
  font-size: 30px;
}

/* line 69, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/sidebar_toggle.scss */
.categories-list-wrapper .categories_wrapper.closed {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: -10000px;
}

/* line 75, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/sidebar_toggle.scss */
.categories-list-wrapper .categories_wrapper .categories-list {
  margin: 0;
  padding: 0;
}

/* line 79, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/sidebar_toggle.scss */
.categories-list-wrapper .categories_wrapper .categories-list .categories-list-item a {
  font-size: 13px;
  padding: 10px 15px;
  width: 100%;
}

@media screen and (min-width: 670px) {
  /* line 97, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/sidebar_toggle.scss */
  .blog_list .categories-list-wrapper.left_sidebar,
.blog-show .categories-list-wrapper.left_sidebar {
    margin-left: 0px;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/sidebar_toggle.scss */
  .blog_list .categories-list-wrapper .categories_wrapper,
.blog-show .categories-list-wrapper .categories_wrapper {
    width: 20%;
  }
  /* line 106, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/sidebar_toggle.scss */
  .blog_list .categories-list-wrapper .list, .blog_list .categories-list-wrapper .post-wrapper,
.blog-show .categories-list-wrapper .list,
.blog-show .categories-list-wrapper .post-wrapper {
    width: 78%;
  }
  /* line 109, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/sidebar_toggle.scss */
  .blog_list .categories-list-wrapper .post-wrapper,
.blog-show .categories-list-wrapper .post-wrapper {
    margin-left: 2%;
  }
  /* line 113, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/sidebar_toggle.scss */
  .blog_list .categories-list-wrapper.left_sidebar .categories_wrapper,
.blog-show .categories-list-wrapper.left_sidebar .categories_wrapper {
    margin-right: 2%;
  }
  /* line 118, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/blog/sidebar_toggle.scss */
  .blog_list .categories-list-wrapper.right_sidebar .categories_wrapper,
.blog-show .categories-list-wrapper.right_sidebar .categories_wrapper {
    margin-left: 2%;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.flex-box, .accordions-list .accordion-item .accordion-title:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.items-center, .accordions-list .accordion-item .accordion-title:before {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.content-center, .accordions-list .accordion-item .accordion-title:before {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.main-transition, .accordions-list .accordion-item.selected .accordion-content, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/accordion.scss */
.accordions-list .accordion-item .accordion-title {
  position: relative;
  padding: 15px 25px;
  font-weight: bold;
}

/* line 10, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/accordion.scss */
.accordions-list .accordion-item .accordion-title:before {
  position: absolute;
  left: 0px;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/accordion.scss */
.accordions-list .accordion-item .accordion-content {
  visibility: hidden;
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  padding: 0px 25px;
}

/* line 26, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/accordion.scss */
.accordions-list .accordion-item.selected .accordion-content {
  max-height: initial;
  visibility: visible;
  opacity: 1;
}
/* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/contact_form.scss */
.builder-contact-form .field {
  margin: 20px 0px;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/contact_form.scss */
.builder-contact-form .field .label {
  font-weight: 700;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/contact_form.scss */
.builder-contact-form .button-wrapper {
  margin-top: 20px;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/contact_form.scss */
.builder-contact-form .drop-down-select-wrapper {
  position: relative;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/contact_form.scss */
.builder-contact-form .drop-down-select-wrapper .drop-down-select-title {
  position: relative;
  z-index: 2;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/contact_form.scss */
.builder-contact-form .drop-down-select-wrapper .selected-option {
  padding: 10px 0px;
}

/* line 20, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/contact_form.scss */
.builder-contact-form .drop-down-select-wrapper .drop-down-select-opener {
  position: absolute;
  left: 0px;
}

/* line 23, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/contact_form.scss */
.builder-contact-form .drop-down-select-wrapper .drop-down-select-opener .drop-down-select-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 33, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/contact_form.scss */
.builder-contact-form .drop-down-select-wrapper .drop-down-select-opener .drop-down-select-options {
  position: absolute;
  top: 100%;
  z-index: 2;
  background: #ffffff;
  padding: 10px;
  border: 1px solid #eeeeee;
  min-width: 150px;
}

/* line 41, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/contact_form.scss */
.builder-contact-form .drop-down-select-wrapper .drop-down-select-opener .drop-down-select-options .drop-down-select-option {
  border-bottom: 1px solid #eeeeee;
  padding: 5px 0px;
}
/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.main-transition, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.box-shadow, .builder-flip-cards .flip-card-wrapper .card .card-front {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards {
  width: 100%;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper.no-flip .card {
  transform: none !important;
  -webkit-transform: none !important;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper .card {
  position: relative;
  text-align: center;
  width: 100%;
  height: 200px;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper .card .card-icon {
  font-size: 30px;
  margin-bottom: 10px;
}

/* line 28, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper .card .card-front, .builder-flip-cards .flip-card-wrapper .card .card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 13px;
  padding: 10px;
  backface-visibility: hidden;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

/* line 40, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper .card .card-front {
  background: #ffffff;
  z-index: 2;
}

/* line 50, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper .card .card-back, .builder-flip-cards .flip-card-wrapper.flip_right .card .card-back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

/* line 57, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper:hover .card, .builder-flip-cards .flip-card-wrapper.flip_right:hover .card {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

/* line 67, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper.flip_left .card .card-back {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}

/* line 74, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper.flip_left:hover .card {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper.flip_up .card .card-back {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}

/* line 91, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper.flip_up:hover .card {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}

/* line 101, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper.flip_down .card .card-back {
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper.flip_down:hover .card {
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
}

/* line 118, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper.flip_diagonal_right .card .card-back {
  transform: rotate3d(1, 1, 0, 180deg);
  -webkit-transform: rotate3d(1, 1, 0, 180deg);
}

/* line 125, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper.flip_diagonal_right:hover .card {
  transform: rotate3d(1, 1, 0, 180deg);
  -webkit-transform: rotate3d(1, 1, 0, 180deg);
}

/* line 135, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper.flip_diagonal_left .card .card-back {
  transform: rotate3d(1, 1, 0, -180deg);
  -webkit-transform: rotate3d(1, 1, 0, -180deg);
}

/* line 142, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper.flip_diagonal_left:hover .card {
  transform: rotate3d(1, 1, 0, -180deg);
  -webkit-transform: rotate3d(1, 1, 0, -180deg);
}

/* line 152, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper.flip_inverted_diagonal_right .card .card-back {
  transform: rotate3d(-1, 1, 0, 180deg);
  -webkit-transform: rotate3d(-1, 1, 0, 180deg);
}

/* line 159, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper.flip_inverted_diagonal_right:hover .card {
  transform: rotate3d(-1, 1, 0, 180deg);
  -webkit-transform: rotate3d(-1, 1, 0, 180deg);
}

/* line 169, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper.flip_inverted_diagonal_left .card .card-back {
  transform: rotate3d(1, -1, 0, 180deg);
  -webkit-transform: rotate3d(1, -1, 0, 180deg);
}

/* line 176, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/flip_cards.scss */
.builder-flip-cards .flip-card-wrapper.flip_inverted_diagonal_left:hover .card {
  transform: rotate3d(1, -1, 0, 180deg);
  -webkit-transform: rotate3d(1, -1, 0, 180deg);
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/page.scss */
.heading-wrapper {
  margin: 30px 0px;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/page.scss */
.content-wrapper {
  overflow-x: hidden;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/page.scss */
.content-wrapper ul {
  list-style: disc;
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/skill_bars.scss */
.builder-skill-bars {
  width: 100%;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/skill_bars.scss */
.skill-box {
  width: 100%;
  margin: 10px 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/skill_bars.scss */
.skill-box .title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* line 14, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/skill_bars.scss */
.skill-box .skill-bar {
  height: 8px;
  width: 100%;
  border-radius: 6px;
  margin-top: 6px;
  background: rgba(0, 0, 0, 0.1);
}

/* line 20, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/skill_bars.scss */
.skill-box .skill-bar .skill-per {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 6px;
  animation: progress 1.5s ease-in-out forwards;
  -webkit-animation: progress 1.5s ease-in-out forwards;
  -webkit-animation-delay: 0.3s;
  opacity: 0;
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/skill_bars.scss */
.skill-box .skill-bar .skill-per .tooltip {
  position: absolute;
  right: -14px;
  top: -28px;
  font-size: 9px;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 3px;
  z-index: 1;
}

/* line 38, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/skill_bars.scss */
.skill-box .skill-bar .skill-per .tooltip:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  height: 10px;
  width: 10px;
  z-index: -1;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
}

@keyframes progress {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/slider.scss */
.builder-slider .slide-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/testimonials.scss */
.builder-testimonials {
  text-align: center;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/testimonials.scss */
.builder-testimonials img {
  height: 120px;
  width: 120px;
  object-fit: cover;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/testimonials.scss */
.builder-testimonials img.rounded {
  border-radius: 50%;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/testimonials.scss */
.builder-testimonials .testimonial-name {
  font-weight: 700;
  padding: 5px 0px;
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/builder_components/testimonials.scss */
.builder-testimonials .testimonial-description {
  padding: 0px 40px 20px 40px;
}
/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.main-transition, .auth-box .tile:hover, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/authorization_modal.scss */
.auth-box .tile {
  padding: 40px 30px;
  min-width: 160px;
  border: 2px solid #eeeeee;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/authorization_modal.scss */
.auth-box .tile i {
  font-size: 35px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 660px) {
  /* line 20, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/authorization_modal.scss */
  .auth-box .tile {
    padding: 40px 20px;
    min-width: 140px;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-box, .button.delete-button, .button, .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-center, .button.delete-button, .button {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-center, .button.delete-button, .button {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.main-transition, .button:hover, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
i {
  font-style: normal;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.search_icon:before {
  content: '\f002';
  font-family: "Font Awesome 6 Pro";
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.check_icon:before {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.edit_icon:before {
  content: '\f044';
  font-family: "Font Awesome 6 Pro";
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.view_icon:before {
  content: '\f06e';
  font-family: "Font Awesome 6 Pro";
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.pending_icon:before {
  content: '\f291';
  font-family: "Font Awesome 6 Pro";
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.remove_icon:before, .button.delete-button:before {
  content: '\f2ed';
  font-family: "Font Awesome 6 Pro";
}

/* line 50, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.right_icon:before {
  content: '\f054';
  font-family: "Font Awesome 6 Pro";
}

/* line 57, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.left_icon:before {
  content: '\f053';
  font-family: "Font Awesome 6 Pro";
}

/* line 64, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.up_icon:before {
  content: '\f077';
  font-family: "Font Awesome 6 Pro";
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.down_icon:before {
  content: '\f078';
  font-family: "Font Awesome 6 Pro";
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 85, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.store_icon:before {
  content: '\f54e';
  font-family: "Font Awesome 6 Pro";
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.bullet_icon:before {
  content: '\f111';
  font-family: "Font Awesome 6 Pro";
}

/* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.checked_icon:before {
  content: '\f058';
  font-family: "Font Awesome 6 Pro";
}

/* line 106, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.products_icon:before {
  content: "\f009";
  font-family: "Font Awesome 6 Pro";
}

/* line 113, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.cart_icon:before {
  content: '\f07a';
  font-family: "Font Awesome 6 Pro";
}

/* line 120, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.account_icon:before {
  content: '\f007';
  font-family: "Font Awesome 6 Pro";
}

/* line 127, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.logout_icon:before {
  content: '\f08b';
  font-family: "Font Awesome 6 Pro";
}

/* line 134, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.close_icon:before {
  content: '\f00d';
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/* line 142, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.menu_icon:before {
  content: '\f0c9';
  font-family: "Font Awesome 6 Pro";
}

/* line 149, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.payment_icon:before {
  content: '\f543';
  font-family: "Font Awesome 6 Pro";
}

/* line 156, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.orders_icon:before {
  content: "\f00b";
  font-family: "Font Awesome 6 Pro";
}

/* line 163, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.addresses_icon:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
}

/* line 170, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.protected-icon:before {
  content: "\f023";
  font-family: "Font Awesome 6 Pro";
}

/* line 177, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.delivery-icon:before {
  content: "\f0d1";
  font-family: "Font Awesome 6 Pro";
}

/* line 184, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.pickup-icon:before {
  content: "\f290";
  font-family: "Font Awesome 6 Pro";
}

/* line 191, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.exclamation_icon:before {
  content: "\f321";
  font-family: "Font Awesome 6 Pro";
}

/* line 198, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.filter_icon:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
}

/* line 205, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.filter_icon_filled:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 213, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.filter_icon_checkbox:before {
  content: "\f45c";
  font-family: "Font Awesome 6 Pro";
}

/* line 220, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.filter_icon_checkbox_filled:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 228, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.chevron_icon_left:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
}

/* line 236, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.chevron_icon_right:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 243, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.chevron_icon_down:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 250, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.chevron_icon_down_after:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 257, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.chevron_icon_up:before {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
}

/* line 264, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_plus:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 271, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_minus:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 278, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_name:before {
  content: "\f47f";
  font-family: "Font Awesome 6 Pro";
}

/* line 285, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_email:before {
  content: "\f199";
  font-family: "Font Awesome 6 Pro";
}

/* line 292, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_phone:before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
}

/* line 299, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_smartphone:before {
  content: "\f10b";
  font-family: "Font Awesome 6 Pro";
}

/* line 306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_link:before {
  content: "\f0c1";
  font-family: "Font Awesome 6 Pro";
}

/* line 313, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_text:before {
  content: "\f02d";
  font-family: "Font Awesome 6 Pro";
}

/* line 320, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_upload:before {
  content: "\f0ee";
  font-family: "Font Awesome 6 Pro";
}

/* line 327, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_camera:before {
  content: "\f030";
  font-family: "Font Awesome 6 Pro";
}

/* line 334, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_identity:before {
  content: "\f5ab";
  font-family: "Font Awesome 6 Pro";
}

/* line 341, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.plus_icon:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 348, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.minus_icon:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 355, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.zoom_in_icon:before {
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
}

/* line 362, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.zoom_out_icon:before {
  content: "\f010";
  font-family: "Font Awesome 6 Pro";
}

/* line 369, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.chevron_icon_right_after:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/buttons.scss */
.toolbar__item__child button,
.ril-inner button {
  background-color: transparent;
  border: none;
}

/* line 14, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/buttons.scss */
.toolbar__item__child button:hover,
.ril-inner button:hover {
  background: transparent;
  border: none;
}

/* line 21, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/buttons.scss */
.button {
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

/* line 28, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/buttons.scss */
.button h1, .button h2, .button h3, .button h4, .button h5, .button h6 {
  font-weight: 600;
}

/* line 35, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/buttons.scss */
.button.plain {
  background-color: transparent;
  border: none;
}

/* line 38, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/buttons.scss */
.button.plain:hover {
  background: transparent;
  border: none;
}

/* line 44, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/buttons.scss */
.button.delete-button {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}

/* line 55, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/buttons.scss */
.button.close {
  background-color: transparent;
  border: none;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  line-height: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
}

/* line 68, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/buttons.scss */
.button.close:hover {
  border: none;
}

/* line 73, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/buttons.scss */
.button.place-order {
  background-color: transparent;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/buttons.scss */
.button.disabled {
  cursor: default;
  background: #eeeeee;
  border: 1px solid transparent;
  color: #888888;
}

/* line 82, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/buttons.scss */
.button.disabled:hover {
  background: #eeeeee;
  border: 1px solid transparent;
  color: #888888;
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/chat.scss */
.chat-container {
  background: #f9f9f9;
  max-height: 400px;
  overflow-y: scroll;
  padding: 0px 20px;
}

/* line 9, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/chat.scss */
.chat-container .chat-content .chat-header .header-icon {
  font-size: 40px;
  margin-right: 10px;
}

/* line 14, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/chat.scss */
.chat-container .chat-content .chat-header .header-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* line 20, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/chat.scss */
.chat-container .chat-content .chat-header .header-subtitle {
  font-size: 14px;
}

/* line 25, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/chat.scss */
.chat-container .chat-content .header-divider {
  height: 1px;
  width: 100%;
  background: #F0F0F0;
  margin-top: 40px;
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/chat.scss */
.chat-container .chat-content .comments-loader-wrapper {
  margin-top: 40px;
}

/* line 38, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/chat.scss */
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-date {
  margin: 40px 0;
  font-size: 16px;
  font-weight: 600;
  color: #929292;
}

/* line 46, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/chat.scss */
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-header .comment-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

/* line 53, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/chat.scss */
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-header .comment-avatar-icon-wrapper {
  width: 40px;
  height: 40px;
}

/* line 57, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/chat.scss */
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-header .comment-avatar-icon-wrapper .comment-avatar-icon {
  font-size: 25px;
}

/* line 62, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/chat.scss */
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-header .comment-user {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
}

/* line 67, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/chat.scss */
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-header .comment-user.reversed {
  margin-left: 0;
  margin-right: 10px;
}

/* line 74, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/chat.scss */
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-content-wrapper {
  border: 2px solid #EDEFF0;
  padding: 10px 10px 0 10px;
  background: #ffffff;
  margin-bottom: 5px;
  margin-left: 40px;
  border-radius: 6px;
  border-bottom-left-radius: 0px;
}

/* line 83, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/chat.scss */
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-content-wrapper.reversed {
  margin-right: 40px;
  border-radius: 6px;
  border-bottom-right-radius: 0px;
}

/* line 89, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/chat.scss */
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-content-wrapper.time {
  margin-bottom: 15px;
}

/* line 93, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/chat.scss */
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-content-wrapper .comment-content {
  font-size: 14px;
  color: #2B2B2B;
  line-height: 20px;
  margin-bottom: 10px;
}

/* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/chat.scss */
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-content-wrapper .comment-content.time {
  margin-bottom: 0;
}

/* line 103, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/chat.scss */
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-content-wrapper .comment-content .comment-info {
  margin-left: 10px;
  float: right;
  font-size: 12px;
  margin-bottom: 5px;
  height: 25px;
  color: #929292;
}

/* line 116, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/chat.scss */
.chat-container .chat-content .new-comment {
  height: 100px;
  background: #ffffff;
  border: 1px solid #ECECEC;
  border-radius: 15px;
  padding: 10px;
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-box, .select-container .select-wrapper .select-box__value, .select-container .select-wrapper .select-box, .select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-center, .select-container .select-wrapper .select-box {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-end, .select-container {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-start, .select-container.store-select {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.main-transition, .select-container .select-wrapper .select-box__option:hover, .select-container .select-wrapper .select-box__option:focus, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/custom_select.scss */
.select-container {
  position: relative;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/custom_select.scss */
.select-container .select-wrapper {
  margin-right: 20px;
}

/* line 10, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/custom_select.scss */
.select-container .select-wrapper .select-box {
  position: relative;
  display: block;
  z-index: 6;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/custom_select.scss */
.select-container .select-wrapper .select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/custom_select.scss */
.select-container .select-wrapper .select-box__current:focus + .select-box__list {
  opacity: 1;
  animation-name: none;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/custom_select.scss */
.select-container .select-wrapper .select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}

/* line 34, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/custom_select.scss */
.select-container .select-wrapper .select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}

/* line 40, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/custom_select.scss */
.select-container .select-wrapper .select-box__icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.2s ease;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/custom_select.scss */
.select-container .select-wrapper .select-box__value {
  padding: 7px 27px 7px 15px;
}

/* line 53, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/custom_select.scss */
.select-container .select-wrapper .select-box__input {
  display: none;
}

/* line 55, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/custom_select.scss */
.select-container .select-wrapper .select-box__input:checked + .select-box__input-text {
  display: block;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/custom_select.scss */
.select-container .select-wrapper .select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/custom_select.scss */
.select-container .select-wrapper .select-box__list {
  position: absolute;
  top: 35px;
  right: 0px;
  min-height: 100px;
  max-height: 300px;
  overflow-y: scroll;
  padding: 0;
  list-style: none;
  opacity: 0;
  z-index: 2;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

/* line 86, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/custom_select.scss */
.select-container .select-wrapper .select-box__option {
  display: block;
  padding: 15px;
}

/* line 100, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/custom_select.scss */
.select-container.store-select .select-box__list li {
  margin: 0;
  padding: 0;
}

/* line 103, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/custom_select.scss */
.select-container.store-select .select-box__list li:before {
  display: none;
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/dots_circle_loader.scss */
.dots-circle-loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/dots_circle_loader.scss */
.dots-circle-loader::before, .dots-circle-loader::after {
  content: "";
  grid-area: 1/1;
  --c: no-repeat radial-gradient(farthest-side, var(--color-scheme) 92%, #0000);
  background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
  background-size: 12px 12px;
  animation: initial-loader-animation 1s infinite;
}

/* line 20, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/dots_circle_loader.scss */
.dots-circle-loader::before {
  margin: 4px;
  background-size: 8px 8px;
  animation-timing-function: linear;
}

@keyframes initial-loader-animation {
  100% {
    transform: rotate(0.5turn);
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/error_loader.scss */
.pulse-loader:not(:required) {
  display: inline-block;
  width: 20px;
  height: 20px;
  -moz-animation: pulse-loader 0.7s linear infinite alternate;
  -webkit-animation: pulse-loader 0.7s linear infinite alternate;
  animation: pulse-loader 0.7s linear infinite alternate;
  border: 2px solid #bd0505;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 50px;
}

@-moz-keyframes pulse-loader {
  0% {
    -moz-box-shadow: #bd0505 0 0 0px 10px;
    box-shadow: #bd0505 0 0 0px 10px;
  }
  40% {
    -moz-box-shadow: none;
    box-shadow: none;
  }
  100% {
    -moz-box-shadow: #bd0505 0 0 0px 25px inset;
    box-shadow: #bd0505 0 0 0px 25px inset;
  }
}

@-webkit-keyframes pulse-loader {
  0% {
    -webkit-box-shadow: #bd0505 0 0 0px 15px;
    box-shadow: #bd0505 0 0 0px 15px;
  }
  40% {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  100% {
    -webkit-box-shadow: #bd0505 0 0 0px 25px inset;
    box-shadow: #bd0505 0 0 0px 25px inset;
  }
}

@keyframes pulse-loader {
  0% {
    -moz-box-shadow: #bd0505 0 0 0px 10px;
    -webkit-box-shadow: #bd0505 0 0 0px 10px;
    box-shadow: #bd0505 0 0 0px 10px;
  }
  40% {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  100% {
    -moz-box-shadow: #bd0505 0 0 0px 25px inset;
    -webkit-box-shadow: #bd0505 0 0 0px 25px inset;
    box-shadow: #bd0505 0 0 0px 25px inset;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/error_screens.scss */
.error_pages_wrapper {
  background: #f7f7f7;
  color: #222222;
  text-align: center;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/error_screens.scss */
.error_pages_wrapper .protected-wrapper {
  height: 94vh;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/error_screens.scss */
.error_pages_wrapper .protected-heading h1 {
  font-weight: 200;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/error_screens.scss */
.error_pages_wrapper .content_wrapper {
  min-height: 100vh;
  padding: 0px 10%;
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/error_screens.scss */
.error_pages_wrapper .image, .error_pages_wrapper .text {
  width: 50%;
  text-align: left;
  padding: 0px 20px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}

/* line 23, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/error_screens.scss */
.error_pages_wrapper .text .light_text {
  font-weight: 300;
  text-align: center;
  line-height: initial;
}

/* line 28, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/error_screens.scss */
.error_pages_wrapper .text a {
  text-decoration: none;
  padding: 10px 25px;
  background: #ff6d34;
  color: #ffffff;
  border: 1px solid #ff6d34;
  font-size: 12px;
  outline: none;
  margin-top: 50px;
}

/* line 38, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/error_screens.scss */
.error_pages_wrapper .text a:hover {
  background: transparent;
  color: #ff6d34;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 44, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/error_screens.scss */
.error_pages_wrapper .image img {
  max-height: 200px;
  object-fit: contain;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/error_screens.scss */
.error_pages_wrapper .protected-icon {
  width: 200px;
  height: 200px;
  border: 2px solid #dddddd;
  border-radius: 50%;
  margin: 50px 0px;
}

/* line 55, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/error_screens.scss */
.error_pages_wrapper .protected-wrapper .text {
  font-size: 13px;
}

/* line 58, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/error_screens.scss */
.error_pages_wrapper .protected-wrapper i {
  font-size: 100px;
  color: #dddddd;
}

/* line 62, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/error_screens.scss */
.error_pages_wrapper .protected-wrapper a {
  background: transparent;
  color: #ff6d34;
  border: none;
  padding: 0px;
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/error_screens.scss */
.error_footer_wrapper .footer {
  position: fixed;
  bottom: 0px;
  font-size: 11px;
  background: #ffffff;
  width: 100%;
  padding: 5px 10px;
}

/* line 79, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/error_screens.scss */
.error_footer_wrapper .footer img {
  max-width: 80px;
  margin-left: 5px;
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/flash_messages.scss */
.flash-container {
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px 20px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  z-index: 9999999;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/flash_messages.scss */
.flash-container.success {
  background: #198754;
}

/* line 14, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/flash_messages.scss */
.flash-container.error {
  background: #B71C1C;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/flash_messages.scss */
.flash-container.notice {
  background: #FF5229;
}
/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/global_components.scss */
.sitewide-notice {
  width: 100%;
  padding: 10px;
  background: #d4d4d4;
  font-size: 12px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/global_components.scss */
.sitewide-notice .notice-text {
  flex: 70%;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/global_components.scss */
.sitewide-notice .button-wrapper {
  flex: 30%;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/global_components.scss */
.sitewide-notice .button-wrapper .button {
  width: auto;
}

/* line 19, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/global_components.scss */
.top-banner-full-width {
  border-bottom: 1px solid #fbfbfb;
  overflow: hidden;
  width: 100%;
  padding: 20px 0px;
}

/* line 25, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/global_components.scss */
.top-banner-full-width .top-banner-content .message {
  flex: 70%;
}

/* line 28, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/global_components.scss */
.top-banner-full-width .top-banner-content .button-wrapper {
  flex: 30%;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/global_components.scss */
.top-banner-full-width .top-banner-content .button-wrapper .button {
  width: auto;
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/global_components.scss */
.access-admin-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/global_components.scss */
.access-admin-wrapper .floating-btn-wrapper a {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/global_components.scss */
.access-admin-wrapper .floating-btn-wrapper a:before {
  content: '\f7d9';
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/global_components.scss */
.access-admin-wrapper .floating-btn-wrapper .access-admin {
  font-size: 12px;
}

@media only screen and (max-width: 670px) {
  /* line 62, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/global_components.scss */
  .top-banner-full-width .top-banner-content {
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 68, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/global_components.scss */
  .top-banner-full-width .top-banner-content .button-wrapper {
    margin-top: 10px;
  }
  /* line 73, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/global_components.scss */
  .sitewide-notice {
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 79, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/global_components.scss */
  .sitewide-notice .button-wrapper {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 727px) {
  /* line 86, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/global_components.scss */
  .access-admin-wrapper {
    bottom: 20px;
    left: 20px;
    right: auto;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-box, .input-field .input-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-center, .input-field .input-icon {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-end, .input-field .input-icon {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column, .number-input .actions {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.main-transition, .select-input .input-wrapper .select-options-overlay .select-options .select-option.selected, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.box-shadow, .select-input .input-wrapper .select-options-overlay {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.input-field {
  margin-bottom: 20px;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.input-field label {
  font-weight: 600;
  font-size: 14px;
}

/* line 10, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.input-field input[type='text'] {
  border-radius: 6px;
  border: 2px solid #F0F0F0;
  padding: 5px 15px;
}

/* line 14, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.input-field input[type='text'][disabled] {
  background: #F0F0F0;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.input-field textarea {
  border-radius: 6px;
  border: 2px solid #F0F0F0;
}

/* line 21, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.input-field textarea[disabled] {
  background: #F0F0F0;
}

/* line 25, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.input-field .input-icon {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0;
  padding-right: 10px;
  cursor: pointer;
}

/* line 35, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.input-field .input-icon i {
  padding: 10px 0 10px 10px;
}

/* line 41, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.radio-input {
  cursor: pointer;
  margin-top: 10px;
}

/* line 44, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.radio-input .radio {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.radio-input .radio.selected {
  border: none;
}

/* line 53, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.radio-input .radio .radio-filler {
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background: #ffffff;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.radio-input .radio-option {
  margin-left: 10px;
  color: #D9D9D9;
}

/* line 64, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.radio-input .radio-option.selected {
  color: black;
  font-weight: 800;
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.number-input {
  position: relative;
}

/* line 73, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.number-input .actions {
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
}

/* line 79, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.number-input .actions .action {
  cursor: pointer;
}

/* line 81, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.number-input .actions .action.up {
  padding: 5px 5px 0 5px;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.number-input .actions .action.down {
  padding: 0 5px 5px 5px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.select-input .input-wrapper {
  cursor: pointer;
  position: relative;
}

/* line 95, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.select-input .input-wrapper input {
  cursor: pointer;
  pointer-events: none;
}

/* line 100, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.select-input .input-wrapper .select-options-overlay {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 2;
  max-height: 300px;
  overflow-y: auto;
}

/* line 109, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.select-input .input-wrapper .select-options-overlay .select-options .select-option {
  cursor: pointer;
  background: #ffffff;
  padding: 5px 10px;
}

/* line 113, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/input.scss */
.select-input .input-wrapper .select-options-overlay .select-options .select-option.selected {
  background: #F9F9F9;
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-1, .languages_wrapper.top-header {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-box, .languages_wrapper .language-switcher .language-switcher-select .current-lang, .languages_wrapper .language-switcher .language-switcher-select, .languages_wrapper .language-switcher, .languages_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-center, .languages_wrapper .language-switcher .language-switcher-select .current-lang, .languages_wrapper .language-switcher .language-switcher-select, .languages_wrapper .language-switcher, .languages_wrapper {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-center, .languages_wrapper .language-switcher .language-switcher-select .current-lang, .languages_wrapper .language-switcher .language-switcher-select {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-end, .languages_wrapper.top-header {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.main-transition, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.box-shadow, .languages_wrapper .open-locales-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/language_selector.scss */
.languages_wrapper.top-header {
  padding: 15px 0px;
}

/* line 12, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/language_selector.scss */
.languages_wrapper .open-locales-box-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}

/* line 21, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/language_selector.scss */
.languages_wrapper .open-locales-box {
  border-radius: 3px;
  position: absolute;
  top: 100%;
  right: 0px;
  margin-top: 10px;
  padding: 10px 20px;
  z-index: 4;
  background: #ffffff;
}

/* line 31, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/language_selector.scss */
.languages_wrapper .open-locales-box .locale-box-item {
  padding: 5px 0px;
  font-size: 12px;
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/language_selector.scss */
.languages_wrapper .language-switcher .language-switcher-select .current-lang {
  margin: 0px 10px;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/language_selector.scss */
.languages_wrapper .language-switcher .language-switcher-select .current-lang img {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  object-fit: cover;
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-box, .loader-wrapper.center, .loader-wrapper.full-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-center, .loader-wrapper.center, .loader-wrapper.full-page {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-center, .loader-wrapper.center, .loader-wrapper.full-page {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/loader.scss */
.loader-wrapper {
  position: relative;
  z-index: 3;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/loader.scss */
.loader-wrapper.absolute {
  position: absolute;
  top: 0px;
}

/* line 10, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/loader.scss */
.loader-wrapper.full-page {
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/loader.scss */
.loader-wrapper.right {
  right: 0px;
}

/* line 25, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/loader.scss */
.loader-wrapper.left {
  left: 0px;
}

/* line 28, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/loader.scss */
.loader-wrapper.center {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 38, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/loader.scss */
.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-style: solid;
  border-radius: 50%;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/loader.scss */
.loader.small {
  border-top-width: 0.8em;
  border-right-width: 0.8em;
  border-bottom-width: 0.8em;
  border-left-width: 0.8em;
}

/* line 55, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/loader.scss */
.loader.medium {
  border-top-width: 1em;
  border-right-width: 1em;
  border-bottom-width: 1em;
  border-left-width: 1em;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/loader.scss */
.loader.large {
  border-top-width: 2em;
  border-right-width: 2em;
  border-bottom-width: 2em;
  border-left-width: 2em;
}

/* line 67, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/loader.scss */
.loader.xlarge {
  border-top-width: 3em;
  border-right-width: 3em;
  border-bottom-width: 3em;
  border-left-width: 3em;
}

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

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-box, .site-name-logo a, .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-center, .site-name-logo a, .logo {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-center, .site-name-logo a, .logo {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/logo.scss */
.logo a img {
  height: 100%;
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/logo.scss */
.site-name-logo a {
  height: 100%;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 670px) {
  /* line 28, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/logo.scss */
  .header_wrapper .logo {
    margin: 0 auto;
  }
}
/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.main-transition, .modal-wrapper .modal-content .modal-close .close_icon:hover:before, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99997;
  top: 0;
  left: 0;
}

/* line 14, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper .modal-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}

/* line 25, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper .modal-content {
  width: 85%;
  top: 10vh;
  height: 90vh;
  max-height: 90vh;
  position: relative;
  z-index: 11;
}

/* line 33, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper .modal-content.small {
  width: 25%;
  height: 25vh;
}

/* line 38, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper .modal-content.medium {
  width: 50%;
  height: 80vh;
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper .modal-content.large {
  width: 75%;
  height: 90vh;
  top: 5vh;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper .modal-content.fullpage {
  top: 0px;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper .modal-content.fullpage .modal-body {
  height: 100%;
  max-height: 100%;
}

/* line 58, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper .modal-content.fullpage .modal-actions {
  display: none;
}

/* line 64, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper .modal-content.centered-content .modal-body {
  text-align: center;
}

/* line 69, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper .modal-content .modal-close {
  background: #ffffff;
  padding: 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
}

/* line 75, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper .modal-content .modal-close.dark {
  background: black;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper .modal-content .modal-close .close_icon {
  position: absolute;
  font-size: 20px;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 93, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper .modal-content .modal-close .close_icon.dark:before {
  color: #ffffff;
}

/* line 95, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper .modal-content .modal-close .close_icon.dark:before:hover:before {
  color: #ffffff;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper .modal-content .icon {
  font-size: 35px;
  margin-bottom: 20px;
}

/* line 107, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper .modal-content .modal-body {
  background: #ffffff;
  padding: 20px;
  width: 100%;
  min-height: 350px;
  max-height: 600px;
  overflow: auto;
}

/* line 114, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper .modal-content .modal-body.dark {
  background: black;
}

/* line 119, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper .modal-content .modal-actions {
  background: #ffffff;
  padding: 20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 100%;
}

/* line 125, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper .modal-content .modal-actions .button:last-child {
  margin-left: 10px;
}

/* line 130, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
.modal-wrapper .modal-content .modal-alert {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  /* line 138, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
  .modal-wrapper .modal-content.small {
    width: 50%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 144, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
  .modal-wrapper .modal-content.medium {
    width: 70%;
  }
}

@media only screen and (max-width: 600px) {
  /* line 150, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
  .modal-wrapper .modal-content.small,
.modal-wrapper .modal-content.medium,
.modal-wrapper .modal-content.large {
    width: 85%;
  }
}

@media only screen and (max-width: 360px) {
  /* line 158, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/modal.scss */
  .modal-wrapper .modal-content.small,
.modal-wrapper .modal-content.medium,
.modal-wrapper .modal-content.large {
    width: 90%;
  }
}
/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.main-transition, .page-navigation .page_numbers li span:hover, .page-navigation .page_numbers li a:hover, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/page_navigation.scss */
.page-navigation {
  padding: 50px 0px;
  text-align: center;
  width: 100%;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/page_navigation.scss */
.page-navigation .page_numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

/* line 14, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/page_navigation.scss */
.page-navigation .page_numbers.current-page {
  background-color: #dddddd;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/page_navigation.scss */
.page-navigation .page_numbers li {
  display: inline-block;
}

/* line 20, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/page_navigation.scss */
.page-navigation .page_numbers li + li {
  margin-left: 22px;
}

/* line 23, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/page_navigation.scss */
.page-navigation .page_numbers li span, .page-navigation .page_numbers li a {
  padding: 10px 15px;
}

/* line 28, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/page_navigation.scss */
.page-navigation .page_numbers li span.next-page, .page-navigation .page_numbers li a.next-page {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 0.867em;
}

@media screen and (max-width: 800px) {
  /* line 39, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/page_navigation.scss */
  .page-navigation .page_numbers li:last-child {
    margin-top: 42px;
    margin-left: 0;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-box, .payment-processor-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-center, .payment-processor-icons {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-center, .payment-processor-icons {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/payment_icons.scss */
.payment-icons-wrapper {
  padding: 20px 0px;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/payment_icons.scss */
.payment-processor-icons {
  padding: 0px 10px;
}

/* line 12, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/payment_icons.scss */
.payment-processor-icons a {
  display: block;
}

/* line 16, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/payment_icons.scss */
.payment-processor-icons.alpha-bank img {
  width: 100%;
}

/* line 21, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/payment_icons.scss */
.payment-processor-icons.eurobank img {
  width: 100%;
}

/* line 26, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/payment_icons.scss */
.payment-processor-icons.piraeus-bank img {
  height: 25px;
  padding: 0px 5px;
  object-fit: contain;
}

/* line 31, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/payment_icons.scss */
.payment-processor-icons.piraeus-bank .piraeus-logo {
  height: 55px;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/payment_icons.scss */
.payment-processor-icons.viva-wallet img {
  height: 50px;
}

/* line 41, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/payment_icons.scss */
.payment-processor-icons.jcc img {
  width: 100%;
}

/* line 46, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/payment_icons.scss */
.payment-processor-icons.six-payments img {
  height: 45px;
}

/* line 51, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/payment_icons.scss */
.payment-processor-icons.cardlink-one img {
  height: 90px;
}

/* line 56, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/payment_icons.scss */
.payment-processor-icons.stripe img {
  height: 70px;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/payment_icons.scss */
.payment-processor-icons.mollie img {
  height: 60px;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/payment_icons.scss */
.payment-processor-icons.paypal img {
  height: 35px;
}

@media screen and (min-width: 500px) {
  /* line 75, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/payment_icons.scss */
  .payment-processor-icons.alpha-bank img {
    max-height: 80px;
    width: initial;
  }
  /* line 81, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/payment_icons.scss */
  .payment-processor-icons.eurobank img {
    max-height: 100px;
    width: initial;
  }
  /* line 87, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/payment_icons.scss */
  .payment-processor-icons.piraeus-bank img {
    height: 35px;
    padding: 0px 5px;
    object-fit: contain;
  }
  /* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/payment_icons.scss */
  .payment-processor-icons.piraeus-bank .piraeus-logo {
    height: 80px;
  }
}

@media screen and (min-width: 620px) {
  /* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/payment_icons.scss */
  .payment-processor-icons.jcc img {
    max-height: 100px;
    width: initial;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/react-modal.scss */
.ReactModal__Overlay {
  background-color: rgba(0, 0, 0, 0.8) !important;
  z-index: 10;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/react-modal.scss */
.ReactModal__Content {
  overflow-y: scroll;
  z-index: 2;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/react-modal.scss */
.ReactModal__Content .close-icon-wrapper {
  position: absolute;
  right: 20px;
  top: 20px;
}

/* line 12, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/react-modal.scss */
.ReactModal__Content .close-icon-wrapper .close_icon {
  font-size: 30px;
  cursor: pointer;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/react-modal.scss */
.ReactModal__Content .m-b-20 {
  margin-bottom: 20px;
}

/* line 20, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/react-modal.scss */
.ReactModal__Content h5 {
  font-size: 25px;
  line-height: 1.5em;
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-1, .responsive-table tbody tr td, .responsive-table thead tr {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-box, .responsive-table tbody tr, .responsive-table thead, .responsive-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column, .responsive-table {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/responsive_table.scss */
.responsive-table {
  border: none;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 10, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/responsive_table.scss */
.responsive-table thead {
  width: 100%;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/responsive_table.scss */
.responsive-table thead tr {
  border-bottom: none;
}

/* line 16, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/responsive_table.scss */
.responsive-table thead tr th {
  border: none;
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

/* line 28, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/responsive_table.scss */
.responsive-table tbody tr {
  width: 100%;
  border-bottom: none;
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/responsive_table.scss */
.responsive-table tbody tr td {
  border: none;
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 0;
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-box, .access-admin-wrapper .floating-btn-wrapper a, .access-admin-wrapper .floating-btn-wrapper, .sitewide-notice .button-wrapper, .sitewide-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-center, .access-admin-wrapper .floating-btn-wrapper a, .access-admin-wrapper .floating-btn-wrapper, .sitewide-notice {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-center, .access-admin-wrapper .floating-btn-wrapper a, .access-admin-wrapper .floating-btn-wrapper {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-end, .sitewide-notice .button-wrapper {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-wrap, .sitewide-notice {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column, .access-admin-wrapper .floating-btn-wrapper {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
i {
  font-style: normal;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.search_icon:before {
  content: '\f002';
  font-family: "Font Awesome 6 Pro";
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.check_icon:before {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.edit_icon:before {
  content: '\f044';
  font-family: "Font Awesome 6 Pro";
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.view_icon:before {
  content: '\f06e';
  font-family: "Font Awesome 6 Pro";
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.pending_icon:before {
  content: '\f291';
  font-family: "Font Awesome 6 Pro";
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.remove_icon:before {
  content: '\f2ed';
  font-family: "Font Awesome 6 Pro";
}

/* line 50, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.right_icon:before {
  content: '\f054';
  font-family: "Font Awesome 6 Pro";
}

/* line 57, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.left_icon:before {
  content: '\f053';
  font-family: "Font Awesome 6 Pro";
}

/* line 64, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.up_icon:before {
  content: '\f077';
  font-family: "Font Awesome 6 Pro";
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.down_icon:before {
  content: '\f078';
  font-family: "Font Awesome 6 Pro";
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 85, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.store_icon:before {
  content: '\f54e';
  font-family: "Font Awesome 6 Pro";
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.bullet_icon:before {
  content: '\f111';
  font-family: "Font Awesome 6 Pro";
}

/* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.checked_icon:before {
  content: '\f058';
  font-family: "Font Awesome 6 Pro";
}

/* line 106, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.products_icon:before {
  content: "\f009";
  font-family: "Font Awesome 6 Pro";
}

/* line 113, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.cart_icon:before {
  content: '\f07a';
  font-family: "Font Awesome 6 Pro";
}

/* line 120, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.account_icon:before {
  content: '\f007';
  font-family: "Font Awesome 6 Pro";
}

/* line 127, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.logout_icon:before {
  content: '\f08b';
  font-family: "Font Awesome 6 Pro";
}

/* line 134, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.close_icon:before {
  content: '\f00d';
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/* line 142, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.menu_icon:before {
  content: '\f0c9';
  font-family: "Font Awesome 6 Pro";
}

/* line 149, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.payment_icon:before {
  content: '\f543';
  font-family: "Font Awesome 6 Pro";
}

/* line 156, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.orders_icon:before {
  content: "\f00b";
  font-family: "Font Awesome 6 Pro";
}

/* line 163, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.addresses_icon:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
}

/* line 170, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.protected-icon:before {
  content: "\f023";
  font-family: "Font Awesome 6 Pro";
}

/* line 177, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.delivery-icon:before {
  content: "\f0d1";
  font-family: "Font Awesome 6 Pro";
}

/* line 184, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.pickup-icon:before {
  content: "\f290";
  font-family: "Font Awesome 6 Pro";
}

/* line 191, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.exclamation_icon:before {
  content: "\f321";
  font-family: "Font Awesome 6 Pro";
}

/* line 198, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.filter_icon:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
}

/* line 205, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.filter_icon_filled:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 213, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.filter_icon_checkbox:before {
  content: "\f45c";
  font-family: "Font Awesome 6 Pro";
}

/* line 220, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.filter_icon_checkbox_filled:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 228, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.chevron_icon_left:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
}

/* line 236, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.chevron_icon_right:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 243, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.chevron_icon_down:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 250, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.chevron_icon_down_after:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 257, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.chevron_icon_up:before {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
}

/* line 264, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_plus:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 271, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_minus:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 278, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_name:before {
  content: "\f47f";
  font-family: "Font Awesome 6 Pro";
}

/* line 285, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_email:before {
  content: "\f199";
  font-family: "Font Awesome 6 Pro";
}

/* line 292, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_phone:before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
}

/* line 299, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_smartphone:before {
  content: "\f10b";
  font-family: "Font Awesome 6 Pro";
}

/* line 306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_link:before {
  content: "\f0c1";
  font-family: "Font Awesome 6 Pro";
}

/* line 313, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_text:before {
  content: "\f02d";
  font-family: "Font Awesome 6 Pro";
}

/* line 320, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_upload:before {
  content: "\f0ee";
  font-family: "Font Awesome 6 Pro";
}

/* line 327, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_camera:before {
  content: "\f030";
  font-family: "Font Awesome 6 Pro";
}

/* line 334, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.icon_identity:before {
  content: "\f5ab";
  font-family: "Font Awesome 6 Pro";
}

/* line 341, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.plus_icon:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 348, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.minus_icon:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 355, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.zoom_in_icon:before {
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
}

/* line 362, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.zoom_out_icon:before {
  content: "\f010";
  font-family: "Font Awesome 6 Pro";
}

/* line 369, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.chevron_icon_right_after:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/sitewide-notice.scss */
.sitewide-notice {
  width: 100%;
  padding: 10px;
  background: #d4d4d4;
  font-size: 12px;
}

/* line 12, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/sitewide-notice.scss */
.sitewide-notice .notice-text {
  flex: 70%;
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/sitewide-notice.scss */
.sitewide-notice .button-wrapper {
  flex: 30%;
}

/* line 19, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/sitewide-notice.scss */
.sitewide-notice .button-wrapper .button {
  width: auto;
}

/* line 25, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/sitewide-notice.scss */
.access-admin-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}

/* line 35, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/sitewide-notice.scss */
.access-admin-wrapper .floating-btn-wrapper a {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/sitewide-notice.scss */
.access-admin-wrapper .floating-btn-wrapper a:before {
  content: '\f7d9';
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/sitewide-notice.scss */
.access-admin-wrapper .floating-btn-wrapper .access-admin {
  font-size: 12px;
}

@media only screen and (max-width: 670px) {
  /* line 56, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/sitewide-notice.scss */
  .sitewide-notice {
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 62, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/sitewide-notice.scss */
  .sitewide-notice .button-wrapper {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 727px) {
  /* line 69, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/sitewide-notice.scss */
  .access-admin-wrapper {
    bottom: 20px;
    left: 20px;
    right: auto;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-box, .social-icons-wrapper .social-icons a, .social-icons-wrapper .social-icons .social-item, .social-icons-wrapper .social-icons, .social-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-center, .social-icons-wrapper .social-icons a, .social-icons-wrapper .social-icons .social-item, .social-icons-wrapper .social-icons {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-center, .social-icons-wrapper .social-icons a, .social-icons-wrapper .social-icons .social-item, .social-icons-wrapper .social-icons {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-wrap, .social-icons-wrapper .social-icons {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column, .social-icons-wrapper .social-icons .social-item {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.main-transition, .social-icons-wrapper .social-icons a:hover, .social-icons-wrapper .social-icons a:focus, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/social_icons.scss */
.social-icons-wrapper {
  padding: 10px 0px;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/social_icons.scss */
.social-icons-wrapper .social-icons {
  margin: 0px;
  padding: 0;
  width: 100%;
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/social_icons.scss */
.social-icons-wrapper .social-icons .social-item {
  margin: 0 1em 1em 1em;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/social_icons.scss */
.social-icons-wrapper .social-icons .social-icon-text {
  text-transform: capitalize;
  text-align: center;
  margin-top: 1em;
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/social_icons.scss */
.social-icons-wrapper .social-icons a {
  position: relative;
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/social_icons.scss */
.social-icons-wrapper .social-icons a:hover, .social-icons-wrapper .social-icons a:focus {
  text-decoration: none;
}

@media only screen and (min-width: 480px) {
  /* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/social_icons.scss */
  .social-icons-wrapper .social-icons {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-box, .spinner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-center, .spinner-wrapper {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/spinner.scss */
.spinner-wrapper.full-page {
  position: fixed;
  background: rgba(255, 255, 255, 0.85);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 14, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/spinner.scss */
.spinner-wrapper .spinner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: s3 1s infinite linear;
}

/* line 20, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/spinner.scss */
.spinner-wrapper.checkout {
  padding: 0px 20px;
}

/* line 25, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/spinner.scss */
.spinner {
  width: 25px;
  height: 25px;
  position: relative;
}

@keyframes s3 {
  to {
    transform: rotate(1turn);
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 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);
  }
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 110, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 151, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 230, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 285, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 354, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 415, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 488, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 569, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 662, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 723, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 822, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 905, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 986, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1067, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1148, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1193, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1240, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1273, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1351, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 1376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1409, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1442, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1475, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1508, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1541, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1574, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1607, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1640, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 1665, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1694, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1723, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1752, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1781, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1810, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1839, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1868, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1897, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 1992, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2065, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2138, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2183, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2230, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2287, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2318, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2361, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2402, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2443, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2484, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2525, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2562, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2599, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2636, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2673, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2710, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2787, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2846, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2881, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2912, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2941, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2982, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3023, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3064, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3105, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 3142, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3187, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 3224, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 3261, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3337, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3368, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3399, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3430, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3461, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3492, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3523, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3554, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 3559, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 3566, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 3571, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/* line 3576, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* line 3581, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/* line 3586, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

/* line 3591, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

/* line 3596, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

/* line 3601, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

/* line 3606, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 3611, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  /* line 3617, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-box, .stripe-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.items-center, .stripe-copyright {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.main-transition, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
i {
  font-style: normal;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.search_icon:before {
  content: '\f002';
  font-family: "Font Awesome 6 Pro";
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.check_icon:before {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.edit_icon:before {
  content: '\f044';
  font-family: "Font Awesome 6 Pro";
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.view_icon:before {
  content: '\f06e';
  font-family: "Font Awesome 6 Pro";
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.pending_icon:before {
  content: '\f291';
  font-family: "Font Awesome 6 Pro";
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.remove_icon:before {
  content: '\f2ed';
  font-family: "Font Awesome 6 Pro";
}

/* line 50, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.right_icon:before {
  content: '\f054';
  font-family: "Font Awesome 6 Pro";
}

/* line 57, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.left_icon:before {
  content: '\f053';
  font-family: "Font Awesome 6 Pro";
}

/* line 64, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.up_icon:before {
  content: '\f077';
  font-family: "Font Awesome 6 Pro";
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.down_icon:before {
  content: '\f078';
  font-family: "Font Awesome 6 Pro";
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 85, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.store_icon:before {
  content: '\f54e';
  font-family: "Font Awesome 6 Pro";
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.bullet_icon:before {
  content: '\f111';
  font-family: "Font Awesome 6 Pro";
}

/* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.checked_icon:before {
  content: '\f058';
  font-family: "Font Awesome 6 Pro";
}

/* line 106, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.products_icon:before {
  content: "\f009";
  font-family: "Font Awesome 6 Pro";
}

/* line 113, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.cart_icon:before {
  content: '\f07a';
  font-family: "Font Awesome 6 Pro";
}

/* line 120, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.account_icon:before {
  content: '\f007';
  font-family: "Font Awesome 6 Pro";
}

/* line 127, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.logout_icon:before {
  content: '\f08b';
  font-family: "Font Awesome 6 Pro";
}

/* line 134, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.close_icon:before {
  content: '\f00d';
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/* line 142, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.menu_icon:before {
  content: '\f0c9';
  font-family: "Font Awesome 6 Pro";
}

/* line 149, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.payment_icon:before {
  content: '\f543';
  font-family: "Font Awesome 6 Pro";
}

/* line 156, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.orders_icon:before {
  content: "\f00b";
  font-family: "Font Awesome 6 Pro";
}

/* line 163, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.addresses_icon:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
}

/* line 170, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.protected-icon:before {
  content: "\f023";
  font-family: "Font Awesome 6 Pro";
}

/* line 177, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.delivery-icon:before {
  content: "\f0d1";
  font-family: "Font Awesome 6 Pro";
}

/* line 184, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.pickup-icon:before {
  content: "\f290";
  font-family: "Font Awesome 6 Pro";
}

/* line 191, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.exclamation_icon:before {
  content: "\f321";
  font-family: "Font Awesome 6 Pro";
}

/* line 198, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.filter_icon:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
}

/* line 205, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.filter_icon_filled:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 213, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.filter_icon_checkbox:before {
  content: "\f45c";
  font-family: "Font Awesome 6 Pro";
}

/* line 220, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.filter_icon_checkbox_filled:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 228, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_left:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
}

/* line 236, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_right:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 243, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_down:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 250, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_down_after:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 257, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_up:before {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
}

/* line 264, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_plus:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 271, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_minus:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 278, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_name:before {
  content: "\f47f";
  font-family: "Font Awesome 6 Pro";
}

/* line 285, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_email:before {
  content: "\f199";
  font-family: "Font Awesome 6 Pro";
}

/* line 292, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_phone:before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
}

/* line 299, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_smartphone:before {
  content: "\f10b";
  font-family: "Font Awesome 6 Pro";
}

/* line 306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_link:before {
  content: "\f0c1";
  font-family: "Font Awesome 6 Pro";
}

/* line 313, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_text:before {
  content: "\f02d";
  font-family: "Font Awesome 6 Pro";
}

/* line 320, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_upload:before {
  content: "\f0ee";
  font-family: "Font Awesome 6 Pro";
}

/* line 327, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_camera:before {
  content: "\f030";
  font-family: "Font Awesome 6 Pro";
}

/* line 334, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_identity:before {
  content: "\f5ab";
  font-family: "Font Awesome 6 Pro";
}

/* line 341, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.plus_icon:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 348, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.minus_icon:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 355, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.zoom_in_icon:before {
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
}

/* line 362, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.zoom_out_icon:before {
  content: "\f010";
  font-family: "Font Awesome 6 Pro";
}

/* line 369, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_right_after:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/stripe_dropin.scss */
.stripe-elements-wrapper {
  margin-top: 20px;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/stripe_dropin.scss */
.stripe-elements-wrapper label {
  width: 100%;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/stripe_dropin.scss */
.stripe-elements-wrapper .StripeElement {
  margin-top: 10px;
  margin-bottom: 20px;
  background: #f7f7f7;
  padding: 15px 10px;
}

/* line 16, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/stripe_dropin.scss */
.stripe-copyright {
  margin-top: 20px;
}

/* line 20, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/stripe_dropin.scss */
.stripe-copyright .stripe-logo {
  margin-right: 10px;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/stripe_dropin.scss */
.stripe-copyright .stripe-logo img {
  width: 50px;
}

/* line 26, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/stripe_dropin.scss */
.stripe-copyright .stripe-text {
  font-size: 11px;
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-box, .tooltip-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-center, .tooltip-button {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-center, .tooltip-button {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.main-transition, .tooltip-button:hover > .tooltip, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/tooltip_button.scss */
.tooltip-button {
  position: relative;
  background: transparent;
  border: none;
  padding: 0px 10px;
  font-size: 20px;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/tooltip_button.scss */
.tooltip-button .tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 30px;
  background: #252324;
  color: #ffffff;
  font-size: 10px;
  padding: 5px 8px;
  min-width: 100px;
  border-radius: 2px;
  text-align: center;
}

/* line 25, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/tooltip_button.scss */
.tooltip-button .tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -2.5px;
  border-width: 5px;
  border-style: solid;
  border-color: #252324 transparent transparent transparent;
}

/* line 38, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/tooltip_button.scss */
.tooltip-button:hover > .tooltip {
  visibility: visible;
  opacity: 1;
}
/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.main-transition, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.inner-box-shadow, .top-banner-full-width {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-box, .top-banner-full-width .top-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-center, .top-banner-full-width .top-banner-content {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-end, .top-banner-full-width .top-banner-content .button-wrapper {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/top_banner.scss */
.top-banner-full-width {
  border-bottom: 1px solid #fbfbfb;
  overflow: hidden;
  width: 100%;
  padding: 20px 0px;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/top_banner.scss */
.top-banner-full-width .top-banner-content .message {
  flex: 70%;
}

/* line 16, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/top_banner.scss */
.top-banner-full-width .top-banner-content .button-wrapper {
  flex: 30%;
}

/* line 19, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/top_banner.scss */
.top-banner-full-width .top-banner-content .button-wrapper .button {
  width: auto;
}

@media only screen and (max-width: 670px) {
  /* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/top_banner.scss */
  .top-banner-full-width .top-banner-content {
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 35, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/components/top_banner.scss */
  .top-banner-full-width .top-banner-content .button-wrapper {
    margin-top: 10px;
  }
}
/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
i {
  font-style: normal;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.search_icon:before {
  content: '\f002';
  font-family: "Font Awesome 6 Pro";
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.check_icon:before {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.edit_icon:before {
  content: '\f044';
  font-family: "Font Awesome 6 Pro";
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.view_icon:before {
  content: '\f06e';
  font-family: "Font Awesome 6 Pro";
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.pending_icon:before {
  content: '\f291';
  font-family: "Font Awesome 6 Pro";
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.remove_icon:before {
  content: '\f2ed';
  font-family: "Font Awesome 6 Pro";
}

/* line 50, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.right_icon:before, .image-gallery-right-nav:before {
  content: '\f054';
  font-family: "Font Awesome 6 Pro";
}

/* line 57, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.left_icon:before, .image-gallery-left-nav:before {
  content: '\f053';
  font-family: "Font Awesome 6 Pro";
}

/* line 64, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.up_icon:before {
  content: '\f077';
  font-family: "Font Awesome 6 Pro";
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.down_icon:before {
  content: '\f078';
  font-family: "Font Awesome 6 Pro";
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 85, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.store_icon:before {
  content: '\f54e';
  font-family: "Font Awesome 6 Pro";
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.bullet_icon:before {
  content: '\f111';
  font-family: "Font Awesome 6 Pro";
}

/* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.checked_icon:before {
  content: '\f058';
  font-family: "Font Awesome 6 Pro";
}

/* line 106, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.products_icon:before {
  content: "\f009";
  font-family: "Font Awesome 6 Pro";
}

/* line 113, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.cart_icon:before {
  content: '\f07a';
  font-family: "Font Awesome 6 Pro";
}

/* line 120, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.account_icon:before {
  content: '\f007';
  font-family: "Font Awesome 6 Pro";
}

/* line 127, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.logout_icon:before {
  content: '\f08b';
  font-family: "Font Awesome 6 Pro";
}

/* line 134, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.close_icon:before {
  content: '\f00d';
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/* line 142, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.menu_icon:before {
  content: '\f0c9';
  font-family: "Font Awesome 6 Pro";
}

/* line 149, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.payment_icon:before {
  content: '\f543';
  font-family: "Font Awesome 6 Pro";
}

/* line 156, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.orders_icon:before {
  content: "\f00b";
  font-family: "Font Awesome 6 Pro";
}

/* line 163, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.addresses_icon:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
}

/* line 170, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.protected-icon:before {
  content: "\f023";
  font-family: "Font Awesome 6 Pro";
}

/* line 177, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.delivery-icon:before {
  content: "\f0d1";
  font-family: "Font Awesome 6 Pro";
}

/* line 184, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.pickup-icon:before {
  content: "\f290";
  font-family: "Font Awesome 6 Pro";
}

/* line 191, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.exclamation_icon:before {
  content: "\f321";
  font-family: "Font Awesome 6 Pro";
}

/* line 198, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.filter_icon:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
}

/* line 205, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.filter_icon_filled:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 213, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.filter_icon_checkbox:before {
  content: "\f45c";
  font-family: "Font Awesome 6 Pro";
}

/* line 220, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.filter_icon_checkbox_filled:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 228, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.chevron_icon_left:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
}

/* line 236, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.chevron_icon_right:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 243, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.chevron_icon_down:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 250, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.chevron_icon_down_after:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 257, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.chevron_icon_up:before {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
}

/* line 264, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_plus:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 271, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_minus:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 278, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_name:before {
  content: "\f47f";
  font-family: "Font Awesome 6 Pro";
}

/* line 285, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_email:before {
  content: "\f199";
  font-family: "Font Awesome 6 Pro";
}

/* line 292, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_phone:before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
}

/* line 299, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_smartphone:before {
  content: "\f10b";
  font-family: "Font Awesome 6 Pro";
}

/* line 306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_link:before {
  content: "\f0c1";
  font-family: "Font Awesome 6 Pro";
}

/* line 313, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_text:before {
  content: "\f02d";
  font-family: "Font Awesome 6 Pro";
}

/* line 320, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_upload:before {
  content: "\f0ee";
  font-family: "Font Awesome 6 Pro";
}

/* line 327, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_camera:before {
  content: "\f030";
  font-family: "Font Awesome 6 Pro";
}

/* line 334, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_identity:before {
  content: "\f5ab";
  font-family: "Font Awesome 6 Pro";
}

/* line 341, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.plus_icon:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 348, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.minus_icon:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 355, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.zoom_in_icon:before {
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
}

/* line 362, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.zoom_out_icon:before {
  content: "\f010";
  font-family: "Font Awesome 6 Pro";
}

/* line 369, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.chevron_icon_right_after:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-icon {
  color: #fff;
  transition: all .2s ease-out;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  position: absolute;
  z-index: 4;
  filter: drop-shadow(0 2px 2px #1a1a1a);
}

@media (min-width: 768px) {
  /* line 33, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
  .image-gallery-icon:hover .image-gallery-svg {
    transform: scale(1.1);
  }
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-using-mouse .image-gallery-icon:focus {
  outline: none;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-fullscreen-button,
.image-gallery-play-button {
  bottom: 0;
  padding: 20px;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-fullscreen-button .image-gallery-svg,
.image-gallery-play-button .image-gallery-svg {
  height: 36px;
  width: 36px;
}

@media (max-width: 768px) {
  /* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
  .image-gallery-fullscreen-button,
.image-gallery-play-button {
    padding: 15px;
  }
  /* line 62, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
  .image-gallery-fullscreen-button .image-gallery-svg,
.image-gallery-play-button .image-gallery-svg {
    height: 24px;
    width: 24px;
  }
}

@media (max-width: 480px) {
  /* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
  .image-gallery-fullscreen-button,
.image-gallery-play-button {
    padding: 10px;
  }
  /* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
  .image-gallery-fullscreen-button .image-gallery-svg,
.image-gallery-play-button .image-gallery-svg {
    height: 16px;
    width: 16px;
  }
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-fullscreen-button {
  right: 0;
}

/* line 82, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-play-button {
  left: 0;
}

/* line 86, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-left-nav,
.image-gallery-right-nav {
  padding: 0px 20px;
  top: 50%;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-left-nav:before,
.image-gallery-right-nav:before {
  font-size: 30px;
}

/* line 94, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-left-nav .image-gallery-svg,
.image-gallery-right-nav .image-gallery-svg {
  display: none;
}

/* line 98, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-left-nav[disabled],
.image-gallery-right-nav[disabled] {
  cursor: disabled;
  opacity: .6;
  pointer-events: none;
}

/* line 105, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-left-nav {
  left: 0;
}

/* line 110, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-right-nav {
  right: 0;
}

/* line 116, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}

/* line 121, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery.fullscreen-modal {
  background: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}

/* line 132, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery.fullscreen-modal .image-gallery-content {
  top: 50%;
  transform: translateY(-50%);
}

/* line 139, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-content {
  position: relative;
  line-height: 0;
  top: 0;
}

/* line 144, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-content.fullscreen {
  background: #000;
}

/* line 148, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-content .image-gallery-slide .image-gallery-image {
  max-height: calc(100vh - 80px);
}

/* line 154, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-content.left .image-gallery-slide .image-gallery-image, .image-gallery-content.right .image-gallery-slide .image-gallery-image {
  max-height: 100vh;
}

/* line 160, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-slide-wrapper {
  position: relative;
}

/* line 163, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
  display: inline-block;
  width: calc(100% - 110px);
}

@media (max-width: 768px) {
  /* line 163, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
  .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
    width: calc(100% - 87px);
  }
}

/* line 172, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-slide-wrapper.image-gallery-rtl {
  direction: rtl;
}

/* line 184, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery:focus,
.image-gallery-content:focus,
.image-gallery-slide-wrapper:focus,
.image-gallery-slides:focus,
.image-gallery-slide:focus,
.image-gallery-slide > div:focus,
.image-gallery-slide img:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

/* line 191, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-slides {
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-align: center;
}

/* line 199, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-slide {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 205, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-slide.center {
  position: relative;
}

/* line 209, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-slide .image-gallery-image {
  width: 100%;
}

/* line 213, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-slide .image-gallery-description {
  background: rgba(0, 0, 0, 0.4);
  bottom: 70px;
  color: #fff;
  left: 0;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  white-space: normal;
}

@media (max-width: 768px) {
  /* line 213, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
  .image-gallery-slide .image-gallery-description {
    bottom: 45px;
    font-size: .8em;
    padding: 8px 15px;
  }
}

/* line 232, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-bullets {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 4;
}

/* line 241, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-bullets .image-gallery-bullets-container {
  margin: 0;
  padding: 0;
  text-align: center;
}

/* line 247, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-bullets .image-gallery-bullet {
  appearance: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 0 #1a1a1a;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  outline: none;
  padding: 5px;
  transition: background .2s ease-out;
}

@media (max-width: 768px) {
  /* line 247, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
  .image-gallery-bullets .image-gallery-bullet {
    margin: 0 3px;
    padding: 3px;
  }
}

@media (max-width: 480px) {
  /* line 247, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
  .image-gallery-bullets .image-gallery-bullet {
    padding: 2.7px;
  }
}

/* line 269, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-bullets .image-gallery-bullet.active {
  background: #fff;
}

/* line 275, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-thumbnails-wrapper {
  position: relative;
}

/* line 278, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl {
  direction: rtl;
}

/* line 281, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}

@media (max-width: 768px) {
  /* line 281, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
  .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
    width: 81px;
  }
}

/* line 291, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails {
  height: 100%;
  width: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
}

/* line 299, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail {
  display: block;
  margin-right: 0;
  padding: 0;
}

/* line 304, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail {
  margin-left: 0;
  margin-top: 2px;
}

/* line 314, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
  margin: 0 5px;
}

@media (max-width: 768px) {
  /* line 314, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
  .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
    margin: 0 3px;
  }
}

/* line 324, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-thumbnails {
  overflow: hidden;
  padding: 5px 0;
}

@media (max-width: 768px) {
  /* line 324, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
  .image-gallery-thumbnails {
    padding: 3px 0;
  }
}

/* line 332, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-thumbnails .image-gallery-thumbnails-container {
  cursor: pointer;
  text-align: center;
  transition: transform .45s ease-out;
  white-space: nowrap;
}

/* line 341, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-thumbnail {
  display: inline-block;
  border: 4px solid transparent;
  transition: border .3s ease-out;
  width: 100px;
  background: transparent;
  padding: 0;
}

@media (max-width: 768px) {
  /* line 341, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
  .image-gallery-thumbnail {
    border: 3px solid transparent;
    width: 81px;
  }
}

/* line 354, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-thumbnail + .image-gallery-thumbnail {
  margin-left: 2px;
}

/* line 358, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-thumbnail .image-gallery-thumbnail-inner {
  position: relative;
}

/* line 362, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-thumbnail .image-gallery-thumbnail-image {
  vertical-align: middle;
  width: 100%;
  line-height: 0;
}

/* line 368, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-thumbnail.active, .image-gallery-thumbnail:hover, .image-gallery-thumbnail:focus {
  outline: none;
}

/* line 376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-thumbnail-label {
  box-sizing: border-box;
  color: white;
  font-size: 1em;
  left: 0;
  line-height: 1em;
  padding: 5%;
  position: absolute;
  top: 50%;
  text-shadow: 1px 1px 0 black;
  transform: translateY(-50%);
  white-space: normal;
  width: 100%;
}

@media (max-width: 768px) {
  /* line 376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
  .image-gallery-thumbnail-label {
    font-size: .8em;
    line-height: .8em;
  }
}

/* line 396, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
.image-gallery-index {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}

@media (max-width: 768px) {
  /* line 396, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageGallery.scss */
  .image-gallery-index {
    font-size: .8em;
    padding: 5px 10px;
  }
}
/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
i {
  font-style: normal;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.search_icon:before {
  content: '\f002';
  font-family: "Font Awesome 6 Pro";
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.check_icon:before {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.edit_icon:before {
  content: '\f044';
  font-family: "Font Awesome 6 Pro";
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.view_icon:before {
  content: '\f06e';
  font-family: "Font Awesome 6 Pro";
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.pending_icon:before {
  content: '\f291';
  font-family: "Font Awesome 6 Pro";
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.remove_icon:before {
  content: '\f2ed';
  font-family: "Font Awesome 6 Pro";
}

/* line 50, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.right_icon:before {
  content: '\f054';
  font-family: "Font Awesome 6 Pro";
}

/* line 57, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.left_icon:before {
  content: '\f053';
  font-family: "Font Awesome 6 Pro";
}

/* line 64, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.up_icon:before {
  content: '\f077';
  font-family: "Font Awesome 6 Pro";
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.down_icon:before {
  content: '\f078';
  font-family: "Font Awesome 6 Pro";
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 85, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.store_icon:before {
  content: '\f54e';
  font-family: "Font Awesome 6 Pro";
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.bullet_icon:before {
  content: '\f111';
  font-family: "Font Awesome 6 Pro";
}

/* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.checked_icon:before {
  content: '\f058';
  font-family: "Font Awesome 6 Pro";
}

/* line 106, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.products_icon:before {
  content: "\f009";
  font-family: "Font Awesome 6 Pro";
}

/* line 113, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.cart_icon:before {
  content: '\f07a';
  font-family: "Font Awesome 6 Pro";
}

/* line 120, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.account_icon:before {
  content: '\f007';
  font-family: "Font Awesome 6 Pro";
}

/* line 127, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.logout_icon:before {
  content: '\f08b';
  font-family: "Font Awesome 6 Pro";
}

/* line 134, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.close_icon:before, .ril__closeButton:before {
  content: '\f00d';
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/* line 142, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.menu_icon:before {
  content: '\f0c9';
  font-family: "Font Awesome 6 Pro";
}

/* line 149, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.payment_icon:before {
  content: '\f543';
  font-family: "Font Awesome 6 Pro";
}

/* line 156, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.orders_icon:before {
  content: "\f00b";
  font-family: "Font Awesome 6 Pro";
}

/* line 163, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.addresses_icon:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
}

/* line 170, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.protected-icon:before {
  content: "\f023";
  font-family: "Font Awesome 6 Pro";
}

/* line 177, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.delivery-icon:before {
  content: "\f0d1";
  font-family: "Font Awesome 6 Pro";
}

/* line 184, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.pickup-icon:before {
  content: "\f290";
  font-family: "Font Awesome 6 Pro";
}

/* line 191, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.exclamation_icon:before {
  content: "\f321";
  font-family: "Font Awesome 6 Pro";
}

/* line 198, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.filter_icon:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
}

/* line 205, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.filter_icon_filled:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 213, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.filter_icon_checkbox:before {
  content: "\f45c";
  font-family: "Font Awesome 6 Pro";
}

/* line 220, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.filter_icon_checkbox_filled:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 228, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.chevron_icon_left:before, .ril__navButtonPrev:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
}

/* line 236, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.chevron_icon_right:before, .ril__navButtonNext:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 243, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.chevron_icon_down:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 250, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.chevron_icon_down_after:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 257, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.chevron_icon_up:before {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
}

/* line 264, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_plus:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 271, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_minus:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 278, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_name:before {
  content: "\f47f";
  font-family: "Font Awesome 6 Pro";
}

/* line 285, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_email:before {
  content: "\f199";
  font-family: "Font Awesome 6 Pro";
}

/* line 292, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_phone:before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
}

/* line 299, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_smartphone:before {
  content: "\f10b";
  font-family: "Font Awesome 6 Pro";
}

/* line 306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_link:before {
  content: "\f0c1";
  font-family: "Font Awesome 6 Pro";
}

/* line 313, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_text:before {
  content: "\f02d";
  font-family: "Font Awesome 6 Pro";
}

/* line 320, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_upload:before {
  content: "\f0ee";
  font-family: "Font Awesome 6 Pro";
}

/* line 327, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_camera:before {
  content: "\f030";
  font-family: "Font Awesome 6 Pro";
}

/* line 334, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_identity:before {
  content: "\f5ab";
  font-family: "Font Awesome 6 Pro";
}

/* line 341, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.plus_icon:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 348, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.minus_icon:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 355, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.zoom_in_icon:before, .ril__zoomInButton:before {
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
}

/* line 362, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.zoom_out_icon:before, .ril__zoomOutButton:before {
  content: "\f010";
  font-family: "Font Awesome 6 Pro";
}

/* line 369, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.chevron_icon_right_after:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

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

/* line 12, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__outer {
  background-color: rgba(0, 0, 0, 0.85);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

/* line 28, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__outerClosing {
  opacity: 0;
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 40, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

/* line 56, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* line 62, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}

/* line 74, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__navButtons:hover {
  opacity: 1;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__navButtons:active {
  opacity: 0.7;
}

/* line 81, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__navButtonPrev {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  border: none !important;
  font-size: 30px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__navButtonNext {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  font-size: 30px;
}

/* line 103, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  background-size: cover;
}

/* line 113, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__caption,
.ril__toolbar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

/* line 123, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto;
}

/* line 129, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__captionContent {
  padding: 10px 20px;
  color: #fff;
}

/* line 134, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__toolbar {
  top: 0;
  height: 50px;
}

/* line 139, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__toolbarSide {
  height: 50px;
  margin: 0;
}

/* line 144, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 152, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  flex: 0 0 auto;
}

/* line 158, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 170, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__toolbarItemChild {
  vertical-align: middle;
}

/* line 174, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__builtinButton {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 2px !important;
}

/* line 186, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__builtinButton:hover {
  opacity: 1;
}

/* line 189, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__builtinButton:active {
  outline: none;
}

/* line 193, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5;
}

/* line 197, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__builtinButtonDisabled:hover {
  opacity: 0.5;
}

/* line 201, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__closeButton {
  font-size: 20px;
}

/* line 206, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__zoomInButton {
  font-size: 20px;
}

/* line 211, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__zoomOutButton {
  font-size: 20px;
}

/* line 216, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__outerAnimating {
  animation-name: closeWindow;
}

@keyframes pointFade {
  0%,
19.999%,
100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

/* line 231, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative;
}

/* line 237, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 244, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  animation: pointFade 800ms infinite ease-in-out both;
}

/* line 254, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(1) {
  transform: rotate(0deg);
}

/* line 257, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}

/* line 260, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  animation-delay: -800ms;
}

/* line 264, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(2) {
  transform: rotate(30deg);
}

/* line 267, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(8) {
  transform: rotate(210deg);
}

/* line 270, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  animation-delay: -666ms;
}

/* line 274, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(3) {
  transform: rotate(60deg);
}

/* line 277, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(9) {
  transform: rotate(240deg);
}

/* line 280, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  animation-delay: -533ms;
}

/* line 284, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(4) {
  transform: rotate(90deg);
}

/* line 287, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(10) {
  transform: rotate(270deg);
}

/* line 290, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  animation-delay: -400ms;
}

/* line 294, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(5) {
  transform: rotate(120deg);
}

/* line 297, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(11) {
  transform: rotate(300deg);
}

/* line 300, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  animation-delay: -266ms;
}

/* line 304, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(6) {
  transform: rotate(150deg);
}

/* line 307, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(12) {
  transform: rotate(330deg);
}

/* line 310, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  animation-delay: -133ms;
}

/* line 314, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}

/* line 317, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(13) {
  transform: rotate(360deg);
}

/* line 320, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  animation-delay: 0ms;
}

/* line 325, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 332, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none;
}

/* line 337, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* line 348, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none;
}

/* line 353, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactImageLightbox.scss */
.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.flex-box, .react-multi-carousel-dot-list, .react-multiple-carousel__arrow, .react-multi-carousel-track, .react-multi-carousel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.items-center, .react-multiple-carousel__arrow {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.content-center, .react-multiple-carousel__arrow {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
i {
  font-style: normal;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.search_icon:before {
  content: '\f002';
  font-family: "Font Awesome 6 Pro";
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.check_icon:before {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.edit_icon:before {
  content: '\f044';
  font-family: "Font Awesome 6 Pro";
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.view_icon:before {
  content: '\f06e';
  font-family: "Font Awesome 6 Pro";
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.pending_icon:before {
  content: '\f291';
  font-family: "Font Awesome 6 Pro";
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.remove_icon:before {
  content: '\f2ed';
  font-family: "Font Awesome 6 Pro";
}

/* line 50, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.right_icon:before {
  content: '\f054';
  font-family: "Font Awesome 6 Pro";
}

/* line 57, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.left_icon:before {
  content: '\f053';
  font-family: "Font Awesome 6 Pro";
}

/* line 64, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.up_icon:before {
  content: '\f077';
  font-family: "Font Awesome 6 Pro";
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.down_icon:before {
  content: '\f078';
  font-family: "Font Awesome 6 Pro";
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 85, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.store_icon:before {
  content: '\f54e';
  font-family: "Font Awesome 6 Pro";
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.bullet_icon:before {
  content: '\f111';
  font-family: "Font Awesome 6 Pro";
}

/* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.checked_icon:before {
  content: '\f058';
  font-family: "Font Awesome 6 Pro";
}

/* line 106, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.products_icon:before {
  content: "\f009";
  font-family: "Font Awesome 6 Pro";
}

/* line 113, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.cart_icon:before {
  content: '\f07a';
  font-family: "Font Awesome 6 Pro";
}

/* line 120, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.account_icon:before {
  content: '\f007';
  font-family: "Font Awesome 6 Pro";
}

/* line 127, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.logout_icon:before {
  content: '\f08b';
  font-family: "Font Awesome 6 Pro";
}

/* line 134, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.close_icon:before {
  content: '\f00d';
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/* line 142, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.menu_icon:before {
  content: '\f0c9';
  font-family: "Font Awesome 6 Pro";
}

/* line 149, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.payment_icon:before {
  content: '\f543';
  font-family: "Font Awesome 6 Pro";
}

/* line 156, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.orders_icon:before {
  content: "\f00b";
  font-family: "Font Awesome 6 Pro";
}

/* line 163, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.addresses_icon:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
}

/* line 170, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.protected-icon:before {
  content: "\f023";
  font-family: "Font Awesome 6 Pro";
}

/* line 177, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.delivery-icon:before {
  content: "\f0d1";
  font-family: "Font Awesome 6 Pro";
}

/* line 184, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.pickup-icon:before {
  content: "\f290";
  font-family: "Font Awesome 6 Pro";
}

/* line 191, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.exclamation_icon:before {
  content: "\f321";
  font-family: "Font Awesome 6 Pro";
}

/* line 198, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.filter_icon:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
}

/* line 205, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.filter_icon_filled:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 213, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.filter_icon_checkbox:before {
  content: "\f45c";
  font-family: "Font Awesome 6 Pro";
}

/* line 220, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.filter_icon_checkbox_filled:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 228, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.chevron_icon_left:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
}

/* line 236, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.chevron_icon_right:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 243, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.chevron_icon_down:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 250, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.chevron_icon_down_after:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 257, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.chevron_icon_up:before {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
}

/* line 264, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_plus:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 271, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_minus:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 278, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_name:before {
  content: "\f47f";
  font-family: "Font Awesome 6 Pro";
}

/* line 285, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_email:before {
  content: "\f199";
  font-family: "Font Awesome 6 Pro";
}

/* line 292, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_phone:before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
}

/* line 299, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_smartphone:before {
  content: "\f10b";
  font-family: "Font Awesome 6 Pro";
}

/* line 306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_link:before {
  content: "\f0c1";
  font-family: "Font Awesome 6 Pro";
}

/* line 313, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_text:before {
  content: "\f02d";
  font-family: "Font Awesome 6 Pro";
}

/* line 320, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_upload:before {
  content: "\f0ee";
  font-family: "Font Awesome 6 Pro";
}

/* line 327, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_camera:before {
  content: "\f030";
  font-family: "Font Awesome 6 Pro";
}

/* line 334, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.icon_identity:before {
  content: "\f5ab";
  font-family: "Font Awesome 6 Pro";
}

/* line 341, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.plus_icon:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 348, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.minus_icon:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 355, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.zoom_in_icon:before {
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
}

/* line 362, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.zoom_out_icon:before {
  content: "\f010";
  font-family: "Font Awesome 6 Pro";
}

/* line 369, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.chevron_icon_right_after:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactMultiCarousel.scss */
.react-multi-carousel-list {
  overflow: hidden;
  position: relative;
}

/* line 9, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactMultiCarousel.scss */
.react-multi-carousel-track {
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, transition;
}

/* line 20, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactMultiCarousel.scss */
.react-multiple-carousel__arrow {
  position: absolute;
  outline: 0;
  transition: all 0.5s;
  z-index: 1000;
  border-radius: 50%;
  min-width: 50px;
  min-height: 50px;
  opacity: 1;
  cursor: pointer;
  top: 50%;
}

/* line 35, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactMultiCarousel.scss */
.react-multiple-carousel__arrow::before {
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 27px;
  text-align: center;
  z-index: 2;
  position: relative;
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactMultiCarousel.scss */
.react-multiple-carousel__arrow--left {
  left: calc(4% + 1px);
}

/* line 46, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactMultiCarousel.scss */
.react-multiple-carousel__arrow--left::before {
  content: "\f053" !important;
  display: inline-block;
}

/* line 50, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactMultiCarousel.scss */
.react-multiple-carousel__arrow--right {
  right: calc(4% + 1px);
}

/* line 53, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactMultiCarousel.scss */
.react-multiple-carousel__arrow--right::before {
  content: "\f054" !important;
}

/* line 56, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactMultiCarousel.scss */
.react-multi-carousel-dot-list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  margin: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

/* line 69, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactMultiCarousel.scss */
.react-multi-carousel-dot button {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  padding: 5px 5px 5px 5px;
  box-shadow: none;
  transition: background 0.5s;
  padding: 0;
  margin: 0;
  margin-right: 6px;
  outline: 0;
  cursor: pointer;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactMultiCarousel.scss */
.react-multi-carousel-item {
  padding: 10px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactMultiCarousel.scss */
  .react-multi-carousel-item {
    flex-shrink: 0 !important;
  }
  /* line 93, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactMultiCarousel.scss */
  .react-multi-carousel-track {
    overflow: visible !important;
  }
}
/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/helpers.scss */
.main-transition, .react-tabs__tab:hover, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/helpers.scss */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactTabs.scss */
.react-tabs {
  -webkit-tap-highlight-color: transparent;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactTabs.scss */
.react-tabs__tab-list {
  border-bottom: 1px solid #aaaaaa;
  padding: 0;
}

/* line 10, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactTabs.scss */
.react-tabs__tab {
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: none;
  bottom: -1px;
  position: relative;
  list-style: none;
  padding: 6px 12px;
  cursor: pointer;
}

/* line 19, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactTabs.scss */
.react-tabs__tab:focus {
  outline: none;
}

/* line 26, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactTabs.scss */
.react-tabs__tab--selected {
  background: #ffffff;
  border: 1px solid #aaaaaa;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactTabs.scss */
.react-tabs__tab--disabled {
  cursor: default;
}

/* line 33, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactTabs.scss */
.react-tabs__tab-panel {
  display: none;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  background: #ffffff;
}

/* line 39, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactTabs.scss */
.react-tabs__tab-panel .tab-content {
  padding: 15px;
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactTabs.scss */
.react-tabs__tab-panel--selected {
  display: block;
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__toast-container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  margin-left: -160px;
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}

/* line 21, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  margin-left: -160px;
}

/* line 25, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__close-button svg {
  width: 20px !important;
}

@media only screen and (max-width: 480px) {
  /* line 34, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  /* line 39, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
  }
  /* line 41, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
  }
  /* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}

/* line 47, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}

/* line 64, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__toast--rtl {
  direction: rtl;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__toast--default {
  background: #fff;
  color: #aaa;
}

/* line 69, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__toast--info {
  background: #3498db;
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__toast--success {
  background: #07bc0c;
}

/* line 73, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__toast--warning {
  background: #f1c40f;
}

/* line 75, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__toast--error {
  background: #e74c3c;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 480px) {
  /* line 83, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
  .Toastify__toast {
    margin-bottom: 0;
  }
}

/* line 86, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__close-button--default {
  color: #000;
  opacity: 0.3;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

/* line 111, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
}

/* line 121, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

/* line 123, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__progress-bar--controlled {
  transition: transform .2s;
}

/* line 125, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

/* line 129, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__progress-bar--default {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
}

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

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

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

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

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

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 250, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

/* line 253, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

/* line 256, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

/* line 259, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

/* line 262, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

/* line 265, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

/* line 268, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

/* line 271, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

/* line 290, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

/* line 293, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

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

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 322, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

/* line 325, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

/* line 384, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

/* line 387, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

/* line 390, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

/* line 393, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

/* line 396, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}

/* line 399, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}

/* line 402, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}

/* line 405, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/ReactToastify.scss */
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

/*# sourceMappingURL=ReactToastify.css.map */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 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);
  }
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 110, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 151, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 230, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 285, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 354, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 415, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 488, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 569, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 662, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 723, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 822, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 905, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 986, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1067, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1148, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1193, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1240, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1273, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1351, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 1376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1409, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1442, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1475, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1508, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1541, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1574, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1607, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1640, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 1665, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1694, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1723, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1752, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1781, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1810, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1839, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1868, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1897, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 1992, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2065, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2138, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2183, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2230, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2287, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2318, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2361, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2402, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2443, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2484, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2525, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2562, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2599, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2636, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2673, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2710, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2787, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2846, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2881, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2912, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2941, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2982, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3023, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3064, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3105, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 3142, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3187, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 3224, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 3261, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3337, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3368, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3399, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3430, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3461, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3492, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3523, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3554, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 3559, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 3566, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 3571, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/* line 3576, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* line 3581, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/* line 3586, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

/* line 3591, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

/* line 3596, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

/* line 3601, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

/* line 3606, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 3611, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  /* line 3617, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.items-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.main-transition, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
i {
  font-style: normal;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.search_icon:before {
  content: '\f002';
  font-family: "Font Awesome 6 Pro";
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.check_icon:before {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.edit_icon:before {
  content: '\f044';
  font-family: "Font Awesome 6 Pro";
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.view_icon:before {
  content: '\f06e';
  font-family: "Font Awesome 6 Pro";
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.pending_icon:before {
  content: '\f291';
  font-family: "Font Awesome 6 Pro";
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.remove_icon:before {
  content: '\f2ed';
  font-family: "Font Awesome 6 Pro";
}

/* line 50, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.right_icon:before {
  content: '\f054';
  font-family: "Font Awesome 6 Pro";
}

/* line 57, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.left_icon:before {
  content: '\f053';
  font-family: "Font Awesome 6 Pro";
}

/* line 64, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.up_icon:before {
  content: '\f077';
  font-family: "Font Awesome 6 Pro";
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.down_icon:before {
  content: '\f078';
  font-family: "Font Awesome 6 Pro";
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 85, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.store_icon:before {
  content: '\f54e';
  font-family: "Font Awesome 6 Pro";
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.bullet_icon:before {
  content: '\f111';
  font-family: "Font Awesome 6 Pro";
}

/* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.checked_icon:before {
  content: '\f058';
  font-family: "Font Awesome 6 Pro";
}

/* line 106, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.products_icon:before {
  content: "\f009";
  font-family: "Font Awesome 6 Pro";
}

/* line 113, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.cart_icon:before {
  content: '\f07a';
  font-family: "Font Awesome 6 Pro";
}

/* line 120, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.account_icon:before {
  content: '\f007';
  font-family: "Font Awesome 6 Pro";
}

/* line 127, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.logout_icon:before {
  content: '\f08b';
  font-family: "Font Awesome 6 Pro";
}

/* line 134, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.close_icon:before {
  content: '\f00d';
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/* line 142, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.menu_icon:before {
  content: '\f0c9';
  font-family: "Font Awesome 6 Pro";
}

/* line 149, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.payment_icon:before {
  content: '\f543';
  font-family: "Font Awesome 6 Pro";
}

/* line 156, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.orders_icon:before {
  content: "\f00b";
  font-family: "Font Awesome 6 Pro";
}

/* line 163, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.addresses_icon:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
}

/* line 170, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.protected-icon:before {
  content: "\f023";
  font-family: "Font Awesome 6 Pro";
}

/* line 177, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.delivery-icon:before {
  content: "\f0d1";
  font-family: "Font Awesome 6 Pro";
}

/* line 184, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.pickup-icon:before {
  content: "\f290";
  font-family: "Font Awesome 6 Pro";
}

/* line 191, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.exclamation_icon:before {
  content: "\f321";
  font-family: "Font Awesome 6 Pro";
}

/* line 198, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.filter_icon:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
}

/* line 205, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.filter_icon_filled:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 213, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.filter_icon_checkbox:before {
  content: "\f45c";
  font-family: "Font Awesome 6 Pro";
}

/* line 220, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.filter_icon_checkbox_filled:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 228, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_left:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
}

/* line 236, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_right:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 243, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_down:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 250, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_down_after:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 257, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_up:before {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
}

/* line 264, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_plus:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 271, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_minus:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 278, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_name:before {
  content: "\f47f";
  font-family: "Font Awesome 6 Pro";
}

/* line 285, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_email:before {
  content: "\f199";
  font-family: "Font Awesome 6 Pro";
}

/* line 292, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_phone:before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
}

/* line 299, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_smartphone:before {
  content: "\f10b";
  font-family: "Font Awesome 6 Pro";
}

/* line 306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_link:before {
  content: "\f0c1";
  font-family: "Font Awesome 6 Pro";
}

/* line 313, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_text:before {
  content: "\f02d";
  font-family: "Font Awesome 6 Pro";
}

/* line 320, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_upload:before {
  content: "\f0ee";
  font-family: "Font Awesome 6 Pro";
}

/* line 327, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_camera:before {
  content: "\f030";
  font-family: "Font Awesome 6 Pro";
}

/* line 334, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_identity:before {
  content: "\f5ab";
  font-family: "Font Awesome 6 Pro";
}

/* line 341, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.plus_icon:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 348, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.minus_icon:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 355, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.zoom_in_icon:before, .lightbox-wrapper .lightbox-button:before {
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
}

/* line 362, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.zoom_out_icon:before {
  content: "\f010";
  font-family: "Font Awesome 6 Pro";
}

/* line 369, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_right_after:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/image_gallery.scss */
.slider-images {
  position: relative;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/image_gallery.scss */
.slider-images .button, .slider-images .button:hover, .slider-images .button:active, .slider-images .button:focus,
.slider-images button, .slider-images button:hover, .slider-images button:active, .slider-images button:focus {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* line 12, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/image_gallery.scss */
.lightbox-wrapper {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/image_gallery.scss */
.lightbox-wrapper .lightbox-button {
  font-size: 30px;
}

/* line 26, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/image_gallery.scss */
.image-gallery .image-gallery-content .image-gallery-slide {
  outline: none;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/image_gallery.scss */
.image-gallery .image-gallery-icon {
  -webkit-filter: none !important;
  filter: none !important;
  border: none !important;
}

/* line 34, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/image_gallery.scss */
.image-gallery .image-gallery-icon:hover {
  -webkit-filter: none !important;
  filter: none !important;
  -webkit-transform: auto;
  transform: auto;
  -webkit-tap-highlight-color: none;
  tap-highlight-color: none;
  border: none !important;
  transition: none !important;
  -webkit-transition: none !important;
}

/* line 46, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/image_gallery.scss */
.image-gallery .image-gallery-icon .image-gallery-svg:hover {
  transition: none !important;
  -webkit-transition: none !important;
}
/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

/* line 16, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

/* line 25, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 40, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-pointer-events {
  touch-action: pan-y;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

/* line 46, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

/* line 53, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
/* line 58, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 63, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
/* line 70, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-3d {
  perspective: 1200px;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* line 81, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 93, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
/* line 109, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

/* line 113, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

/* line 117, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

/* line 122, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

/* line 127, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper.scss */
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
/* a11y */
/* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_a11y.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_effect-cube.scss */
.swiper-container-cube {
  overflow: visible;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_effect-cube.scss */
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_effect-cube.scss */
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_effect-cube.scss */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

/* line 19, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_effect-cube.scss */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_effect-cube.scss */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* line 31, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_effect-cube.scss */
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* line 38, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_effect-cube.scss */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

/* line 47, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_effect-cube.scss */
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_effect-fade.scss */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_effect-fade.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

/* line 10, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_effect-fade.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_effect-fade.scss */
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_effect-flip.scss */
.swiper-container-flip {
  overflow: visible;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_effect-flip.scss */
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_effect-flip.scss */
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 12, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_effect-flip.scss */
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_effect-flip.scss */
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Preloader */
/* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_lazy.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

/* line 19, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_lazy.scss */
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_lazy.scss */
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
i {
  font-style: normal;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.search_icon:before {
  content: '\f002';
  font-family: "Font Awesome 6 Pro";
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.check_icon:before {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.edit_icon:before {
  content: '\f044';
  font-family: "Font Awesome 6 Pro";
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.view_icon:before {
  content: '\f06e';
  font-family: "Font Awesome 6 Pro";
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.pending_icon:before {
  content: '\f291';
  font-family: "Font Awesome 6 Pro";
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.remove_icon:before {
  content: '\f2ed';
  font-family: "Font Awesome 6 Pro";
}

/* line 50, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.right_icon:before {
  content: '\f054';
  font-family: "Font Awesome 6 Pro";
}

/* line 57, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.left_icon:before {
  content: '\f053';
  font-family: "Font Awesome 6 Pro";
}

/* line 64, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.up_icon:before {
  content: '\f077';
  font-family: "Font Awesome 6 Pro";
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.down_icon:before {
  content: '\f078';
  font-family: "Font Awesome 6 Pro";
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 85, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.store_icon:before {
  content: '\f54e';
  font-family: "Font Awesome 6 Pro";
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.bullet_icon:before {
  content: '\f111';
  font-family: "Font Awesome 6 Pro";
}

/* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.checked_icon:before {
  content: '\f058';
  font-family: "Font Awesome 6 Pro";
}

/* line 106, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.products_icon:before {
  content: "\f009";
  font-family: "Font Awesome 6 Pro";
}

/* line 113, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.cart_icon:before {
  content: '\f07a';
  font-family: "Font Awesome 6 Pro";
}

/* line 120, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.account_icon:before {
  content: '\f007';
  font-family: "Font Awesome 6 Pro";
}

/* line 127, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.logout_icon:before {
  content: '\f08b';
  font-family: "Font Awesome 6 Pro";
}

/* line 134, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.close_icon:before {
  content: '\f00d';
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/* line 142, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.menu_icon:before {
  content: '\f0c9';
  font-family: "Font Awesome 6 Pro";
}

/* line 149, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.payment_icon:before {
  content: '\f543';
  font-family: "Font Awesome 6 Pro";
}

/* line 156, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.orders_icon:before {
  content: "\f00b";
  font-family: "Font Awesome 6 Pro";
}

/* line 163, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.addresses_icon:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
}

/* line 170, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.protected-icon:before {
  content: "\f023";
  font-family: "Font Awesome 6 Pro";
}

/* line 177, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.delivery-icon:before {
  content: "\f0d1";
  font-family: "Font Awesome 6 Pro";
}

/* line 184, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.pickup-icon:before {
  content: "\f290";
  font-family: "Font Awesome 6 Pro";
}

/* line 191, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.exclamation_icon:before {
  content: "\f321";
  font-family: "Font Awesome 6 Pro";
}

/* line 198, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.filter_icon:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
}

/* line 205, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.filter_icon_filled:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 213, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.filter_icon_checkbox:before {
  content: "\f45c";
  font-family: "Font Awesome 6 Pro";
}

/* line 220, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.filter_icon_checkbox_filled:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 228, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.chevron_icon_left:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
}

/* line 236, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.chevron_icon_right:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 243, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.chevron_icon_down:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 250, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.chevron_icon_down_after:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 257, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.chevron_icon_up:before {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
}

/* line 264, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.icon_plus:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 271, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.icon_minus:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 278, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.icon_name:before {
  content: "\f47f";
  font-family: "Font Awesome 6 Pro";
}

/* line 285, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.icon_email:before {
  content: "\f199";
  font-family: "Font Awesome 6 Pro";
}

/* line 292, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.icon_phone:before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
}

/* line 299, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.icon_smartphone:before {
  content: "\f10b";
  font-family: "Font Awesome 6 Pro";
}

/* line 306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.icon_link:before {
  content: "\f0c1";
  font-family: "Font Awesome 6 Pro";
}

/* line 313, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.icon_text:before {
  content: "\f02d";
  font-family: "Font Awesome 6 Pro";
}

/* line 320, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.icon_upload:before {
  content: "\f0ee";
  font-family: "Font Awesome 6 Pro";
}

/* line 327, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.icon_camera:before {
  content: "\f030";
  font-family: "Font Awesome 6 Pro";
}

/* line 334, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.icon_identity:before {
  content: "\f5ab";
  font-family: "Font Awesome 6 Pro";
}

/* line 341, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.plus_icon:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 348, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.minus_icon:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 355, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.zoom_in_icon:before {
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
}

/* line 362, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.zoom_out_icon:before {
  content: "\f010";
  font-family: "Font Awesome 6 Pro";
}

/* line 369, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.chevron_icon_right_after:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/../../theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_navigation.scss */
:root {
  --swiper-navigation-size: 44px;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_navigation.scss */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 19, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_navigation.scss */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_navigation.scss */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

/* line 35, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_navigation.scss */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_navigation.scss */
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "\f053";
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_navigation.scss */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

/* line 45, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_navigation.scss */
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "\f054";
}

/* line 55, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_navigation.scss */
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

/* line 55, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_navigation.scss */
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_navigation.scss */
.swiper-button-lock {
  display: none;
}
/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 9, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
/* line 14, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

/* line 25, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

/* line 35, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

/* line 38, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

/* line 41, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

/* line 44, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

/* line 55, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

/* line 62, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

/* line 75, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

/* line 79, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

/* line 83, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

/* line 95, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

/* line 104, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
/* line 109, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 112, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

/* line 121, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

/* line 124, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 131, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 140, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

/* line 140, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

/* line 144, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_pagination.scss */
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
/* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_scrollbar.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_scrollbar.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_scrollbar.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_scrollbar.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 33, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_scrollbar.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_scrollbar.scss */
.swiper-scrollbar-lock {
  display: none;
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_zoom.scss */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* line 9, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_zoom.scss */
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/swiper_styles/swiper_zoom.scss */
.swiper-slide-zoomed {
  cursor: move;
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
table, th, td {
  border: none;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 12, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
table.striped tr {
  border-bottom: none;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
table.striped > tbody > tr > td {
  border-radius: 0;
}

/* line 23, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
table.highlight > tbody > tr {
  transition: background-color .25s ease;
}

/* line 28, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

/* line 34, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
.table-wrapper .heading {
  font-size: 22px;
  font-weight: 600;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
.table-wrapper .table .table-head .table-cell {
  font-weight: 600;
  border-bottom: 0;
}

/* line 56, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
.table-wrapper .table .table-body .table-row .table-cell {
  font-weight: 400;
  border-bottom: 1px solid #AEAFAE;
}

/* line 62, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
.table-wrapper .table .table-cell {
  padding: 20px 5px;
  align-items: center;
}

@media only screen and (max-width: 800px) {
  /* line 70, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
  }
  /* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  /* line 81, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
  table.responsive-table th,
table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  /* line 87, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
  table.responsive-table th {
    text-align: left;
  }
  /* line 88, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
  table.responsive-table thead {
    display: block;
    float: left;
  }
  /* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  /* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  /* line 101, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  /* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  /* line 113, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  /* line 117, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  /* line 122, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  /* line 126, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
  table.responsive-table thead {
    border: 0;
  }
}

@media only screen and (max-width: 600px) {
  /* line 133, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
  .table-wrapper .table {
    overflow-x: auto;
  }
  /* line 136, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/dependencies/table.scss */
  .table-wrapper .table .table-head .table-cell,
.table-wrapper .table .table-body .table-row .table-cell {
    min-width: 200px;
    flex: auto;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-box, .bottom-section .copyrights, .bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.items-center, .bottom-section .copyrights {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-center, .bottom-section .copyrights {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-column-reverse, .bottom-section {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/helpers.scss */
.main-transition, .bottom-section .copyrights .branding a:hover, .bottom-section .copyrights .branding a:focus, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/helpers.scss */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/copyrights.scss */
.bottom-section .copyrights {
  line-height: 1.5em;
  font-size: 12px;
  padding: 20px 0px;
}

/* line 14, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/copyrights.scss */
.bottom-section .copyrights .branding {
  display: inline-block;
}
/* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer.scss */
.footer .footer-navigation {
  padding: 30px 0px;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer.scss */
.footer .footer-navigation .navigation-item {
  margin-bottom: 20px;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer.scss */
.footer .footer-navigation .navigation-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v2.scss */
.footer.footer_v2 .social-icons-wrapper {
  padding: 40px 20px;
}

@media screen and (max-width: 670px) {
  /* line 12, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v2.scss */
  .footer.footer_v2 .social-icons-wrapper {
    padding: 20px 0px;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-box, .footer.footer_v3 .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.items-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-end, .footer.footer_v3 .footer-top .right-column .social-icons-wrapper .social-icons {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-wrap, .footer.footer_v3 .footer-top {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v3.scss */
.footer.footer_v3 .footer-top .left-column {
  width: 70%;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v3.scss */
.footer.footer_v3 .footer-top .right-column {
  width: 30%;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v3.scss */
.footer.footer_v3 .footer-top .right-column .social-icons-wrapper {
  padding-top: 40px;
}

@media screen and (max-width: 670px) {
  /* line 28, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v3.scss */
  .footer.footer_v3 .footer-top .left-column {
    width: 100%;
  }
  /* line 31, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v3.scss */
  .footer.footer_v3 .footer-top .right-column {
    width: 100%;
  }
  /* line 33, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v3.scss */
  .footer.footer_v3 .footer-top .right-column .social-icons-wrapper {
    padding: 0;
  }
  /* line 35, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v3.scss */
  .footer.footer_v3 .footer-top .right-column .social-icons-wrapper .social-icons {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-box, .footer.footer_v4 .bottom-section .right-column, .footer.footer_v4 .bottom-section .left-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.items-center, .footer.footer_v4 .bottom-section .right-column, .footer.footer_v4 .bottom-section .left-column {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-end, .footer.footer_v4 .bottom-section .right-column .payment-icons-wrapper {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-start, .footer.footer_v4 .bottom-section .left-column .copyrights, .footer.footer_v4 .social-icons-wrapper .social-icons {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-row, .footer.footer_v4 .bottom-section .left-column .copyrights, .footer.footer_v4 .bottom-section {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-wrap, .footer.footer_v4 .bottom-section .left-column .copyrights, .footer.footer_v4 .bottom-section {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v4.scss */
.footer.footer_v4 .social-icons-wrapper {
  padding-top: 40px;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v4.scss */
.footer.footer_v4 .bottom-section {
  padding: 10px 0px;
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v4.scss */
.footer.footer_v4 .bottom-section .left-column {
  width: 70%;
  padding-right: 10px;
}

/* line 20, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v4.scss */
.footer.footer_v4 .bottom-section .left-column .copyrights {
  padding: 0;
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v4.scss */
.footer.footer_v4 .bottom-section .right-column {
  width: 30%;
}

/* line 31, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v4.scss */
.footer.footer_v4 .bottom-section .right-column .payment-icons-wrapper {
  padding: 0;
}

/* line 34, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v4.scss */
.footer.footer_v4 .bottom-section .right-column .payment-icons-wrapper .payment-processor-icons {
  padding: 0;
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v4.scss */
.footer.footer_v4 .bottom-section .right-column .payment-icons-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 670px) {
  /* line 51, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v4.scss */
  .footer.footer_v4 .bottom-section {
    -o-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  /* line 57, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v4.scss */
  .footer.footer_v4 .bottom-section .left-column, .footer.footer_v4 .bottom-section .right-column {
    width: 100%;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-box, .footer.footer_v5 .bottom-section .left-column, .footer.footer_v5 .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.items-center, .footer.footer_v5 .bottom-section .left-column, .footer.footer_v5 .footer-top .footer-navigation {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-end, .footer.footer_v5 .bottom-section .right-column .payment-icons-wrapper {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-start, .footer.footer_v5 .bottom-section .left-column .copyrights {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-space-between, .footer.footer_v5 .footer-top {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-row, .footer.footer_v5 .bottom-section .left-column .copyrights, .footer.footer_v5 .bottom-section {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-wrap, .footer.footer_v5 .bottom-section .left-column .copyrights {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v5.scss */
.footer.footer_v5 .footer-top .footer-navigation {
  width: 70%;
}

/* line 12, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v5.scss */
.footer.footer_v5 .footer-top .social-icons-wrapper {
  padding-top: 40px;
  width: 30%;
}

/* line 19, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v5.scss */
.footer.footer_v5 .bottom-section .left-column {
  width: 70%;
  padding-right: 10px;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v5.scss */
.footer.footer_v5 .bottom-section .left-column .copyrights {
  padding: 0;
}

/* line 31, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v5.scss */
.footer.footer_v5 .bottom-section .right-column {
  width: 30%;
}

/* line 33, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v5.scss */
.footer.footer_v5 .bottom-section .right-column .payment-icons-wrapper {
  padding: 0;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v5.scss */
.footer.footer_v5 .bottom-section .right-column .payment-icons-wrapper .payment-processor-icons {
  padding: 0;
}

/* line 39, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v5.scss */
.footer.footer_v5 .bottom-section .right-column .payment-icons-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 670px) {
  /* line 53, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v5.scss */
  .footer.footer_v5 .footer-top {
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 59, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v5.scss */
  .footer.footer_v5 .footer-top .footer-navigation {
    width: 100%;
  }
  /* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v5.scss */
  .footer.footer_v5 .footer-top .footer-navigation li {
    text-align: left;
  }
  /* line 65, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v5.scss */
  .footer.footer_v5 .footer-top .social-icons-wrapper {
    width: 100%;
    padding: 20px 0px 0px 0px;
  }
  /* line 68, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v5.scss */
  .footer.footer_v5 .footer-top .social-icons-wrapper .social-icons {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
  }
  /* line 76, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v5.scss */
  .footer.footer_v5 .footer-top .left-column {
    width: 100%;
  }
  /* line 79, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v5.scss */
  .footer.footer_v5 .footer-top .right-column {
    width: 100%;
  }
  /* line 81, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v5.scss */
  .footer.footer_v5 .footer-top .right-column .social-icons-wrapper {
    padding: 0;
  }
  /* line 83, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v5.scss */
  .footer.footer_v5 .footer-top .right-column .social-icons-wrapper .social-icons {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
  }
  /* line 93, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v5.scss */
  .footer.footer_v5 .bottom-section {
    -o-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  /* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/footer/footer_v5.scss */
  .footer.footer_v5 .bottom-section .left-column, .footer.footer_v5 .bottom-section .right-column {
    width: 100%;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-1-1 {
  width: 100%;
}

/* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-1-2 {
  width: 50%;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-1-3 {
  width: 33.3333333333%;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-1-4 {
  width: 25%;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-1-5 {
  width: 20%;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-1-6 {
  width: 16.6666666667%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-2-3 {
  width: 66.6666666667%;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-3-4 {
  width: 75%;
}

/* line 9, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-2-5 {
  width: 40%;
}

/* line 10, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-3-5 {
  width: 60%;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-4-5 {
  width: 80%;
}

/* line 12, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-5-6 {
  width: 83.3333333333%;
}

/* line 14, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-5 {
  width: 5%;
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-10 {
  width: 10%;
}

/* line 16, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-15 {
  width: 15%;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-20 {
  width: 20%;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-25 {
  width: 25%;
}

/* line 19, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-30 {
  width: 30%;
}

/* line 20, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-35 {
  width: 35%;
}

/* line 21, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-40 {
  width: 40%;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-45 {
  width: 45%;
}

/* line 23, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-50 {
  width: 50%;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-55 {
  width: 55%;
}

/* line 25, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-60 {
  width: 60%;
}

/* line 26, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-65 {
  width: 65%;
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-70 {
  width: 70%;
}

/* line 28, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-75 {
  width: 75%;
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-80 {
  width: 60%;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-85 {
  width: 85%;
}

/* line 31, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-90 {
  width: 90%;
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-95 {
  width: 95%;
}

/* line 33, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.cs-100 {
  width: 100%;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
.builder-text-editor ul {
  list-style-type: disc;
}

@media only screen and (max-width: 800px) {
  /* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
  .builder-wrapper .cs-1-3 {
    width: 50%;
  }
  /* line 46, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
  .builder-wrapper .cs-1-4 {
    width: 33.3333333333%;
  }
  /* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
  .builder-wrapper .cs-1-5 {
    width: 25%;
  }
  /* line 52, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
  .builder-wrapper .cs-1-6 {
    width: 20%;
  }
}

@media only screen and (max-width: 768px) {
  /* line 58, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
  .cs-5, .cs-10, .cs-15, .cs-20, .cs-25, .cs-30 {
    width: 33%;
  }
}

@media only screen and (max-width: 750px) {
  /* line 62, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
  .builder-wrapper .cs-1-4 {
    width: 50%;
  }
  /* line 65, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
  .builder-wrapper .cs-1-5 {
    width: 33.3333333333%;
  }
  /* line 68, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
  .builder-wrapper .cs-1-6 {
    width: 33.3333333333%;
  }
}

@media only screen and (max-width: 700px) {
  /* line 74, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
  .cs-5, .cs-10, .cs-15, .cs-20, .cs-25, .cs-30 {
    width: 50%;
  }
}

@media only screen and (max-width: 650px) {
  /* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
  .builder-wrapper .cs-1-4 {
    width: 50%;
  }
  /* line 81, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
  .builder-wrapper .cs-1-5 {
    width: 50%;
  }
  /* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
  .builder-wrapper .cs-1-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  /* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
  .cs-5, .cs-10, .cs-15, .cs-20, .cs-25, .cs-30, .cs-35, .cs-40, .cs-45, .cs-50 {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  /* line 94, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
  .builder-wrapper .cs-1-2 {
    width: 100%;
  }
  /* line 97, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
  .builder-wrapper .cs-1-4 {
    width: 100%;
  }
  /* line 100, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
  .builder-wrapper .cs-1-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  /* line 106, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/columns.scss */
  .cs-5, .cs-10, .cs-15, .cs-20, .cs-25, .cs-30, .cs-35, .cs-40, .cs-45, .cs-50,
.cs-55, .cs-60, .cs-65, .cs-70, .cs-75, .cs-80, .cs-85, .cs-90, .cs-95 {
    width: 100%;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/containers.scss */
.main-container, .container, .blog_list, .blog-show .boxed, .blog-show .boxed_no_image {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  /* line 10, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/containers.scss */
  .main-container, .container, .blog_list, .blog-show .boxed, .blog-show .boxed_no_image, .blog-show.sidebar {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 16, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/containers.scss */
  .main-container, .container, .blog_list, .blog-show .boxed, .blog-show .boxed_no_image, .blog-show.sidebar {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  /* line 21, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/containers.scss */
  .main-container, .container, .blog_list, .blog-show .boxed, .blog-show .boxed_no_image, .blog-show.sidebar {
    width: 100%;
  }
}
@charset "UTF-8";
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.flex-box, .not-found-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.items-center, .not-found-wrapper {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.content-center, .not-found-wrapper {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.flex-column, .not-found-wrapper {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/helpers.scss */
.main-transition, button:hover, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/helpers.scss */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
body {
  margin: 0;
  line-height: 1.2em;
  font-size: 15px;
  position: relative;
}

/* line 10, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
ul {
  margin: 0;
  list-style-type: none;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
.editor ul {
  margin-left: 20px;
  padding: 0;
  list-style-type: disc;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 28, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
[hidden], template {
  display: none;
}

/* line 35, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
a {
  background-color: transparent;
  text-decoration: none;
  outline: none;
}

/* line 40, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
a:hover {
  text-decoration: none !important;
  outline: none;
}

/* line 44, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
::hover, :hover {
  text-decoration: none !important;
  outline: none !important;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
a:active, a:hover {
  outline: none;
}

/* line 51, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
b, strong {
  font-weight: bold;
}

/* line 57, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
dfn {
  font-style: italic;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
mark {
  background: #fff;
  color: #000;
}

/* line 64, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
small {
  font-size: 80%;
}

/* line 67, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 73, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
sup {
  top: -0.5em;
}

/* line 76, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
sub {
  bottom: -0.25em;
}

/* line 79, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
img {
  border: 0;
}

/* line 82, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 85, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
figure {
  margin: 1em 40px;
}

/* line 88, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
pre {
  overflow: auto;
}

/* line 95, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
iframe {
  border: 0px;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
button, input, optgroup, select, textarea {
  outline: none;
  margin: 0;
}

/* line 106, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
button {
  overflow: visible;
}

/* line 112, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
button, select {
  text-transform: none;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 121, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 125, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 130, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

/* line 134, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 139, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 147, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 151, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 155, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 159, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 164, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 168, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
textarea {
  overflow: auto;
  resize: none;
  width: 100%;
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  border-radius: 3px;
  margin-top: 10px;
  min-height: 80px;
  padding: 10px;
}

/* line 179, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
textarea:focus,
textarea:focus-within,
textarea:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 185, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
optgroup {
  font-weight: bold;
}

/* line 188, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 191, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
table td, table th {
  padding: 0;
}

/* line 195, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 5px 0px;
}

/* line 199, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
input:active, input:focus {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

/* line 204, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
::-webkit-input-placeholder {
  font-weight: 300;
}

/* line 207, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
::-moz-placeholder {
  font-weight: 300;
}

/* line 210, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
:-ms-input-placeholder {
  font-weight: 300;
}

/* line 213, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
:-moz-placeholder {
  font-weight: 300;
}

/* line 216, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
.centered {
  text-align: center;
}

/* line 219, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
.builder-content {
  overflow: hidden;
}

/* line 222, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
blockquote {
  margin: 20px 0px;
  font-size: 20px;
  padding: 1.5em 15px;
  quotes: '“' '';
}

/* line 228, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
blockquote:before {
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.1em;
  vertical-align: -0.4em;
}

/* line 235, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
.not-found-wrapper {
  min-height: 50vh;
}

/* line 242, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
.pointer {
  cursor: pointer;
}

/* line 245, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
.builder-wrapper {
  z-index: 1;
}

@media only screen and (min-width: 4000px) {
  /* line 250, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/globals/reset.scss */
  body {
    max-width: 4000px !important;
    margin: 0 auto !important;
  }
}
/* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/breadcrumbs.scss */
.breadcrumb-wrapper .breadcrumb-layer {
  padding: 10px 0;
  width: 100%;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/breadcrumbs.scss */
.breadcrumb-wrapper .breadcrumb-layer .breadcrumb-inner {
  display: inline-block;
  width: 100%;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/breadcrumbs.scss */
.breadcrumb-wrapper .breadcrumb-layer .breadcrumb-inner .breadcrumb {
  margin: 0;
  padding: 0;
}

/* line 12, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/breadcrumbs.scss */
.breadcrumb-wrapper .breadcrumb-layer .breadcrumb-inner .breadcrumb .breadcrumb-item a, .breadcrumb-wrapper .breadcrumb-layer .breadcrumb-inner .breadcrumb .breadcrumb-item span {
  font-size: 12px;
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/breadcrumbs.scss */
.breadcrumb-wrapper .breadcrumb-layer .breadcrumb-inner .breadcrumb .breadcrumb-item i {
  font-size: 9px;
  margin: 0px 10px;
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-1, .header_wrapper .header_row .header-navigation-wrapper .simple-menu-nav .child-submenu-recursive a.has_submenu,
.header_wrapper .header_row .header-navigation-wrapper .simple-menu-nav .child-submenu-recursive .no-link.has_submenu {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-box, .header_wrapper .header_row .header-navigation-wrapper .simple-menu-nav .child-submenu-recursive a.has_submenu,
.header_wrapper .header_row .header-navigation-wrapper .simple-menu-nav .child-submenu-recursive .no-link.has_submenu, .header_wrapper .header_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-center, .header_wrapper .header_row .header-navigation-wrapper .simple-menu-nav .child-submenu-recursive a.has_submenu,
.header_wrapper .header_row .header-navigation-wrapper .simple-menu-nav .child-submenu-recursive .no-link.has_submenu {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-center, .header_wrapper .header_row {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-between, .header_wrapper .header_row .header-navigation-wrapper .simple-menu-nav .child-submenu-recursive a.has_submenu,
.header_wrapper .header_row .header-navigation-wrapper .simple-menu-nav .child-submenu-recursive .no-link.has_submenu {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
i {
  font-style: normal;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.search_icon:before {
  content: '\f002';
  font-family: "Font Awesome 6 Pro";
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.check_icon:before {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.edit_icon:before {
  content: '\f044';
  font-family: "Font Awesome 6 Pro";
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.view_icon:before {
  content: '\f06e';
  font-family: "Font Awesome 6 Pro";
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.pending_icon:before {
  content: '\f291';
  font-family: "Font Awesome 6 Pro";
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.remove_icon:before {
  content: '\f2ed';
  font-family: "Font Awesome 6 Pro";
}

/* line 50, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.right_icon:before {
  content: '\f054';
  font-family: "Font Awesome 6 Pro";
}

/* line 57, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.left_icon:before {
  content: '\f053';
  font-family: "Font Awesome 6 Pro";
}

/* line 64, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.up_icon:before {
  content: '\f077';
  font-family: "Font Awesome 6 Pro";
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.down_icon:before {
  content: '\f078';
  font-family: "Font Awesome 6 Pro";
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 85, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.store_icon:before {
  content: '\f54e';
  font-family: "Font Awesome 6 Pro";
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.bullet_icon:before {
  content: '\f111';
  font-family: "Font Awesome 6 Pro";
}

/* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.checked_icon:before {
  content: '\f058';
  font-family: "Font Awesome 6 Pro";
}

/* line 106, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.products_icon:before {
  content: "\f009";
  font-family: "Font Awesome 6 Pro";
}

/* line 113, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.cart_icon:before {
  content: '\f07a';
  font-family: "Font Awesome 6 Pro";
}

/* line 120, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.account_icon:before {
  content: '\f007';
  font-family: "Font Awesome 6 Pro";
}

/* line 127, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.logout_icon:before {
  content: '\f08b';
  font-family: "Font Awesome 6 Pro";
}

/* line 134, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.close_icon:before {
  content: '\f00d';
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/* line 142, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.menu_icon:before {
  content: '\f0c9';
  font-family: "Font Awesome 6 Pro";
}

/* line 149, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.payment_icon:before {
  content: '\f543';
  font-family: "Font Awesome 6 Pro";
}

/* line 156, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.orders_icon:before {
  content: "\f00b";
  font-family: "Font Awesome 6 Pro";
}

/* line 163, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.addresses_icon:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
}

/* line 170, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.protected-icon:before {
  content: "\f023";
  font-family: "Font Awesome 6 Pro";
}

/* line 177, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.delivery-icon:before {
  content: "\f0d1";
  font-family: "Font Awesome 6 Pro";
}

/* line 184, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.pickup-icon:before {
  content: "\f290";
  font-family: "Font Awesome 6 Pro";
}

/* line 191, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.exclamation_icon:before {
  content: "\f321";
  font-family: "Font Awesome 6 Pro";
}

/* line 198, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.filter_icon:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
}

/* line 205, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.filter_icon_filled:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 213, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.filter_icon_checkbox:before {
  content: "\f45c";
  font-family: "Font Awesome 6 Pro";
}

/* line 220, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.filter_icon_checkbox_filled:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 228, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_left:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
}

/* line 236, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_right:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 243, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_down:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 250, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_down_after:after, .header_wrapper .header_row .header-navigation-wrapper .main-level a.has_submenu:after,
.header_wrapper .header_row .header-navigation-wrapper .main-level .no-link.has_submenu:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 257, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_up:before {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
}

/* line 264, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_plus:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 271, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_minus:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 278, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_name:before {
  content: "\f47f";
  font-family: "Font Awesome 6 Pro";
}

/* line 285, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_email:before {
  content: "\f199";
  font-family: "Font Awesome 6 Pro";
}

/* line 292, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_phone:before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
}

/* line 299, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_smartphone:before {
  content: "\f10b";
  font-family: "Font Awesome 6 Pro";
}

/* line 306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_link:before {
  content: "\f0c1";
  font-family: "Font Awesome 6 Pro";
}

/* line 313, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_text:before {
  content: "\f02d";
  font-family: "Font Awesome 6 Pro";
}

/* line 320, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_upload:before {
  content: "\f0ee";
  font-family: "Font Awesome 6 Pro";
}

/* line 327, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_camera:before {
  content: "\f030";
  font-family: "Font Awesome 6 Pro";
}

/* line 334, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_identity:before {
  content: "\f5ab";
  font-family: "Font Awesome 6 Pro";
}

/* line 341, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.plus_icon:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 348, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.minus_icon:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 355, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.zoom_in_icon:before {
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
}

/* line 362, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.zoom_out_icon:before {
  content: "\f010";
  font-family: "Font Awesome 6 Pro";
}

/* line 369, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_right_after:after, .header_wrapper .header_row .header-navigation-wrapper .simple-menu-nav .child-submenu-recursive a.has_submenu:after,
.header_wrapper .header_row .header-navigation-wrapper .simple-menu-nav .child-submenu-recursive .no-link.has_submenu:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.main-transition, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.box-shadow, .header_wrapper .submenu.simple-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header.scss */
.header_wrapper {
  position: relative;
  height: 100%;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header.scss */
.header_wrapper.transparent {
  background-color: transparent;
  position: relative;
  height: 180px;
}

/* line 12, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header.scss */
.header_wrapper.transparent .header-row {
  height: initial;
}

/* line 16, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header.scss */
.header_wrapper .header_row {
  position: relative;
}

/* line 20, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header.scss */
.header_wrapper .header_row .header-v1-logo {
  margin-right: 10px;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header.scss */
.header_wrapper .header_row .header-navigation-wrapper .navigation-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 33, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header.scss */
.header_wrapper .header_row .header-navigation-wrapper .main-level a.has_submenu:after,
.header_wrapper .header_row .header-navigation-wrapper .main-level .no-link.has_submenu:after {
  margin-left: 5px;
}

/* line 40, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header.scss */
.header_wrapper .header_row .header-navigation-wrapper .megamenu .submenu .has_submenu:after {
  display: none;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header.scss */
.header_wrapper .header_row .header-navigation-wrapper .simple-menu-nav .child-submenu-recursive a.has_submenu:after,
.header_wrapper .header_row .header-navigation-wrapper .simple-menu-nav .child-submenu-recursive .no-link.has_submenu:after {
  margin-left: 5px;
}

/* line 62, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header.scss */
.header_wrapper .skip-padding {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 67, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header.scss */
.header_wrapper .child-submenu-recursive .simple-menu {
  top: 0px !important;
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header.scss */
.header_wrapper .submenu.simple-menu {
  border-radius: 5px;
}

/* line 74, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header.scss */
.header_wrapper .submenu.simple-menu div {
  width: 100%;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header.scss */
.header_wrapper .submenu.simple-menu .simple-menu {
  position: absolute;
  left: 100%;
}

/* line 80, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header.scss */
.header_wrapper .submenu.simple-menu .simple-menu div {
  width: 100%;
}

@media only screen and (max-width: 820px) {
  /* line 89, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header.scss */
  .header_wrapper .header_v1 {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header.scss */
  .header_wrapper.transparent {
    position: initial;
  }
  /* line 98, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header.scss */
  .header_wrapper .logo_wrapper {
    flex: 1;
  }
  /* line 101, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header.scss */
  .header_wrapper .header-image-wrapper, .header_wrapper .header-image {
    display: none;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-box, .header_wrapper .header_row.header_v2 .row_2_wrapper .v2-nav-wraooer, .header_wrapper .header_row.header_v2 .row_2_wrapper, .header_wrapper .header_row.header_v2 .logo_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-center, .header_wrapper .header_row.header_v2 .logo_wrapper {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-center, .header_wrapper .header_row.header_v2 .logo_wrapper {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-wrap, .header_wrapper .header_row.header_v2 {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 12, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v2.scss */
.header_wrapper .header_row.header_v2 .row_2_wrapper {
  width: 100%;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v2.scss */
.header_wrapper .header_row.header_v2 .row_2_wrapper .header-navigation-wrapper {
  flex: auto !important;
}

/* line 21, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v2.scss */
.header_wrapper .header_row.header_v2 .row_2_wrapper .header-icons {
  height: auto;
  min-height: auto;
}

/* line 26, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v2.scss */
.header_wrapper .header_row.header_v2 .logo, .header_wrapper .header_row.header_v2 .site-name-logo {
  margin: 20px 0px;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v2.scss */
.header_wrapper .header_row.header_v2 .mobile-navigation-wrapper .logo {
  top: 0px;
}

@media only screen and (max-width: 820px) {
  /* line 41, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v2.scss */
  .header_wrapper .header_row.header_v2 {
    position: initial;
    -o-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 51, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v2.scss */
  .header_wrapper .header_row.header_v2 .row_2_wrapper {
    width: auto;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-box, .header_wrapper .header_row.header_v3 .logo_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-between, .header_wrapper .header_row.header_v3 .logo_wrapper {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-column, .header_wrapper .header_row.header_v3 {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v3.scss */
.header_wrapper .header_row.header_v3 {
  height: auto !important;
  min-height: auto !important;
  position: relative;
}

/* line 14, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v3.scss */
.header_wrapper .header_row.header_v3 .header-navigation {
  padding: 0;
}

@media only screen and (max-width: 820px) {
  /* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v3.scss */
  .header_wrapper .header_row.header_v3 {
    position: initial;
  }
  /* line 26, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v3.scss */
  .header_wrapper .header_row.header_v3 .logo_wrapper {
    padding: 0;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-box, .header_wrapper .header_row.header_v4 .logo_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-between, .header_wrapper .header_row.header_v4 .logo_wrapper {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-column, .header_wrapper .header_row.header_v4 {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v4.scss */
.header_wrapper .header_row.header_v4 .logo_wrapper {
  height: 100%;
  position: relative;
}

/* line 12, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v4.scss */
.header_wrapper .header_row.header_v4 .logo_wrapper .logo, .header_wrapper .header_row.header_v4 .logo_wrapper .site-name-logo {
  margin: 0 auto;
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v4.scss */
.header_wrapper .header_row.header_v4 .logo_wrapper .header-icons {
  position: absolute;
  right: 20px;
}

@media only screen and (max-width: 670px) {
  /* line 28, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v4.scss */
  .header_wrapper .header_row.header_v4 .logo_wrapper {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
  }
  /* line 33, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v4.scss */
  .header_wrapper .header_row.header_v4 .logo_wrapper .logo, .header_wrapper .header_row.header_v4 .logo_wrapper .site-name-logo {
    margin: initial;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v5.scss */
.header_wrapper .header_row.header_v5 .logo_wrapper {
  height: 100%;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v5.scss */
.header_wrapper .header_row.header_v5 .logo_wrapper .logo {
  height: 100%;
}

/* line 12, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v5.scss */
.header_wrapper .header_row.header_v5 .header-navigation-wrapper {
  height: 100%;
}

/* line 14, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v5.scss */
.header_wrapper .header_row.header_v5 .header-navigation-wrapper .main-level:hover > .scaling-line {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
}

/* line 20, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v5.scss */
.header_wrapper .header_row.header_v5 .header-navigation-wrapper .scaling-line {
  position: absolute;
  bottom: 0px;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 4px;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v5.scss */
.header_wrapper .header_row.header_v5 .mobile-navigation-wrapper .logo {
  height: auto;
}

@media only screen and (max-width: 820px) {
  /* line 41, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v5.scss */
  .header_wrapper .header_row.header_v5 {
    position: initial;
    padding: 0px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
  }
  /* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v5.scss */
  .header_wrapper .header_row.header_v5 .logo_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-1, .header_wrapper .header_row.header_v6 .navigation .vertical-menu .main-level a.has_submenu,
.header_wrapper .header_row.header_v6 .navigation .vertical-menu .main-level .no-link.has_submenu, .header_wrapper .header_row.header_v6 .navigation {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-box, .header_wrapper .header_row.header_v6 .search-box-wrapper, .header_wrapper .header_row.header_v6 .navigation .vertical-menu .main-level a.has_submenu,
.header_wrapper .header_row.header_v6 .navigation .vertical-menu .main-level .no-link.has_submenu, .header_wrapper .header_row.header_v6 .navigation, .header_wrapper .header_row.header_v6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-center, .header_wrapper .header_row.header_v6 .search-box-wrapper, .header_wrapper .header_row.header_v6 .navigation .vertical-menu .main-level a.has_submenu,
.header_wrapper .header_row.header_v6 .navigation .vertical-menu .main-level .no-link.has_submenu, .header_wrapper .header_row.header_v6 .navigation, .header_wrapper .header_row.header_v6 {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-between, .header_wrapper .header_row.header_v6 .navigation .vertical-menu .main-level a.has_submenu,
.header_wrapper .header_row.header_v6 .navigation .vertical-menu .main-level .no-link.has_submenu, .header_wrapper .header_row.header_v6 {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-row-reverse, .header_wrapper .header_row.header_v6 .navigation .vertical-menu .main-level a.has_submenu,
.header_wrapper .header_row.header_v6 .navigation .vertical-menu .main-level .no-link.has_submenu {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-wrap, .header_wrapper .header_row.header_v6 {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
i {
  font-style: normal;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.search_icon:before {
  content: '\f002';
  font-family: "Font Awesome 6 Pro";
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.check_icon:before {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.edit_icon:before {
  content: '\f044';
  font-family: "Font Awesome 6 Pro";
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.view_icon:before {
  content: '\f06e';
  font-family: "Font Awesome 6 Pro";
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.pending_icon:before {
  content: '\f291';
  font-family: "Font Awesome 6 Pro";
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.remove_icon:before {
  content: '\f2ed';
  font-family: "Font Awesome 6 Pro";
}

/* line 50, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.right_icon:before {
  content: '\f054';
  font-family: "Font Awesome 6 Pro";
}

/* line 57, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.left_icon:before {
  content: '\f053';
  font-family: "Font Awesome 6 Pro";
}

/* line 64, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.up_icon:before {
  content: '\f077';
  font-family: "Font Awesome 6 Pro";
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.down_icon:before {
  content: '\f078';
  font-family: "Font Awesome 6 Pro";
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 85, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.store_icon:before {
  content: '\f54e';
  font-family: "Font Awesome 6 Pro";
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.bullet_icon:before {
  content: '\f111';
  font-family: "Font Awesome 6 Pro";
}

/* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.checked_icon:before {
  content: '\f058';
  font-family: "Font Awesome 6 Pro";
}

/* line 106, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.products_icon:before {
  content: "\f009";
  font-family: "Font Awesome 6 Pro";
}

/* line 113, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.cart_icon:before {
  content: '\f07a';
  font-family: "Font Awesome 6 Pro";
}

/* line 120, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.account_icon:before {
  content: '\f007';
  font-family: "Font Awesome 6 Pro";
}

/* line 127, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.logout_icon:before {
  content: '\f08b';
  font-family: "Font Awesome 6 Pro";
}

/* line 134, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.close_icon:before {
  content: '\f00d';
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/* line 142, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.menu_icon:before, .header_wrapper .header_row.header_v6 .navigation .vertical-menu .menu-opener:before {
  content: '\f0c9';
  font-family: "Font Awesome 6 Pro";
}

/* line 149, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.payment_icon:before {
  content: '\f543';
  font-family: "Font Awesome 6 Pro";
}

/* line 156, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.orders_icon:before {
  content: "\f00b";
  font-family: "Font Awesome 6 Pro";
}

/* line 163, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.addresses_icon:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
}

/* line 170, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.protected-icon:before {
  content: "\f023";
  font-family: "Font Awesome 6 Pro";
}

/* line 177, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.delivery-icon:before {
  content: "\f0d1";
  font-family: "Font Awesome 6 Pro";
}

/* line 184, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.pickup-icon:before {
  content: "\f290";
  font-family: "Font Awesome 6 Pro";
}

/* line 191, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.exclamation_icon:before {
  content: "\f321";
  font-family: "Font Awesome 6 Pro";
}

/* line 198, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.filter_icon:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
}

/* line 205, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.filter_icon_filled:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 213, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.filter_icon_checkbox:before {
  content: "\f45c";
  font-family: "Font Awesome 6 Pro";
}

/* line 220, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.filter_icon_checkbox_filled:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 228, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_left:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
}

/* line 236, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_right:before, .header_wrapper .header_row.header_v6 .navigation .vertical-menu .main-level a.has_submenu:before,
.header_wrapper .header_row.header_v6 .navigation .vertical-menu .main-level .no-link.has_submenu:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 243, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_down:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 250, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_down_after:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 257, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_up:before {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
}

/* line 264, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_plus:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 271, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_minus:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 278, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_name:before {
  content: "\f47f";
  font-family: "Font Awesome 6 Pro";
}

/* line 285, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_email:before {
  content: "\f199";
  font-family: "Font Awesome 6 Pro";
}

/* line 292, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_phone:before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
}

/* line 299, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_smartphone:before {
  content: "\f10b";
  font-family: "Font Awesome 6 Pro";
}

/* line 306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_link:before {
  content: "\f0c1";
  font-family: "Font Awesome 6 Pro";
}

/* line 313, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_text:before {
  content: "\f02d";
  font-family: "Font Awesome 6 Pro";
}

/* line 320, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_upload:before {
  content: "\f0ee";
  font-family: "Font Awesome 6 Pro";
}

/* line 327, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_camera:before {
  content: "\f030";
  font-family: "Font Awesome 6 Pro";
}

/* line 334, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_identity:before {
  content: "\f5ab";
  font-family: "Font Awesome 6 Pro";
}

/* line 341, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.plus_icon:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 348, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.minus_icon:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 355, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.zoom_in_icon:before {
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
}

/* line 362, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.zoom_out_icon:before {
  content: "\f010";
  font-family: "Font Awesome 6 Pro";
}

/* line 369, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_right_after:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.main-transition, .header_wrapper .header_row.header_v6 #vertical-navigation, .header_wrapper .header_row.header_v6 #vertical-navigation-overlay, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
.header_wrapper .header_row.header_v6 #vertical-navigation-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 26, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
.header_wrapper .header_row.header_v6 #vertical-navigation {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0px;
}

/* line 35, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
.header_wrapper .header_row.header_v6 .logo {
  height: 100%;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
.header_wrapper .header_row.header_v6 .navigation .vertical-menu {
  padding: 0px 15px;
  font-weight: 700;
}

/* line 47, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
.header_wrapper .header_row.header_v6 .navigation .vertical-menu .menu-opener:before {
  margin-right: 5px;
}

/* line 59, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
.header_wrapper .header_row.header_v6 .navigation .vertical-menu .main-level a.has_submenu:before,
.header_wrapper .header_row.header_v6 .navigation .vertical-menu .main-level .no-link.has_submenu:before {
  margin-left: 5px;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
.header_wrapper .header_row.header_v6 .search-box-wrapper {
  position: relative;
  width: 80%;
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
.header_wrapper .header_row.header_v6 .search-box-wrapper .search-input-wrapper {
  margin-top: 0px;
  width: 100%;
}

/* line 74, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
.header_wrapper .header_row.header_v6 .search-box-wrapper .search-input-wrapper .search-input {
  position: relative;
  width: 100%;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
.header_wrapper .header_row.header_v6 .search-box-wrapper .search-input-wrapper .search-input .search-box {
  margin: 0px;
  min-height: auto;
  height: auto;
  padding: 10px 10px 10px 40px;
  width: 100%;
  box-sizing: border-box;
}

/* line 86, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
.header_wrapper .header_row.header_v6 .search-box-wrapper .search-input-wrapper .search-results {
  position: absolute;
  background: #ffffff;
  max-height: 70vh;
  overflow-y: scroll;
  box-sizing: border-box;
  width: 100%;
  top: 100%;
  z-index: 7;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 97, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
.header_wrapper .header_row.header_v6 .search-box-wrapper .search-input-wrapper .search-results .product-item {
  margin-bottom: 0px;
  padding: 20px 15px;
}

/* line 100, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
.header_wrapper .header_row.header_v6 .search-box-wrapper .search-input-wrapper .search-results .product-item:hover {
  box-shadow: none;
  background: #fbfbfb;
}

/* line 104, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
.header_wrapper .header_row.header_v6 .search-box-wrapper .search-input-wrapper .search-results .product-item .image-wrapper img {
  height: 40px;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
.header_wrapper .header_row.header_v6 .search-box-wrapper .search-input-wrapper .search-results .product-item .details-wrapper .presentation {
  font-size: 15px;
}

/* line 111, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
.header_wrapper .header_row.header_v6 .search-box-wrapper .search-input-wrapper .search-results .product-item .details-wrapper .prices-wrapper, .header_wrapper .header_row.header_v6 .search-box-wrapper .search-input-wrapper .search-results .product-item .details-wrapper .sku {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
.header_wrapper .header_row.header_v6 .search-box-wrapper .search-input-wrapper .search-results .product-item .details-wrapper .prices-wrapper .display-price, .header_wrapper .header_row.header_v6 .search-box-wrapper .search-input-wrapper .search-results .product-item .details-wrapper .prices-wrapper .tax, .header_wrapper .header_row.header_v6 .search-box-wrapper .search-input-wrapper .search-results .product-item .details-wrapper .sku .display-price, .header_wrapper .header_row.header_v6 .search-box-wrapper .search-input-wrapper .search-results .product-item .details-wrapper .sku .tax {
  font-size: 12px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 820px) {
  /* line 132, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
  .header_wrapper .header_row.header_v6 {
    padding: 20px 0px;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    position: initial;
    min-height: auto !important;
    height: auto !important;
  }
  /* line 145, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
  .header_wrapper .header_row.header_v6 .search-results {
    padding: 20px 10px;
  }
  /* line 147, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
  .header_wrapper .header_row.header_v6 .search-results .categories-block-wrapper .categories-block .category-search-result {
    margin-right: 5px;
  }
  /* line 151, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
  .header_wrapper .header_row.header_v6 .mobile-navigation-wrapper {
    width: 10%;
  }
  /* line 153, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
  .header_wrapper .header_row.header_v6 .mobile-navigation-wrapper .logo {
    height: auto;
  }
  /* line 157, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
  .header_wrapper .header_row.header_v6 .bm-burger-button {
    height: auto !important;
  }
  /* line 160, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
  .header_wrapper .header_row.header_v6 .logo_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    flex: auto;
    padding-left: 20px;
    width: 90%;
  }
  /* line 171, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
  .header_wrapper .header_row.header_v6 .logo_wrapper .logo {
    margin: initial;
  }
  /* line 175, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
  .header_wrapper .header_row.header_v6 .navigation {
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
  }
  /* line 179, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
  .header_wrapper .header_row.header_v6 .navigation .search-box-wrapper {
    width: 100%;
  }
  /* line 183, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/header_v6.scss */
  .header_wrapper .header_row.header_v6 .header-icons {
    margin-top: 20px;
    height: auto;
    min-height: auto;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-box, .bm-burger-button i,
.bm-cross-button i, .mobile-navigation-wrapper .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-center, .bm-burger-button i,
.bm-cross-button i, .mobile-navigation-wrapper .logo {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-center, .bm-burger-button i,
.bm-cross-button i {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-start, .mobile-navigation-wrapper .logo {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
i {
  font-style: normal;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.search_icon:before {
  content: '\f002';
  font-family: "Font Awesome 6 Pro";
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.check_icon:before {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.edit_icon:before {
  content: '\f044';
  font-family: "Font Awesome 6 Pro";
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.view_icon:before {
  content: '\f06e';
  font-family: "Font Awesome 6 Pro";
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.pending_icon:before {
  content: '\f291';
  font-family: "Font Awesome 6 Pro";
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.remove_icon:before {
  content: '\f2ed';
  font-family: "Font Awesome 6 Pro";
}

/* line 50, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.right_icon:before {
  content: '\f054';
  font-family: "Font Awesome 6 Pro";
}

/* line 57, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.left_icon:before {
  content: '\f053';
  font-family: "Font Awesome 6 Pro";
}

/* line 64, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.up_icon:before {
  content: '\f077';
  font-family: "Font Awesome 6 Pro";
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.down_icon:before {
  content: '\f078';
  font-family: "Font Awesome 6 Pro";
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 85, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.store_icon:before {
  content: '\f54e';
  font-family: "Font Awesome 6 Pro";
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.bullet_icon:before {
  content: '\f111';
  font-family: "Font Awesome 6 Pro";
}

/* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.checked_icon:before {
  content: '\f058';
  font-family: "Font Awesome 6 Pro";
}

/* line 106, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.products_icon:before {
  content: "\f009";
  font-family: "Font Awesome 6 Pro";
}

/* line 113, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.cart_icon:before {
  content: '\f07a';
  font-family: "Font Awesome 6 Pro";
}

/* line 120, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.account_icon:before {
  content: '\f007';
  font-family: "Font Awesome 6 Pro";
}

/* line 127, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.logout_icon:before {
  content: '\f08b';
  font-family: "Font Awesome 6 Pro";
}

/* line 134, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.close_icon:before {
  content: '\f00d';
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/* line 142, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.menu_icon:before {
  content: '\f0c9';
  font-family: "Font Awesome 6 Pro";
}

/* line 149, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.payment_icon:before {
  content: '\f543';
  font-family: "Font Awesome 6 Pro";
}

/* line 156, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.orders_icon:before {
  content: "\f00b";
  font-family: "Font Awesome 6 Pro";
}

/* line 163, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.addresses_icon:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
}

/* line 170, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.protected-icon:before {
  content: "\f023";
  font-family: "Font Awesome 6 Pro";
}

/* line 177, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.delivery-icon:before {
  content: "\f0d1";
  font-family: "Font Awesome 6 Pro";
}

/* line 184, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.pickup-icon:before {
  content: "\f290";
  font-family: "Font Awesome 6 Pro";
}

/* line 191, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.exclamation_icon:before {
  content: "\f321";
  font-family: "Font Awesome 6 Pro";
}

/* line 198, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.filter_icon:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
}

/* line 205, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.filter_icon_filled:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 213, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.filter_icon_checkbox:before {
  content: "\f45c";
  font-family: "Font Awesome 6 Pro";
}

/* line 220, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.filter_icon_checkbox_filled:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 228, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_left:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
}

/* line 236, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_right:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 243, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_down:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 250, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_down_after:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 257, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_up:before {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
}

/* line 264, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_plus:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 271, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_minus:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 278, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_name:before {
  content: "\f47f";
  font-family: "Font Awesome 6 Pro";
}

/* line 285, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_email:before {
  content: "\f199";
  font-family: "Font Awesome 6 Pro";
}

/* line 292, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_phone:before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
}

/* line 299, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_smartphone:before {
  content: "\f10b";
  font-family: "Font Awesome 6 Pro";
}

/* line 306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_link:before {
  content: "\f0c1";
  font-family: "Font Awesome 6 Pro";
}

/* line 313, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_text:before {
  content: "\f02d";
  font-family: "Font Awesome 6 Pro";
}

/* line 320, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_upload:before {
  content: "\f0ee";
  font-family: "Font Awesome 6 Pro";
}

/* line 327, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_camera:before {
  content: "\f030";
  font-family: "Font Awesome 6 Pro";
}

/* line 334, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_identity:before {
  content: "\f5ab";
  font-family: "Font Awesome 6 Pro";
}

/* line 341, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.plus_icon:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 348, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.minus_icon:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 355, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.zoom_in_icon:before {
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
}

/* line 362, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.zoom_out_icon:before {
  content: "\f010";
  font-family: "Font Awesome 6 Pro";
}

/* line 369, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_right_after:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.main-transition, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/helpers.scss */
.bold {
  font-weight: 700;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mobile_navigation.scss */
.mobile-navigation-wrapper .logo {
  position: fixed;
  top: 0;
  left: 15px;
  height: 80px !important;
  width: 200px;
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mobile_navigation.scss */
.mobile-navigation-wrapper .logo a {
  position: relative;
  height: 100% !important;
  width: 100%;
}

/* line 19, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mobile_navigation.scss */
.mobile-navigation-wrapper .logo a img {
  height: 100% !important;
  max-width: 100%;
  object-fit: contain;
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mobile_navigation.scss */
.mobile-navigation-wrapper .multi-level-menu-wrapper .multi-level-menu {
  width: 100%;
  position: relative;
  left: 0px;
  padding-top: 80px;
}

/* line 33, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mobile_navigation.scss */
.mobile-navigation-wrapper .multi-level-menu-wrapper .bm-item-list {
  padding-top: 80px;
}

/* line 39, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mobile_navigation.scss */
.bm-burger-button i,
.bm-cross-button i {
  font-size: 30px;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mobile_navigation.scss */
.bm-item-list .bm-item {
  outline: none;
}

@media only screen and (max-width: 670px) {
  /* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mobile_navigation.scss */
  .header_wrapper .header_row.header_v2,
.header_wrapper .header_row.header_v3 {
    height: 100px !important;
  }
}
/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mutli_level_menu.scss */
.mobile-navigation-wrapper .menuItems img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mutli_level_menu.scss */
.fadeIn-enter {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
  z-index: 100;
}

/* line 19, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mutli_level_menu.scss */
.fadeIn-exit {
  animation-name: showOut;
  -webkit-animation-name: showOut;
  animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
  z-index: 50;
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mutli_level_menu.scss */
.fadeOut-enter {
  animation-name: showIn;
  -webkit-animation-name: showIn;
  animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
}

/* line 34, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mutli_level_menu.scss */
.fadeOut-exit {
  animation-name: fadeOut;
  -webkit-animation-name: fadeOut;
  animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
}

/* line 41, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mutli_level_menu.scss */
.slideIn-enter {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mutli_level_menu.scss */
.slideIn-exit {
  animation-name: fadeOutLeft;
  -webkit-animation-name: fadeOutLeft;
  animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
}

/* line 55, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mutli_level_menu.scss */
.slideOut-enter {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
}

/* line 62, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mutli_level_menu.scss */
.slideOut-exit {
  animation-name: fadeOutRight;
  -webkit-animation-name: fadeOutRight;
  animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
}

/* line 69, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mutli_level_menu.scss */
.moveUp-enter {
  animation-name: showFromBack;
  -webkit-animation-name: showFromBack;
  animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
}

/* line 76, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mutli_level_menu.scss */
.moveUp-exit {
  animation-name: hideToFront;
  -webkit-animation-name: hideToFront;
  animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
}

/* line 83, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mutli_level_menu.scss */
.moveDown-enter {
  animation-name: showFromFront;
  -webkit-animation-name: showFromFront;
  animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
  z-index: 100;
}

/* line 91, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mutli_level_menu.scss */
.moveDown-exit {
  animation-name: hideToBack;
  -webkit-animation-name: hideToBack;
  animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
}

/* line 98, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mutli_level_menu.scss */
.scaleUp-enter {
  animation-name: smallToNormal;
  -webkit-animation-name: smallToNormal;
  animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
}

/* line 105, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mutli_level_menu.scss */
.scaleUp-exit {
  animation-name: normalToLarge;
  -webkit-animation-name: normalToLarge;
  animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
}

/* line 112, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mutli_level_menu.scss */
.scaleDown-enter {
  animation-name: largeToNormal;
  -webkit-animation-name: largeToNormal;
  animation-duration: 300ms;
  -webkit-animation-duration: 300ms;
}

/* line 119, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/mutli_level_menu.scss */
.scaleDown-exit {
  animation-name: normalToSmall;
  -webkit-animation-name: normalToSmall;
  animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
}

@keyframes smallToNormal {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes normalToLarge {
  0% {
  }
  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes largeToNormal {
  0% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes normalToSmall {
  0% {
  }
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
  }
}

@keyframes showFromBack {
  0% {
    -webkit-transform: perspective(200px) translateZ(-200px);
    transform: perspective(200px) translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(200px) translateZ(0);
    transform: perspective(200px) translateZ(0);
    opacity: 1;
  }
}

@keyframes hideToFront {
  0% {
  }
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}

@keyframes hideToBack {
  0% {
    -webkit-transform: perspective(200px) translateZ(0);
    transform: perspective(200px) translateZ(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: perspective(200px) translateZ(-100px);
    transform: perspective(200px) translateZ(-100px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: perspective(200px) translateZ(-200px);
    transform: perspective(200px) translateZ(-200px);
    opacity: 0;
  }
}

@keyframes showFromFront {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes showOut {
  0% {
  }
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}

@keyframes fadeOutRight {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes fadeOutLeft {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes showIn {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-1, .top_header .top_header_contents .navigation .top-header-navigation-wrapper .child-submenu-recursive a.has_submenu,
.top_header .top_header_contents .navigation .top-header-navigation-wrapper .child-submenu-recursive .no-link.has_submenu {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-box, .top_header .top_header_contents .navigation .top-header-navigation-wrapper .child-submenu-recursive a.has_submenu,
.top_header .top_header_contents .navigation .top-header-navigation-wrapper .child-submenu-recursive .no-link.has_submenu, .top_header .top_header_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-center, .top_header .top_header_contents .navigation .top-header-navigation-wrapper .child-submenu-recursive a.has_submenu,
.top_header .top_header_contents .navigation .top-header-navigation-wrapper .child-submenu-recursive .no-link.has_submenu, .top_header .top_header_contents {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-between, .top_header .top_header_contents .navigation .top-header-navigation-wrapper .child-submenu-recursive a.has_submenu,
.top_header .top_header_contents .navigation .top-header-navigation-wrapper .child-submenu-recursive .no-link.has_submenu, .top_header .top_header_contents {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-column, .top_header .top_header_contents .navigation.mobile-nav .top-header-navigation-wrapper > div {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
i {
  font-style: normal;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.search_icon:before {
  content: '\f002';
  font-family: "Font Awesome 6 Pro";
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.check_icon:before {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.edit_icon:before {
  content: '\f044';
  font-family: "Font Awesome 6 Pro";
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.view_icon:before {
  content: '\f06e';
  font-family: "Font Awesome 6 Pro";
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.pending_icon:before {
  content: '\f291';
  font-family: "Font Awesome 6 Pro";
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.remove_icon:before {
  content: '\f2ed';
  font-family: "Font Awesome 6 Pro";
}

/* line 50, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.right_icon:before {
  content: '\f054';
  font-family: "Font Awesome 6 Pro";
}

/* line 57, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.left_icon:before {
  content: '\f053';
  font-family: "Font Awesome 6 Pro";
}

/* line 64, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.up_icon:before {
  content: '\f077';
  font-family: "Font Awesome 6 Pro";
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.down_icon:before {
  content: '\f078';
  font-family: "Font Awesome 6 Pro";
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 85, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.store_icon:before {
  content: '\f54e';
  font-family: "Font Awesome 6 Pro";
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.bullet_icon:before {
  content: '\f111';
  font-family: "Font Awesome 6 Pro";
}

/* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.checked_icon:before {
  content: '\f058';
  font-family: "Font Awesome 6 Pro";
}

/* line 106, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.products_icon:before {
  content: "\f009";
  font-family: "Font Awesome 6 Pro";
}

/* line 113, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.cart_icon:before {
  content: '\f07a';
  font-family: "Font Awesome 6 Pro";
}

/* line 120, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.account_icon:before {
  content: '\f007';
  font-family: "Font Awesome 6 Pro";
}

/* line 127, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.logout_icon:before {
  content: '\f08b';
  font-family: "Font Awesome 6 Pro";
}

/* line 134, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.close_icon:before {
  content: '\f00d';
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/* line 142, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.menu_icon:before {
  content: '\f0c9';
  font-family: "Font Awesome 6 Pro";
}

/* line 149, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.payment_icon:before {
  content: '\f543';
  font-family: "Font Awesome 6 Pro";
}

/* line 156, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.orders_icon:before {
  content: "\f00b";
  font-family: "Font Awesome 6 Pro";
}

/* line 163, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.addresses_icon:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
}

/* line 170, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.protected-icon:before {
  content: "\f023";
  font-family: "Font Awesome 6 Pro";
}

/* line 177, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.delivery-icon:before {
  content: "\f0d1";
  font-family: "Font Awesome 6 Pro";
}

/* line 184, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.pickup-icon:before {
  content: "\f290";
  font-family: "Font Awesome 6 Pro";
}

/* line 191, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.exclamation_icon:before {
  content: "\f321";
  font-family: "Font Awesome 6 Pro";
}

/* line 198, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.filter_icon:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
}

/* line 205, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.filter_icon_filled:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 213, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.filter_icon_checkbox:before {
  content: "\f45c";
  font-family: "Font Awesome 6 Pro";
}

/* line 220, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.filter_icon_checkbox_filled:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 228, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_left:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
}

/* line 236, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_right:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 243, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_down:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 250, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_down_after:after, .top_header .top_header_contents .navigation .top-header-navigation-wrapper .main-level a.has_submenu:after,
.top_header .top_header_contents .navigation .top-header-navigation-wrapper .main-level .no-link.has_submenu:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 257, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_up:before {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
}

/* line 264, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_plus:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 271, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_minus:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 278, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_name:before {
  content: "\f47f";
  font-family: "Font Awesome 6 Pro";
}

/* line 285, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_email:before {
  content: "\f199";
  font-family: "Font Awesome 6 Pro";
}

/* line 292, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_phone:before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
}

/* line 299, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_smartphone:before {
  content: "\f10b";
  font-family: "Font Awesome 6 Pro";
}

/* line 306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_link:before {
  content: "\f0c1";
  font-family: "Font Awesome 6 Pro";
}

/* line 313, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_text:before {
  content: "\f02d";
  font-family: "Font Awesome 6 Pro";
}

/* line 320, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_upload:before {
  content: "\f0ee";
  font-family: "Font Awesome 6 Pro";
}

/* line 327, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_camera:before {
  content: "\f030";
  font-family: "Font Awesome 6 Pro";
}

/* line 334, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.icon_identity:before {
  content: "\f5ab";
  font-family: "Font Awesome 6 Pro";
}

/* line 341, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.plus_icon:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 348, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.minus_icon:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 355, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.zoom_in_icon:before {
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
}

/* line 362, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.zoom_out_icon:before {
  content: "\f010";
  font-family: "Font Awesome 6 Pro";
}

/* line 369, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.chevron_icon_right_after:after, .top_header .top_header_contents .navigation .top-header-navigation-wrapper .child-submenu-recursive a.has_submenu:after,
.top_header .top_header_contents .navigation .top-header-navigation-wrapper .child-submenu-recursive .no-link.has_submenu:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/../theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/top_header.scss */
.top_header {
  position: relative;
  z-index: 1000;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/top_header.scss */
.top_header .top_header_contents .navigation {
  height: 100%;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/top_header.scss */
.top_header .top_header_contents .navigation .top-header-navigation-wrapper {
  height: 100%;
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/top_header.scss */
.top_header .top_header_contents .navigation .top-header-navigation-wrapper .navigation-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 21, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/top_header.scss */
.top_header .top_header_contents .navigation .top-header-navigation-wrapper .child-submenu-recursive .simple-menu {
  position: absolute;
  top: 0px !important;
  left: 100%;
  width: 150px;
  min-width: 150px;
}

/* line 35, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/top_header.scss */
.top_header .top_header_contents .navigation .top-header-navigation-wrapper .child-submenu-recursive a.has_submenu:after,
.top_header .top_header_contents .navigation .top-header-navigation-wrapper .child-submenu-recursive .no-link.has_submenu:after {
  margin-left: 5px;
}

/* line 44, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/top_header.scss */
.top_header .top_header_contents .navigation .top-header-navigation-wrapper .main-level a.has_submenu:after,
.top_header .top_header_contents .navigation .top-header-navigation-wrapper .main-level .no-link.has_submenu:after {
  margin-left: 5px;
}

/* line 56, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/top_header.scss */
.top_header .top_header_contents .navigation.mobile-nav .top-nav-button {
  cursor: pointer;
  margin-top: 10px;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/top_header.scss */
.top_header .top_header_contents .navigation.mobile-nav .navigation-item {
  width: 100%;
  padding: 10px;
}

/* line 63, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/top_header.scss */
.top_header .top_header_contents .navigation.mobile-nav .navigation-item a, .top_header .top_header_contents .navigation.mobile-nav .navigation-item .no-link {
  width: 100%;
}

@media only screen and (max-width: 670px) {
  /* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/top_header.scss */
  .top_header .top_header_contents .navigation .top-header-navigation-wrapper .navigation-item {
    padding: 10px 0px;
  }
  /* line 79, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/top_header.scss */
  .top_header .top_header_contents .navigation .top-header-navigation-wrapper .navigation-item a, .top_header .top_header_contents .navigation .top-header-navigation-wrapper .navigation-item .no-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 82, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/top_header.scss */
  .top_header .top_header_contents .navigation .top-header-navigation-wrapper .navigation-item a:after, .top_header .top_header_contents .navigation .top-header-navigation-wrapper .navigation-item .no-link:after {
    display: none;
  }
  /* line 88, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/top_header.scss */
  .top_header .top_header_contents .navigation .top-header-navigation-wrapper .child-submenu-recursive .simple-menu {
    position: initial;
    top: auto !important;
    left: auto;
    width: 100%;
    min-width: 100%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/top_header.scss */
  .top_header .top_header_contents .navigation .top-header-navigation-wrapper .child-submenu-recursive a.has_submenu,
.top_header .top_header_contents .navigation .top-header-navigation-wrapper .child-submenu-recursive .no-link.has_submenu {
    display: none;
  }
}
/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/vertical_navigation.scss */
.vertical-submenu p, .vertical-submenu span {
  margin: 0px;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/header/vertical_navigation.scss */
.vertical-submenu img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 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);
  }
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 110, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 151, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 230, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 285, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 354, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 415, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 488, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 569, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 662, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 723, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 822, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 905, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 986, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1067, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1148, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1193, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1240, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1273, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1351, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 1376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1409, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1442, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1475, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1508, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1541, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1574, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1607, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1640, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 1665, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1694, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1723, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1752, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1781, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1810, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1839, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1868, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 1897, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 1992, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2065, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2138, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2183, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2230, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2287, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2318, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2361, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2402, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2443, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2484, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2525, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2562, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2599, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2636, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2673, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2710, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2787, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2846, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2881, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2912, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 2941, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 2982, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3023, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3064, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3105, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 3142, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3187, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 3224, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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;
  }
}

/* line 3261, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3337, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3368, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3399, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3430, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3461, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3492, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3523, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.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);
  }
}

/* line 3554, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 3559, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 3566, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 3571, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/* line 3576, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* line 3581, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/* line 3586, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

/* line 3591, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

/* line 3596, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

/* line 3601, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

/* line 3606, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 3611, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  /* line 3617, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/animate.scss */
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/* line 1, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container {
    max-width: 1700px;
  }
  /* line 2, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container {
    max-width: 1180px;
  }
  /* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container {
    max-width: 990px;
  }
  /* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container {
    max-width: 100%;
  }
  /* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
  .flex-container-full-width {
    max-width: 100%;
  }
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-container-full-width {
  width: 100%;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

/* line 13, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.items-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

/* line 24, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

/* line 30, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

/* line 42, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

/* line 48, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

/* line 54, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

/* line 60, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

/* line 66, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

/* line 72, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 90, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 96, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 108, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 115, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/flex.scss */
.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 4, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.fixed {
  position: fixed;
}

/* line 5, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.relative {
  position: relative;
}

/* line 6, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.absolute {
  position: absolute;
}

/* line 7, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.text-center {
  text-align: center;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.text-right {
  text-align: right;
}

/* line 11, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
a:hover,
:hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 17, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.main-transition, input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, .input-form:focus, .input-form:active {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 27, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.tiles-box-shadow, .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 32, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.inner-box-shadow {
  box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.sidebar-toggle-effect {
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 49, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.sidebar-toggle-effect-reverted {
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
}

/* line 61, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input, input[type='text'], .input-form {
  border: 2px solid #abbbc8;
  background: #fbfbfb;
  min-height: 50px;
  height: 50px;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
}

/* line 77, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
input[type='text']:focus, input[type='text']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='number']:focus,
input[type='number']:active,
input:focus,
input:active, input[type='text']:focus, input[type='text']:active, .input-form:focus, .input-form:active {
  background: #ffffff;
  border: 2px solid #666666;
}

/* line 84, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.card {
  padding: 20px;
  background: #ffffff;
  margin: 20px 0px;
  border-radius: 4px;
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/helpers.scss */
.bold {
  font-weight: 700;
}
/* line 3, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
i {
  font-style: normal;
}

/* line 8, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.search_icon:before {
  content: '\f002';
  font-family: "Font Awesome 6 Pro";
}

/* line 15, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.check_icon:before {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
}

/* line 22, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.edit_icon:before {
  content: '\f044';
  font-family: "Font Awesome 6 Pro";
}

/* line 29, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.view_icon:before {
  content: '\f06e';
  font-family: "Font Awesome 6 Pro";
}

/* line 36, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.pending_icon:before {
  content: '\f291';
  font-family: "Font Awesome 6 Pro";
}

/* line 43, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.remove_icon:before {
  content: '\f2ed';
  font-family: "Font Awesome 6 Pro";
}

/* line 50, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.right_icon:before {
  content: '\f054';
  font-family: "Font Awesome 6 Pro";
}

/* line 57, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.left_icon:before {
  content: '\f053';
  font-family: "Font Awesome 6 Pro";
}

/* line 64, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.up_icon:before {
  content: '\f077';
  font-family: "Font Awesome 6 Pro";
}

/* line 71, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.down_icon:before {
  content: '\f078';
  font-family: "Font Awesome 6 Pro";
}

/* line 78, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}

/* line 85, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.store_icon:before {
  content: '\f54e';
  font-family: "Font Awesome 6 Pro";
}

/* line 92, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.bullet_icon:before {
  content: '\f111';
  font-family: "Font Awesome 6 Pro";
}

/* line 99, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.checked_icon:before {
  content: '\f058';
  font-family: "Font Awesome 6 Pro";
}

/* line 106, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.products_icon:before {
  content: "\f009";
  font-family: "Font Awesome 6 Pro";
}

/* line 113, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.cart_icon:before {
  content: '\f07a';
  font-family: "Font Awesome 6 Pro";
}

/* line 120, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.account_icon:before {
  content: '\f007';
  font-family: "Font Awesome 6 Pro";
}

/* line 127, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.logout_icon:before {
  content: '\f08b';
  font-family: "Font Awesome 6 Pro";
}

/* line 134, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.close_icon:before {
  content: '\f00d';
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/* line 142, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.menu_icon:before {
  content: '\f0c9';
  font-family: "Font Awesome 6 Pro";
}

/* line 149, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.payment_icon:before {
  content: '\f543';
  font-family: "Font Awesome 6 Pro";
}

/* line 156, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.orders_icon:before {
  content: "\f00b";
  font-family: "Font Awesome 6 Pro";
}

/* line 163, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.addresses_icon:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
}

/* line 170, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.protected-icon:before {
  content: "\f023";
  font-family: "Font Awesome 6 Pro";
}

/* line 177, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.delivery-icon:before {
  content: "\f0d1";
  font-family: "Font Awesome 6 Pro";
}

/* line 184, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.pickup-icon:before {
  content: "\f290";
  font-family: "Font Awesome 6 Pro";
}

/* line 191, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.exclamation_icon:before {
  content: "\f321";
  font-family: "Font Awesome 6 Pro";
}

/* line 198, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.filter_icon:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
}

/* line 205, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.filter_icon_filled:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 213, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.filter_icon_checkbox:before {
  content: "\f45c";
  font-family: "Font Awesome 6 Pro";
}

/* line 220, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.filter_icon_checkbox_filled:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

/* line 228, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_left:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
}

/* line 236, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_right:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 243, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_down:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 250, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_down_after:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}

/* line 257, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_up:before {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
}

/* line 264, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_plus:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 271, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_minus:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 278, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_name:before {
  content: "\f47f";
  font-family: "Font Awesome 6 Pro";
}

/* line 285, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_email:before {
  content: "\f199";
  font-family: "Font Awesome 6 Pro";
}

/* line 292, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_phone:before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
}

/* line 299, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_smartphone:before {
  content: "\f10b";
  font-family: "Font Awesome 6 Pro";
}

/* line 306, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_link:before {
  content: "\f0c1";
  font-family: "Font Awesome 6 Pro";
}

/* line 313, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_text:before {
  content: "\f02d";
  font-family: "Font Awesome 6 Pro";
}

/* line 320, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_upload:before {
  content: "\f0ee";
  font-family: "Font Awesome 6 Pro";
}

/* line 327, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_camera:before {
  content: "\f030";
  font-family: "Font Awesome 6 Pro";
}

/* line 334, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.icon_identity:before {
  content: "\f5ab";
  font-family: "Font Awesome 6 Pro";
}

/* line 341, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.plus_icon:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}

/* line 348, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.minus_icon:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/* line 355, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.zoom_in_icon:before {
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
}

/* line 362, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.zoom_out_icon:before {
  content: "\f010";
  font-family: "Font Awesome 6 Pro";
}

/* line 369, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.chevron_icon_right_after:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/* line 376, ../../../.rvm/gems/ruby-3.0.3/gems/theming-0.2.1/app/assets/stylesheets/theming/theme_options/icons.scss */
.toggle_icon:before {
  content: '\f0b0';
  font-family: "Font Awesome 6 Pro";
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
