/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/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
 * 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.
 *

















 */
@import url(/assets/fontawesome/css/all.min-809f3b8f7dd3219129aca74109b06924e8f96eb0c6012b9b1c89c452266db15b.css);
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
/* line 10, app/assets/stylesheets/css/animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 17, app/assets/stylesheets/css/animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 22, app/assets/stylesheets/css/animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 27, app/assets/stylesheets/css/animate.scss */
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

/* line 33, app/assets/stylesheets/css/animate.scss */
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-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 95, app/assets/stylesheets/css/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 122, app/assets/stylesheets/css/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 163, app/assets/stylesheets/css/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 242, app/assets/stylesheets/css/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 281, app/assets/stylesheets/css/animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-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 340, app/assets/stylesheets/css/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 401, app/assets/stylesheets/css/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: none;
    transform: none;
  }
  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: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  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: none;
    transform: none;
  }
}

/* line 482, app/assets/stylesheets/css/animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

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

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

/* line 571, app/assets/stylesheets/css/animate.scss */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-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 658, app/assets/stylesheets/css/animate.scss */
.bounceIn {
  -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: none;
    transform: none;
  }
}

@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: none;
    transform: none;
  }
}

/* line 731, app/assets/stylesheets/css/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: none;
    transform: none;
  }
}

@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: none;
    transform: none;
  }
}

/* line 804, app/assets/stylesheets/css/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: none;
    transform: none;
  }
}

@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: none;
    transform: none;
  }
}

/* line 877, app/assets/stylesheets/css/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 950, app/assets/stylesheets/css/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 993, app/assets/stylesheets/css/animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

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

/* line 1036, app/assets/stylesheets/css/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 1069, app/assets/stylesheets/css/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 1102, app/assets/stylesheets/css/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 1145, app/assets/stylesheets/css/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 1170, app/assets/stylesheets/css/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);*/
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);*/
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1207, app/assets/stylesheets/css/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: none;
    transform: none;
  }
}

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

/* line 1240, app/assets/stylesheets/css/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);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1277, app/assets/stylesheets/css/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: none;
    transform: none;
  }
}

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

/* line 1310, app/assets/stylesheets/css/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);*/
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1347, app/assets/stylesheets/css/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: none;
    transform: none;
  }
}

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

/* line 1380, app/assets/stylesheets/css/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);*/
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1417, app/assets/stylesheets/css/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: none;
    transform: none;
  }
}

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

/* line 1450, app/assets/stylesheets/css/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 1475, app/assets/stylesheets/css/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 1504, app/assets/stylesheets/css/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 1533, app/assets/stylesheets/css/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 1562, app/assets/stylesheets/css/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 1591, app/assets/stylesheets/css/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 1620, app/assets/stylesheets/css/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 1649, app/assets/stylesheets/css/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 1678, app/assets/stylesheets/css/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 1707, app/assets/stylesheets/css/animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 1786, app/assets/stylesheets/css/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 1859, app/assets/stylesheets/css/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 1932, app/assets/stylesheets/css/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 1977, app/assets/stylesheets/css/animate.scss */
.flipOutX {
  -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 2022, app/assets/stylesheets/css/animate.scss */
.flipOutY {
  -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);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@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);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2081, app/assets/stylesheets/css/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 2112, app/assets/stylesheets/css/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: none;
    transform: none;
    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: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2155, app/assets/stylesheets/css/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: none;
    transform: none;
    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: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2196, app/assets/stylesheets/css/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: none;
    transform: none;
    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: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2237, app/assets/stylesheets/css/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: none;
    transform: none;
    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: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2278, app/assets/stylesheets/css/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: none;
    transform: none;
    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: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2319, app/assets/stylesheets/css/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 2356, app/assets/stylesheets/css/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 2393, app/assets/stylesheets/css/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 2430, app/assets/stylesheets/css/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 2467, app/assets/stylesheets/css/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 2504, app/assets/stylesheets/css/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 2577, app/assets/stylesheets/css/animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* 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: none;
    transform: none;
  }
}

@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: none;
    transform: none;
  }
}

/* line 2612, app/assets/stylesheets/css/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 2643, app/assets/stylesheets/css/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 2672, app/assets/stylesheets/css/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 2713, app/assets/stylesheets/css/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 2754, app/assets/stylesheets/css/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 2795, app/assets/stylesheets/css/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 2836, app/assets/stylesheets/css/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 2873, app/assets/stylesheets/css/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 2918, app/assets/stylesheets/css/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 2955, app/assets/stylesheets/css/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 2992, app/assets/stylesheets/css/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 3037, app/assets/stylesheets/css/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 3068, app/assets/stylesheets/css/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 3099, app/assets/stylesheets/css/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 3130, app/assets/stylesheets/css/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 3161, app/assets/stylesheets/css/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 3192, app/assets/stylesheets/css/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 3223, app/assets/stylesheets/css/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 3254, app/assets/stylesheets/css/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 3285, app/assets/stylesheets/css/animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] .aos-animate[data-aos] {
  transition-delay: 50ms;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] .aos-animate[data-aos] {
  transition-delay: .1s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] .aos-animate[data-aos] {
  transition-delay: .15s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] .aos-animate[data-aos] {
  transition-delay: .2s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] .aos-animate[data-aos] {
  transition-delay: .25s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] .aos-animate[data-aos] {
  transition-delay: .3s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] .aos-animate[data-aos] {
  transition-delay: .35s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] .aos-animate[data-aos] {
  transition-delay: .4s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] .aos-animate[data-aos] {
  transition-delay: .45s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] .aos-animate[data-aos] {
  transition-delay: .5s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] .aos-animate[data-aos] {
  transition-delay: .55s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] .aos-animate[data-aos] {
  transition-delay: .6s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] .aos-animate[data-aos] {
  transition-delay: .65s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] .aos-animate[data-aos] {
  transition-delay: .7s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] .aos-animate[data-aos] {
  transition-delay: .75s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] .aos-animate[data-aos] {
  transition-delay: .8s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] .aos-animate[data-aos] {
  transition-delay: .85s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] .aos-animate[data-aos] {
  transition-delay: .9s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] .aos-animate[data-aos] {
  transition-delay: .95s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] .aos-animate[data-aos] {
  transition-delay: 1s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] .aos-animate[data-aos] {
  transition-delay: 1.05s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] .aos-animate[data-aos] {
  transition-delay: 1.1s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] .aos-animate[data-aos] {
  transition-delay: 1.15s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] .aos-animate[data-aos] {
  transition-delay: 1.2s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] .aos-animate[data-aos] {
  transition-delay: 1.25s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] .aos-animate[data-aos] {
  transition-delay: 1.3s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] .aos-animate[data-aos] {
  transition-delay: 1.35s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] .aos-animate[data-aos] {
  transition-delay: 1.4s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] .aos-animate[data-aos] {
  transition-delay: 1.45s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] .aos-animate[data-aos] {
  transition-delay: 1.5s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] .aos-animate[data-aos] {
  transition-delay: 1.55s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] .aos-animate[data-aos] {
  transition-delay: 1.6s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] .aos-animate[data-aos] {
  transition-delay: 1.65s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] .aos-animate[data-aos] {
  transition-delay: 1.7s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] .aos-animate[data-aos] {
  transition-delay: 1.75s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] .aos-animate[data-aos] {
  transition-delay: 1.8s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] .aos-animate[data-aos] {
  transition-delay: 1.85s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] .aos-animate[data-aos] {
  transition-delay: 1.9s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] .aos-animate[data-aos] {
  transition-delay: 1.95s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] .aos-animate[data-aos] {
  transition-delay: 2s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] .aos-animate[data-aos] {
  transition-delay: 2.05s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] .aos-animate[data-aos] {
  transition-delay: 2.1s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] .aos-animate[data-aos] {
  transition-delay: 2.15s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] .aos-animate[data-aos] {
  transition-delay: 2.2s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] .aos-animate[data-aos] {
  transition-delay: 2.25s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] .aos-animate[data-aos] {
  transition-delay: 2.3s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] .aos-animate[data-aos] {
  transition-delay: 2.35s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] .aos-animate[data-aos] {
  transition-delay: 2.4s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] .aos-animate[data-aos] {
  transition-delay: 2.45s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] .aos-animate[data-aos] {
  transition-delay: 2.5s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] .aos-animate[data-aos] {
  transition-delay: 2.55s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] .aos-animate[data-aos] {
  transition-delay: 2.6s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] .aos-animate[data-aos] {
  transition-delay: 2.65s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] .aos-animate[data-aos] {
  transition-delay: 2.7s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] .aos-animate[data-aos] {
  transition-delay: 2.75s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] .aos-animate[data-aos] {
  transition-delay: 2.8s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] .aos-animate[data-aos] {
  transition-delay: 2.85s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] .aos-animate[data-aos] {
  transition-delay: 2.9s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] .aos-animate[data-aos] {
  transition-delay: 2.95s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] .aos-animate[data-aos] {
  transition-delay: 3s;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos^=fade][data-aos^=fade] {
  opacity: 1;
  transform: translateZ(0);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos^=zoom][data-aos^=zoom] {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=zoom-in] {
  transform: scale(0.6);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=zoom-out] {
  transform: scale(1.2);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos^=slide][data-aos^=slide] {
  transform: translateZ(0);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(0);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(0);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(0);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

/* line 1, app/assets/stylesheets/css/aos.scss */
.aos-animate[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(0);
}
/* @font-face {
    font-family: 'icomoon';
    src:    url(/../../fonts/icomoon/icomoon.eot?1oniuf);
    src:    url(/../../fonts/icomoon/icomoon.eot?1oniuf#iefix) format('embedded-opentype'),
        url(/../../fonts/icomoon/icomoon.ttf?1oniuf) format('truetype'),
        url(/../../fonts/icomoon/icomoon.woff?1oniuf) format('woff'),
        url(/../../fonts/icomoon/icomoon.svg?1oniuf#icomoon) format('svg');
    font-weight: normal;
    font-style: normal;
} */
@font-face {
  font-family: 'icomoon';
  src: url(/app/assets/fonts/icomoon/icomoon.eot);
  /* src: url(/../../fonts/icomoon/icomoon.ttf); */
  /* src: url(/../../fonts/icomoon/icomoon.woff); */
  font-weight: normal;
  font-style: normal;
}

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

/* line 34, app/assets/stylesheets/css/icomoon.scss */
.icon-mobile:before {
  content: "\e000";
}

/* line 37, app/assets/stylesheets/css/icomoon.scss */
.icon-laptop:before {
  content: "\e001";
}

/* line 40, app/assets/stylesheets/css/icomoon.scss */
.icon-desktop:before {
  content: "\e002";
}

/* line 43, app/assets/stylesheets/css/icomoon.scss */
.icon-tablet:before {
  content: "\e003";
}

/* line 46, app/assets/stylesheets/css/icomoon.scss */
.icon-phone:before {
  content: "\e004";
}

/* line 49, app/assets/stylesheets/css/icomoon.scss */
.icon-document:before {
  content: "\e005";
}

/* line 52, app/assets/stylesheets/css/icomoon.scss */
.icon-documents:before {
  content: "\e006";
}

/* line 55, app/assets/stylesheets/css/icomoon.scss */
.icon-search:before {
  content: "\e007";
}

/* line 58, app/assets/stylesheets/css/icomoon.scss */
.icon-clipboard:before {
  content: "\e008";
}

/* line 61, app/assets/stylesheets/css/icomoon.scss */
.icon-newspaper:before {
  content: "\e009";
}

/* line 64, app/assets/stylesheets/css/icomoon.scss */
.icon-notebook:before {
  content: "\e00a";
}

/* line 67, app/assets/stylesheets/css/icomoon.scss */
.icon-book-open:before {
  content: "\e00b";
}

/* line 70, app/assets/stylesheets/css/icomoon.scss */
.icon-browser:before {
  content: "\e00c";
}

/* line 73, app/assets/stylesheets/css/icomoon.scss */
.icon-calendar:before {
  content: "\e00d";
}

/* line 76, app/assets/stylesheets/css/icomoon.scss */
.icon-presentation:before {
  content: "\e00e";
}

/* line 79, app/assets/stylesheets/css/icomoon.scss */
.icon-picture:before {
  content: "\e00f";
}

/* line 82, app/assets/stylesheets/css/icomoon.scss */
.icon-pictures:before {
  content: "\e010";
}

/* line 85, app/assets/stylesheets/css/icomoon.scss */
.icon-video:before {
  content: "\e011";
}

/* line 88, app/assets/stylesheets/css/icomoon.scss */
.icon-camera:before {
  content: "\e012";
}

/* line 91, app/assets/stylesheets/css/icomoon.scss */
.icon-printer:before {
  content: "\e013";
}

/* line 94, app/assets/stylesheets/css/icomoon.scss */
.icon-toolbox:before {
  content: "\e014";
}

/* line 97, app/assets/stylesheets/css/icomoon.scss */
.icon-briefcase:before {
  content: "\e015";
}

/* line 100, app/assets/stylesheets/css/icomoon.scss */
.icon-wallet:before {
  content: "\e016";
}

/* line 103, app/assets/stylesheets/css/icomoon.scss */
.icon-gift:before {
  content: "\e017";
}

/* line 106, app/assets/stylesheets/css/icomoon.scss */
.icon-bargraph:before {
  content: "\e018";
}

/* line 109, app/assets/stylesheets/css/icomoon.scss */
.icon-grid:before {
  content: "\e019";
}

/* line 112, app/assets/stylesheets/css/icomoon.scss */
.icon-expand:before {
  content: "\e01a";
}

/* line 115, app/assets/stylesheets/css/icomoon.scss */
.icon-focus:before {
  content: "\e01b";
}

/* line 118, app/assets/stylesheets/css/icomoon.scss */
.icon-edit:before {
  content: "\e01c";
}

/* line 121, app/assets/stylesheets/css/icomoon.scss */
.icon-adjustments:before {
  content: "\e01d";
}

/* line 124, app/assets/stylesheets/css/icomoon.scss */
.icon-ribbon:before {
  content: "\e01e";
}

/* line 127, app/assets/stylesheets/css/icomoon.scss */
.icon-hourglass:before {
  content: "\e01f";
}

/* line 130, app/assets/stylesheets/css/icomoon.scss */
.icon-lock:before {
  content: "\e020";
}

/* line 133, app/assets/stylesheets/css/icomoon.scss */
.icon-megaphone:before {
  content: "\e021";
}

/* line 136, app/assets/stylesheets/css/icomoon.scss */
.icon-shield:before {
  content: "\e022";
}

/* line 139, app/assets/stylesheets/css/icomoon.scss */
.icon-trophy:before {
  content: "\e023";
}

/* line 142, app/assets/stylesheets/css/icomoon.scss */
.icon-flag:before {
  content: "\e024";
}

/* line 145, app/assets/stylesheets/css/icomoon.scss */
.icon-map:before {
  content: "\e025";
}

/* line 148, app/assets/stylesheets/css/icomoon.scss */
.icon-puzzle:before {
  content: "\e026";
}

/* line 151, app/assets/stylesheets/css/icomoon.scss */
.icon-basket:before {
  content: "\e027";
}

/* line 154, app/assets/stylesheets/css/icomoon.scss */
.icon-envelope:before {
  content: "\e028";
}

/* line 157, app/assets/stylesheets/css/icomoon.scss */
.icon-streetsign:before {
  content: "\e029";
}

/* line 160, app/assets/stylesheets/css/icomoon.scss */
.icon-telescope:before {
  content: "\e02a";
}

/* line 163, app/assets/stylesheets/css/icomoon.scss */
.icon-gears:before {
  content: "\e02b";
}

/* line 166, app/assets/stylesheets/css/icomoon.scss */
.icon-key:before {
  content: "\e02c";
}

/* line 169, app/assets/stylesheets/css/icomoon.scss */
.icon-paperclip:before {
  content: "\e02d";
}

/* line 172, app/assets/stylesheets/css/icomoon.scss */
.icon-attachment:before {
  content: "\e02e";
}

/* line 175, app/assets/stylesheets/css/icomoon.scss */
.icon-pricetags:before {
  content: "\e02f";
}

/* line 178, app/assets/stylesheets/css/icomoon.scss */
.icon-lightbulb:before {
  content: "\e030";
}

/* line 181, app/assets/stylesheets/css/icomoon.scss */
.icon-layers:before {
  content: "\e031";
}

/* line 184, app/assets/stylesheets/css/icomoon.scss */
.icon-pencil:before {
  content: "\e032";
}

/* line 187, app/assets/stylesheets/css/icomoon.scss */
.icon-tools:before {
  content: "\e033";
}

/* line 190, app/assets/stylesheets/css/icomoon.scss */
.icon-tools-2:before {
  content: "\e034";
}

/* line 193, app/assets/stylesheets/css/icomoon.scss */
.icon-scissors:before {
  content: "\e035";
}

/* line 196, app/assets/stylesheets/css/icomoon.scss */
.icon-paintbrush:before {
  content: "\e036";
}

/* line 199, app/assets/stylesheets/css/icomoon.scss */
.icon-magnifying-glass:before {
  content: "\e037";
}

/* line 202, app/assets/stylesheets/css/icomoon.scss */
.icon-circle-compass:before {
  content: "\e038";
}

/* line 205, app/assets/stylesheets/css/icomoon.scss */
.icon-linegraph:before {
  content: "\e039";
}

/* line 208, app/assets/stylesheets/css/icomoon.scss */
.icon-mic:before {
  content: "\e03a";
}

/* line 211, app/assets/stylesheets/css/icomoon.scss */
.icon-strategy:before {
  content: "\e03b";
}

/* line 214, app/assets/stylesheets/css/icomoon.scss */
.icon-beaker:before {
  content: "\e03c";
}

/* line 217, app/assets/stylesheets/css/icomoon.scss */
.icon-caution:before {
  content: "\e03d";
}

/* line 220, app/assets/stylesheets/css/icomoon.scss */
.icon-recycle:before {
  content: "\e03e";
}

/* line 223, app/assets/stylesheets/css/icomoon.scss */
.icon-anchor:before {
  content: "\e03f";
}

/* line 226, app/assets/stylesheets/css/icomoon.scss */
.icon-profile-male:before {
  content: "\e040";
}

/* line 229, app/assets/stylesheets/css/icomoon.scss */
.icon-profile-female:before {
  content: "\e041";
}

/* line 232, app/assets/stylesheets/css/icomoon.scss */
.icon-bike:before {
  content: "\e042";
}

/* line 235, app/assets/stylesheets/css/icomoon.scss */
.icon-wine:before {
  content: "\e043";
}

/* line 238, app/assets/stylesheets/css/icomoon.scss */
.icon-hotairballoon:before {
  content: "\e044";
}

/* line 241, app/assets/stylesheets/css/icomoon.scss */
.icon-globe:before {
  content: "\e045";
}

/* line 244, app/assets/stylesheets/css/icomoon.scss */
.icon-genius:before {
  content: "\e046";
}

/* line 247, app/assets/stylesheets/css/icomoon.scss */
.icon-map-pin:before {
  content: "\e047";
}

/* line 250, app/assets/stylesheets/css/icomoon.scss */
.icon-dial:before {
  content: "\e048";
}

/* line 253, app/assets/stylesheets/css/icomoon.scss */
.icon-chat:before {
  content: "\e049";
}

/* line 256, app/assets/stylesheets/css/icomoon.scss */
.icon-heart:before {
  content: "\e04a";
}

/* line 259, app/assets/stylesheets/css/icomoon.scss */
.icon-cloud:before {
  content: "\e04b";
}

/* line 262, app/assets/stylesheets/css/icomoon.scss */
.icon-upload:before {
  content: "\e04c";
}

/* line 265, app/assets/stylesheets/css/icomoon.scss */
.icon-download:before {
  content: "\e04d";
}

/* line 268, app/assets/stylesheets/css/icomoon.scss */
.icon-target:before {
  content: "\e04e";
}

/* line 271, app/assets/stylesheets/css/icomoon.scss */
.icon-hazardous:before {
  content: "\e04f";
}

/* line 274, app/assets/stylesheets/css/icomoon.scss */
.icon-piechart:before {
  content: "\e050";
}

/* line 277, app/assets/stylesheets/css/icomoon.scss */
.icon-speedometer:before {
  content: "\e051";
}

/* line 280, app/assets/stylesheets/css/icomoon.scss */
.icon-global:before {
  content: "\e052";
}

/* line 283, app/assets/stylesheets/css/icomoon.scss */
.icon-compass:before {
  content: "\e053";
}

/* line 286, app/assets/stylesheets/css/icomoon.scss */
.icon-lifesaver:before {
  content: "\e054";
}

/* line 289, app/assets/stylesheets/css/icomoon.scss */
.icon-clock:before {
  content: "\e055";
}

/* line 292, app/assets/stylesheets/css/icomoon.scss */
.icon-aperture:before {
  content: "\e056";
}

/* line 295, app/assets/stylesheets/css/icomoon.scss */
.icon-quote:before {
  content: "\e057";
}

/* line 298, app/assets/stylesheets/css/icomoon.scss */
.icon-scope:before {
  content: "\e058";
}

/* line 301, app/assets/stylesheets/css/icomoon.scss */
.icon-alarmclock:before {
  content: "\e059";
}

/* line 304, app/assets/stylesheets/css/icomoon.scss */
.icon-refresh:before {
  content: "\e05a";
}

/* line 307, app/assets/stylesheets/css/icomoon.scss */
.icon-happy:before {
  content: "\e05b";
}

/* line 310, app/assets/stylesheets/css/icomoon.scss */
.icon-sad:before {
  content: "\e05c";
}

/* line 313, app/assets/stylesheets/css/icomoon.scss */
.icon-facebook:before {
  content: "\e05d";
}

/* line 316, app/assets/stylesheets/css/icomoon.scss */
.icon-twitter:before {
  content: "\e05e";
}

/* line 319, app/assets/stylesheets/css/icomoon.scss */
.icon-googleplus:before {
  content: "\e05f";
}

/* line 322, app/assets/stylesheets/css/icomoon.scss */
.icon-rss:before {
  content: "\e060";
}

/* line 325, app/assets/stylesheets/css/icomoon.scss */
.icon-tumblr:before {
  content: "\e061";
}

/* line 328, app/assets/stylesheets/css/icomoon.scss */
.icon-linkedin:before {
  content: "\e062";
}

/* line 331, app/assets/stylesheets/css/icomoon.scss */
.icon-dribbble:before {
  content: "\e063";
}

/* line 334, app/assets/stylesheets/css/icomoon.scss */
.icon-box2:before {
  content: "\ea82";
}

/* line 337, app/assets/stylesheets/css/icomoon.scss */
.icon-write:before {
  content: "\ea83";
}

/* line 340, app/assets/stylesheets/css/icomoon.scss */
.icon-clock2:before {
  content: "\ea84";
}

/* line 343, app/assets/stylesheets/css/icomoon.scss */
.icon-reply2:before {
  content: "\ea85";
}

/* line 346, app/assets/stylesheets/css/icomoon.scss */
.icon-reply-all2:before {
  content: "\ea86";
}

/* line 349, app/assets/stylesheets/css/icomoon.scss */
.icon-forward2:before {
  content: "\ea87";
}

/* line 352, app/assets/stylesheets/css/icomoon.scss */
.icon-flag2:before {
  content: "\ea88";
}

/* line 355, app/assets/stylesheets/css/icomoon.scss */
.icon-search2:before {
  content: "\ea89";
}

/* line 358, app/assets/stylesheets/css/icomoon.scss */
.icon-trash2:before {
  content: "\ea8a";
}

/* line 361, app/assets/stylesheets/css/icomoon.scss */
.icon-envelope2:before {
  content: "\ea8b";
}

/* line 364, app/assets/stylesheets/css/icomoon.scss */
.icon-bubble:before {
  content: "\ea8c";
}

/* line 367, app/assets/stylesheets/css/icomoon.scss */
.icon-bubbles:before {
  content: "\ea8d";
}

/* line 370, app/assets/stylesheets/css/icomoon.scss */
.icon-user2:before {
  content: "\ea8e";
}

/* line 373, app/assets/stylesheets/css/icomoon.scss */
.icon-users2:before {
  content: "\ea8f";
}

/* line 376, app/assets/stylesheets/css/icomoon.scss */
.icon-cloud2:before {
  content: "\ea90";
}

/* line 379, app/assets/stylesheets/css/icomoon.scss */
.icon-download2:before {
  content: "\ea91";
}

/* line 382, app/assets/stylesheets/css/icomoon.scss */
.icon-upload2:before {
  content: "\ea92";
}

/* line 385, app/assets/stylesheets/css/icomoon.scss */
.icon-rain:before {
  content: "\ea93";
}

/* line 388, app/assets/stylesheets/css/icomoon.scss */
.icon-sun:before {
  content: "\ea94";
}

/* line 391, app/assets/stylesheets/css/icomoon.scss */
.icon-moon2:before {
  content: "\ea95";
}

/* line 394, app/assets/stylesheets/css/icomoon.scss */
.icon-bell2:before {
  content: "\ea96";
}

/* line 397, app/assets/stylesheets/css/icomoon.scss */
.icon-folder2:before {
  content: "\ea97";
}

/* line 400, app/assets/stylesheets/css/icomoon.scss */
.icon-pin2:before {
  content: "\ea98";
}

/* line 403, app/assets/stylesheets/css/icomoon.scss */
.icon-sound2:before {
  content: "\ea99";
}

/* line 406, app/assets/stylesheets/css/icomoon.scss */
.icon-microphone:before {
  content: "\ea9a";
}

/* line 409, app/assets/stylesheets/css/icomoon.scss */
.icon-camera2:before {
  content: "\ea9b";
}

/* line 412, app/assets/stylesheets/css/icomoon.scss */
.icon-image2:before {
  content: "\ea9c";
}

/* line 415, app/assets/stylesheets/css/icomoon.scss */
.icon-cog2:before {
  content: "\ea9d";
}

/* line 418, app/assets/stylesheets/css/icomoon.scss */
.icon-calendar2:before {
  content: "\ea9e";
}

/* line 421, app/assets/stylesheets/css/icomoon.scss */
.icon-book2:before {
  content: "\ea9f";
}

/* line 424, app/assets/stylesheets/css/icomoon.scss */
.icon-map-marker:before {
  content: "\eaa0";
}

/* line 427, app/assets/stylesheets/css/icomoon.scss */
.icon-store:before {
  content: "\eaa1";
}

/* line 430, app/assets/stylesheets/css/icomoon.scss */
.icon-support:before {
  content: "\eaa2";
}

/* line 433, app/assets/stylesheets/css/icomoon.scss */
.icon-tag2:before {
  content: "\eaa3";
}

/* line 436, app/assets/stylesheets/css/icomoon.scss */
.icon-heart2:before {
  content: "\eaa4";
}

/* line 439, app/assets/stylesheets/css/icomoon.scss */
.icon-video-camera:before {
  content: "\eaa5";
}

/* line 442, app/assets/stylesheets/css/icomoon.scss */
.icon-trophy2:before {
  content: "\eaa6";
}

/* line 445, app/assets/stylesheets/css/icomoon.scss */
.icon-cart:before {
  content: "\eaa7";
}

/* line 448, app/assets/stylesheets/css/icomoon.scss */
.icon-eye2:before {
  content: "\eaa8";
}

/* line 451, app/assets/stylesheets/css/icomoon.scss */
.icon-cancel:before {
  content: "\eaa9";
}

/* line 454, app/assets/stylesheets/css/icomoon.scss */
.icon-chart:before {
  content: "\eaaa";
}

/* line 457, app/assets/stylesheets/css/icomoon.scss */
.icon-target2:before {
  content: "\eaab";
}

/* line 460, app/assets/stylesheets/css/icomoon.scss */
.icon-printer2:before {
  content: "\eaac";
}

/* line 463, app/assets/stylesheets/css/icomoon.scss */
.icon-location2:before {
  content: "\eaad";
}

/* line 466, app/assets/stylesheets/css/icomoon.scss */
.icon-bookmark2:before {
  content: "\eaae";
}

/* line 469, app/assets/stylesheets/css/icomoon.scss */
.icon-monitor:before {
  content: "\eaaf";
}

/* line 472, app/assets/stylesheets/css/icomoon.scss */
.icon-cross2:before {
  content: "\eab0";
}

/* line 475, app/assets/stylesheets/css/icomoon.scss */
.icon-plus2:before {
  content: "\eab1";
}

/* line 478, app/assets/stylesheets/css/icomoon.scss */
.icon-left:before {
  content: "\eab2";
}

/* line 481, app/assets/stylesheets/css/icomoon.scss */
.icon-up:before {
  content: "\eab3";
}

/* line 484, app/assets/stylesheets/css/icomoon.scss */
.icon-browser2:before {
  content: "\eab4";
}

/* line 487, app/assets/stylesheets/css/icomoon.scss */
.icon-windows:before {
  content: "\eab5";
}

/* line 490, app/assets/stylesheets/css/icomoon.scss */
.icon-switch2:before {
  content: "\eab6";
}

/* line 493, app/assets/stylesheets/css/icomoon.scss */
.icon-dashboard:before {
  content: "\eab7";
}

/* line 496, app/assets/stylesheets/css/icomoon.scss */
.icon-play:before {
  content: "\eab8";
}

/* line 499, app/assets/stylesheets/css/icomoon.scss */
.icon-fast-forward:before {
  content: "\eab9";
}

/* line 502, app/assets/stylesheets/css/icomoon.scss */
.icon-next:before {
  content: "\eaba";
}

/* line 505, app/assets/stylesheets/css/icomoon.scss */
.icon-refresh2:before {
  content: "\eabb";
}

/* line 508, app/assets/stylesheets/css/icomoon.scss */
.icon-film:before {
  content: "\eabc";
}

/* line 511, app/assets/stylesheets/css/icomoon.scss */
.icon-home2:before {
  content: "\eabd";
}

/* line 514, app/assets/stylesheets/css/icomoon.scss */
.icon-add-to-list:before {
  content: "\e901";
}

/* line 517, app/assets/stylesheets/css/icomoon.scss */
.icon-classic-computer:before {
  content: "\e902";
}

/* line 520, app/assets/stylesheets/css/icomoon.scss */
.icon-controller-fast-backward:before {
  content: "\e903";
}

/* line 523, app/assets/stylesheets/css/icomoon.scss */
.icon-creative-commons-attribution:before {
  content: "\e904";
}

/* line 526, app/assets/stylesheets/css/icomoon.scss */
.icon-creative-commons-noderivs:before {
  content: "\e905";
}

/* line 529, app/assets/stylesheets/css/icomoon.scss */
.icon-creative-commons-noncommercial-eu:before {
  content: "\e906";
}

/* line 532, app/assets/stylesheets/css/icomoon.scss */
.icon-creative-commons-noncommercial-us:before {
  content: "\e907";
}

/* line 535, app/assets/stylesheets/css/icomoon.scss */
.icon-creative-commons-public-domain:before {
  content: "\e908";
}

/* line 538, app/assets/stylesheets/css/icomoon.scss */
.icon-creative-commons-remix:before {
  content: "\e909";
}

/* line 541, app/assets/stylesheets/css/icomoon.scss */
.icon-creative-commons-share:before {
  content: "\e90a";
}

/* line 544, app/assets/stylesheets/css/icomoon.scss */
.icon-creative-commons-sharealike:before {
  content: "\e90b";
}

/* line 547, app/assets/stylesheets/css/icomoon.scss */
.icon-creative-commons:before {
  content: "\e90c";
}

/* line 550, app/assets/stylesheets/css/icomoon.scss */
.icon-document-landscape:before {
  content: "\e90d";
}

/* line 553, app/assets/stylesheets/css/icomoon.scss */
.icon-remove-user:before {
  content: "\e90e";
}

/* line 556, app/assets/stylesheets/css/icomoon.scss */
.icon-warning:before {
  content: "\e90f";
}

/* line 559, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-bold-down:before {
  content: "\e910";
}

/* line 562, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-bold-left:before {
  content: "\e911";
}

/* line 565, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-bold-right:before {
  content: "\e912";
}

/* line 568, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-bold-up:before {
  content: "\e913";
}

/* line 571, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-down:before {
  content: "\e914";
}

/* line 574, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-left:before {
  content: "\e915";
}

/* line 577, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-long-down:before {
  content: "\e916";
}

/* line 580, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-long-left:before {
  content: "\e917";
}

/* line 583, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-long-right:before {
  content: "\e918";
}

/* line 586, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-long-up:before {
  content: "\e919";
}

/* line 589, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-right:before {
  content: "\e91a";
}

/* line 592, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-up:before {
  content: "\e91b";
}

/* line 595, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-with-circle-down:before {
  content: "\e91c";
}

/* line 598, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-with-circle-left:before {
  content: "\e91d";
}

/* line 601, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-with-circle-right:before {
  content: "\e91e";
}

/* line 604, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-with-circle-up:before {
  content: "\e91f";
}

/* line 607, app/assets/stylesheets/css/icomoon.scss */
.icon-bookmark:before {
  content: "\e920";
}

/* line 610, app/assets/stylesheets/css/icomoon.scss */
.icon-bookmarks:before {
  content: "\e921";
}

/* line 613, app/assets/stylesheets/css/icomoon.scss */
.icon-chevron-down:before {
  content: "\e922";
}

/* line 616, app/assets/stylesheets/css/icomoon.scss */
.icon-chevron-left:before {
  content: "\e923";
}

/* line 619, app/assets/stylesheets/css/icomoon.scss */
.icon-chevron-right:before {
  content: "\e924";
}

/* line 622, app/assets/stylesheets/css/icomoon.scss */
.icon-chevron-small-down:before {
  content: "\e925";
}

/* line 625, app/assets/stylesheets/css/icomoon.scss */
.icon-chevron-small-left:before {
  content: "\e926";
}

/* line 628, app/assets/stylesheets/css/icomoon.scss */
.icon-chevron-small-right:before {
  content: "\e927";
}

/* line 631, app/assets/stylesheets/css/icomoon.scss */
.icon-chevron-small-up:before {
  content: "\e928";
}

/* line 634, app/assets/stylesheets/css/icomoon.scss */
.icon-chevron-thin-down:before {
  content: "\e929";
}

/* line 637, app/assets/stylesheets/css/icomoon.scss */
.icon-chevron-thin-left:before {
  content: "\e92a";
}

/* line 640, app/assets/stylesheets/css/icomoon.scss */
.icon-chevron-thin-right:before {
  content: "\e92b";
}

/* line 643, app/assets/stylesheets/css/icomoon.scss */
.icon-chevron-thin-up:before {
  content: "\e92c";
}

/* line 646, app/assets/stylesheets/css/icomoon.scss */
.icon-chevron-up:before {
  content: "\e92d";
}

/* line 649, app/assets/stylesheets/css/icomoon.scss */
.icon-chevron-with-circle-down:before {
  content: "\e92e";
}

/* line 652, app/assets/stylesheets/css/icomoon.scss */
.icon-chevron-with-circle-left:before {
  content: "\e92f";
}

/* line 655, app/assets/stylesheets/css/icomoon.scss */
.icon-chevron-with-circle-right:before {
  content: "\e930";
}

/* line 658, app/assets/stylesheets/css/icomoon.scss */
.icon-chevron-with-circle-up:before {
  content: "\e931";
}

/* line 661, app/assets/stylesheets/css/icomoon.scss */
.icon-cloud3:before {
  content: "\e932";
}

/* line 664, app/assets/stylesheets/css/icomoon.scss */
.icon-controller-fast-forward:before {
  content: "\e933";
}

/* line 667, app/assets/stylesheets/css/icomoon.scss */
.icon-controller-jump-to-start:before {
  content: "\e934";
}

/* line 670, app/assets/stylesheets/css/icomoon.scss */
.icon-controller-next:before {
  content: "\e935";
}

/* line 673, app/assets/stylesheets/css/icomoon.scss */
.icon-controller-paus:before {
  content: "\e936";
}

/* line 676, app/assets/stylesheets/css/icomoon.scss */
.icon-controller-play:before {
  content: "\e937";
}

/* line 679, app/assets/stylesheets/css/icomoon.scss */
.icon-controller-record:before {
  content: "\e938";
}

/* line 682, app/assets/stylesheets/css/icomoon.scss */
.icon-controller-stop:before {
  content: "\e939";
}

/* line 685, app/assets/stylesheets/css/icomoon.scss */
.icon-controller-volume:before {
  content: "\e93a";
}

/* line 688, app/assets/stylesheets/css/icomoon.scss */
.icon-dot-single:before {
  content: "\e93b";
}

/* line 691, app/assets/stylesheets/css/icomoon.scss */
.icon-dots-three-horizontal:before {
  content: "\e93c";
}

/* line 694, app/assets/stylesheets/css/icomoon.scss */
.icon-dots-three-vertical:before {
  content: "\e93d";
}

/* line 697, app/assets/stylesheets/css/icomoon.scss */
.icon-dots-two-horizontal:before {
  content: "\e93e";
}

/* line 700, app/assets/stylesheets/css/icomoon.scss */
.icon-dots-two-vertical:before {
  content: "\e93f";
}

/* line 703, app/assets/stylesheets/css/icomoon.scss */
.icon-download3:before {
  content: "\e940";
}

/* line 706, app/assets/stylesheets/css/icomoon.scss */
.icon-emoji-flirt:before {
  content: "\e941";
}

/* line 709, app/assets/stylesheets/css/icomoon.scss */
.icon-flow-branch:before {
  content: "\e942";
}

/* line 712, app/assets/stylesheets/css/icomoon.scss */
.icon-flow-cascade:before {
  content: "\e943";
}

/* line 715, app/assets/stylesheets/css/icomoon.scss */
.icon-flow-line:before {
  content: "\e944";
}

/* line 718, app/assets/stylesheets/css/icomoon.scss */
.icon-flow-parallel:before {
  content: "\e945";
}

/* line 721, app/assets/stylesheets/css/icomoon.scss */
.icon-flow-tree:before {
  content: "\e946";
}

/* line 724, app/assets/stylesheets/css/icomoon.scss */
.icon-install:before {
  content: "\e947";
}

/* line 727, app/assets/stylesheets/css/icomoon.scss */
.icon-layers2:before {
  content: "\e948";
}

/* line 730, app/assets/stylesheets/css/icomoon.scss */
.icon-open-book:before {
  content: "\e949";
}

/* line 733, app/assets/stylesheets/css/icomoon.scss */
.icon-resize-100:before {
  content: "\e94a";
}

/* line 736, app/assets/stylesheets/css/icomoon.scss */
.icon-resize-full-screen:before {
  content: "\e94b";
}

/* line 739, app/assets/stylesheets/css/icomoon.scss */
.icon-save:before {
  content: "\e94c";
}

/* line 742, app/assets/stylesheets/css/icomoon.scss */
.icon-select-arrows:before {
  content: "\e94d";
}

/* line 745, app/assets/stylesheets/css/icomoon.scss */
.icon-sound-mute:before {
  content: "\e94e";
}

/* line 748, app/assets/stylesheets/css/icomoon.scss */
.icon-sound:before {
  content: "\e94f";
}

/* line 751, app/assets/stylesheets/css/icomoon.scss */
.icon-trash:before {
  content: "\e950";
}

/* line 754, app/assets/stylesheets/css/icomoon.scss */
.icon-triangle-down:before {
  content: "\e951";
}

/* line 757, app/assets/stylesheets/css/icomoon.scss */
.icon-triangle-left:before {
  content: "\e952";
}

/* line 760, app/assets/stylesheets/css/icomoon.scss */
.icon-triangle-right:before {
  content: "\e953";
}

/* line 763, app/assets/stylesheets/css/icomoon.scss */
.icon-triangle-up:before {
  content: "\e954";
}

/* line 766, app/assets/stylesheets/css/icomoon.scss */
.icon-uninstall:before {
  content: "\e955";
}

/* line 769, app/assets/stylesheets/css/icomoon.scss */
.icon-upload-to-cloud:before {
  content: "\e956";
}

/* line 772, app/assets/stylesheets/css/icomoon.scss */
.icon-upload3:before {
  content: "\e957";
}

/* line 775, app/assets/stylesheets/css/icomoon.scss */
.icon-add-user:before {
  content: "\e958";
}

/* line 778, app/assets/stylesheets/css/icomoon.scss */
.icon-address:before {
  content: "\e959";
}

/* line 781, app/assets/stylesheets/css/icomoon.scss */
.icon-adjust:before {
  content: "\e95a";
}

/* line 784, app/assets/stylesheets/css/icomoon.scss */
.icon-air:before {
  content: "\e95b";
}

/* line 787, app/assets/stylesheets/css/icomoon.scss */
.icon-aircraft-landing:before {
  content: "\e95c";
}

/* line 790, app/assets/stylesheets/css/icomoon.scss */
.icon-aircraft-take-off:before {
  content: "\e95d";
}

/* line 793, app/assets/stylesheets/css/icomoon.scss */
.icon-aircraft:before {
  content: "\e95e";
}

/* line 796, app/assets/stylesheets/css/icomoon.scss */
.icon-align-bottom:before {
  content: "\e95f";
}

/* line 799, app/assets/stylesheets/css/icomoon.scss */
.icon-align-horizontal-middle:before {
  content: "\e960";
}

/* line 802, app/assets/stylesheets/css/icomoon.scss */
.icon-align-left:before {
  content: "\e961";
}

/* line 805, app/assets/stylesheets/css/icomoon.scss */
.icon-align-right:before {
  content: "\e962";
}

/* line 808, app/assets/stylesheets/css/icomoon.scss */
.icon-align-top:before {
  content: "\e963";
}

/* line 811, app/assets/stylesheets/css/icomoon.scss */
.icon-align-vertical-middle:before {
  content: "\e964";
}

/* line 814, app/assets/stylesheets/css/icomoon.scss */
.icon-archive:before {
  content: "\e965";
}

/* line 817, app/assets/stylesheets/css/icomoon.scss */
.icon-area-graph:before {
  content: "\e966";
}

/* line 820, app/assets/stylesheets/css/icomoon.scss */
.icon-attachment2:before {
  content: "\e967";
}

/* line 823, app/assets/stylesheets/css/icomoon.scss */
.icon-awareness-ribbon:before {
  content: "\e968";
}

/* line 826, app/assets/stylesheets/css/icomoon.scss */
.icon-back-in-time:before {
  content: "\e969";
}

/* line 829, app/assets/stylesheets/css/icomoon.scss */
.icon-back:before {
  content: "\e96a";
}

/* line 832, app/assets/stylesheets/css/icomoon.scss */
.icon-bar-graph:before {
  content: "\e96b";
}

/* line 835, app/assets/stylesheets/css/icomoon.scss */
.icon-battery:before {
  content: "\e96c";
}

/* line 838, app/assets/stylesheets/css/icomoon.scss */
.icon-beamed-note:before {
  content: "\e96d";
}

/* line 841, app/assets/stylesheets/css/icomoon.scss */
.icon-bell:before {
  content: "\e96e";
}

/* line 844, app/assets/stylesheets/css/icomoon.scss */
.icon-blackboard:before {
  content: "\e96f";
}

/* line 847, app/assets/stylesheets/css/icomoon.scss */
.icon-block:before {
  content: "\e970";
}

/* line 850, app/assets/stylesheets/css/icomoon.scss */
.icon-book:before {
  content: "\e971";
}

/* line 853, app/assets/stylesheets/css/icomoon.scss */
.icon-bowl:before {
  content: "\e972";
}

/* line 856, app/assets/stylesheets/css/icomoon.scss */
.icon-box:before {
  content: "\e973";
}

/* line 859, app/assets/stylesheets/css/icomoon.scss */
.icon-briefcase2:before {
  content: "\e974";
}

/* line 862, app/assets/stylesheets/css/icomoon.scss */
.icon-browser3:before {
  content: "\e975";
}

/* line 865, app/assets/stylesheets/css/icomoon.scss */
.icon-brush:before {
  content: "\e976";
}

/* line 868, app/assets/stylesheets/css/icomoon.scss */
.icon-bucket:before {
  content: "\e977";
}

/* line 871, app/assets/stylesheets/css/icomoon.scss */
.icon-cake:before {
  content: "\e978";
}

/* line 874, app/assets/stylesheets/css/icomoon.scss */
.icon-calculator:before {
  content: "\e979";
}

/* line 877, app/assets/stylesheets/css/icomoon.scss */
.icon-calendar3:before {
  content: "\e97a";
}

/* line 880, app/assets/stylesheets/css/icomoon.scss */
.icon-camera3:before {
  content: "\e97b";
}

/* line 883, app/assets/stylesheets/css/icomoon.scss */
.icon-ccw:before {
  content: "\e97c";
}

/* line 886, app/assets/stylesheets/css/icomoon.scss */
.icon-chat2:before {
  content: "\e97d";
}

/* line 889, app/assets/stylesheets/css/icomoon.scss */
.icon-check:before {
  content: "\e97e";
}

/* line 892, app/assets/stylesheets/css/icomoon.scss */
.icon-circle-with-cross:before {
  content: "\e97f";
}

/* line 895, app/assets/stylesheets/css/icomoon.scss */
.icon-circle-with-minus:before {
  content: "\e980";
}

/* line 898, app/assets/stylesheets/css/icomoon.scss */
.icon-circle-with-plus:before {
  content: "\e981";
}

/* line 901, app/assets/stylesheets/css/icomoon.scss */
.icon-circle:before {
  content: "\e982";
}

/* line 904, app/assets/stylesheets/css/icomoon.scss */
.icon-circular-graph:before {
  content: "\e983";
}

/* line 907, app/assets/stylesheets/css/icomoon.scss */
.icon-clapperboard:before {
  content: "\e984";
}

/* line 910, app/assets/stylesheets/css/icomoon.scss */
.icon-clipboard2:before {
  content: "\e985";
}

/* line 913, app/assets/stylesheets/css/icomoon.scss */
.icon-clock3:before {
  content: "\e986";
}

/* line 916, app/assets/stylesheets/css/icomoon.scss */
.icon-code:before {
  content: "\e987";
}

/* line 919, app/assets/stylesheets/css/icomoon.scss */
.icon-cog:before {
  content: "\e988";
}

/* line 922, app/assets/stylesheets/css/icomoon.scss */
.icon-colours:before {
  content: "\e989";
}

/* line 925, app/assets/stylesheets/css/icomoon.scss */
.icon-compass2:before {
  content: "\e98a";
}

/* line 928, app/assets/stylesheets/css/icomoon.scss */
.icon-copy:before {
  content: "\e98b";
}

/* line 931, app/assets/stylesheets/css/icomoon.scss */
.icon-credit-card:before {
  content: "\e98c";
}

/* line 934, app/assets/stylesheets/css/icomoon.scss */
.icon-credit:before {
  content: "\e98d";
}

/* line 937, app/assets/stylesheets/css/icomoon.scss */
.icon-cross:before {
  content: "\e98e";
}

/* line 940, app/assets/stylesheets/css/icomoon.scss */
.icon-cup:before {
  content: "\e98f";
}

/* line 943, app/assets/stylesheets/css/icomoon.scss */
.icon-cw:before {
  content: "\e990";
}

/* line 946, app/assets/stylesheets/css/icomoon.scss */
.icon-cycle:before {
  content: "\e991";
}

/* line 949, app/assets/stylesheets/css/icomoon.scss */
.icon-database:before {
  content: "\e992";
}

/* line 952, app/assets/stylesheets/css/icomoon.scss */
.icon-dial-pad:before {
  content: "\e993";
}

/* line 955, app/assets/stylesheets/css/icomoon.scss */
.icon-direction:before {
  content: "\e994";
}

/* line 958, app/assets/stylesheets/css/icomoon.scss */
.icon-document2:before {
  content: "\e995";
}

/* line 961, app/assets/stylesheets/css/icomoon.scss */
.icon-documents2:before {
  content: "\e996";
}

/* line 964, app/assets/stylesheets/css/icomoon.scss */
.icon-drink:before {
  content: "\e997";
}

/* line 967, app/assets/stylesheets/css/icomoon.scss */
.icon-drive:before {
  content: "\e998";
}

/* line 970, app/assets/stylesheets/css/icomoon.scss */
.icon-drop:before {
  content: "\e999";
}

/* line 973, app/assets/stylesheets/css/icomoon.scss */
.icon-edit2:before {
  content: "\e99a";
}

/* line 976, app/assets/stylesheets/css/icomoon.scss */
.icon-email:before {
  content: "\e99b";
}

/* line 979, app/assets/stylesheets/css/icomoon.scss */
.icon-emoji-happy:before {
  content: "\e99c";
}

/* line 982, app/assets/stylesheets/css/icomoon.scss */
.icon-emoji-neutral:before {
  content: "\e99d";
}

/* line 985, app/assets/stylesheets/css/icomoon.scss */
.icon-emoji-sad:before {
  content: "\e99e";
}

/* line 988, app/assets/stylesheets/css/icomoon.scss */
.icon-erase:before {
  content: "\e99f";
}

/* line 991, app/assets/stylesheets/css/icomoon.scss */
.icon-eraser:before {
  content: "\e9a0";
}

/* line 994, app/assets/stylesheets/css/icomoon.scss */
.icon-export:before {
  content: "\e9a1";
}

/* line 997, app/assets/stylesheets/css/icomoon.scss */
.icon-eye:before {
  content: "\e9a2";
}

/* line 1000, app/assets/stylesheets/css/icomoon.scss */
.icon-feather:before {
  content: "\e9a3";
}

/* line 1003, app/assets/stylesheets/css/icomoon.scss */
.icon-flag3:before {
  content: "\e9a4";
}

/* line 1006, app/assets/stylesheets/css/icomoon.scss */
.icon-flash:before {
  content: "\e9a5";
}

/* line 1009, app/assets/stylesheets/css/icomoon.scss */
.icon-flashlight:before {
  content: "\e9a6";
}

/* line 1012, app/assets/stylesheets/css/icomoon.scss */
.icon-flat-brush:before {
  content: "\e9a7";
}

/* line 1015, app/assets/stylesheets/css/icomoon.scss */
.icon-folder-images:before {
  content: "\e9a8";
}

/* line 1018, app/assets/stylesheets/css/icomoon.scss */
.icon-folder-music:before {
  content: "\e9a9";
}

/* line 1021, app/assets/stylesheets/css/icomoon.scss */
.icon-folder-video:before {
  content: "\e9aa";
}

/* line 1024, app/assets/stylesheets/css/icomoon.scss */
.icon-folder:before {
  content: "\e9ab";
}

/* line 1027, app/assets/stylesheets/css/icomoon.scss */
.icon-forward:before {
  content: "\e9ac";
}

/* line 1030, app/assets/stylesheets/css/icomoon.scss */
.icon-funnel:before {
  content: "\e9ad";
}

/* line 1033, app/assets/stylesheets/css/icomoon.scss */
.icon-game-controller:before {
  content: "\e9ae";
}

/* line 1036, app/assets/stylesheets/css/icomoon.scss */
.icon-gauge:before {
  content: "\e9af";
}

/* line 1039, app/assets/stylesheets/css/icomoon.scss */
.icon-globe2:before {
  content: "\e9b0";
}

/* line 1042, app/assets/stylesheets/css/icomoon.scss */
.icon-graduation-cap:before {
  content: "\e9b1";
}

/* line 1045, app/assets/stylesheets/css/icomoon.scss */
.icon-grid2:before {
  content: "\e9b2";
}

/* line 1048, app/assets/stylesheets/css/icomoon.scss */
.icon-hair-cross:before {
  content: "\e9b3";
}

/* line 1051, app/assets/stylesheets/css/icomoon.scss */
.icon-hand:before {
  content: "\e9b4";
}

/* line 1054, app/assets/stylesheets/css/icomoon.scss */
.icon-heart-outlined:before {
  content: "\e9b5";
}

/* line 1057, app/assets/stylesheets/css/icomoon.scss */
.icon-heart3:before {
  content: "\e9b6";
}

/* line 1060, app/assets/stylesheets/css/icomoon.scss */
.icon-help-with-circle:before {
  content: "\e9b7";
}

/* line 1063, app/assets/stylesheets/css/icomoon.scss */
.icon-help:before {
  content: "\e9b8";
}

/* line 1066, app/assets/stylesheets/css/icomoon.scss */
.icon-home:before {
  content: "\e9b9";
}

/* line 1069, app/assets/stylesheets/css/icomoon.scss */
.icon-hour-glass:before {
  content: "\e9ba";
}

/* line 1072, app/assets/stylesheets/css/icomoon.scss */
.icon-image-inverted:before {
  content: "\e9bb";
}

/* line 1075, app/assets/stylesheets/css/icomoon.scss */
.icon-image:before {
  content: "\e9bc";
}

/* line 1078, app/assets/stylesheets/css/icomoon.scss */
.icon-images:before {
  content: "\e9bd";
}

/* line 1081, app/assets/stylesheets/css/icomoon.scss */
.icon-inbox:before {
  content: "\e9be";
}

/* line 1084, app/assets/stylesheets/css/icomoon.scss */
.icon-infinity:before {
  content: "\e9bf";
}

/* line 1087, app/assets/stylesheets/css/icomoon.scss */
.icon-info-with-circle:before {
  content: "\e9c0";
}

/* line 1090, app/assets/stylesheets/css/icomoon.scss */
.icon-info:before {
  content: "\e9c1";
}

/* line 1093, app/assets/stylesheets/css/icomoon.scss */
.icon-key2:before {
  content: "\e9c2";
}

/* line 1096, app/assets/stylesheets/css/icomoon.scss */
.icon-keyboard:before {
  content: "\e9c3";
}

/* line 1099, app/assets/stylesheets/css/icomoon.scss */
.icon-lab-flask:before {
  content: "\e9c4";
}

/* line 1102, app/assets/stylesheets/css/icomoon.scss */
.icon-landline:before {
  content: "\e9c5";
}

/* line 1105, app/assets/stylesheets/css/icomoon.scss */
.icon-language:before {
  content: "\e9c6";
}

/* line 1108, app/assets/stylesheets/css/icomoon.scss */
.icon-laptop2:before {
  content: "\e9c7";
}

/* line 1111, app/assets/stylesheets/css/icomoon.scss */
.icon-leaf:before {
  content: "\e9c8";
}

/* line 1114, app/assets/stylesheets/css/icomoon.scss */
.icon-level-down:before {
  content: "\e9c9";
}

/* line 1117, app/assets/stylesheets/css/icomoon.scss */
.icon-level-up:before {
  content: "\e9ca";
}

/* line 1120, app/assets/stylesheets/css/icomoon.scss */
.icon-lifebuoy:before {
  content: "\e9cb";
}

/* line 1123, app/assets/stylesheets/css/icomoon.scss */
.icon-light-bulb:before {
  content: "\e9cc";
}

/* line 1126, app/assets/stylesheets/css/icomoon.scss */
.icon-light-down:before {
  content: "\e9cd";
}

/* line 1129, app/assets/stylesheets/css/icomoon.scss */
.icon-light-up:before {
  content: "\e9ce";
}

/* line 1132, app/assets/stylesheets/css/icomoon.scss */
.icon-line-graph:before {
  content: "\e9cf";
}

/* line 1135, app/assets/stylesheets/css/icomoon.scss */
.icon-link:before {
  content: "\e9d0";
}

/* line 1138, app/assets/stylesheets/css/icomoon.scss */
.icon-list:before {
  content: "\e9d1";
}

/* line 1141, app/assets/stylesheets/css/icomoon.scss */
.icon-location-pin:before {
  content: "\e9d2";
}

/* line 1144, app/assets/stylesheets/css/icomoon.scss */
.icon-location:before {
  content: "\e9d3";
}

/* line 1147, app/assets/stylesheets/css/icomoon.scss */
.icon-lock-open:before {
  content: "\e9d4";
}

/* line 1150, app/assets/stylesheets/css/icomoon.scss */
.icon-lock2:before {
  content: "\e9d5";
}

/* line 1153, app/assets/stylesheets/css/icomoon.scss */
.icon-log-out:before {
  content: "\e9d6";
}

/* line 1156, app/assets/stylesheets/css/icomoon.scss */
.icon-login:before {
  content: "\e9d7";
}

/* line 1159, app/assets/stylesheets/css/icomoon.scss */
.icon-loop:before {
  content: "\e9d8";
}

/* line 1162, app/assets/stylesheets/css/icomoon.scss */
.icon-magnet:before {
  content: "\e9d9";
}

/* line 1165, app/assets/stylesheets/css/icomoon.scss */
.icon-magnifying-glass2:before {
  content: "\e9da";
}

/* line 1168, app/assets/stylesheets/css/icomoon.scss */
.icon-mail:before {
  content: "\e9db";
}

/* line 1171, app/assets/stylesheets/css/icomoon.scss */
.icon-man:before {
  content: "\e9dc";
}

/* line 1174, app/assets/stylesheets/css/icomoon.scss */
.icon-map2:before {
  content: "\e9dd";
}

/* line 1177, app/assets/stylesheets/css/icomoon.scss */
.icon-mask:before {
  content: "\e9de";
}

/* line 1180, app/assets/stylesheets/css/icomoon.scss */
.icon-medal:before {
  content: "\e9df";
}

/* line 1183, app/assets/stylesheets/css/icomoon.scss */
.icon-megaphone2:before {
  content: "\e9e0";
}

/* line 1186, app/assets/stylesheets/css/icomoon.scss */
.icon-menu:before {
  content: "\e9e1";
}

/* line 1189, app/assets/stylesheets/css/icomoon.scss */
.icon-message:before {
  content: "\e9e2";
}

/* line 1192, app/assets/stylesheets/css/icomoon.scss */
.icon-mic2:before {
  content: "\e9e3";
}

/* line 1195, app/assets/stylesheets/css/icomoon.scss */
.icon-minus:before {
  content: "\e9e4";
}

/* line 1198, app/assets/stylesheets/css/icomoon.scss */
.icon-mobile2:before {
  content: "\e9e5";
}

/* line 1201, app/assets/stylesheets/css/icomoon.scss */
.icon-modern-mic:before {
  content: "\e9e6";
}

/* line 1204, app/assets/stylesheets/css/icomoon.scss */
.icon-moon:before {
  content: "\e9e7";
}

/* line 1207, app/assets/stylesheets/css/icomoon.scss */
.icon-mouse:before {
  content: "\e9e8";
}

/* line 1210, app/assets/stylesheets/css/icomoon.scss */
.icon-music:before {
  content: "\e9e9";
}

/* line 1213, app/assets/stylesheets/css/icomoon.scss */
.icon-network:before {
  content: "\e9ea";
}

/* line 1216, app/assets/stylesheets/css/icomoon.scss */
.icon-new-message:before {
  content: "\e9eb";
}

/* line 1219, app/assets/stylesheets/css/icomoon.scss */
.icon-new:before {
  content: "\e9ec";
}

/* line 1222, app/assets/stylesheets/css/icomoon.scss */
.icon-news:before {
  content: "\e9ed";
}

/* line 1225, app/assets/stylesheets/css/icomoon.scss */
.icon-note:before {
  content: "\e9ee";
}

/* line 1228, app/assets/stylesheets/css/icomoon.scss */
.icon-notification:before {
  content: "\e9ef";
}

/* line 1231, app/assets/stylesheets/css/icomoon.scss */
.icon-old-mobile:before {
  content: "\e9f0";
}

/* line 1234, app/assets/stylesheets/css/icomoon.scss */
.icon-old-phone:before {
  content: "\e9f1";
}

/* line 1237, app/assets/stylesheets/css/icomoon.scss */
.icon-palette:before {
  content: "\e9f2";
}

/* line 1240, app/assets/stylesheets/css/icomoon.scss */
.icon-paper-plane:before {
  content: "\e9f3";
}

/* line 1243, app/assets/stylesheets/css/icomoon.scss */
.icon-pencil2:before {
  content: "\e9f4";
}

/* line 1246, app/assets/stylesheets/css/icomoon.scss */
.icon-phone2:before {
  content: "\e9f5";
}

/* line 1249, app/assets/stylesheets/css/icomoon.scss */
.icon-pie-chart:before {
  content: "\e9f6";
}

/* line 1252, app/assets/stylesheets/css/icomoon.scss */
.icon-pin:before {
  content: "\e9f7";
}

/* line 1255, app/assets/stylesheets/css/icomoon.scss */
.icon-plus:before {
  content: "\e9f8";
}

/* line 1258, app/assets/stylesheets/css/icomoon.scss */
.icon-popup:before {
  content: "\e9f9";
}

/* line 1261, app/assets/stylesheets/css/icomoon.scss */
.icon-power-plug:before {
  content: "\e9fa";
}

/* line 1264, app/assets/stylesheets/css/icomoon.scss */
.icon-price-ribbon:before {
  content: "\e9fb";
}

/* line 1267, app/assets/stylesheets/css/icomoon.scss */
.icon-price-tag:before {
  content: "\e9fc";
}

/* line 1270, app/assets/stylesheets/css/icomoon.scss */
.icon-print:before {
  content: "\e9fd";
}

/* line 1273, app/assets/stylesheets/css/icomoon.scss */
.icon-progress-empty:before {
  content: "\e9fe";
}

/* line 1276, app/assets/stylesheets/css/icomoon.scss */
.icon-progress-full:before {
  content: "\e9ff";
}

/* line 1279, app/assets/stylesheets/css/icomoon.scss */
.icon-progress-one:before {
  content: "\ea00";
}

/* line 1282, app/assets/stylesheets/css/icomoon.scss */
.icon-progress-two:before {
  content: "\ea01";
}

/* line 1285, app/assets/stylesheets/css/icomoon.scss */
.icon-publish:before {
  content: "\ea02";
}

/* line 1288, app/assets/stylesheets/css/icomoon.scss */
.icon-quote2:before {
  content: "\ea03";
}

/* line 1291, app/assets/stylesheets/css/icomoon.scss */
.icon-radio:before {
  content: "\ea04";
}

/* line 1294, app/assets/stylesheets/css/icomoon.scss */
.icon-reply-all:before {
  content: "\ea05";
}

/* line 1297, app/assets/stylesheets/css/icomoon.scss */
.icon-reply:before {
  content: "\ea06";
}

/* line 1300, app/assets/stylesheets/css/icomoon.scss */
.icon-retweet:before {
  content: "\ea07";
}

/* line 1303, app/assets/stylesheets/css/icomoon.scss */
.icon-rocket:before {
  content: "\ea08";
}

/* line 1306, app/assets/stylesheets/css/icomoon.scss */
.icon-round-brush:before {
  content: "\ea09";
}

/* line 1309, app/assets/stylesheets/css/icomoon.scss */
.icon-rss2:before {
  content: "\ea0a";
}

/* line 1312, app/assets/stylesheets/css/icomoon.scss */
.icon-ruler:before {
  content: "\ea0b";
}

/* line 1315, app/assets/stylesheets/css/icomoon.scss */
.icon-scissors2:before {
  content: "\ea0c";
}

/* line 1318, app/assets/stylesheets/css/icomoon.scss */
.icon-share-alternitive:before {
  content: "\ea0d";
}

/* line 1321, app/assets/stylesheets/css/icomoon.scss */
.icon-share:before {
  content: "\ea0e";
}

/* line 1324, app/assets/stylesheets/css/icomoon.scss */
.icon-shareable:before {
  content: "\ea0f";
}

/* line 1327, app/assets/stylesheets/css/icomoon.scss */
.icon-shield2:before {
  content: "\ea10";
}

/* line 1330, app/assets/stylesheets/css/icomoon.scss */
.icon-shop:before {
  content: "\ea11";
}

/* line 1333, app/assets/stylesheets/css/icomoon.scss */
.icon-shopping-bag:before {
  content: "\ea12";
}

/* line 1336, app/assets/stylesheets/css/icomoon.scss */
.icon-shopping-basket:before {
  content: "\ea13";
}

/* line 1339, app/assets/stylesheets/css/icomoon.scss */
.icon-shopping-cart:before {
  content: "\ea14";
}

/* line 1342, app/assets/stylesheets/css/icomoon.scss */
.icon-shuffle:before {
  content: "\ea15";
}

/* line 1345, app/assets/stylesheets/css/icomoon.scss */
.icon-signal:before {
  content: "\ea16";
}

/* line 1348, app/assets/stylesheets/css/icomoon.scss */
.icon-sound-mix:before {
  content: "\ea17";
}

/* line 1351, app/assets/stylesheets/css/icomoon.scss */
.icon-sports-club:before {
  content: "\ea18";
}

/* line 1354, app/assets/stylesheets/css/icomoon.scss */
.icon-spreadsheet:before {
  content: "\ea19";
}

/* line 1357, app/assets/stylesheets/css/icomoon.scss */
.icon-squared-cross:before {
  content: "\ea1a";
}

/* line 1360, app/assets/stylesheets/css/icomoon.scss */
.icon-squared-minus:before {
  content: "\ea1b";
}

/* line 1363, app/assets/stylesheets/css/icomoon.scss */
.icon-squared-plus:before {
  content: "\ea1c";
}

/* line 1366, app/assets/stylesheets/css/icomoon.scss */
.icon-star-outlined:before {
  content: "\ea1d";
}

/* line 1369, app/assets/stylesheets/css/icomoon.scss */
.icon-star:before {
  content: "\ea1e";
}

/* line 1372, app/assets/stylesheets/css/icomoon.scss */
.icon-stopwatch:before {
  content: "\ea1f";
}

/* line 1375, app/assets/stylesheets/css/icomoon.scss */
.icon-suitcase:before {
  content: "\ea20";
}

/* line 1378, app/assets/stylesheets/css/icomoon.scss */
.icon-swap:before {
  content: "\ea21";
}

/* line 1381, app/assets/stylesheets/css/icomoon.scss */
.icon-sweden:before {
  content: "\ea22";
}

/* line 1384, app/assets/stylesheets/css/icomoon.scss */
.icon-switch:before {
  content: "\ea23";
}

/* line 1387, app/assets/stylesheets/css/icomoon.scss */
.icon-tablet2:before {
  content: "\ea24";
}

/* line 1390, app/assets/stylesheets/css/icomoon.scss */
.icon-tag:before {
  content: "\ea25";
}

/* line 1393, app/assets/stylesheets/css/icomoon.scss */
.icon-text-document-inverted:before {
  content: "\ea26";
}

/* line 1396, app/assets/stylesheets/css/icomoon.scss */
.icon-text-document:before {
  content: "\ea27";
}

/* line 1399, app/assets/stylesheets/css/icomoon.scss */
.icon-text:before {
  content: "\ea28";
}

/* line 1402, app/assets/stylesheets/css/icomoon.scss */
.icon-thermometer:before {
  content: "\ea29";
}

/* line 1405, app/assets/stylesheets/css/icomoon.scss */
.icon-thumbs-down:before {
  content: "\ea2a";
}

/* line 1408, app/assets/stylesheets/css/icomoon.scss */
.icon-thumbs-up:before {
  content: "\ea2b";
}

/* line 1411, app/assets/stylesheets/css/icomoon.scss */
.icon-thunder-cloud:before {
  content: "\ea2c";
}

/* line 1414, app/assets/stylesheets/css/icomoon.scss */
.icon-ticket:before {
  content: "\ea2d";
}

/* line 1417, app/assets/stylesheets/css/icomoon.scss */
.icon-time-slot:before {
  content: "\ea2e";
}

/* line 1420, app/assets/stylesheets/css/icomoon.scss */
.icon-tools2:before {
  content: "\ea2f";
}

/* line 1423, app/assets/stylesheets/css/icomoon.scss */
.icon-traffic-cone:before {
  content: "\ea30";
}

/* line 1426, app/assets/stylesheets/css/icomoon.scss */
.icon-tree:before {
  content: "\ea31";
}

/* line 1429, app/assets/stylesheets/css/icomoon.scss */
.icon-trophy3:before {
  content: "\ea32";
}

/* line 1432, app/assets/stylesheets/css/icomoon.scss */
.icon-tv:before {
  content: "\ea33";
}

/* line 1435, app/assets/stylesheets/css/icomoon.scss */
.icon-typing:before {
  content: "\ea34";
}

/* line 1438, app/assets/stylesheets/css/icomoon.scss */
.icon-unread:before {
  content: "\ea35";
}

/* line 1441, app/assets/stylesheets/css/icomoon.scss */
.icon-untag:before {
  content: "\ea36";
}

/* line 1444, app/assets/stylesheets/css/icomoon.scss */
.icon-user:before {
  content: "\ea37";
}

/* line 1447, app/assets/stylesheets/css/icomoon.scss */
.icon-users:before {
  content: "\ea38";
}

/* line 1450, app/assets/stylesheets/css/icomoon.scss */
.icon-v-card:before {
  content: "\ea39";
}

/* line 1453, app/assets/stylesheets/css/icomoon.scss */
.icon-video2:before {
  content: "\ea3a";
}

/* line 1456, app/assets/stylesheets/css/icomoon.scss */
.icon-vinyl:before {
  content: "\ea3b";
}

/* line 1459, app/assets/stylesheets/css/icomoon.scss */
.icon-voicemail:before {
  content: "\ea3c";
}

/* line 1462, app/assets/stylesheets/css/icomoon.scss */
.icon-wallet2:before {
  content: "\ea3d";
}

/* line 1465, app/assets/stylesheets/css/icomoon.scss */
.icon-water:before {
  content: "\ea3e";
}

/* line 1468, app/assets/stylesheets/css/icomoon.scss */
.icon-500px-with-circle:before {
  content: "\ea3f";
}

/* line 1471, app/assets/stylesheets/css/icomoon.scss */
.icon-500px:before {
  content: "\ea40";
}

/* line 1474, app/assets/stylesheets/css/icomoon.scss */
.icon-basecamp:before {
  content: "\ea41";
}

/* line 1477, app/assets/stylesheets/css/icomoon.scss */
.icon-behance:before {
  content: "\ea42";
}

/* line 1480, app/assets/stylesheets/css/icomoon.scss */
.icon-creative-cloud:before {
  content: "\ea43";
}

/* line 1483, app/assets/stylesheets/css/icomoon.scss */
.icon-dropbox:before {
  content: "\ea44";
}

/* line 1486, app/assets/stylesheets/css/icomoon.scss */
.icon-evernote:before {
  content: "\ea45";
}

/* line 1489, app/assets/stylesheets/css/icomoon.scss */
.icon-flattr:before {
  content: "\ea46";
}

/* line 1492, app/assets/stylesheets/css/icomoon.scss */
.icon-foursquare:before {
  content: "\ea47";
}

/* line 1495, app/assets/stylesheets/css/icomoon.scss */
.icon-google-drive:before {
  content: "\ea48";
}

/* line 1498, app/assets/stylesheets/css/icomoon.scss */
.icon-google-hangouts:before {
  content: "\ea49";
}

/* line 1501, app/assets/stylesheets/css/icomoon.scss */
.icon-grooveshark:before {
  content: "\ea4a";
}

/* line 1504, app/assets/stylesheets/css/icomoon.scss */
.icon-icloud:before {
  content: "\ea4b";
}

/* line 1507, app/assets/stylesheets/css/icomoon.scss */
.icon-mixi:before {
  content: "\ea4c";
}

/* line 1510, app/assets/stylesheets/css/icomoon.scss */
.icon-onedrive:before {
  content: "\ea4d";
}

/* line 1513, app/assets/stylesheets/css/icomoon.scss */
.icon-paypal:before {
  content: "\ea4e";
}

/* line 1516, app/assets/stylesheets/css/icomoon.scss */
.icon-picasa:before {
  content: "\ea4f";
}

/* line 1519, app/assets/stylesheets/css/icomoon.scss */
.icon-qq:before {
  content: "\ea50";
}

/* line 1522, app/assets/stylesheets/css/icomoon.scss */
.icon-rdio-with-circle:before {
  content: "\ea51";
}

/* line 1525, app/assets/stylesheets/css/icomoon.scss */
.icon-renren:before {
  content: "\ea52";
}

/* line 1528, app/assets/stylesheets/css/icomoon.scss */
.icon-scribd:before {
  content: "\ea53";
}

/* line 1531, app/assets/stylesheets/css/icomoon.scss */
.icon-sina-weibo:before {
  content: "\ea54";
}

/* line 1534, app/assets/stylesheets/css/icomoon.scss */
.icon-skype-with-circle:before {
  content: "\ea55";
}

/* line 1537, app/assets/stylesheets/css/icomoon.scss */
.icon-skype:before {
  content: "\ea56";
}

/* line 1540, app/assets/stylesheets/css/icomoon.scss */
.icon-slideshare:before {
  content: "\ea57";
}

/* line 1543, app/assets/stylesheets/css/icomoon.scss */
.icon-smashing:before {
  content: "\ea58";
}

/* line 1546, app/assets/stylesheets/css/icomoon.scss */
.icon-soundcloud:before {
  content: "\ea59";
}

/* line 1549, app/assets/stylesheets/css/icomoon.scss */
.icon-spotify-with-circle:before {
  content: "\ea5a";
}

/* line 1552, app/assets/stylesheets/css/icomoon.scss */
.icon-spotify:before {
  content: "\ea5b";
}

/* line 1555, app/assets/stylesheets/css/icomoon.scss */
.icon-swarm:before {
  content: "\ea5c";
}

/* line 1558, app/assets/stylesheets/css/icomoon.scss */
.icon-vine-with-circle:before {
  content: "\ea5d";
}

/* line 1561, app/assets/stylesheets/css/icomoon.scss */
.icon-vine:before {
  content: "\ea5e";
}

/* line 1564, app/assets/stylesheets/css/icomoon.scss */
.icon-vk-alternitive:before {
  content: "\ea5f";
}

/* line 1567, app/assets/stylesheets/css/icomoon.scss */
.icon-vk-with-circle:before {
  content: "\ea60";
}

/* line 1570, app/assets/stylesheets/css/icomoon.scss */
.icon-vk:before {
  content: "\ea61";
}

/* line 1573, app/assets/stylesheets/css/icomoon.scss */
.icon-xing-with-circle:before {
  content: "\ea62";
}

/* line 1576, app/assets/stylesheets/css/icomoon.scss */
.icon-xing:before {
  content: "\ea63";
}

/* line 1579, app/assets/stylesheets/css/icomoon.scss */
.icon-yelp:before {
  content: "\ea64";
}

/* line 1582, app/assets/stylesheets/css/icomoon.scss */
.icon-dribbble-with-circle:before {
  content: "\ea65";
}

/* line 1585, app/assets/stylesheets/css/icomoon.scss */
.icon-dribbble2:before {
  content: "\ea66";
}

/* line 1588, app/assets/stylesheets/css/icomoon.scss */
.icon-facebook-with-circle:before {
  content: "\ea67";
}

/* line 1591, app/assets/stylesheets/css/icomoon.scss */
.icon-facebook2:before {
  content: "\ea68";
}

/* line 1594, app/assets/stylesheets/css/icomoon.scss */
.icon-flickr-with-circle:before {
  content: "\ea69";
}

/* line 1597, app/assets/stylesheets/css/icomoon.scss */
.icon-flickr:before {
  content: "\ea6a";
}

/* line 1600, app/assets/stylesheets/css/icomoon.scss */
.icon-github-with-circle:before {
  content: "\ea6b";
}

/* line 1603, app/assets/stylesheets/css/icomoon.scss */
.icon-github:before {
  content: "\ea6c";
}

/* line 1606, app/assets/stylesheets/css/icomoon.scss */
.icon-google-with-circle:before {
  content: "\ea6d";
}

/* line 1609, app/assets/stylesheets/css/icomoon.scss */
.icon-google:before {
  content: "\ea6e";
}

/* line 1612, app/assets/stylesheets/css/icomoon.scss */
.icon-instagram-with-circle:before {
  content: "\ea6f";
}

/* line 1615, app/assets/stylesheets/css/icomoon.scss */
.icon-instagram:before {
  content: "\ea70";
}

/* line 1618, app/assets/stylesheets/css/icomoon.scss */
.icon-lastfm-with-circle:before {
  content: "\ea71";
}

/* line 1621, app/assets/stylesheets/css/icomoon.scss */
.icon-lastfm:before {
  content: "\ea72";
}

/* line 1624, app/assets/stylesheets/css/icomoon.scss */
.icon-linkedin-with-circle:before {
  content: "\ea73";
}

/* line 1627, app/assets/stylesheets/css/icomoon.scss */
.icon-linkedin2:before {
  content: "\ea74";
}

/* line 1630, app/assets/stylesheets/css/icomoon.scss */
.icon-pinterest-with-circle:before {
  content: "\ea75";
}

/* line 1633, app/assets/stylesheets/css/icomoon.scss */
.icon-pinterest:before {
  content: "\ea76";
}

/* line 1636, app/assets/stylesheets/css/icomoon.scss */
.icon-rdio:before {
  content: "\ea77";
}

/* line 1639, app/assets/stylesheets/css/icomoon.scss */
.icon-stumbleupon-with-circle:before {
  content: "\ea78";
}

/* line 1642, app/assets/stylesheets/css/icomoon.scss */
.icon-stumbleupon:before {
  content: "\ea79";
}

/* line 1645, app/assets/stylesheets/css/icomoon.scss */
.icon-tumblr-with-circle:before {
  content: "\ea7a";
}

/* line 1648, app/assets/stylesheets/css/icomoon.scss */
.icon-tumblr2:before {
  content: "\ea7b";
}

/* line 1651, app/assets/stylesheets/css/icomoon.scss */
.icon-twitter-with-circle:before {
  content: "\ea7c";
}

/* line 1654, app/assets/stylesheets/css/icomoon.scss */
.icon-twitter2:before {
  content: "\ea7d";
}

/* line 1657, app/assets/stylesheets/css/icomoon.scss */
.icon-vimeo-with-circle:before {
  content: "\ea7e";
}

/* line 1660, app/assets/stylesheets/css/icomoon.scss */
.icon-vimeo:before {
  content: "\ea7f";
}

/* line 1663, app/assets/stylesheets/css/icomoon.scss */
.icon-youtube-with-circle:before {
  content: "\ea80";
}

/* line 1666, app/assets/stylesheets/css/icomoon.scss */
.icon-youtube:before {
  content: "\ea81";
}

/* line 1669, app/assets/stylesheets/css/icomoon.scss */
.icon-home3:before {
  content: "\eabe";
}

/* line 1672, app/assets/stylesheets/css/icomoon.scss */
.icon-home22:before {
  content: "\eabf";
}

/* line 1675, app/assets/stylesheets/css/icomoon.scss */
.icon-home32:before {
  content: "\eac0";
}

/* line 1678, app/assets/stylesheets/css/icomoon.scss */
.icon-office:before {
  content: "\eac1";
}

/* line 1681, app/assets/stylesheets/css/icomoon.scss */
.icon-newspaper2:before {
  content: "\eac2";
}

/* line 1684, app/assets/stylesheets/css/icomoon.scss */
.icon-pencil3:before {
  content: "\eac3";
}

/* line 1687, app/assets/stylesheets/css/icomoon.scss */
.icon-pencil22:before {
  content: "\eac4";
}

/* line 1690, app/assets/stylesheets/css/icomoon.scss */
.icon-quill:before {
  content: "\eac5";
}

/* line 1693, app/assets/stylesheets/css/icomoon.scss */
.icon-pen:before {
  content: "\eac6";
}

/* line 1696, app/assets/stylesheets/css/icomoon.scss */
.icon-blog:before {
  content: "\eac7";
}

/* line 1699, app/assets/stylesheets/css/icomoon.scss */
.icon-eyedropper:before {
  content: "\eac8";
}

/* line 1702, app/assets/stylesheets/css/icomoon.scss */
.icon-droplet:before {
  content: "\eac9";
}

/* line 1705, app/assets/stylesheets/css/icomoon.scss */
.icon-paint-format:before {
  content: "\eaca";
}

/* line 1708, app/assets/stylesheets/css/icomoon.scss */
.icon-image3:before {
  content: "\eacb";
}

/* line 1711, app/assets/stylesheets/css/icomoon.scss */
.icon-images2:before {
  content: "\eacc";
}

/* line 1714, app/assets/stylesheets/css/icomoon.scss */
.icon-camera4:before {
  content: "\eacd";
}

/* line 1717, app/assets/stylesheets/css/icomoon.scss */
.icon-headphones:before {
  content: "\eace";
}

/* line 1720, app/assets/stylesheets/css/icomoon.scss */
.icon-music2:before {
  content: "\eacf";
}

/* line 1723, app/assets/stylesheets/css/icomoon.scss */
.icon-play2:before {
  content: "\ead0";
}

/* line 1726, app/assets/stylesheets/css/icomoon.scss */
.icon-film2:before {
  content: "\ead1";
}

/* line 1729, app/assets/stylesheets/css/icomoon.scss */
.icon-video-camera2:before {
  content: "\ead2";
}

/* line 1732, app/assets/stylesheets/css/icomoon.scss */
.icon-dice:before {
  content: "\ead3";
}

/* line 1735, app/assets/stylesheets/css/icomoon.scss */
.icon-pacman:before {
  content: "\ead4";
}

/* line 1738, app/assets/stylesheets/css/icomoon.scss */
.icon-spades:before {
  content: "\ead5";
}

/* line 1741, app/assets/stylesheets/css/icomoon.scss */
.icon-clubs:before {
  content: "\ead6";
}

/* line 1744, app/assets/stylesheets/css/icomoon.scss */
.icon-diamonds:before {
  content: "\ead7";
}

/* line 1747, app/assets/stylesheets/css/icomoon.scss */
.icon-bullhorn:before {
  content: "\ead8";
}

/* line 1750, app/assets/stylesheets/css/icomoon.scss */
.icon-connection:before {
  content: "\ead9";
}

/* line 1753, app/assets/stylesheets/css/icomoon.scss */
.icon-podcast:before {
  content: "\eada";
}

/* line 1756, app/assets/stylesheets/css/icomoon.scss */
.icon-feed:before {
  content: "\eadb";
}

/* line 1759, app/assets/stylesheets/css/icomoon.scss */
.icon-mic3:before {
  content: "\eadc";
}

/* line 1762, app/assets/stylesheets/css/icomoon.scss */
.icon-book3:before {
  content: "\eadd";
}

/* line 1765, app/assets/stylesheets/css/icomoon.scss */
.icon-books:before {
  content: "\eade";
}

/* line 1768, app/assets/stylesheets/css/icomoon.scss */
.icon-library:before {
  content: "\eadf";
}

/* line 1771, app/assets/stylesheets/css/icomoon.scss */
.icon-file-text:before {
  content: "\eae0";
}

/* line 1774, app/assets/stylesheets/css/icomoon.scss */
.icon-profile:before {
  content: "\eae1";
}

/* line 1777, app/assets/stylesheets/css/icomoon.scss */
.icon-file-empty:before {
  content: "\eae2";
}

/* line 1780, app/assets/stylesheets/css/icomoon.scss */
.icon-files-empty:before {
  content: "\eae3";
}

/* line 1783, app/assets/stylesheets/css/icomoon.scss */
.icon-file-text2:before {
  content: "\eae4";
}

/* line 1786, app/assets/stylesheets/css/icomoon.scss */
.icon-file-picture:before {
  content: "\eae5";
}

/* line 1789, app/assets/stylesheets/css/icomoon.scss */
.icon-file-music:before {
  content: "\eae6";
}

/* line 1792, app/assets/stylesheets/css/icomoon.scss */
.icon-file-play:before {
  content: "\eae7";
}

/* line 1795, app/assets/stylesheets/css/icomoon.scss */
.icon-file-video:before {
  content: "\eae8";
}

/* line 1798, app/assets/stylesheets/css/icomoon.scss */
.icon-file-zip:before {
  content: "\eae9";
}

/* line 1801, app/assets/stylesheets/css/icomoon.scss */
.icon-copy2:before {
  content: "\eaea";
}

/* line 1804, app/assets/stylesheets/css/icomoon.scss */
.icon-paste:before {
  content: "\eaeb";
}

/* line 1807, app/assets/stylesheets/css/icomoon.scss */
.icon-stack:before {
  content: "\eaec";
}

/* line 1810, app/assets/stylesheets/css/icomoon.scss */
.icon-folder3:before {
  content: "\eaed";
}

/* line 1813, app/assets/stylesheets/css/icomoon.scss */
.icon-folder-open:before {
  content: "\eaee";
}

/* line 1816, app/assets/stylesheets/css/icomoon.scss */
.icon-folder-plus:before {
  content: "\eaef";
}

/* line 1819, app/assets/stylesheets/css/icomoon.scss */
.icon-folder-minus:before {
  content: "\eaf0";
}

/* line 1822, app/assets/stylesheets/css/icomoon.scss */
.icon-folder-download:before {
  content: "\eaf1";
}

/* line 1825, app/assets/stylesheets/css/icomoon.scss */
.icon-folder-upload:before {
  content: "\eaf2";
}

/* line 1828, app/assets/stylesheets/css/icomoon.scss */
.icon-price-tag2:before {
  content: "\eaf3";
}

/* line 1831, app/assets/stylesheets/css/icomoon.scss */
.icon-price-tags:before {
  content: "\eaf4";
}

/* line 1834, app/assets/stylesheets/css/icomoon.scss */
.icon-barcode:before {
  content: "\eaf5";
}

/* line 1837, app/assets/stylesheets/css/icomoon.scss */
.icon-qrcode:before {
  content: "\eaf6";
}

/* line 1840, app/assets/stylesheets/css/icomoon.scss */
.icon-ticket2:before {
  content: "\eaf7";
}

/* line 1843, app/assets/stylesheets/css/icomoon.scss */
.icon-cart2:before {
  content: "\eaf8";
}

/* line 1846, app/assets/stylesheets/css/icomoon.scss */
.icon-coin-dollar:before {
  content: "\eaf9";
}

/* line 1849, app/assets/stylesheets/css/icomoon.scss */
.icon-coin-euro:before {
  content: "\eafa";
}

/* line 1852, app/assets/stylesheets/css/icomoon.scss */
.icon-coin-pound:before {
  content: "\eafb";
}

/* line 1855, app/assets/stylesheets/css/icomoon.scss */
.icon-coin-yen:before {
  content: "\eafc";
}

/* line 1858, app/assets/stylesheets/css/icomoon.scss */
.icon-credit-card2:before {
  content: "\eafd";
}

/* line 1861, app/assets/stylesheets/css/icomoon.scss */
.icon-calculator2:before {
  content: "\eafe";
}

/* line 1864, app/assets/stylesheets/css/icomoon.scss */
.icon-lifebuoy2:before {
  content: "\eaff";
}

/* line 1867, app/assets/stylesheets/css/icomoon.scss */
.icon-phone3:before {
  content: "\eb00";
}

/* line 1870, app/assets/stylesheets/css/icomoon.scss */
.icon-phone-hang-up:before {
  content: "\eb01";
}

/* line 1873, app/assets/stylesheets/css/icomoon.scss */
.icon-address-book:before {
  content: "\eb02";
}

/* line 1876, app/assets/stylesheets/css/icomoon.scss */
.icon-envelop:before {
  content: "\eb03";
}

/* line 1879, app/assets/stylesheets/css/icomoon.scss */
.icon-pushpin:before {
  content: "\eb04";
}

/* line 1882, app/assets/stylesheets/css/icomoon.scss */
.icon-location3:before {
  content: "\eb05";
}

/* line 1885, app/assets/stylesheets/css/icomoon.scss */
.icon-location22:before {
  content: "\eb06";
}

/* line 1888, app/assets/stylesheets/css/icomoon.scss */
.icon-compass3:before {
  content: "\eb07";
}

/* line 1891, app/assets/stylesheets/css/icomoon.scss */
.icon-compass22:before {
  content: "\eb08";
}

/* line 1894, app/assets/stylesheets/css/icomoon.scss */
.icon-map3:before {
  content: "\eb09";
}

/* line 1897, app/assets/stylesheets/css/icomoon.scss */
.icon-map22:before {
  content: "\eb0a";
}

/* line 1900, app/assets/stylesheets/css/icomoon.scss */
.icon-history:before {
  content: "\eb0b";
}

/* line 1903, app/assets/stylesheets/css/icomoon.scss */
.icon-clock4:before {
  content: "\eb0c";
}

/* line 1906, app/assets/stylesheets/css/icomoon.scss */
.icon-clock22:before {
  content: "\eb0d";
}

/* line 1909, app/assets/stylesheets/css/icomoon.scss */
.icon-alarm:before {
  content: "\eb0e";
}

/* line 1912, app/assets/stylesheets/css/icomoon.scss */
.icon-bell3:before {
  content: "\eb0f";
}

/* line 1915, app/assets/stylesheets/css/icomoon.scss */
.icon-stopwatch2:before {
  content: "\eb10";
}

/* line 1918, app/assets/stylesheets/css/icomoon.scss */
.icon-calendar4:before {
  content: "\eb11";
}

/* line 1921, app/assets/stylesheets/css/icomoon.scss */
.icon-printer3:before {
  content: "\eb12";
}

/* line 1924, app/assets/stylesheets/css/icomoon.scss */
.icon-keyboard2:before {
  content: "\eb13";
}

/* line 1927, app/assets/stylesheets/css/icomoon.scss */
.icon-display:before {
  content: "\eb14";
}

/* line 1930, app/assets/stylesheets/css/icomoon.scss */
.icon-laptop3:before {
  content: "\eb15";
}

/* line 1933, app/assets/stylesheets/css/icomoon.scss */
.icon-mobile3:before {
  content: "\eb16";
}

/* line 1936, app/assets/stylesheets/css/icomoon.scss */
.icon-mobile22:before {
  content: "\eb17";
}

/* line 1939, app/assets/stylesheets/css/icomoon.scss */
.icon-tablet3:before {
  content: "\eb18";
}

/* line 1942, app/assets/stylesheets/css/icomoon.scss */
.icon-tv2:before {
  content: "\eb19";
}

/* line 1945, app/assets/stylesheets/css/icomoon.scss */
.icon-drawer:before {
  content: "\eb1a";
}

/* line 1948, app/assets/stylesheets/css/icomoon.scss */
.icon-drawer2:before {
  content: "\eb1b";
}

/* line 1951, app/assets/stylesheets/css/icomoon.scss */
.icon-box-add:before {
  content: "\eb1c";
}

/* line 1954, app/assets/stylesheets/css/icomoon.scss */
.icon-box-remove:before {
  content: "\eb1d";
}

/* line 1957, app/assets/stylesheets/css/icomoon.scss */
.icon-download4:before {
  content: "\eb1e";
}

/* line 1960, app/assets/stylesheets/css/icomoon.scss */
.icon-upload4:before {
  content: "\eb1f";
}

/* line 1963, app/assets/stylesheets/css/icomoon.scss */
.icon-floppy-disk:before {
  content: "\eb20";
}

/* line 1966, app/assets/stylesheets/css/icomoon.scss */
.icon-drive2:before {
  content: "\eb21";
}

/* line 1969, app/assets/stylesheets/css/icomoon.scss */
.icon-database2:before {
  content: "\eb22";
}

/* line 1972, app/assets/stylesheets/css/icomoon.scss */
.icon-undo:before {
  content: "\eb23";
}

/* line 1975, app/assets/stylesheets/css/icomoon.scss */
.icon-redo:before {
  content: "\eb24";
}

/* line 1978, app/assets/stylesheets/css/icomoon.scss */
.icon-undo2:before {
  content: "\eb25";
}

/* line 1981, app/assets/stylesheets/css/icomoon.scss */
.icon-redo2:before {
  content: "\eb26";
}

/* line 1984, app/assets/stylesheets/css/icomoon.scss */
.icon-forward3:before {
  content: "\eb27";
}

/* line 1987, app/assets/stylesheets/css/icomoon.scss */
.icon-reply3:before {
  content: "\eb28";
}

/* line 1990, app/assets/stylesheets/css/icomoon.scss */
.icon-bubble2:before {
  content: "\eb29";
}

/* line 1993, app/assets/stylesheets/css/icomoon.scss */
.icon-bubbles2:before {
  content: "\eb2a";
}

/* line 1996, app/assets/stylesheets/css/icomoon.scss */
.icon-bubbles22:before {
  content: "\eb2b";
}

/* line 1999, app/assets/stylesheets/css/icomoon.scss */
.icon-bubble22:before {
  content: "\eb2c";
}

/* line 2002, app/assets/stylesheets/css/icomoon.scss */
.icon-bubbles3:before {
  content: "\eb2d";
}

/* line 2005, app/assets/stylesheets/css/icomoon.scss */
.icon-bubbles4:before {
  content: "\eb2e";
}

/* line 2008, app/assets/stylesheets/css/icomoon.scss */
.icon-user3:before {
  content: "\eb2f";
}

/* line 2011, app/assets/stylesheets/css/icomoon.scss */
.icon-users3:before {
  content: "\eb30";
}

/* line 2014, app/assets/stylesheets/css/icomoon.scss */
.icon-user-plus:before {
  content: "\eb31";
}

/* line 2017, app/assets/stylesheets/css/icomoon.scss */
.icon-user-minus:before {
  content: "\eb32";
}

/* line 2020, app/assets/stylesheets/css/icomoon.scss */
.icon-user-check:before {
  content: "\eb33";
}

/* line 2023, app/assets/stylesheets/css/icomoon.scss */
.icon-user-tie:before {
  content: "\eb34";
}

/* line 2026, app/assets/stylesheets/css/icomoon.scss */
.icon-quotes-left:before {
  content: "\eb35";
}

/* line 2029, app/assets/stylesheets/css/icomoon.scss */
.icon-quotes-right:before {
  content: "\eb36";
}

/* line 2032, app/assets/stylesheets/css/icomoon.scss */
.icon-hour-glass2:before {
  content: "\eb37";
}

/* line 2035, app/assets/stylesheets/css/icomoon.scss */
.icon-spinner:before {
  content: "\eb38";
}

/* line 2038, app/assets/stylesheets/css/icomoon.scss */
.icon-spinner2:before {
  content: "\eb39";
}

/* line 2041, app/assets/stylesheets/css/icomoon.scss */
.icon-spinner3:before {
  content: "\eb3a";
}

/* line 2044, app/assets/stylesheets/css/icomoon.scss */
.icon-spinner4:before {
  content: "\eb3b";
}

/* line 2047, app/assets/stylesheets/css/icomoon.scss */
.icon-spinner5:before {
  content: "\eb3c";
}

/* line 2050, app/assets/stylesheets/css/icomoon.scss */
.icon-spinner6:before {
  content: "\eb3d";
}

/* line 2053, app/assets/stylesheets/css/icomoon.scss */
.icon-spinner7:before {
  content: "\eb3e";
}

/* line 2056, app/assets/stylesheets/css/icomoon.scss */
.icon-spinner8:before {
  content: "\eb3f";
}

/* line 2059, app/assets/stylesheets/css/icomoon.scss */
.icon-spinner9:before {
  content: "\eb40";
}

/* line 2062, app/assets/stylesheets/css/icomoon.scss */
.icon-spinner10:before {
  content: "\eb41";
}

/* line 2065, app/assets/stylesheets/css/icomoon.scss */
.icon-spinner11:before {
  content: "\eb42";
}

/* line 2068, app/assets/stylesheets/css/icomoon.scss */
.icon-binoculars:before {
  content: "\eb43";
}

/* line 2071, app/assets/stylesheets/css/icomoon.scss */
.icon-search3:before {
  content: "\eb44";
}

/* line 2074, app/assets/stylesheets/css/icomoon.scss */
.icon-zoom-in:before {
  content: "\eb45";
}

/* line 2077, app/assets/stylesheets/css/icomoon.scss */
.icon-zoom-out:before {
  content: "\eb46";
}

/* line 2080, app/assets/stylesheets/css/icomoon.scss */
.icon-enlarge:before {
  content: "\eb47";
}

/* line 2083, app/assets/stylesheets/css/icomoon.scss */
.icon-shrink:before {
  content: "\eb48";
}

/* line 2086, app/assets/stylesheets/css/icomoon.scss */
.icon-enlarge2:before {
  content: "\eb49";
}

/* line 2089, app/assets/stylesheets/css/icomoon.scss */
.icon-shrink2:before {
  content: "\eb4a";
}

/* line 2092, app/assets/stylesheets/css/icomoon.scss */
.icon-key3:before {
  content: "\eb4b";
}

/* line 2095, app/assets/stylesheets/css/icomoon.scss */
.icon-key22:before {
  content: "\eb4c";
}

/* line 2098, app/assets/stylesheets/css/icomoon.scss */
.icon-lock3:before {
  content: "\eb4d";
}

/* line 2101, app/assets/stylesheets/css/icomoon.scss */
.icon-unlocked:before {
  content: "\eb4e";
}

/* line 2104, app/assets/stylesheets/css/icomoon.scss */
.icon-wrench:before {
  content: "\eb4f";
}

/* line 2107, app/assets/stylesheets/css/icomoon.scss */
.icon-equalizer:before {
  content: "\eb50";
}

/* line 2110, app/assets/stylesheets/css/icomoon.scss */
.icon-equalizer2:before {
  content: "\eb51";
}

/* line 2113, app/assets/stylesheets/css/icomoon.scss */
.icon-cog3:before {
  content: "\eb52";
}

/* line 2116, app/assets/stylesheets/css/icomoon.scss */
.icon-cogs:before {
  content: "\eb53";
}

/* line 2119, app/assets/stylesheets/css/icomoon.scss */
.icon-hammer:before {
  content: "\eb54";
}

/* line 2122, app/assets/stylesheets/css/icomoon.scss */
.icon-magic-wand:before {
  content: "\eb55";
}

/* line 2125, app/assets/stylesheets/css/icomoon.scss */
.icon-aid-kit:before {
  content: "\eb56";
}

/* line 2128, app/assets/stylesheets/css/icomoon.scss */
.icon-bug:before {
  content: "\eb57";
}

/* line 2131, app/assets/stylesheets/css/icomoon.scss */
.icon-pie-chart2:before {
  content: "\eb58";
}

/* line 2134, app/assets/stylesheets/css/icomoon.scss */
.icon-stats-dots:before {
  content: "\eb59";
}

/* line 2137, app/assets/stylesheets/css/icomoon.scss */
.icon-stats-bars:before {
  content: "\eb5a";
}

/* line 2140, app/assets/stylesheets/css/icomoon.scss */
.icon-stats-bars2:before {
  content: "\eb5b";
}

/* line 2143, app/assets/stylesheets/css/icomoon.scss */
.icon-trophy4:before {
  content: "\eb5c";
}

/* line 2146, app/assets/stylesheets/css/icomoon.scss */
.icon-gift2:before {
  content: "\eb5d";
}

/* line 2149, app/assets/stylesheets/css/icomoon.scss */
.icon-glass:before {
  content: "\eb5e";
}

/* line 2152, app/assets/stylesheets/css/icomoon.scss */
.icon-glass2:before {
  content: "\eb5f";
}

/* line 2155, app/assets/stylesheets/css/icomoon.scss */
.icon-mug:before {
  content: "\eb60";
}

/* line 2158, app/assets/stylesheets/css/icomoon.scss */
.icon-spoon-knife:before {
  content: "\eb61";
}

/* line 2161, app/assets/stylesheets/css/icomoon.scss */
.icon-leaf2:before {
  content: "\eb62";
}

/* line 2164, app/assets/stylesheets/css/icomoon.scss */
.icon-rocket2:before {
  content: "\eb63";
}

/* line 2167, app/assets/stylesheets/css/icomoon.scss */
.icon-meter:before {
  content: "\eb64";
}

/* line 2170, app/assets/stylesheets/css/icomoon.scss */
.icon-meter2:before {
  content: "\eb65";
}

/* line 2173, app/assets/stylesheets/css/icomoon.scss */
.icon-hammer2:before {
  content: "\eb66";
}

/* line 2176, app/assets/stylesheets/css/icomoon.scss */
.icon-fire:before {
  content: "\eb67";
}

/* line 2179, app/assets/stylesheets/css/icomoon.scss */
.icon-lab:before {
  content: "\eb68";
}

/* line 2182, app/assets/stylesheets/css/icomoon.scss */
.icon-magnet2:before {
  content: "\eb69";
}

/* line 2185, app/assets/stylesheets/css/icomoon.scss */
.icon-bin:before {
  content: "\eb6a";
}

/* line 2188, app/assets/stylesheets/css/icomoon.scss */
.icon-bin2:before {
  content: "\eb6b";
}

/* line 2191, app/assets/stylesheets/css/icomoon.scss */
.icon-briefcase3:before {
  content: "\eb6c";
}

/* line 2194, app/assets/stylesheets/css/icomoon.scss */
.icon-airplane:before {
  content: "\eb6d";
}

/* line 2197, app/assets/stylesheets/css/icomoon.scss */
.icon-truck:before {
  content: "\eb6e";
}

/* line 2200, app/assets/stylesheets/css/icomoon.scss */
.icon-road:before {
  content: "\eb6f";
}

/* line 2203, app/assets/stylesheets/css/icomoon.scss */
.icon-accessibility:before {
  content: "\eb70";
}

/* line 2206, app/assets/stylesheets/css/icomoon.scss */
.icon-target3:before {
  content: "\eb71";
}

/* line 2209, app/assets/stylesheets/css/icomoon.scss */
.icon-shield3:before {
  content: "\eb72";
}

/* line 2212, app/assets/stylesheets/css/icomoon.scss */
.icon-power:before {
  content: "\eb73";
}

/* line 2215, app/assets/stylesheets/css/icomoon.scss */
.icon-switch3:before {
  content: "\eb74";
}

/* line 2218, app/assets/stylesheets/css/icomoon.scss */
.icon-power-cord:before {
  content: "\eb75";
}

/* line 2221, app/assets/stylesheets/css/icomoon.scss */
.icon-clipboard3:before {
  content: "\eb76";
}

/* line 2224, app/assets/stylesheets/css/icomoon.scss */
.icon-list-numbered:before {
  content: "\eb77";
}

/* line 2227, app/assets/stylesheets/css/icomoon.scss */
.icon-list2:before {
  content: "\eb78";
}

/* line 2230, app/assets/stylesheets/css/icomoon.scss */
.icon-list22:before {
  content: "\eb79";
}

/* line 2233, app/assets/stylesheets/css/icomoon.scss */
.icon-tree2:before {
  content: "\eb7a";
}

/* line 2236, app/assets/stylesheets/css/icomoon.scss */
.icon-menu2:before {
  content: "\eb7b";
}

/* line 2239, app/assets/stylesheets/css/icomoon.scss */
.icon-menu22:before {
  content: "\eb7c";
}

/* line 2242, app/assets/stylesheets/css/icomoon.scss */
.icon-menu3:before {
  content: "\eb7d";
}

/* line 2245, app/assets/stylesheets/css/icomoon.scss */
.icon-menu4:before {
  content: "\eb7e";
}

/* line 2248, app/assets/stylesheets/css/icomoon.scss */
.icon-cloud4:before {
  content: "\eb7f";
}

/* line 2251, app/assets/stylesheets/css/icomoon.scss */
.icon-cloud-download:before {
  content: "\eb80";
}

/* line 2254, app/assets/stylesheets/css/icomoon.scss */
.icon-cloud-upload:before {
  content: "\eb81";
}

/* line 2257, app/assets/stylesheets/css/icomoon.scss */
.icon-cloud-check:before {
  content: "\eb82";
}

/* line 2260, app/assets/stylesheets/css/icomoon.scss */
.icon-download22:before {
  content: "\eb83";
}

/* line 2263, app/assets/stylesheets/css/icomoon.scss */
.icon-upload22:before {
  content: "\eb84";
}

/* line 2266, app/assets/stylesheets/css/icomoon.scss */
.icon-download32:before {
  content: "\eb85";
}

/* line 2269, app/assets/stylesheets/css/icomoon.scss */
.icon-upload32:before {
  content: "\eb86";
}

/* line 2272, app/assets/stylesheets/css/icomoon.scss */
.icon-sphere:before {
  content: "\eb87";
}

/* line 2275, app/assets/stylesheets/css/icomoon.scss */
.icon-earth:before {
  content: "\eb88";
}

/* line 2278, app/assets/stylesheets/css/icomoon.scss */
.icon-link2:before {
  content: "\eb89";
}

/* line 2281, app/assets/stylesheets/css/icomoon.scss */
.icon-flag4:before {
  content: "\eb8a";
}

/* line 2284, app/assets/stylesheets/css/icomoon.scss */
.icon-attachment3:before {
  content: "\eb8b";
}

/* line 2287, app/assets/stylesheets/css/icomoon.scss */
.icon-eye3:before {
  content: "\eb8c";
}

/* line 2290, app/assets/stylesheets/css/icomoon.scss */
.icon-eye-plus:before {
  content: "\eb8d";
}

/* line 2293, app/assets/stylesheets/css/icomoon.scss */
.icon-eye-minus:before {
  content: "\eb8e";
}

/* line 2296, app/assets/stylesheets/css/icomoon.scss */
.icon-eye-blocked:before {
  content: "\eb8f";
}

/* line 2299, app/assets/stylesheets/css/icomoon.scss */
.icon-bookmark3:before {
  content: "\eb90";
}

/* line 2302, app/assets/stylesheets/css/icomoon.scss */
.icon-bookmarks2:before {
  content: "\eb91";
}

/* line 2305, app/assets/stylesheets/css/icomoon.scss */
.icon-sun2:before {
  content: "\eb92";
}

/* line 2308, app/assets/stylesheets/css/icomoon.scss */
.icon-contrast:before {
  content: "\eb93";
}

/* line 2311, app/assets/stylesheets/css/icomoon.scss */
.icon-brightness-contrast:before {
  content: "\eb94";
}

/* line 2314, app/assets/stylesheets/css/icomoon.scss */
.icon-star-empty:before {
  content: "\eb95";
}

/* line 2317, app/assets/stylesheets/css/icomoon.scss */
.icon-star-half:before {
  content: "\eb96";
}

/* line 2320, app/assets/stylesheets/css/icomoon.scss */
.icon-star-full:before {
  content: "\eb97";
}

/* line 2323, app/assets/stylesheets/css/icomoon.scss */
.icon-heart4:before {
  content: "\eb98";
}

/* line 2326, app/assets/stylesheets/css/icomoon.scss */
.icon-heart-broken:before {
  content: "\eb99";
}

/* line 2329, app/assets/stylesheets/css/icomoon.scss */
.icon-man2:before {
  content: "\eb9a";
}

/* line 2332, app/assets/stylesheets/css/icomoon.scss */
.icon-woman:before {
  content: "\eb9b";
}

/* line 2335, app/assets/stylesheets/css/icomoon.scss */
.icon-man-woman:before {
  content: "\eb9c";
}

/* line 2338, app/assets/stylesheets/css/icomoon.scss */
.icon-happy2:before {
  content: "\eb9d";
}

/* line 2341, app/assets/stylesheets/css/icomoon.scss */
.icon-happy22:before {
  content: "\eb9e";
}

/* line 2344, app/assets/stylesheets/css/icomoon.scss */
.icon-smile:before {
  content: "\eb9f";
}

/* line 2347, app/assets/stylesheets/css/icomoon.scss */
.icon-smile2:before {
  content: "\eba0";
}

/* line 2350, app/assets/stylesheets/css/icomoon.scss */
.icon-tongue:before {
  content: "\eba1";
}

/* line 2353, app/assets/stylesheets/css/icomoon.scss */
.icon-tongue2:before {
  content: "\eba2";
}

/* line 2356, app/assets/stylesheets/css/icomoon.scss */
.icon-sad2:before {
  content: "\eba3";
}

/* line 2359, app/assets/stylesheets/css/icomoon.scss */
.icon-sad22:before {
  content: "\eba4";
}

/* line 2362, app/assets/stylesheets/css/icomoon.scss */
.icon-wink:before {
  content: "\eba5";
}

/* line 2365, app/assets/stylesheets/css/icomoon.scss */
.icon-wink2:before {
  content: "\eba6";
}

/* line 2368, app/assets/stylesheets/css/icomoon.scss */
.icon-grin:before {
  content: "\eba7";
}

/* line 2371, app/assets/stylesheets/css/icomoon.scss */
.icon-grin2:before {
  content: "\eba8";
}

/* line 2374, app/assets/stylesheets/css/icomoon.scss */
.icon-cool:before {
  content: "\eba9";
}

/* line 2377, app/assets/stylesheets/css/icomoon.scss */
.icon-cool2:before {
  content: "\ebaa";
}

/* line 2380, app/assets/stylesheets/css/icomoon.scss */
.icon-angry:before {
  content: "\ebab";
}

/* line 2383, app/assets/stylesheets/css/icomoon.scss */
.icon-angry2:before {
  content: "\ebac";
}

/* line 2386, app/assets/stylesheets/css/icomoon.scss */
.icon-evil:before {
  content: "\ebad";
}

/* line 2389, app/assets/stylesheets/css/icomoon.scss */
.icon-evil2:before {
  content: "\ebae";
}

/* line 2392, app/assets/stylesheets/css/icomoon.scss */
.icon-shocked:before {
  content: "\ebaf";
}

/* line 2395, app/assets/stylesheets/css/icomoon.scss */
.icon-shocked2:before {
  content: "\ebb0";
}

/* line 2398, app/assets/stylesheets/css/icomoon.scss */
.icon-baffled:before {
  content: "\ebb1";
}

/* line 2401, app/assets/stylesheets/css/icomoon.scss */
.icon-baffled2:before {
  content: "\ebb2";
}

/* line 2404, app/assets/stylesheets/css/icomoon.scss */
.icon-confused:before {
  content: "\ebb3";
}

/* line 2407, app/assets/stylesheets/css/icomoon.scss */
.icon-confused2:before {
  content: "\ebb4";
}

/* line 2410, app/assets/stylesheets/css/icomoon.scss */
.icon-neutral:before {
  content: "\ebb5";
}

/* line 2413, app/assets/stylesheets/css/icomoon.scss */
.icon-neutral2:before {
  content: "\ebb6";
}

/* line 2416, app/assets/stylesheets/css/icomoon.scss */
.icon-hipster:before {
  content: "\ebb7";
}

/* line 2419, app/assets/stylesheets/css/icomoon.scss */
.icon-hipster2:before {
  content: "\ebb8";
}

/* line 2422, app/assets/stylesheets/css/icomoon.scss */
.icon-wondering:before {
  content: "\ebb9";
}

/* line 2425, app/assets/stylesheets/css/icomoon.scss */
.icon-wondering2:before {
  content: "\ebba";
}

/* line 2428, app/assets/stylesheets/css/icomoon.scss */
.icon-sleepy:before {
  content: "\ebbb";
}

/* line 2431, app/assets/stylesheets/css/icomoon.scss */
.icon-sleepy2:before {
  content: "\ebbc";
}

/* line 2434, app/assets/stylesheets/css/icomoon.scss */
.icon-frustrated:before {
  content: "\ebbd";
}

/* line 2437, app/assets/stylesheets/css/icomoon.scss */
.icon-frustrated2:before {
  content: "\ebbe";
}

/* line 2440, app/assets/stylesheets/css/icomoon.scss */
.icon-crying:before {
  content: "\ebbf";
}

/* line 2443, app/assets/stylesheets/css/icomoon.scss */
.icon-crying2:before {
  content: "\ebc0";
}

/* line 2446, app/assets/stylesheets/css/icomoon.scss */
.icon-point-up:before {
  content: "\ebc1";
}

/* line 2449, app/assets/stylesheets/css/icomoon.scss */
.icon-point-right:before {
  content: "\ebc2";
}

/* line 2452, app/assets/stylesheets/css/icomoon.scss */
.icon-point-down:before {
  content: "\ebc3";
}

/* line 2455, app/assets/stylesheets/css/icomoon.scss */
.icon-point-left:before {
  content: "\ebc4";
}

/* line 2458, app/assets/stylesheets/css/icomoon.scss */
.icon-warning2:before {
  content: "\ebc5";
}

/* line 2461, app/assets/stylesheets/css/icomoon.scss */
.icon-notification2:before {
  content: "\ebc6";
}

/* line 2464, app/assets/stylesheets/css/icomoon.scss */
.icon-question:before {
  content: "\ebc7";
}

/* line 2467, app/assets/stylesheets/css/icomoon.scss */
.icon-plus3:before {
  content: "\ebc8";
}

/* line 2470, app/assets/stylesheets/css/icomoon.scss */
.icon-minus2:before {
  content: "\ebc9";
}

/* line 2473, app/assets/stylesheets/css/icomoon.scss */
.icon-info2:before {
  content: "\ebca";
}

/* line 2476, app/assets/stylesheets/css/icomoon.scss */
.icon-cancel-circle:before {
  content: "\ebcb";
}

/* line 2479, app/assets/stylesheets/css/icomoon.scss */
.icon-blocked:before {
  content: "\ebcc";
}

/* line 2482, app/assets/stylesheets/css/icomoon.scss */
.icon-cross3:before {
  content: "\ebcd";
}

/* line 2485, app/assets/stylesheets/css/icomoon.scss */
.icon-checkmark:before {
  content: "\ebce";
}

/* line 2488, app/assets/stylesheets/css/icomoon.scss */
.icon-checkmark2:before {
  content: "\ebcf";
}

/* line 2491, app/assets/stylesheets/css/icomoon.scss */
.icon-spell-check:before {
  content: "\ebd0";
}

/* line 2494, app/assets/stylesheets/css/icomoon.scss */
.icon-enter:before {
  content: "\ebd1";
}

/* line 2497, app/assets/stylesheets/css/icomoon.scss */
.icon-exit:before {
  content: "\ebd2";
}

/* line 2500, app/assets/stylesheets/css/icomoon.scss */
.icon-play22:before {
  content: "\ebd3";
}

/* line 2503, app/assets/stylesheets/css/icomoon.scss */
.icon-pause:before {
  content: "\ebd4";
}

/* line 2506, app/assets/stylesheets/css/icomoon.scss */
.icon-stop:before {
  content: "\ebd5";
}

/* line 2509, app/assets/stylesheets/css/icomoon.scss */
.icon-previous:before {
  content: "\ebd6";
}

/* line 2512, app/assets/stylesheets/css/icomoon.scss */
.icon-next2:before {
  content: "\ebd7";
}

/* line 2515, app/assets/stylesheets/css/icomoon.scss */
.icon-backward:before {
  content: "\ebd8";
}

/* line 2518, app/assets/stylesheets/css/icomoon.scss */
.icon-forward22:before {
  content: "\ebd9";
}

/* line 2521, app/assets/stylesheets/css/icomoon.scss */
.icon-play3:before {
  content: "\ebda";
}

/* line 2524, app/assets/stylesheets/css/icomoon.scss */
.icon-pause2:before {
  content: "\ebdb";
}

/* line 2527, app/assets/stylesheets/css/icomoon.scss */
.icon-stop2:before {
  content: "\ebdc";
}

/* line 2530, app/assets/stylesheets/css/icomoon.scss */
.icon-backward2:before {
  content: "\ebdd";
}

/* line 2533, app/assets/stylesheets/css/icomoon.scss */
.icon-forward32:before {
  content: "\ebde";
}

/* line 2536, app/assets/stylesheets/css/icomoon.scss */
.icon-first:before {
  content: "\ebdf";
}

/* line 2539, app/assets/stylesheets/css/icomoon.scss */
.icon-last:before {
  content: "\ebe0";
}

/* line 2542, app/assets/stylesheets/css/icomoon.scss */
.icon-previous2:before {
  content: "\ebe1";
}

/* line 2545, app/assets/stylesheets/css/icomoon.scss */
.icon-next22:before {
  content: "\ebe2";
}

/* line 2548, app/assets/stylesheets/css/icomoon.scss */
.icon-eject:before {
  content: "\ebe3";
}

/* line 2551, app/assets/stylesheets/css/icomoon.scss */
.icon-volume-high:before {
  content: "\ebe4";
}

/* line 2554, app/assets/stylesheets/css/icomoon.scss */
.icon-volume-medium:before {
  content: "\ebe5";
}

/* line 2557, app/assets/stylesheets/css/icomoon.scss */
.icon-volume-low:before {
  content: "\ebe6";
}

/* line 2560, app/assets/stylesheets/css/icomoon.scss */
.icon-volume-mute:before {
  content: "\ebe7";
}

/* line 2563, app/assets/stylesheets/css/icomoon.scss */
.icon-volume-mute2:before {
  content: "\ebe8";
}

/* line 2566, app/assets/stylesheets/css/icomoon.scss */
.icon-volume-increase:before {
  content: "\ebe9";
}

/* line 2569, app/assets/stylesheets/css/icomoon.scss */
.icon-volume-decrease:before {
  content: "\ebea";
}

/* line 2572, app/assets/stylesheets/css/icomoon.scss */
.icon-loop2:before {
  content: "\ebeb";
}

/* line 2575, app/assets/stylesheets/css/icomoon.scss */
.icon-loop22:before {
  content: "\ebec";
}

/* line 2578, app/assets/stylesheets/css/icomoon.scss */
.icon-infinite:before {
  content: "\ebed";
}

/* line 2581, app/assets/stylesheets/css/icomoon.scss */
.icon-shuffle2:before {
  content: "\ebee";
}

/* line 2584, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-up-left:before {
  content: "\ebef";
}

/* line 2587, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-up2:before {
  content: "\ebf0";
}

/* line 2590, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-up-right:before {
  content: "\ebf1";
}

/* line 2593, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-right2:before {
  content: "\ebf2";
}

/* line 2596, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-down-right:before {
  content: "\ebf3";
}

/* line 2599, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-down2:before {
  content: "\ebf4";
}

/* line 2602, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-down-left:before {
  content: "\ebf5";
}

/* line 2605, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-left2:before {
  content: "\ebf6";
}

/* line 2608, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-up-left2:before {
  content: "\ebf7";
}

/* line 2611, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-up22:before {
  content: "\ebf8";
}

/* line 2614, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-up-right2:before {
  content: "\ebf9";
}

/* line 2617, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-right22:before {
  content: "\ebfa";
}

/* line 2620, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-down-right2:before {
  content: "\ebfb";
}

/* line 2623, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-down22:before {
  content: "\ebfc";
}

/* line 2626, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-down-left2:before {
  content: "\ebfd";
}

/* line 2629, app/assets/stylesheets/css/icomoon.scss */
.icon-arrow-left22:before {
  content: "\ebfe";
}

/* line 2632, app/assets/stylesheets/css/icomoon.scss */
.icon-circle-up:before {
  content: "\e900";
}

/* line 2635, app/assets/stylesheets/css/icomoon.scss */
.icon-circle-right:before {
  content: "\ebff";
}

/* line 2638, app/assets/stylesheets/css/icomoon.scss */
.icon-circle-down:before {
  content: "\ec00";
}

/* line 2641, app/assets/stylesheets/css/icomoon.scss */
.icon-circle-left:before {
  content: "\ec01";
}

/* line 2644, app/assets/stylesheets/css/icomoon.scss */
.icon-tab:before {
  content: "\ec02";
}

/* line 2647, app/assets/stylesheets/css/icomoon.scss */
.icon-move-up:before {
  content: "\ec03";
}

/* line 2650, app/assets/stylesheets/css/icomoon.scss */
.icon-move-down:before {
  content: "\ec04";
}

/* line 2653, app/assets/stylesheets/css/icomoon.scss */
.icon-sort-alpha-asc:before {
  content: "\ec05";
}

/* line 2656, app/assets/stylesheets/css/icomoon.scss */
.icon-sort-alpha-desc:before {
  content: "\ec06";
}

/* line 2659, app/assets/stylesheets/css/icomoon.scss */
.icon-sort-numeric-asc:before {
  content: "\ec07";
}

/* line 2662, app/assets/stylesheets/css/icomoon.scss */
.icon-sort-numberic-desc:before {
  content: "\ec08";
}

/* line 2665, app/assets/stylesheets/css/icomoon.scss */
.icon-sort-amount-asc:before {
  content: "\ec09";
}

/* line 2668, app/assets/stylesheets/css/icomoon.scss */
.icon-sort-amount-desc:before {
  content: "\ec0a";
}

/* line 2671, app/assets/stylesheets/css/icomoon.scss */
.icon-command:before {
  content: "\ec0b";
}

/* line 2674, app/assets/stylesheets/css/icomoon.scss */
.icon-shift:before {
  content: "\ec0c";
}

/* line 2677, app/assets/stylesheets/css/icomoon.scss */
.icon-ctrl:before {
  content: "\ec0d";
}

/* line 2680, app/assets/stylesheets/css/icomoon.scss */
.icon-opt:before {
  content: "\ec0e";
}

/* line 2683, app/assets/stylesheets/css/icomoon.scss */
.icon-checkbox-checked:before {
  content: "\ec0f";
}

/* line 2686, app/assets/stylesheets/css/icomoon.scss */
.icon-checkbox-unchecked:before {
  content: "\ec10";
}

/* line 2689, app/assets/stylesheets/css/icomoon.scss */
.icon-radio-checked:before {
  content: "\ec11";
}

/* line 2692, app/assets/stylesheets/css/icomoon.scss */
.icon-radio-checked2:before {
  content: "\ec12";
}

/* line 2695, app/assets/stylesheets/css/icomoon.scss */
.icon-radio-unchecked:before {
  content: "\ec13";
}

/* line 2698, app/assets/stylesheets/css/icomoon.scss */
.icon-crop:before {
  content: "\ec14";
}

/* line 2701, app/assets/stylesheets/css/icomoon.scss */
.icon-make-group:before {
  content: "\ec15";
}

/* line 2704, app/assets/stylesheets/css/icomoon.scss */
.icon-ungroup:before {
  content: "\ec16";
}

/* line 2707, app/assets/stylesheets/css/icomoon.scss */
.icon-scissors3:before {
  content: "\ec17";
}

/* line 2710, app/assets/stylesheets/css/icomoon.scss */
.icon-filter:before {
  content: "\ec18";
}

/* line 2713, app/assets/stylesheets/css/icomoon.scss */
.icon-font:before {
  content: "\ec19";
}

/* line 2716, app/assets/stylesheets/css/icomoon.scss */
.icon-ligature:before {
  content: "\ec1a";
}

/* line 2719, app/assets/stylesheets/css/icomoon.scss */
.icon-ligature2:before {
  content: "\ec1b";
}

/* line 2722, app/assets/stylesheets/css/icomoon.scss */
.icon-text-height:before {
  content: "\ec1c";
}

/* line 2725, app/assets/stylesheets/css/icomoon.scss */
.icon-text-width:before {
  content: "\ec1d";
}

/* line 2728, app/assets/stylesheets/css/icomoon.scss */
.icon-font-size:before {
  content: "\ec1e";
}

/* line 2731, app/assets/stylesheets/css/icomoon.scss */
.icon-bold:before {
  content: "\ec1f";
}

/* line 2734, app/assets/stylesheets/css/icomoon.scss */
.icon-underline:before {
  content: "\ec20";
}

/* line 2737, app/assets/stylesheets/css/icomoon.scss */
.icon-italic:before {
  content: "\ec21";
}

/* line 2740, app/assets/stylesheets/css/icomoon.scss */
.icon-strikethrough:before {
  content: "\ec22";
}

/* line 2743, app/assets/stylesheets/css/icomoon.scss */
.icon-omega:before {
  content: "\ec23";
}

/* line 2746, app/assets/stylesheets/css/icomoon.scss */
.icon-sigma:before {
  content: "\ec24";
}

/* line 2749, app/assets/stylesheets/css/icomoon.scss */
.icon-page-break:before {
  content: "\ec25";
}

/* line 2752, app/assets/stylesheets/css/icomoon.scss */
.icon-superscript:before {
  content: "\ec26";
}

/* line 2755, app/assets/stylesheets/css/icomoon.scss */
.icon-subscript:before {
  content: "\ec27";
}

/* line 2758, app/assets/stylesheets/css/icomoon.scss */
.icon-superscript2:before {
  content: "\ec28";
}

/* line 2761, app/assets/stylesheets/css/icomoon.scss */
.icon-subscript2:before {
  content: "\ec29";
}

/* line 2764, app/assets/stylesheets/css/icomoon.scss */
.icon-text-color:before {
  content: "\ec2a";
}

/* line 2767, app/assets/stylesheets/css/icomoon.scss */
.icon-pagebreak:before {
  content: "\ec2b";
}

/* line 2770, app/assets/stylesheets/css/icomoon.scss */
.icon-clear-formatting:before {
  content: "\ec2c";
}

/* line 2773, app/assets/stylesheets/css/icomoon.scss */
.icon-table:before {
  content: "\ec2d";
}

/* line 2776, app/assets/stylesheets/css/icomoon.scss */
.icon-table2:before {
  content: "\ec2e";
}

/* line 2779, app/assets/stylesheets/css/icomoon.scss */
.icon-insert-template:before {
  content: "\ec2f";
}

/* line 2782, app/assets/stylesheets/css/icomoon.scss */
.icon-pilcrow:before {
  content: "\ec30";
}

/* line 2785, app/assets/stylesheets/css/icomoon.scss */
.icon-ltr:before {
  content: "\ec31";
}

/* line 2788, app/assets/stylesheets/css/icomoon.scss */
.icon-rtl:before {
  content: "\ec32";
}

/* line 2791, app/assets/stylesheets/css/icomoon.scss */
.icon-section:before {
  content: "\ec33";
}

/* line 2794, app/assets/stylesheets/css/icomoon.scss */
.icon-paragraph-left:before {
  content: "\ec34";
}

/* line 2797, app/assets/stylesheets/css/icomoon.scss */
.icon-paragraph-center:before {
  content: "\ec35";
}

/* line 2800, app/assets/stylesheets/css/icomoon.scss */
.icon-paragraph-right:before {
  content: "\ec36";
}

/* line 2803, app/assets/stylesheets/css/icomoon.scss */
.icon-paragraph-justify:before {
  content: "\ec37";
}

/* line 2806, app/assets/stylesheets/css/icomoon.scss */
.icon-indent-increase:before {
  content: "\ec38";
}

/* line 2809, app/assets/stylesheets/css/icomoon.scss */
.icon-indent-decrease:before {
  content: "\ec39";
}

/* line 2812, app/assets/stylesheets/css/icomoon.scss */
.icon-share2:before {
  content: "\ec3a";
}

/* line 2815, app/assets/stylesheets/css/icomoon.scss */
.icon-new-tab:before {
  content: "\ec3b";
}

/* line 2818, app/assets/stylesheets/css/icomoon.scss */
.icon-embed:before {
  content: "\ec3c";
}

/* line 2821, app/assets/stylesheets/css/icomoon.scss */
.icon-embed2:before {
  content: "\ec3d";
}

/* line 2824, app/assets/stylesheets/css/icomoon.scss */
.icon-terminal:before {
  content: "\ec3e";
}

/* line 2827, app/assets/stylesheets/css/icomoon.scss */
.icon-share22:before {
  content: "\ec3f";
}

/* line 2830, app/assets/stylesheets/css/icomoon.scss */
.icon-mail2:before {
  content: "\ec40";
}

/* line 2833, app/assets/stylesheets/css/icomoon.scss */
.icon-mail22:before {
  content: "\ec41";
}

/* line 2836, app/assets/stylesheets/css/icomoon.scss */
.icon-mail3:before {
  content: "\ec42";
}

/* line 2839, app/assets/stylesheets/css/icomoon.scss */
.icon-mail4:before {
  content: "\ec43";
}

/* line 2842, app/assets/stylesheets/css/icomoon.scss */
.icon-amazon:before {
  content: "\ec44";
}

/* line 2845, app/assets/stylesheets/css/icomoon.scss */
.icon-google2:before {
  content: "\ec45";
}

/* line 2848, app/assets/stylesheets/css/icomoon.scss */
.icon-google22:before {
  content: "\ec46";
}

/* line 2851, app/assets/stylesheets/css/icomoon.scss */
.icon-google3:before {
  content: "\ec47";
}

/* line 2854, app/assets/stylesheets/css/icomoon.scss */
.icon-google-plus:before {
  content: "\ec48";
}

/* line 2857, app/assets/stylesheets/css/icomoon.scss */
.icon-google-plus2:before {
  content: "\ec49";
}

/* line 2860, app/assets/stylesheets/css/icomoon.scss */
.icon-google-plus3:before {
  content: "\ec4a";
}

/* line 2863, app/assets/stylesheets/css/icomoon.scss */
.icon-hangouts:before {
  content: "\ec4b";
}

/* line 2866, app/assets/stylesheets/css/icomoon.scss */
.icon-google-drive2:before {
  content: "\ec4c";
}

/* line 2869, app/assets/stylesheets/css/icomoon.scss */
.icon-facebook3:before {
  content: "\ec4d";
}

/* line 2872, app/assets/stylesheets/css/icomoon.scss */
.icon-facebook22:before {
  content: "\ec4e";
}

/* line 2875, app/assets/stylesheets/css/icomoon.scss */
.icon-instagram2:before {
  content: "\ec4f";
}

/* line 2878, app/assets/stylesheets/css/icomoon.scss */
.icon-whatsapp:before {
  content: "\ec50";
}

/* line 2881, app/assets/stylesheets/css/icomoon.scss */
.icon-spotify2:before {
  content: "\ec51";
}

/* line 2884, app/assets/stylesheets/css/icomoon.scss */
.icon-telegram:before {
  content: "\ec52";
}

/* line 2887, app/assets/stylesheets/css/icomoon.scss */
.icon-twitter3:before {
  content: "\ec53";
}

/* line 2890, app/assets/stylesheets/css/icomoon.scss */
.icon-vine2:before {
  content: "\ec54";
}

/* line 2893, app/assets/stylesheets/css/icomoon.scss */
.icon-vk2:before {
  content: "\ec55";
}

/* line 2896, app/assets/stylesheets/css/icomoon.scss */
.icon-renren2:before {
  content: "\ec56";
}

/* line 2899, app/assets/stylesheets/css/icomoon.scss */
.icon-sina-weibo2:before {
  content: "\ec57";
}

/* line 2902, app/assets/stylesheets/css/icomoon.scss */
.icon-rss3:before {
  content: "\ec58";
}

/* line 2905, app/assets/stylesheets/css/icomoon.scss */
.icon-rss22:before {
  content: "\ec59";
}

/* line 2908, app/assets/stylesheets/css/icomoon.scss */
.icon-youtube2:before {
  content: "\ec5a";
}

/* line 2911, app/assets/stylesheets/css/icomoon.scss */
.icon-youtube22:before {
  content: "\ec5b";
}

/* line 2914, app/assets/stylesheets/css/icomoon.scss */
.icon-twitch:before {
  content: "\ec5c";
}

/* line 2917, app/assets/stylesheets/css/icomoon.scss */
.icon-vimeo2:before {
  content: "\ec5d";
}

/* line 2920, app/assets/stylesheets/css/icomoon.scss */
.icon-vimeo22:before {
  content: "\ec5e";
}

/* line 2923, app/assets/stylesheets/css/icomoon.scss */
.icon-lanyrd:before {
  content: "\ec5f";
}

/* line 2926, app/assets/stylesheets/css/icomoon.scss */
.icon-flickr2:before {
  content: "\ec60";
}

/* line 2929, app/assets/stylesheets/css/icomoon.scss */
.icon-flickr22:before {
  content: "\ec61";
}

/* line 2932, app/assets/stylesheets/css/icomoon.scss */
.icon-flickr3:before {
  content: "\ec62";
}

/* line 2935, app/assets/stylesheets/css/icomoon.scss */
.icon-flickr4:before {
  content: "\ec63";
}

/* line 2938, app/assets/stylesheets/css/icomoon.scss */
.icon-dribbble3:before {
  content: "\ec64";
}

/* line 2941, app/assets/stylesheets/css/icomoon.scss */
.icon-behance2:before {
  content: "\ec65";
}

/* line 2944, app/assets/stylesheets/css/icomoon.scss */
.icon-behance22:before {
  content: "\ec66";
}

/* line 2947, app/assets/stylesheets/css/icomoon.scss */
.icon-deviantart:before {
  content: "\ec67";
}

/* line 2950, app/assets/stylesheets/css/icomoon.scss */
.icon-500px2:before {
  content: "\ec68";
}

/* line 2953, app/assets/stylesheets/css/icomoon.scss */
.icon-steam:before {
  content: "\ec69";
}

/* line 2956, app/assets/stylesheets/css/icomoon.scss */
.icon-steam2:before {
  content: "\ec6a";
}

/* line 2959, app/assets/stylesheets/css/icomoon.scss */
.icon-dropbox2:before {
  content: "\ec6b";
}

/* line 2962, app/assets/stylesheets/css/icomoon.scss */
.icon-onedrive2:before {
  content: "\ec6c";
}

/* line 2965, app/assets/stylesheets/css/icomoon.scss */
.icon-github2:before {
  content: "\ec6d";
}

/* line 2968, app/assets/stylesheets/css/icomoon.scss */
.icon-npm:before {
  content: "\ec6e";
}

/* line 2971, app/assets/stylesheets/css/icomoon.scss */
.icon-basecamp2:before {
  content: "\ec6f";
}

/* line 2974, app/assets/stylesheets/css/icomoon.scss */
.icon-trello:before {
  content: "\ec70";
}

/* line 2977, app/assets/stylesheets/css/icomoon.scss */
.icon-wordpress:before {
  content: "\ec71";
}

/* line 2980, app/assets/stylesheets/css/icomoon.scss */
.icon-joomla:before {
  content: "\ec72";
}

/* line 2983, app/assets/stylesheets/css/icomoon.scss */
.icon-ello:before {
  content: "\ec73";
}

/* line 2986, app/assets/stylesheets/css/icomoon.scss */
.icon-blogger:before {
  content: "\ec74";
}

/* line 2989, app/assets/stylesheets/css/icomoon.scss */
.icon-blogger2:before {
  content: "\ec75";
}

/* line 2992, app/assets/stylesheets/css/icomoon.scss */
.icon-tumblr3:before {
  content: "\ec76";
}

/* line 2995, app/assets/stylesheets/css/icomoon.scss */
.icon-tumblr22:before {
  content: "\ec77";
}

/* line 2998, app/assets/stylesheets/css/icomoon.scss */
.icon-yahoo:before {
  content: "\ec78";
}

/* line 3001, app/assets/stylesheets/css/icomoon.scss */
.icon-yahoo2:before {
  content: "\ec79";
}

/* line 3004, app/assets/stylesheets/css/icomoon.scss */
.icon-tux:before {
  content: "\ec7a";
}

/* line 3007, app/assets/stylesheets/css/icomoon.scss */
.icon-appleinc:before {
  content: "\ec7b";
}

/* line 3010, app/assets/stylesheets/css/icomoon.scss */
.icon-finder:before {
  content: "\ec7c";
}

/* line 3013, app/assets/stylesheets/css/icomoon.scss */
.icon-android:before {
  content: "\ec7d";
}

/* line 3016, app/assets/stylesheets/css/icomoon.scss */
.icon-windows2:before {
  content: "\ec7e";
}

/* line 3019, app/assets/stylesheets/css/icomoon.scss */
.icon-windows8:before {
  content: "\ec7f";
}

/* line 3022, app/assets/stylesheets/css/icomoon.scss */
.icon-soundcloud2:before {
  content: "\ec80";
}

/* line 3025, app/assets/stylesheets/css/icomoon.scss */
.icon-soundcloud22:before {
  content: "\ec81";
}

/* line 3028, app/assets/stylesheets/css/icomoon.scss */
.icon-skype2:before {
  content: "\ec82";
}

/* line 3031, app/assets/stylesheets/css/icomoon.scss */
.icon-reddit:before {
  content: "\ec83";
}

/* line 3034, app/assets/stylesheets/css/icomoon.scss */
.icon-hackernews:before {
  content: "\ec84";
}

/* line 3037, app/assets/stylesheets/css/icomoon.scss */
.icon-wikipedia:before {
  content: "\ec85";
}

/* line 3040, app/assets/stylesheets/css/icomoon.scss */
.icon-linkedin3:before {
  content: "\ec86";
}

/* line 3043, app/assets/stylesheets/css/icomoon.scss */
.icon-linkedin22:before {
  content: "\ec87";
}

/* line 3046, app/assets/stylesheets/css/icomoon.scss */
.icon-lastfm2:before {
  content: "\ec88";
}

/* line 3049, app/assets/stylesheets/css/icomoon.scss */
.icon-lastfm22:before {
  content: "\ec89";
}

/* line 3052, app/assets/stylesheets/css/icomoon.scss */
.icon-delicious:before {
  content: "\ec8a";
}

/* line 3055, app/assets/stylesheets/css/icomoon.scss */
.icon-stumbleupon2:before {
  content: "\ec8b";
}

/* line 3058, app/assets/stylesheets/css/icomoon.scss */
.icon-stumbleupon22:before {
  content: "\ec8c";
}

/* line 3061, app/assets/stylesheets/css/icomoon.scss */
.icon-stackoverflow:before {
  content: "\ec8d";
}

/* line 3064, app/assets/stylesheets/css/icomoon.scss */
.icon-pinterest2:before {
  content: "\ec8e";
}

/* line 3067, app/assets/stylesheets/css/icomoon.scss */
.icon-pinterest22:before {
  content: "\ec8f";
}

/* line 3070, app/assets/stylesheets/css/icomoon.scss */
.icon-xing2:before {
  content: "\ec90";
}

/* line 3073, app/assets/stylesheets/css/icomoon.scss */
.icon-xing22:before {
  content: "\ec91";
}

/* line 3076, app/assets/stylesheets/css/icomoon.scss */
.icon-flattr2:before {
  content: "\ec92";
}

/* line 3079, app/assets/stylesheets/css/icomoon.scss */
.icon-foursquare2:before {
  content: "\ec93";
}

/* line 3082, app/assets/stylesheets/css/icomoon.scss */
.icon-yelp2:before {
  content: "\ec94";
}

/* line 3085, app/assets/stylesheets/css/icomoon.scss */
.icon-paypal2:before {
  content: "\ec95";
}

/* line 3088, app/assets/stylesheets/css/icomoon.scss */
.icon-chrome:before {
  content: "\ec96";
}

/* line 3091, app/assets/stylesheets/css/icomoon.scss */
.icon-firefox:before {
  content: "\ec97";
}

/* line 3094, app/assets/stylesheets/css/icomoon.scss */
.icon-IE:before {
  content: "\ec98";
}

/* line 3097, app/assets/stylesheets/css/icomoon.scss */
.icon-edge:before {
  content: "\ec99";
}

/* line 3100, app/assets/stylesheets/css/icomoon.scss */
.icon-safari:before {
  content: "\ec9a";
}

/* line 3103, app/assets/stylesheets/css/icomoon.scss */
.icon-opera:before {
  content: "\ec9b";
}

/* line 3106, app/assets/stylesheets/css/icomoon.scss */
.icon-file-pdf:before {
  content: "\ec9c";
}

/* line 3109, app/assets/stylesheets/css/icomoon.scss */
.icon-file-openoffice:before {
  content: "\ec9d";
}

/* line 3112, app/assets/stylesheets/css/icomoon.scss */
.icon-file-word:before {
  content: "\ec9e";
}

/* line 3115, app/assets/stylesheets/css/icomoon.scss */
.icon-file-excel:before {
  content: "\ec9f";
}

/* line 3118, app/assets/stylesheets/css/icomoon.scss */
.icon-libreoffice:before {
  content: "\eca0";
}

/* line 3121, app/assets/stylesheets/css/icomoon.scss */
.icon-html-five:before {
  content: "\eca1";
}

/* line 3124, app/assets/stylesheets/css/icomoon.scss */
.icon-html-five2:before {
  content: "\eca2";
}

/* line 3127, app/assets/stylesheets/css/icomoon.scss */
.icon-css3:before {
  content: "\eca3";
}

/* line 3130, app/assets/stylesheets/css/icomoon.scss */
.icon-git:before {
  content: "\eca4";
}

/* line 3133, app/assets/stylesheets/css/icomoon.scss */
.icon-codepen:before {
  content: "\eca5";
}

/* line 3136, app/assets/stylesheets/css/icomoon.scss */
.icon-svg:before {
  content: "\eca6";
}

/* line 3139, app/assets/stylesheets/css/icomoon.scss */
.icon-IcoMoon:before {
  content: "\eca7";
}
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 7, app/assets/stylesheets/css/bootstrap.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 38, app/assets/stylesheets/css/bootstrap.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 44, app/assets/stylesheets/css/bootstrap.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 51, app/assets/stylesheets/css/bootstrap.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 55, app/assets/stylesheets/css/bootstrap.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 66, app/assets/stylesheets/css/bootstrap.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 70, app/assets/stylesheets/css/bootstrap.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 76, app/assets/stylesheets/css/bootstrap.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 81, app/assets/stylesheets/css/bootstrap.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 86, app/assets/stylesheets/css/bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 97, app/assets/stylesheets/css/bootstrap.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 103, app/assets/stylesheets/css/bootstrap.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 110, app/assets/stylesheets/css/bootstrap.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 117, app/assets/stylesheets/css/bootstrap.scss */
dt {
  font-weight: 700;
}

/* line 121, app/assets/stylesheets/css/bootstrap.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 126, app/assets/stylesheets/css/bootstrap.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 130, app/assets/stylesheets/css/bootstrap.scss */
b,
strong {
  font-weight: bolder;
}

/* line 135, app/assets/stylesheets/css/bootstrap.scss */
small {
  font-size: 80%;
}

/* line 139, app/assets/stylesheets/css/bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 147, app/assets/stylesheets/css/bootstrap.scss */
sub {
  bottom: -.25em;
}

/* line 151, app/assets/stylesheets/css/bootstrap.scss */
sup {
  top: -.5em;
}

/* line 155, app/assets/stylesheets/css/bootstrap.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 161, app/assets/stylesheets/css/bootstrap.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 166, app/assets/stylesheets/css/bootstrap.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

/* line 171, app/assets/stylesheets/css/bootstrap.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 176, app/assets/stylesheets/css/bootstrap.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 184, app/assets/stylesheets/css/bootstrap.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 191, app/assets/stylesheets/css/bootstrap.scss */
figure {
  margin: 0 0 1rem;
}

/* line 195, app/assets/stylesheets/css/bootstrap.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 200, app/assets/stylesheets/css/bootstrap.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 205, app/assets/stylesheets/css/bootstrap.scss */
table {
  border-collapse: collapse;
}

/* line 209, app/assets/stylesheets/css/bootstrap.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 217, app/assets/stylesheets/css/bootstrap.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 222, app/assets/stylesheets/css/bootstrap.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 227, app/assets/stylesheets/css/bootstrap.scss */
button {
  border-radius: 0;
}

/* line 231, app/assets/stylesheets/css/bootstrap.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 235, app/assets/stylesheets/css/bootstrap.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 246, app/assets/stylesheets/css/bootstrap.scss */
button,
input {
  overflow: visible;
}

/* line 251, app/assets/stylesheets/css/bootstrap.scss */
button,
select {
  text-transform: none;
}

/* line 256, app/assets/stylesheets/css/bootstrap.scss */
[role="button"] {
  cursor: pointer;
}

/* line 260, app/assets/stylesheets/css/bootstrap.scss */
select {
  word-wrap: normal;
}

/* line 264, app/assets/stylesheets/css/bootstrap.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 271, app/assets/stylesheets/css/bootstrap.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 278, app/assets/stylesheets/css/bootstrap.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 286, app/assets/stylesheets/css/bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 292, app/assets/stylesheets/css/bootstrap.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 297, app/assets/stylesheets/css/bootstrap.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 304, app/assets/stylesheets/css/bootstrap.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 316, app/assets/stylesheets/css/bootstrap.scss */
progress {
  vertical-align: baseline;
}

/* line 320, app/assets/stylesheets/css/bootstrap.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 325, app/assets/stylesheets/css/bootstrap.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 330, app/assets/stylesheets/css/bootstrap.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 334, app/assets/stylesheets/css/bootstrap.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 339, app/assets/stylesheets/css/bootstrap.scss */
output {
  display: inline-block;
}

/* line 343, app/assets/stylesheets/css/bootstrap.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 348, app/assets/stylesheets/css/bootstrap.scss */
template {
  display: none;
}

/* line 352, app/assets/stylesheets/css/bootstrap.scss */
[hidden] {
  display: none !important;
}

/* line 356, app/assets/stylesheets/css/bootstrap.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 363, app/assets/stylesheets/css/bootstrap.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 367, app/assets/stylesheets/css/bootstrap.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 371, app/assets/stylesheets/css/bootstrap.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 375, app/assets/stylesheets/css/bootstrap.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 379, app/assets/stylesheets/css/bootstrap.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 383, app/assets/stylesheets/css/bootstrap.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 387, app/assets/stylesheets/css/bootstrap.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 392, app/assets/stylesheets/css/bootstrap.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 398, app/assets/stylesheets/css/bootstrap.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 404, app/assets/stylesheets/css/bootstrap.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 410, app/assets/stylesheets/css/bootstrap.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 416, app/assets/stylesheets/css/bootstrap.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 423, app/assets/stylesheets/css/bootstrap.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 429, app/assets/stylesheets/css/bootstrap.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 435, app/assets/stylesheets/css/bootstrap.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 440, app/assets/stylesheets/css/bootstrap.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 445, app/assets/stylesheets/css/bootstrap.scss */
.list-inline-item {
  display: inline-block;
}

/* line 449, app/assets/stylesheets/css/bootstrap.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 453, app/assets/stylesheets/css/bootstrap.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 458, app/assets/stylesheets/css/bootstrap.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 463, app/assets/stylesheets/css/bootstrap.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 469, app/assets/stylesheets/css/bootstrap.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 473, app/assets/stylesheets/css/bootstrap.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 478, app/assets/stylesheets/css/bootstrap.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 487, app/assets/stylesheets/css/bootstrap.scss */
.figure {
  display: inline-block;
}

/* line 491, app/assets/stylesheets/css/bootstrap.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 496, app/assets/stylesheets/css/bootstrap.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 501, app/assets/stylesheets/css/bootstrap.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 507, app/assets/stylesheets/css/bootstrap.scss */
a > code {
  color: inherit;
}

/* line 511, app/assets/stylesheets/css/bootstrap.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 519, app/assets/stylesheets/css/bootstrap.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 525, app/assets/stylesheets/css/bootstrap.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 531, app/assets/stylesheets/css/bootstrap.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 537, app/assets/stylesheets/css/bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 542, app/assets/stylesheets/css/bootstrap.scss */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 556, app/assets/stylesheets/css/bootstrap.scss */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 562, app/assets/stylesheets/css/bootstrap.scss */
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 568, app/assets/stylesheets/css/bootstrap.scss */
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 574, app/assets/stylesheets/css/bootstrap.scss */
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

/* line 579, app/assets/stylesheets/css/bootstrap.scss */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 588, app/assets/stylesheets/css/bootstrap.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 593, app/assets/stylesheets/css/bootstrap.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 599, app/assets/stylesheets/css/bootstrap.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 611, app/assets/stylesheets/css/bootstrap.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 619, app/assets/stylesheets/css/bootstrap.scss */
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 625, app/assets/stylesheets/css/bootstrap.scss */
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 631, app/assets/stylesheets/css/bootstrap.scss */
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 637, app/assets/stylesheets/css/bootstrap.scss */
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 643, app/assets/stylesheets/css/bootstrap.scss */
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 649, app/assets/stylesheets/css/bootstrap.scss */
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 655, app/assets/stylesheets/css/bootstrap.scss */
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 662, app/assets/stylesheets/css/bootstrap.scss */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 668, app/assets/stylesheets/css/bootstrap.scss */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 674, app/assets/stylesheets/css/bootstrap.scss */
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 680, app/assets/stylesheets/css/bootstrap.scss */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 686, app/assets/stylesheets/css/bootstrap.scss */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 692, app/assets/stylesheets/css/bootstrap.scss */
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 698, app/assets/stylesheets/css/bootstrap.scss */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 704, app/assets/stylesheets/css/bootstrap.scss */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 710, app/assets/stylesheets/css/bootstrap.scss */
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 716, app/assets/stylesheets/css/bootstrap.scss */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 722, app/assets/stylesheets/css/bootstrap.scss */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 728, app/assets/stylesheets/css/bootstrap.scss */
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 734, app/assets/stylesheets/css/bootstrap.scss */
.order-first {
  -ms-flex-order: -1;
  order: -1;
}

/* line 739, app/assets/stylesheets/css/bootstrap.scss */
.order-last {
  -ms-flex-order: 13;
  order: 13;
}

/* line 744, app/assets/stylesheets/css/bootstrap.scss */
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

/* line 749, app/assets/stylesheets/css/bootstrap.scss */
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

/* line 754, app/assets/stylesheets/css/bootstrap.scss */
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

/* line 759, app/assets/stylesheets/css/bootstrap.scss */
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

/* line 764, app/assets/stylesheets/css/bootstrap.scss */
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

/* line 769, app/assets/stylesheets/css/bootstrap.scss */
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

/* line 774, app/assets/stylesheets/css/bootstrap.scss */
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

/* line 779, app/assets/stylesheets/css/bootstrap.scss */
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

/* line 784, app/assets/stylesheets/css/bootstrap.scss */
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

/* line 789, app/assets/stylesheets/css/bootstrap.scss */
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

/* line 794, app/assets/stylesheets/css/bootstrap.scss */
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

/* line 799, app/assets/stylesheets/css/bootstrap.scss */
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

/* line 804, app/assets/stylesheets/css/bootstrap.scss */
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

/* line 809, app/assets/stylesheets/css/bootstrap.scss */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 813, app/assets/stylesheets/css/bootstrap.scss */
.offset-2 {
  margin-left: 16.666667%;
}

/* line 817, app/assets/stylesheets/css/bootstrap.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 821, app/assets/stylesheets/css/bootstrap.scss */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 825, app/assets/stylesheets/css/bootstrap.scss */
.offset-5 {
  margin-left: 41.666667%;
}

/* line 829, app/assets/stylesheets/css/bootstrap.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 833, app/assets/stylesheets/css/bootstrap.scss */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 837, app/assets/stylesheets/css/bootstrap.scss */
.offset-8 {
  margin-left: 66.666667%;
}

/* line 841, app/assets/stylesheets/css/bootstrap.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 845, app/assets/stylesheets/css/bootstrap.scss */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 849, app/assets/stylesheets/css/bootstrap.scss */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 854, app/assets/stylesheets/css/bootstrap.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 861, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 866, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 871, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 876, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 881, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 886, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 891, app/assets/stylesheets/css/bootstrap.scss */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 897, app/assets/stylesheets/css/bootstrap.scss */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 902, app/assets/stylesheets/css/bootstrap.scss */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 907, app/assets/stylesheets/css/bootstrap.scss */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 912, app/assets/stylesheets/css/bootstrap.scss */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 917, app/assets/stylesheets/css/bootstrap.scss */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 922, app/assets/stylesheets/css/bootstrap.scss */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 927, app/assets/stylesheets/css/bootstrap.scss */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 932, app/assets/stylesheets/css/bootstrap.scss */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 937, app/assets/stylesheets/css/bootstrap.scss */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 942, app/assets/stylesheets/css/bootstrap.scss */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 947, app/assets/stylesheets/css/bootstrap.scss */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 952, app/assets/stylesheets/css/bootstrap.scss */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 957, app/assets/stylesheets/css/bootstrap.scss */
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 961, app/assets/stylesheets/css/bootstrap.scss */
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 965, app/assets/stylesheets/css/bootstrap.scss */
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 969, app/assets/stylesheets/css/bootstrap.scss */
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 973, app/assets/stylesheets/css/bootstrap.scss */
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 977, app/assets/stylesheets/css/bootstrap.scss */
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 981, app/assets/stylesheets/css/bootstrap.scss */
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 985, app/assets/stylesheets/css/bootstrap.scss */
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 989, app/assets/stylesheets/css/bootstrap.scss */
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 993, app/assets/stylesheets/css/bootstrap.scss */
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 997, app/assets/stylesheets/css/bootstrap.scss */
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1001, app/assets/stylesheets/css/bootstrap.scss */
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1005, app/assets/stylesheets/css/bootstrap.scss */
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1009, app/assets/stylesheets/css/bootstrap.scss */
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1013, app/assets/stylesheets/css/bootstrap.scss */
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1017, app/assets/stylesheets/css/bootstrap.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1020, app/assets/stylesheets/css/bootstrap.scss */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  /* line 1023, app/assets/stylesheets/css/bootstrap.scss */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  /* line 1026, app/assets/stylesheets/css/bootstrap.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1029, app/assets/stylesheets/css/bootstrap.scss */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  /* line 1032, app/assets/stylesheets/css/bootstrap.scss */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  /* line 1035, app/assets/stylesheets/css/bootstrap.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1038, app/assets/stylesheets/css/bootstrap.scss */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  /* line 1041, app/assets/stylesheets/css/bootstrap.scss */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  /* line 1044, app/assets/stylesheets/css/bootstrap.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1047, app/assets/stylesheets/css/bootstrap.scss */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  /* line 1050, app/assets/stylesheets/css/bootstrap.scss */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  /* line 1056, app/assets/stylesheets/css/bootstrap.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1063, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1068, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1073, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1078, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1083, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1088, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1093, app/assets/stylesheets/css/bootstrap.scss */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1099, app/assets/stylesheets/css/bootstrap.scss */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1104, app/assets/stylesheets/css/bootstrap.scss */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1109, app/assets/stylesheets/css/bootstrap.scss */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1114, app/assets/stylesheets/css/bootstrap.scss */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1119, app/assets/stylesheets/css/bootstrap.scss */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1124, app/assets/stylesheets/css/bootstrap.scss */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1129, app/assets/stylesheets/css/bootstrap.scss */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1134, app/assets/stylesheets/css/bootstrap.scss */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1139, app/assets/stylesheets/css/bootstrap.scss */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1144, app/assets/stylesheets/css/bootstrap.scss */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1149, app/assets/stylesheets/css/bootstrap.scss */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1154, app/assets/stylesheets/css/bootstrap.scss */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1159, app/assets/stylesheets/css/bootstrap.scss */
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1163, app/assets/stylesheets/css/bootstrap.scss */
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1167, app/assets/stylesheets/css/bootstrap.scss */
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1171, app/assets/stylesheets/css/bootstrap.scss */
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1175, app/assets/stylesheets/css/bootstrap.scss */
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1179, app/assets/stylesheets/css/bootstrap.scss */
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1183, app/assets/stylesheets/css/bootstrap.scss */
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1187, app/assets/stylesheets/css/bootstrap.scss */
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1191, app/assets/stylesheets/css/bootstrap.scss */
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1195, app/assets/stylesheets/css/bootstrap.scss */
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1199, app/assets/stylesheets/css/bootstrap.scss */
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1203, app/assets/stylesheets/css/bootstrap.scss */
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1207, app/assets/stylesheets/css/bootstrap.scss */
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1211, app/assets/stylesheets/css/bootstrap.scss */
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1215, app/assets/stylesheets/css/bootstrap.scss */
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1219, app/assets/stylesheets/css/bootstrap.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1222, app/assets/stylesheets/css/bootstrap.scss */
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  /* line 1225, app/assets/stylesheets/css/bootstrap.scss */
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  /* line 1228, app/assets/stylesheets/css/bootstrap.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1231, app/assets/stylesheets/css/bootstrap.scss */
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  /* line 1234, app/assets/stylesheets/css/bootstrap.scss */
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  /* line 1237, app/assets/stylesheets/css/bootstrap.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1240, app/assets/stylesheets/css/bootstrap.scss */
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  /* line 1243, app/assets/stylesheets/css/bootstrap.scss */
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  /* line 1246, app/assets/stylesheets/css/bootstrap.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1249, app/assets/stylesheets/css/bootstrap.scss */
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  /* line 1252, app/assets/stylesheets/css/bootstrap.scss */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  /* line 1258, app/assets/stylesheets/css/bootstrap.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1265, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1270, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1275, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1280, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1285, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1290, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1295, app/assets/stylesheets/css/bootstrap.scss */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1301, app/assets/stylesheets/css/bootstrap.scss */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1306, app/assets/stylesheets/css/bootstrap.scss */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1311, app/assets/stylesheets/css/bootstrap.scss */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1316, app/assets/stylesheets/css/bootstrap.scss */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1321, app/assets/stylesheets/css/bootstrap.scss */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1326, app/assets/stylesheets/css/bootstrap.scss */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1331, app/assets/stylesheets/css/bootstrap.scss */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1336, app/assets/stylesheets/css/bootstrap.scss */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1341, app/assets/stylesheets/css/bootstrap.scss */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1346, app/assets/stylesheets/css/bootstrap.scss */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1351, app/assets/stylesheets/css/bootstrap.scss */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1356, app/assets/stylesheets/css/bootstrap.scss */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1361, app/assets/stylesheets/css/bootstrap.scss */
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1365, app/assets/stylesheets/css/bootstrap.scss */
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1369, app/assets/stylesheets/css/bootstrap.scss */
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1373, app/assets/stylesheets/css/bootstrap.scss */
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1377, app/assets/stylesheets/css/bootstrap.scss */
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1381, app/assets/stylesheets/css/bootstrap.scss */
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1385, app/assets/stylesheets/css/bootstrap.scss */
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1389, app/assets/stylesheets/css/bootstrap.scss */
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1393, app/assets/stylesheets/css/bootstrap.scss */
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1397, app/assets/stylesheets/css/bootstrap.scss */
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1401, app/assets/stylesheets/css/bootstrap.scss */
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1405, app/assets/stylesheets/css/bootstrap.scss */
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1409, app/assets/stylesheets/css/bootstrap.scss */
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1413, app/assets/stylesheets/css/bootstrap.scss */
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1417, app/assets/stylesheets/css/bootstrap.scss */
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1421, app/assets/stylesheets/css/bootstrap.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1424, app/assets/stylesheets/css/bootstrap.scss */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  /* line 1427, app/assets/stylesheets/css/bootstrap.scss */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  /* line 1430, app/assets/stylesheets/css/bootstrap.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1433, app/assets/stylesheets/css/bootstrap.scss */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  /* line 1436, app/assets/stylesheets/css/bootstrap.scss */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  /* line 1439, app/assets/stylesheets/css/bootstrap.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1442, app/assets/stylesheets/css/bootstrap.scss */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  /* line 1445, app/assets/stylesheets/css/bootstrap.scss */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  /* line 1448, app/assets/stylesheets/css/bootstrap.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1451, app/assets/stylesheets/css/bootstrap.scss */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  /* line 1454, app/assets/stylesheets/css/bootstrap.scss */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  /* line 1460, app/assets/stylesheets/css/bootstrap.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1467, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1472, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1477, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1482, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1487, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1492, app/assets/stylesheets/css/bootstrap.scss */
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1497, app/assets/stylesheets/css/bootstrap.scss */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1503, app/assets/stylesheets/css/bootstrap.scss */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1508, app/assets/stylesheets/css/bootstrap.scss */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1513, app/assets/stylesheets/css/bootstrap.scss */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1518, app/assets/stylesheets/css/bootstrap.scss */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1523, app/assets/stylesheets/css/bootstrap.scss */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1528, app/assets/stylesheets/css/bootstrap.scss */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1533, app/assets/stylesheets/css/bootstrap.scss */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1538, app/assets/stylesheets/css/bootstrap.scss */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1543, app/assets/stylesheets/css/bootstrap.scss */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1548, app/assets/stylesheets/css/bootstrap.scss */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1553, app/assets/stylesheets/css/bootstrap.scss */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1558, app/assets/stylesheets/css/bootstrap.scss */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1563, app/assets/stylesheets/css/bootstrap.scss */
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1567, app/assets/stylesheets/css/bootstrap.scss */
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1571, app/assets/stylesheets/css/bootstrap.scss */
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1575, app/assets/stylesheets/css/bootstrap.scss */
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1579, app/assets/stylesheets/css/bootstrap.scss */
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1583, app/assets/stylesheets/css/bootstrap.scss */
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1587, app/assets/stylesheets/css/bootstrap.scss */
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1591, app/assets/stylesheets/css/bootstrap.scss */
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1595, app/assets/stylesheets/css/bootstrap.scss */
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1599, app/assets/stylesheets/css/bootstrap.scss */
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1603, app/assets/stylesheets/css/bootstrap.scss */
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1607, app/assets/stylesheets/css/bootstrap.scss */
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1611, app/assets/stylesheets/css/bootstrap.scss */
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1615, app/assets/stylesheets/css/bootstrap.scss */
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1619, app/assets/stylesheets/css/bootstrap.scss */
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1623, app/assets/stylesheets/css/bootstrap.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1626, app/assets/stylesheets/css/bootstrap.scss */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  /* line 1629, app/assets/stylesheets/css/bootstrap.scss */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  /* line 1632, app/assets/stylesheets/css/bootstrap.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1635, app/assets/stylesheets/css/bootstrap.scss */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  /* line 1638, app/assets/stylesheets/css/bootstrap.scss */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  /* line 1641, app/assets/stylesheets/css/bootstrap.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1644, app/assets/stylesheets/css/bootstrap.scss */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  /* line 1647, app/assets/stylesheets/css/bootstrap.scss */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  /* line 1650, app/assets/stylesheets/css/bootstrap.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1653, app/assets/stylesheets/css/bootstrap.scss */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  /* line 1656, app/assets/stylesheets/css/bootstrap.scss */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/* line 1661, app/assets/stylesheets/css/bootstrap.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 1667, app/assets/stylesheets/css/bootstrap.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 1674, app/assets/stylesheets/css/bootstrap.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 1679, app/assets/stylesheets/css/bootstrap.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 1683, app/assets/stylesheets/css/bootstrap.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1688, app/assets/stylesheets/css/bootstrap.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 1692, app/assets/stylesheets/css/bootstrap.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 1697, app/assets/stylesheets/css/bootstrap.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1702, app/assets/stylesheets/css/bootstrap.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 1709, app/assets/stylesheets/css/bootstrap.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1713, app/assets/stylesheets/css/bootstrap.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1718, app/assets/stylesheets/css/bootstrap.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 1724, app/assets/stylesheets/css/bootstrap.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 1731, app/assets/stylesheets/css/bootstrap.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 1735, app/assets/stylesheets/css/bootstrap.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 1740, app/assets/stylesheets/css/bootstrap.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 1746, app/assets/stylesheets/css/bootstrap.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 1753, app/assets/stylesheets/css/bootstrap.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 1757, app/assets/stylesheets/css/bootstrap.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 1762, app/assets/stylesheets/css/bootstrap.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 1768, app/assets/stylesheets/css/bootstrap.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 1775, app/assets/stylesheets/css/bootstrap.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 1779, app/assets/stylesheets/css/bootstrap.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 1784, app/assets/stylesheets/css/bootstrap.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 1790, app/assets/stylesheets/css/bootstrap.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 1797, app/assets/stylesheets/css/bootstrap.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 1801, app/assets/stylesheets/css/bootstrap.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 1806, app/assets/stylesheets/css/bootstrap.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 1812, app/assets/stylesheets/css/bootstrap.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 1819, app/assets/stylesheets/css/bootstrap.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 1823, app/assets/stylesheets/css/bootstrap.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 1828, app/assets/stylesheets/css/bootstrap.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 1834, app/assets/stylesheets/css/bootstrap.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 1841, app/assets/stylesheets/css/bootstrap.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 1845, app/assets/stylesheets/css/bootstrap.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 1850, app/assets/stylesheets/css/bootstrap.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 1856, app/assets/stylesheets/css/bootstrap.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 1863, app/assets/stylesheets/css/bootstrap.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 1867, app/assets/stylesheets/css/bootstrap.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 1872, app/assets/stylesheets/css/bootstrap.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 1878, app/assets/stylesheets/css/bootstrap.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 1885, app/assets/stylesheets/css/bootstrap.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 1889, app/assets/stylesheets/css/bootstrap.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 1894, app/assets/stylesheets/css/bootstrap.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1900, app/assets/stylesheets/css/bootstrap.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1904, app/assets/stylesheets/css/bootstrap.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1909, app/assets/stylesheets/css/bootstrap.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 1915, app/assets/stylesheets/css/bootstrap.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 1921, app/assets/stylesheets/css/bootstrap.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 1926, app/assets/stylesheets/css/bootstrap.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 1932, app/assets/stylesheets/css/bootstrap.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 1936, app/assets/stylesheets/css/bootstrap.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1940, app/assets/stylesheets/css/bootstrap.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 1946, app/assets/stylesheets/css/bootstrap.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1952, app/assets/stylesheets/css/bootstrap.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 1958, app/assets/stylesheets/css/bootstrap.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1964, app/assets/stylesheets/css/bootstrap.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 1970, app/assets/stylesheets/css/bootstrap.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1976, app/assets/stylesheets/css/bootstrap.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 1982, app/assets/stylesheets/css/bootstrap.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1988, app/assets/stylesheets/css/bootstrap.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 1993, app/assets/stylesheets/css/bootstrap.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 2000, app/assets/stylesheets/css/bootstrap.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 2004, app/assets/stylesheets/css/bootstrap.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2021, app/assets/stylesheets/css/bootstrap.scss */
  .form-control {
    transition: none;
  }
}

/* line 2026, app/assets/stylesheets/css/bootstrap.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 2031, app/assets/stylesheets/css/bootstrap.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 2039, app/assets/stylesheets/css/bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2044, app/assets/stylesheets/css/bootstrap.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2049, app/assets/stylesheets/css/bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2054, app/assets/stylesheets/css/bootstrap.scss */
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2059, app/assets/stylesheets/css/bootstrap.scss */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2064, app/assets/stylesheets/css/bootstrap.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 2069, app/assets/stylesheets/css/bootstrap.scss */
input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 2078, app/assets/stylesheets/css/bootstrap.scss */
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 2083, app/assets/stylesheets/css/bootstrap.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 2088, app/assets/stylesheets/css/bootstrap.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 2094, app/assets/stylesheets/css/bootstrap.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 2102, app/assets/stylesheets/css/bootstrap.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 2109, app/assets/stylesheets/css/bootstrap.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 2116, app/assets/stylesheets/css/bootstrap.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 2129, app/assets/stylesheets/css/bootstrap.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 2134, app/assets/stylesheets/css/bootstrap.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 2142, app/assets/stylesheets/css/bootstrap.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 2150, app/assets/stylesheets/css/bootstrap.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 2154, app/assets/stylesheets/css/bootstrap.scss */
textarea.form-control {
  height: auto;
}

/* line 2158, app/assets/stylesheets/css/bootstrap.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 2162, app/assets/stylesheets/css/bootstrap.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 2167, app/assets/stylesheets/css/bootstrap.scss */
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 2176, app/assets/stylesheets/css/bootstrap.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2182, app/assets/stylesheets/css/bootstrap.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 2188, app/assets/stylesheets/css/bootstrap.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 2194, app/assets/stylesheets/css/bootstrap.scss */
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 2199, app/assets/stylesheets/css/bootstrap.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 2203, app/assets/stylesheets/css/bootstrap.scss */
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 2212, app/assets/stylesheets/css/bootstrap.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 2219, app/assets/stylesheets/css/bootstrap.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 2227, app/assets/stylesheets/css/bootstrap.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 2243, app/assets/stylesheets/css/bootstrap.scss */
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 2248, app/assets/stylesheets/css/bootstrap.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2255, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2264, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2269, app/assets/stylesheets/css/bootstrap.scss */
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 2274, app/assets/stylesheets/css/bootstrap.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 2279, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 2285, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2290, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 2294, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2300, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 2304, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 2308, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 2313, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2317, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 2321, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 2325, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2330, app/assets/stylesheets/css/bootstrap.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 2338, app/assets/stylesheets/css/bootstrap.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 2354, app/assets/stylesheets/css/bootstrap.scss */
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

/* line 2359, app/assets/stylesheets/css/bootstrap.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2366, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2375, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2380, app/assets/stylesheets/css/bootstrap.scss */
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 2385, app/assets/stylesheets/css/bootstrap.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 2390, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 2396, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2401, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 2405, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2411, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 2415, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 2419, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 2424, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2428, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 2432, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 2436, app/assets/stylesheets/css/bootstrap.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2441, app/assets/stylesheets/css/bootstrap.scss */
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

/* line 2450, app/assets/stylesheets/css/bootstrap.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2455, app/assets/stylesheets/css/bootstrap.scss */
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 2464, app/assets/stylesheets/css/bootstrap.scss */
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 2475, app/assets/stylesheets/css/bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2480, app/assets/stylesheets/css/bootstrap.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2483, app/assets/stylesheets/css/bootstrap.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 2487, app/assets/stylesheets/css/bootstrap.scss */
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 2497, app/assets/stylesheets/css/bootstrap.scss */
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 2505, app/assets/stylesheets/css/bootstrap.scss */
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 2511, app/assets/stylesheets/css/bootstrap.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2516, app/assets/stylesheets/css/bootstrap.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2536, app/assets/stylesheets/css/bootstrap.scss */
  .btn {
    transition: none;
  }
}

/* line 2541, app/assets/stylesheets/css/bootstrap.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 2546, app/assets/stylesheets/css/bootstrap.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 2551, app/assets/stylesheets/css/bootstrap.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 2555, app/assets/stylesheets/css/bootstrap.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 2559, app/assets/stylesheets/css/bootstrap.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2564, app/assets/stylesheets/css/bootstrap.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2570, app/assets/stylesheets/css/bootstrap.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 2576, app/assets/stylesheets/css/bootstrap.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 2583, app/assets/stylesheets/css/bootstrap.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2589, app/assets/stylesheets/css/bootstrap.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 2596, app/assets/stylesheets/css/bootstrap.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 2601, app/assets/stylesheets/css/bootstrap.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2607, app/assets/stylesheets/css/bootstrap.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 2613, app/assets/stylesheets/css/bootstrap.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 2620, app/assets/stylesheets/css/bootstrap.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2626, app/assets/stylesheets/css/bootstrap.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 2633, app/assets/stylesheets/css/bootstrap.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 2638, app/assets/stylesheets/css/bootstrap.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2644, app/assets/stylesheets/css/bootstrap.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 2650, app/assets/stylesheets/css/bootstrap.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 2657, app/assets/stylesheets/css/bootstrap.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2663, app/assets/stylesheets/css/bootstrap.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 2670, app/assets/stylesheets/css/bootstrap.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 2675, app/assets/stylesheets/css/bootstrap.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2681, app/assets/stylesheets/css/bootstrap.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 2687, app/assets/stylesheets/css/bootstrap.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 2694, app/assets/stylesheets/css/bootstrap.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2700, app/assets/stylesheets/css/bootstrap.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 2707, app/assets/stylesheets/css/bootstrap.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 2712, app/assets/stylesheets/css/bootstrap.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2718, app/assets/stylesheets/css/bootstrap.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 2724, app/assets/stylesheets/css/bootstrap.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 2731, app/assets/stylesheets/css/bootstrap.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2737, app/assets/stylesheets/css/bootstrap.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 2744, app/assets/stylesheets/css/bootstrap.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 2749, app/assets/stylesheets/css/bootstrap.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2755, app/assets/stylesheets/css/bootstrap.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 2761, app/assets/stylesheets/css/bootstrap.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 2768, app/assets/stylesheets/css/bootstrap.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2774, app/assets/stylesheets/css/bootstrap.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 2781, app/assets/stylesheets/css/bootstrap.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 2786, app/assets/stylesheets/css/bootstrap.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2792, app/assets/stylesheets/css/bootstrap.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 2798, app/assets/stylesheets/css/bootstrap.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 2805, app/assets/stylesheets/css/bootstrap.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2811, app/assets/stylesheets/css/bootstrap.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 2818, app/assets/stylesheets/css/bootstrap.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 2823, app/assets/stylesheets/css/bootstrap.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2829, app/assets/stylesheets/css/bootstrap.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 2835, app/assets/stylesheets/css/bootstrap.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 2842, app/assets/stylesheets/css/bootstrap.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2848, app/assets/stylesheets/css/bootstrap.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 2855, app/assets/stylesheets/css/bootstrap.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 2860, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

/* line 2865, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2871, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2875, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 2880, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2887, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2892, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 2897, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2903, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2907, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 2912, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2919, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2924, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 2929, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2935, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2939, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 2944, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2951, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2956, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2961, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2967, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2971, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 2976, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2983, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2988, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 2993, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2999, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 3003, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 3008, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 3015, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 3020, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 3025, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 3031, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 3035, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 3040, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 3047, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 3052, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 3057, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 3063, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 3067, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 3072, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 3079, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 3084, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 3089, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 3095, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 3099, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 3104, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 3111, app/assets/stylesheets/css/bootstrap.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 3116, app/assets/stylesheets/css/bootstrap.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

/* line 3122, app/assets/stylesheets/css/bootstrap.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 3127, app/assets/stylesheets/css/bootstrap.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

/* line 3131, app/assets/stylesheets/css/bootstrap.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 3136, app/assets/stylesheets/css/bootstrap.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 3143, app/assets/stylesheets/css/bootstrap.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3150, app/assets/stylesheets/css/bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3155, app/assets/stylesheets/css/bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 3159, app/assets/stylesheets/css/bootstrap.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3165, app/assets/stylesheets/css/bootstrap.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3170, app/assets/stylesheets/css/bootstrap.scss */
  .fade {
    transition: none;
  }
}

/* line 3175, app/assets/stylesheets/css/bootstrap.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 3179, app/assets/stylesheets/css/bootstrap.scss */
.collapse:not(.show) {
  display: none;
}

/* line 3183, app/assets/stylesheets/css/bootstrap.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3191, app/assets/stylesheets/css/bootstrap.scss */
  .collapsing {
    transition: none;
  }
}

/* line 3196, app/assets/stylesheets/css/bootstrap.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 3203, app/assets/stylesheets/css/bootstrap.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 3207, app/assets/stylesheets/css/bootstrap.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 3218, app/assets/stylesheets/css/bootstrap.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3222, app/assets/stylesheets/css/bootstrap.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 3242, app/assets/stylesheets/css/bootstrap.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 3247, app/assets/stylesheets/css/bootstrap.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 3253, app/assets/stylesheets/css/bootstrap.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 3257, app/assets/stylesheets/css/bootstrap.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 3264, app/assets/stylesheets/css/bootstrap.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 3268, app/assets/stylesheets/css/bootstrap.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 3275, app/assets/stylesheets/css/bootstrap.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 3279, app/assets/stylesheets/css/bootstrap.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 3286, app/assets/stylesheets/css/bootstrap.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 3290, app/assets/stylesheets/css/bootstrap.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 3296, app/assets/stylesheets/css/bootstrap.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 3303, app/assets/stylesheets/css/bootstrap.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 3314, app/assets/stylesheets/css/bootstrap.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3318, app/assets/stylesheets/css/bootstrap.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 3326, app/assets/stylesheets/css/bootstrap.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 3337, app/assets/stylesheets/css/bootstrap.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3341, app/assets/stylesheets/css/bootstrap.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3345, app/assets/stylesheets/css/bootstrap.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 3353, app/assets/stylesheets/css/bootstrap.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 3360, app/assets/stylesheets/css/bootstrap.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 3364, app/assets/stylesheets/css/bootstrap.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 3374, app/assets/stylesheets/css/bootstrap.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3378, app/assets/stylesheets/css/bootstrap.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3382, app/assets/stylesheets/css/bootstrap.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 3387, app/assets/stylesheets/css/bootstrap.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 3394, app/assets/stylesheets/css/bootstrap.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 3407, app/assets/stylesheets/css/bootstrap.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

/* line 3413, app/assets/stylesheets/css/bootstrap.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 3419, app/assets/stylesheets/css/bootstrap.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 3425, app/assets/stylesheets/css/bootstrap.scss */
.dropdown-menu.show {
  display: block;
}

/* line 3429, app/assets/stylesheets/css/bootstrap.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 3438, app/assets/stylesheets/css/bootstrap.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 3444, app/assets/stylesheets/css/bootstrap.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3452, app/assets/stylesheets/css/bootstrap.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 3459, app/assets/stylesheets/css/bootstrap.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 3464, app/assets/stylesheets/css/bootstrap.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 3471, app/assets/stylesheets/css/bootstrap.scss */
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 3480, app/assets/stylesheets/css/bootstrap.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3484, app/assets/stylesheets/css/bootstrap.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 3489, app/assets/stylesheets/css/bootstrap.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3495, app/assets/stylesheets/css/bootstrap.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3501, app/assets/stylesheets/css/bootstrap.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 3506, app/assets/stylesheets/css/bootstrap.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3512, app/assets/stylesheets/css/bootstrap.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3516, app/assets/stylesheets/css/bootstrap.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 3521, app/assets/stylesheets/css/bootstrap.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 3526, app/assets/stylesheets/css/bootstrap.scss */
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 3535, app/assets/stylesheets/css/bootstrap.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 3540, app/assets/stylesheets/css/bootstrap.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 3545, app/assets/stylesheets/css/bootstrap.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3551, app/assets/stylesheets/css/bootstrap.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3557, app/assets/stylesheets/css/bootstrap.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 3562, app/assets/stylesheets/css/bootstrap.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3571, app/assets/stylesheets/css/bootstrap.scss */
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

/* line 3582, app/assets/stylesheets/css/bootstrap.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 3594, app/assets/stylesheets/css/bootstrap.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 3609, app/assets/stylesheets/css/bootstrap.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 3615, app/assets/stylesheets/css/bootstrap.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 3619, app/assets/stylesheets/css/bootstrap.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3625, app/assets/stylesheets/css/bootstrap.scss */
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* line 3632, app/assets/stylesheets/css/bootstrap.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3638, app/assets/stylesheets/css/bootstrap.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3643, app/assets/stylesheets/css/bootstrap.scss */
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3651, app/assets/stylesheets/css/bootstrap.scss */
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3659, app/assets/stylesheets/css/bootstrap.scss */
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

/* line 3665, app/assets/stylesheets/css/bootstrap.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 3671, app/assets/stylesheets/css/bootstrap.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 3676, app/assets/stylesheets/css/bootstrap.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 3687, app/assets/stylesheets/css/bootstrap.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 3691, app/assets/stylesheets/css/bootstrap.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 3695, app/assets/stylesheets/css/bootstrap.scss */
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 3713, app/assets/stylesheets/css/bootstrap.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 3718, app/assets/stylesheets/css/bootstrap.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 3723, app/assets/stylesheets/css/bootstrap.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 3735, app/assets/stylesheets/css/bootstrap.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 3740, app/assets/stylesheets/css/bootstrap.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3752, app/assets/stylesheets/css/bootstrap.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 3757, app/assets/stylesheets/css/bootstrap.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3769, app/assets/stylesheets/css/bootstrap.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3779, app/assets/stylesheets/css/bootstrap.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

/* line 3789, app/assets/stylesheets/css/bootstrap.scss */
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3795, app/assets/stylesheets/css/bootstrap.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 3804, app/assets/stylesheets/css/bootstrap.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 3810, app/assets/stylesheets/css/bootstrap.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3814, app/assets/stylesheets/css/bootstrap.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 3818, app/assets/stylesheets/css/bootstrap.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 3824, app/assets/stylesheets/css/bootstrap.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 3828, app/assets/stylesheets/css/bootstrap.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 3832, app/assets/stylesheets/css/bootstrap.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 3838, app/assets/stylesheets/css/bootstrap.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

/* line 3851, app/assets/stylesheets/css/bootstrap.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

/* line 3862, app/assets/stylesheets/css/bootstrap.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 3866, app/assets/stylesheets/css/bootstrap.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 3870, app/assets/stylesheets/css/bootstrap.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 3875, app/assets/stylesheets/css/bootstrap.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 3879, app/assets/stylesheets/css/bootstrap.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3883, app/assets/stylesheets/css/bootstrap.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3887, app/assets/stylesheets/css/bootstrap.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 3891, app/assets/stylesheets/css/bootstrap.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 3895, app/assets/stylesheets/css/bootstrap.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3899, app/assets/stylesheets/css/bootstrap.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 3903, app/assets/stylesheets/css/bootstrap.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 3910, app/assets/stylesheets/css/bootstrap.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3923, app/assets/stylesheets/css/bootstrap.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 3928, app/assets/stylesheets/css/bootstrap.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

/* line 3934, app/assets/stylesheets/css/bootstrap.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3938, app/assets/stylesheets/css/bootstrap.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3956, app/assets/stylesheets/css/bootstrap.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3962, app/assets/stylesheets/css/bootstrap.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 3967, app/assets/stylesheets/css/bootstrap.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 3973, app/assets/stylesheets/css/bootstrap.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 3978, app/assets/stylesheets/css/bootstrap.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 3982, app/assets/stylesheets/css/bootstrap.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 3987, app/assets/stylesheets/css/bootstrap.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 3995, app/assets/stylesheets/css/bootstrap.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 4003, app/assets/stylesheets/css/bootstrap.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 4011, app/assets/stylesheets/css/bootstrap.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 4021, app/assets/stylesheets/css/bootstrap.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 4026, app/assets/stylesheets/css/bootstrap.scss */
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 4031, app/assets/stylesheets/css/bootstrap.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 4035, app/assets/stylesheets/css/bootstrap.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 4039, app/assets/stylesheets/css/bootstrap.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 4056, app/assets/stylesheets/css/bootstrap.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 4073, app/assets/stylesheets/css/bootstrap.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 4083, app/assets/stylesheets/css/bootstrap.scss */
.custom-range:focus {
  outline: 0;
}

/* line 4087, app/assets/stylesheets/css/bootstrap.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 4091, app/assets/stylesheets/css/bootstrap.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 4095, app/assets/stylesheets/css/bootstrap.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 4099, app/assets/stylesheets/css/bootstrap.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 4103, app/assets/stylesheets/css/bootstrap.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4117, app/assets/stylesheets/css/bootstrap.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 4123, app/assets/stylesheets/css/bootstrap.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 4127, app/assets/stylesheets/css/bootstrap.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 4137, app/assets/stylesheets/css/bootstrap.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4150, app/assets/stylesheets/css/bootstrap.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 4156, app/assets/stylesheets/css/bootstrap.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 4160, app/assets/stylesheets/css/bootstrap.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 4170, app/assets/stylesheets/css/bootstrap.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4185, app/assets/stylesheets/css/bootstrap.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 4191, app/assets/stylesheets/css/bootstrap.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 4195, app/assets/stylesheets/css/bootstrap.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 4205, app/assets/stylesheets/css/bootstrap.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 4210, app/assets/stylesheets/css/bootstrap.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 4216, app/assets/stylesheets/css/bootstrap.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 4220, app/assets/stylesheets/css/bootstrap.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 4224, app/assets/stylesheets/css/bootstrap.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 4228, app/assets/stylesheets/css/bootstrap.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 4232, app/assets/stylesheets/css/bootstrap.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 4236, app/assets/stylesheets/css/bootstrap.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4243, app/assets/stylesheets/css/bootstrap.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 4250, app/assets/stylesheets/css/bootstrap.scss */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4260, app/assets/stylesheets/css/bootstrap.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 4265, app/assets/stylesheets/css/bootstrap.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 4269, app/assets/stylesheets/css/bootstrap.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 4275, app/assets/stylesheets/css/bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 4279, app/assets/stylesheets/css/bootstrap.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4286, app/assets/stylesheets/css/bootstrap.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 4290, app/assets/stylesheets/css/bootstrap.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 4296, app/assets/stylesheets/css/bootstrap.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 4303, app/assets/stylesheets/css/bootstrap.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4309, app/assets/stylesheets/css/bootstrap.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 4313, app/assets/stylesheets/css/bootstrap.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 4319, app/assets/stylesheets/css/bootstrap.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

/* line 4326, app/assets/stylesheets/css/bootstrap.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

/* line 4335, app/assets/stylesheets/css/bootstrap.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 4339, app/assets/stylesheets/css/bootstrap.scss */
.tab-content > .active {
  display: block;
}

/* line 4343, app/assets/stylesheets/css/bootstrap.scss */
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 4356, app/assets/stylesheets/css/bootstrap.scss */
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 4368, app/assets/stylesheets/css/bootstrap.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 4378, app/assets/stylesheets/css/bootstrap.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 4382, app/assets/stylesheets/css/bootstrap.scss */
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4392, app/assets/stylesheets/css/bootstrap.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 4397, app/assets/stylesheets/css/bootstrap.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 4402, app/assets/stylesheets/css/bootstrap.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 4408, app/assets/stylesheets/css/bootstrap.scss */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

/* line 4417, app/assets/stylesheets/css/bootstrap.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 4426, app/assets/stylesheets/css/bootstrap.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 4430, app/assets/stylesheets/css/bootstrap.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

/* line 4439, app/assets/stylesheets/css/bootstrap.scss */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 4445, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 4453, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4459, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4463, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4466, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4470, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 4475, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4478, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 4484, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 4490, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 4498, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4504, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4508, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4511, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4515, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 4520, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4523, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 4529, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 4535, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 4543, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4549, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4553, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4556, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4560, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 4565, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4568, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 4574, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 4580, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 4588, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4594, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4598, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4601, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4605, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 4610, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4613, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 4619, app/assets/stylesheets/css/bootstrap.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 4624, app/assets/stylesheets/css/bootstrap.scss */
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 4631, app/assets/stylesheets/css/bootstrap.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 4637, app/assets/stylesheets/css/bootstrap.scss */
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 4642, app/assets/stylesheets/css/bootstrap.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 4646, app/assets/stylesheets/css/bootstrap.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 4651, app/assets/stylesheets/css/bootstrap.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 4657, app/assets/stylesheets/css/bootstrap.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 4661, app/assets/stylesheets/css/bootstrap.scss */
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 4668, app/assets/stylesheets/css/bootstrap.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4672, app/assets/stylesheets/css/bootstrap.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4676, app/assets/stylesheets/css/bootstrap.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4680, app/assets/stylesheets/css/bootstrap.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4684, app/assets/stylesheets/css/bootstrap.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 4688, app/assets/stylesheets/css/bootstrap.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 4692, app/assets/stylesheets/css/bootstrap.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4699, app/assets/stylesheets/css/bootstrap.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 4704, app/assets/stylesheets/css/bootstrap.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 4708, app/assets/stylesheets/css/bootstrap.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4712, app/assets/stylesheets/css/bootstrap.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4716, app/assets/stylesheets/css/bootstrap.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4720, app/assets/stylesheets/css/bootstrap.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 4724, app/assets/stylesheets/css/bootstrap.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 4728, app/assets/stylesheets/css/bootstrap.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4732, app/assets/stylesheets/css/bootstrap.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 4736, app/assets/stylesheets/css/bootstrap.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4740, app/assets/stylesheets/css/bootstrap.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 4747, app/assets/stylesheets/css/bootstrap.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 4752, app/assets/stylesheets/css/bootstrap.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 4756, app/assets/stylesheets/css/bootstrap.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4760, app/assets/stylesheets/css/bootstrap.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 4764, app/assets/stylesheets/css/bootstrap.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 4768, app/assets/stylesheets/css/bootstrap.scss */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 4782, app/assets/stylesheets/css/bootstrap.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4787, app/assets/stylesheets/css/bootstrap.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 4792, app/assets/stylesheets/css/bootstrap.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 4798, app/assets/stylesheets/css/bootstrap.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 4804, app/assets/stylesheets/css/bootstrap.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 4809, app/assets/stylesheets/css/bootstrap.scss */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 4816, app/assets/stylesheets/css/bootstrap.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 4820, app/assets/stylesheets/css/bootstrap.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 4825, app/assets/stylesheets/css/bootstrap.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 4829, app/assets/stylesheets/css/bootstrap.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 4833, app/assets/stylesheets/css/bootstrap.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 4837, app/assets/stylesheets/css/bootstrap.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 4844, app/assets/stylesheets/css/bootstrap.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 4848, app/assets/stylesheets/css/bootstrap.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 4854, app/assets/stylesheets/css/bootstrap.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 4858, app/assets/stylesheets/css/bootstrap.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 4865, app/assets/stylesheets/css/bootstrap.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 4870, app/assets/stylesheets/css/bootstrap.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 4880, app/assets/stylesheets/css/bootstrap.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

/* line 4888, app/assets/stylesheets/css/bootstrap.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 4894, app/assets/stylesheets/css/bootstrap.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 4900, app/assets/stylesheets/css/bootstrap.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4905, app/assets/stylesheets/css/bootstrap.scss */
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 4913, app/assets/stylesheets/css/bootstrap.scss */
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 4922, app/assets/stylesheets/css/bootstrap.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4927, app/assets/stylesheets/css/bootstrap.scss */
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 4933, app/assets/stylesheets/css/bootstrap.scss */
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 4938, app/assets/stylesheets/css/bootstrap.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 4942, app/assets/stylesheets/css/bootstrap.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 4946, app/assets/stylesheets/css/bootstrap.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 4950, app/assets/stylesheets/css/bootstrap.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 4954, app/assets/stylesheets/css/bootstrap.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 4958, app/assets/stylesheets/css/bootstrap.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 4962, app/assets/stylesheets/css/bootstrap.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 4968, app/assets/stylesheets/css/bootstrap.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 4973, app/assets/stylesheets/css/bootstrap.scss */
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 4983, app/assets/stylesheets/css/bootstrap.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 4989, app/assets/stylesheets/css/bootstrap.scss */
.accordion {
  overflow-anchor: none;
}

/* line 4993, app/assets/stylesheets/css/bootstrap.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 4997, app/assets/stylesheets/css/bootstrap.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5003, app/assets/stylesheets/css/bootstrap.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5008, app/assets/stylesheets/css/bootstrap.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 5013, app/assets/stylesheets/css/bootstrap.scss */
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 5025, app/assets/stylesheets/css/bootstrap.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 5029, app/assets/stylesheets/css/bootstrap.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 5036, app/assets/stylesheets/css/bootstrap.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 5040, app/assets/stylesheets/css/bootstrap.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 5044, app/assets/stylesheets/css/bootstrap.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 5048, app/assets/stylesheets/css/bootstrap.scss */
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 5056, app/assets/stylesheets/css/bootstrap.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 5067, app/assets/stylesheets/css/bootstrap.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 5075, app/assets/stylesheets/css/bootstrap.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 5081, app/assets/stylesheets/css/bootstrap.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 5087, app/assets/stylesheets/css/bootstrap.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 5092, app/assets/stylesheets/css/bootstrap.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 5099, app/assets/stylesheets/css/bootstrap.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 5107, app/assets/stylesheets/css/bootstrap.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 5113, app/assets/stylesheets/css/bootstrap.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 5118, app/assets/stylesheets/css/bootstrap.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 5123, app/assets/stylesheets/css/bootstrap.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 5129, app/assets/stylesheets/css/bootstrap.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 5134, app/assets/stylesheets/css/bootstrap.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 5139, app/assets/stylesheets/css/bootstrap.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5153, app/assets/stylesheets/css/bootstrap.scss */
  .badge {
    transition: none;
  }
}

/* line 5158, app/assets/stylesheets/css/bootstrap.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 5162, app/assets/stylesheets/css/bootstrap.scss */
.badge:empty {
  display: none;
}

/* line 5166, app/assets/stylesheets/css/bootstrap.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5171, app/assets/stylesheets/css/bootstrap.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 5177, app/assets/stylesheets/css/bootstrap.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 5182, app/assets/stylesheets/css/bootstrap.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

/* line 5187, app/assets/stylesheets/css/bootstrap.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 5192, app/assets/stylesheets/css/bootstrap.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 5197, app/assets/stylesheets/css/bootstrap.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

/* line 5202, app/assets/stylesheets/css/bootstrap.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 5207, app/assets/stylesheets/css/bootstrap.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 5212, app/assets/stylesheets/css/bootstrap.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 5217, app/assets/stylesheets/css/bootstrap.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 5222, app/assets/stylesheets/css/bootstrap.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 5227, app/assets/stylesheets/css/bootstrap.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 5232, app/assets/stylesheets/css/bootstrap.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 5237, app/assets/stylesheets/css/bootstrap.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 5242, app/assets/stylesheets/css/bootstrap.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

/* line 5247, app/assets/stylesheets/css/bootstrap.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 5252, app/assets/stylesheets/css/bootstrap.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 5257, app/assets/stylesheets/css/bootstrap.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 5262, app/assets/stylesheets/css/bootstrap.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 5267, app/assets/stylesheets/css/bootstrap.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 5272, app/assets/stylesheets/css/bootstrap.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 5277, app/assets/stylesheets/css/bootstrap.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 5282, app/assets/stylesheets/css/bootstrap.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 5287, app/assets/stylesheets/css/bootstrap.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 5292, app/assets/stylesheets/css/bootstrap.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 5297, app/assets/stylesheets/css/bootstrap.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 5305, app/assets/stylesheets/css/bootstrap.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 5310, app/assets/stylesheets/css/bootstrap.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5316, app/assets/stylesheets/css/bootstrap.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 5324, app/assets/stylesheets/css/bootstrap.scss */
.alert-heading {
  color: inherit;
}

/* line 5328, app/assets/stylesheets/css/bootstrap.scss */
.alert-link {
  font-weight: 700;
}

/* line 5332, app/assets/stylesheets/css/bootstrap.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 5336, app/assets/stylesheets/css/bootstrap.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 5345, app/assets/stylesheets/css/bootstrap.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 5351, app/assets/stylesheets/css/bootstrap.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 5355, app/assets/stylesheets/css/bootstrap.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 5359, app/assets/stylesheets/css/bootstrap.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 5365, app/assets/stylesheets/css/bootstrap.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 5369, app/assets/stylesheets/css/bootstrap.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 5373, app/assets/stylesheets/css/bootstrap.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 5379, app/assets/stylesheets/css/bootstrap.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 5383, app/assets/stylesheets/css/bootstrap.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 5387, app/assets/stylesheets/css/bootstrap.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 5393, app/assets/stylesheets/css/bootstrap.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 5397, app/assets/stylesheets/css/bootstrap.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 5401, app/assets/stylesheets/css/bootstrap.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 5407, app/assets/stylesheets/css/bootstrap.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 5411, app/assets/stylesheets/css/bootstrap.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 5415, app/assets/stylesheets/css/bootstrap.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 5421, app/assets/stylesheets/css/bootstrap.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 5425, app/assets/stylesheets/css/bootstrap.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 5429, app/assets/stylesheets/css/bootstrap.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 5435, app/assets/stylesheets/css/bootstrap.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 5439, app/assets/stylesheets/css/bootstrap.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 5443, app/assets/stylesheets/css/bootstrap.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 5449, app/assets/stylesheets/css/bootstrap.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 5453, app/assets/stylesheets/css/bootstrap.scss */
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 5475, app/assets/stylesheets/css/bootstrap.scss */
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 5486, app/assets/stylesheets/css/bootstrap.scss */
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5502, app/assets/stylesheets/css/bootstrap.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 5507, app/assets/stylesheets/css/bootstrap.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 5512, app/assets/stylesheets/css/bootstrap.scss */
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5518, app/assets/stylesheets/css/bootstrap.scss */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

/* line 5524, app/assets/stylesheets/css/bootstrap.scss */
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 5531, app/assets/stylesheets/css/bootstrap.scss */
.media-body {
  -ms-flex: 1;
  flex: 1;
}

/* line 5536, app/assets/stylesheets/css/bootstrap.scss */
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 5546, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 5552, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 5559, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 5564, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 5572, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 5577, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 5582, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 5588, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 5595, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 5599, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 5604, app/assets/stylesheets/css/bootstrap.scss */
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 5609, app/assets/stylesheets/css/bootstrap.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 5614, app/assets/stylesheets/css/bootstrap.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 5619, app/assets/stylesheets/css/bootstrap.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 5623, app/assets/stylesheets/css/bootstrap.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 5628, app/assets/stylesheets/css/bootstrap.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 5634, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5638, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5642, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 5646, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5649, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5653, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 5660, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5664, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5668, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 5672, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5675, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5679, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 5686, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5690, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5694, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 5698, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5701, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5705, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 5712, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5716, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5720, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 5724, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5727, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5731, app/assets/stylesheets/css/bootstrap.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 5737, app/assets/stylesheets/css/bootstrap.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 5741, app/assets/stylesheets/css/bootstrap.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 5745, app/assets/stylesheets/css/bootstrap.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5749, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 5754, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 5759, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 5765, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 5770, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 5775, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 5781, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 5786, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 5791, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 5797, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 5802, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 5807, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 5813, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 5818, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 5823, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 5829, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 5834, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 5839, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 5845, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 5850, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 5855, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 5861, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 5866, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 5871, app/assets/stylesheets/css/bootstrap.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 5877, app/assets/stylesheets/css/bootstrap.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 5887, app/assets/stylesheets/css/bootstrap.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 5892, app/assets/stylesheets/css/bootstrap.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 5896, app/assets/stylesheets/css/bootstrap.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 5902, app/assets/stylesheets/css/bootstrap.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 5906, app/assets/stylesheets/css/bootstrap.scss */
.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 5919, app/assets/stylesheets/css/bootstrap.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 5923, app/assets/stylesheets/css/bootstrap.scss */
.toast.showing {
  opacity: 1;
}

/* line 5927, app/assets/stylesheets/css/bootstrap.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 5932, app/assets/stylesheets/css/bootstrap.scss */
.toast.hide {
  display: none;
}

/* line 5936, app/assets/stylesheets/css/bootstrap.scss */
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 5950, app/assets/stylesheets/css/bootstrap.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 5954, app/assets/stylesheets/css/bootstrap.scss */
.modal-open {
  overflow: hidden;
}

/* line 5958, app/assets/stylesheets/css/bootstrap.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5963, app/assets/stylesheets/css/bootstrap.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 5975, app/assets/stylesheets/css/bootstrap.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 5982, app/assets/stylesheets/css/bootstrap.scss */
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 5991, app/assets/stylesheets/css/bootstrap.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 5996, app/assets/stylesheets/css/bootstrap.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

/* line 6001, app/assets/stylesheets/css/bootstrap.scss */
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* line 6006, app/assets/stylesheets/css/bootstrap.scss */
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 6012, app/assets/stylesheets/css/bootstrap.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 6017, app/assets/stylesheets/css/bootstrap.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* line 6023, app/assets/stylesheets/css/bootstrap.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 6027, app/assets/stylesheets/css/bootstrap.scss */
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 6035, app/assets/stylesheets/css/bootstrap.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 6044, app/assets/stylesheets/css/bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

/* line 6052, app/assets/stylesheets/css/bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 6056, app/assets/stylesheets/css/bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 6060, app/assets/stylesheets/css/bootstrap.scss */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 6075, app/assets/stylesheets/css/bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 6085, app/assets/stylesheets/css/bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 6089, app/assets/stylesheets/css/bootstrap.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 6093, app/assets/stylesheets/css/bootstrap.scss */
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 6106, app/assets/stylesheets/css/bootstrap.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 6111, app/assets/stylesheets/css/bootstrap.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 6116, app/assets/stylesheets/css/bootstrap.scss */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 6123, app/assets/stylesheets/css/bootstrap.scss */
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 6138, app/assets/stylesheets/css/bootstrap.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 6142, app/assets/stylesheets/css/bootstrap.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 6151, app/assets/stylesheets/css/bootstrap.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 6155, app/assets/stylesheets/css/bootstrap.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 6158, app/assets/stylesheets/css/bootstrap.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 6161, app/assets/stylesheets/css/bootstrap.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 6164, app/assets/stylesheets/css/bootstrap.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  /* line 6170, app/assets/stylesheets/css/bootstrap.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 6176, app/assets/stylesheets/css/bootstrap.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 6183, app/assets/stylesheets/css/bootstrap.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 6188, app/assets/stylesheets/css/bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 6212, app/assets/stylesheets/css/bootstrap.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 6216, app/assets/stylesheets/css/bootstrap.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 6223, app/assets/stylesheets/css/bootstrap.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6230, app/assets/stylesheets/css/bootstrap.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 6234, app/assets/stylesheets/css/bootstrap.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 6238, app/assets/stylesheets/css/bootstrap.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 6244, app/assets/stylesheets/css/bootstrap.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 6248, app/assets/stylesheets/css/bootstrap.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 6254, app/assets/stylesheets/css/bootstrap.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 6260, app/assets/stylesheets/css/bootstrap.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 6264, app/assets/stylesheets/css/bootstrap.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 6268, app/assets/stylesheets/css/bootstrap.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 6274, app/assets/stylesheets/css/bootstrap.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 6278, app/assets/stylesheets/css/bootstrap.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 6284, app/assets/stylesheets/css/bootstrap.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 6290, app/assets/stylesheets/css/bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 6299, app/assets/stylesheets/css/bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 6328, app/assets/stylesheets/css/bootstrap.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 6336, app/assets/stylesheets/css/bootstrap.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6344, app/assets/stylesheets/css/bootstrap.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 6348, app/assets/stylesheets/css/bootstrap.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 6352, app/assets/stylesheets/css/bootstrap.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 6358, app/assets/stylesheets/css/bootstrap.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 6364, app/assets/stylesheets/css/bootstrap.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 6368, app/assets/stylesheets/css/bootstrap.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6375, app/assets/stylesheets/css/bootstrap.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 6381, app/assets/stylesheets/css/bootstrap.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 6387, app/assets/stylesheets/css/bootstrap.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 6391, app/assets/stylesheets/css/bootstrap.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 6395, app/assets/stylesheets/css/bootstrap.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 6401, app/assets/stylesheets/css/bootstrap.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 6407, app/assets/stylesheets/css/bootstrap.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 6418, app/assets/stylesheets/css/bootstrap.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 6422, app/assets/stylesheets/css/bootstrap.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6429, app/assets/stylesheets/css/bootstrap.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6435, app/assets/stylesheets/css/bootstrap.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 6441, app/assets/stylesheets/css/bootstrap.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 6451, app/assets/stylesheets/css/bootstrap.scss */
.popover-header:empty {
  display: none;
}

/* line 6455, app/assets/stylesheets/css/bootstrap.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 6460, app/assets/stylesheets/css/bootstrap.scss */
.carousel {
  position: relative;
}

/* line 6464, app/assets/stylesheets/css/bootstrap.scss */
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 6469, app/assets/stylesheets/css/bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6475, app/assets/stylesheets/css/bootstrap.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6481, app/assets/stylesheets/css/bootstrap.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6495, app/assets/stylesheets/css/bootstrap.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 6500, app/assets/stylesheets/css/bootstrap.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 6506, app/assets/stylesheets/css/bootstrap.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 6512, app/assets/stylesheets/css/bootstrap.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 6518, app/assets/stylesheets/css/bootstrap.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

/* line 6525, app/assets/stylesheets/css/bootstrap.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 6532, app/assets/stylesheets/css/bootstrap.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6540, app/assets/stylesheets/css/bootstrap.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 6546, app/assets/stylesheets/css/bootstrap.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6569, app/assets/stylesheets/css/bootstrap.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 6575, app/assets/stylesheets/css/bootstrap.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 6584, app/assets/stylesheets/css/bootstrap.scss */
.carousel-control-prev {
  left: 0;
}

/* line 6588, app/assets/stylesheets/css/bootstrap.scss */
.carousel-control-next {
  right: 0;
}

/* line 6592, app/assets/stylesheets/css/bootstrap.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

/* line 6600, app/assets/stylesheets/css/bootstrap.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 6604, app/assets/stylesheets/css/bootstrap.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 6608, app/assets/stylesheets/css/bootstrap.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 6624, app/assets/stylesheets/css/bootstrap.scss */
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6643, app/assets/stylesheets/css/bootstrap.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 6648, app/assets/stylesheets/css/bootstrap.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 6652, app/assets/stylesheets/css/bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 6678, app/assets/stylesheets/css/bootstrap.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}

/* line 6690, app/assets/stylesheets/css/bootstrap.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 6720, app/assets/stylesheets/css/bootstrap.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow;
}

/* line 6732, app/assets/stylesheets/css/bootstrap.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6738, app/assets/stylesheets/css/bootstrap.scss */
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

/* line 6745, app/assets/stylesheets/css/bootstrap.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6749, app/assets/stylesheets/css/bootstrap.scss */
.align-top {
  vertical-align: top !important;
}

/* line 6753, app/assets/stylesheets/css/bootstrap.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6757, app/assets/stylesheets/css/bootstrap.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6761, app/assets/stylesheets/css/bootstrap.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6765, app/assets/stylesheets/css/bootstrap.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6769, app/assets/stylesheets/css/bootstrap.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 6773, app/assets/stylesheets/css/bootstrap.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6779, app/assets/stylesheets/css/bootstrap.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 6783, app/assets/stylesheets/css/bootstrap.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6789, app/assets/stylesheets/css/bootstrap.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 6793, app/assets/stylesheets/css/bootstrap.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6799, app/assets/stylesheets/css/bootstrap.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 6803, app/assets/stylesheets/css/bootstrap.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6809, app/assets/stylesheets/css/bootstrap.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 6813, app/assets/stylesheets/css/bootstrap.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6819, app/assets/stylesheets/css/bootstrap.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 6823, app/assets/stylesheets/css/bootstrap.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6829, app/assets/stylesheets/css/bootstrap.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 6833, app/assets/stylesheets/css/bootstrap.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6839, app/assets/stylesheets/css/bootstrap.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 6843, app/assets/stylesheets/css/bootstrap.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 6849, app/assets/stylesheets/css/bootstrap.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 6853, app/assets/stylesheets/css/bootstrap.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6857, app/assets/stylesheets/css/bootstrap.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 6861, app/assets/stylesheets/css/bootstrap.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 6865, app/assets/stylesheets/css/bootstrap.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 6869, app/assets/stylesheets/css/bootstrap.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 6873, app/assets/stylesheets/css/bootstrap.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 6877, app/assets/stylesheets/css/bootstrap.scss */
.border-0 {
  border: 0 !important;
}

/* line 6881, app/assets/stylesheets/css/bootstrap.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6885, app/assets/stylesheets/css/bootstrap.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6889, app/assets/stylesheets/css/bootstrap.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6893, app/assets/stylesheets/css/bootstrap.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6897, app/assets/stylesheets/css/bootstrap.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 6901, app/assets/stylesheets/css/bootstrap.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 6905, app/assets/stylesheets/css/bootstrap.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 6909, app/assets/stylesheets/css/bootstrap.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 6913, app/assets/stylesheets/css/bootstrap.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 6917, app/assets/stylesheets/css/bootstrap.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 6921, app/assets/stylesheets/css/bootstrap.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 6925, app/assets/stylesheets/css/bootstrap.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 6929, app/assets/stylesheets/css/bootstrap.scss */
.border-white {
  border-color: #fff !important;
}

/* line 6933, app/assets/stylesheets/css/bootstrap.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 6937, app/assets/stylesheets/css/bootstrap.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 6941, app/assets/stylesheets/css/bootstrap.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 6946, app/assets/stylesheets/css/bootstrap.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 6951, app/assets/stylesheets/css/bootstrap.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6956, app/assets/stylesheets/css/bootstrap.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6961, app/assets/stylesheets/css/bootstrap.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 6965, app/assets/stylesheets/css/bootstrap.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6969, app/assets/stylesheets/css/bootstrap.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 6973, app/assets/stylesheets/css/bootstrap.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6977, app/assets/stylesheets/css/bootstrap.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6983, app/assets/stylesheets/css/bootstrap.scss */
.d-none {
  display: none !important;
}

/* line 6987, app/assets/stylesheets/css/bootstrap.scss */
.d-inline {
  display: inline !important;
}

/* line 6991, app/assets/stylesheets/css/bootstrap.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 6995, app/assets/stylesheets/css/bootstrap.scss */
.d-block {
  display: block !important;
}

/* line 6999, app/assets/stylesheets/css/bootstrap.scss */
.d-table {
  display: table !important;
}

/* line 7003, app/assets/stylesheets/css/bootstrap.scss */
.d-table-row {
  display: table-row !important;
}

/* line 7007, app/assets/stylesheets/css/bootstrap.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 7011, app/assets/stylesheets/css/bootstrap.scss */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 7016, app/assets/stylesheets/css/bootstrap.scss */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 7022, app/assets/stylesheets/css/bootstrap.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 7025, app/assets/stylesheets/css/bootstrap.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 7028, app/assets/stylesheets/css/bootstrap.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 7031, app/assets/stylesheets/css/bootstrap.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 7034, app/assets/stylesheets/css/bootstrap.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 7037, app/assets/stylesheets/css/bootstrap.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 7040, app/assets/stylesheets/css/bootstrap.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 7043, app/assets/stylesheets/css/bootstrap.scss */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7047, app/assets/stylesheets/css/bootstrap.scss */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 7054, app/assets/stylesheets/css/bootstrap.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 7057, app/assets/stylesheets/css/bootstrap.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 7060, app/assets/stylesheets/css/bootstrap.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 7063, app/assets/stylesheets/css/bootstrap.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 7066, app/assets/stylesheets/css/bootstrap.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 7069, app/assets/stylesheets/css/bootstrap.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 7072, app/assets/stylesheets/css/bootstrap.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 7075, app/assets/stylesheets/css/bootstrap.scss */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7079, app/assets/stylesheets/css/bootstrap.scss */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 7086, app/assets/stylesheets/css/bootstrap.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 7089, app/assets/stylesheets/css/bootstrap.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 7092, app/assets/stylesheets/css/bootstrap.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 7095, app/assets/stylesheets/css/bootstrap.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 7098, app/assets/stylesheets/css/bootstrap.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 7101, app/assets/stylesheets/css/bootstrap.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 7104, app/assets/stylesheets/css/bootstrap.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 7107, app/assets/stylesheets/css/bootstrap.scss */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7111, app/assets/stylesheets/css/bootstrap.scss */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 7118, app/assets/stylesheets/css/bootstrap.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 7121, app/assets/stylesheets/css/bootstrap.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 7124, app/assets/stylesheets/css/bootstrap.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 7127, app/assets/stylesheets/css/bootstrap.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 7130, app/assets/stylesheets/css/bootstrap.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 7133, app/assets/stylesheets/css/bootstrap.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 7136, app/assets/stylesheets/css/bootstrap.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 7139, app/assets/stylesheets/css/bootstrap.scss */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7143, app/assets/stylesheets/css/bootstrap.scss */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  /* line 7150, app/assets/stylesheets/css/bootstrap.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 7153, app/assets/stylesheets/css/bootstrap.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 7156, app/assets/stylesheets/css/bootstrap.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 7159, app/assets/stylesheets/css/bootstrap.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 7162, app/assets/stylesheets/css/bootstrap.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 7165, app/assets/stylesheets/css/bootstrap.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 7168, app/assets/stylesheets/css/bootstrap.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 7171, app/assets/stylesheets/css/bootstrap.scss */
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7175, app/assets/stylesheets/css/bootstrap.scss */
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* line 7181, app/assets/stylesheets/css/bootstrap.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 7189, app/assets/stylesheets/css/bootstrap.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 7194, app/assets/stylesheets/css/bootstrap.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 7208, app/assets/stylesheets/css/bootstrap.scss */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 7212, app/assets/stylesheets/css/bootstrap.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 7216, app/assets/stylesheets/css/bootstrap.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 7220, app/assets/stylesheets/css/bootstrap.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 7224, app/assets/stylesheets/css/bootstrap.scss */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 7229, app/assets/stylesheets/css/bootstrap.scss */
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 7234, app/assets/stylesheets/css/bootstrap.scss */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 7239, app/assets/stylesheets/css/bootstrap.scss */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 7244, app/assets/stylesheets/css/bootstrap.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 7249, app/assets/stylesheets/css/bootstrap.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 7254, app/assets/stylesheets/css/bootstrap.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 7259, app/assets/stylesheets/css/bootstrap.scss */
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* line 7264, app/assets/stylesheets/css/bootstrap.scss */
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 7269, app/assets/stylesheets/css/bootstrap.scss */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 7274, app/assets/stylesheets/css/bootstrap.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 7279, app/assets/stylesheets/css/bootstrap.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 7284, app/assets/stylesheets/css/bootstrap.scss */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 7289, app/assets/stylesheets/css/bootstrap.scss */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 7294, app/assets/stylesheets/css/bootstrap.scss */
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 7299, app/assets/stylesheets/css/bootstrap.scss */
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 7304, app/assets/stylesheets/css/bootstrap.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 7309, app/assets/stylesheets/css/bootstrap.scss */
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 7314, app/assets/stylesheets/css/bootstrap.scss */
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 7319, app/assets/stylesheets/css/bootstrap.scss */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 7324, app/assets/stylesheets/css/bootstrap.scss */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 7329, app/assets/stylesheets/css/bootstrap.scss */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 7334, app/assets/stylesheets/css/bootstrap.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 7339, app/assets/stylesheets/css/bootstrap.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 7344, app/assets/stylesheets/css/bootstrap.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 7349, app/assets/stylesheets/css/bootstrap.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 7354, app/assets/stylesheets/css/bootstrap.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 7359, app/assets/stylesheets/css/bootstrap.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 7364, app/assets/stylesheets/css/bootstrap.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 7369, app/assets/stylesheets/css/bootstrap.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 7374, app/assets/stylesheets/css/bootstrap.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 7379, app/assets/stylesheets/css/bootstrap.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 7384, app/assets/stylesheets/css/bootstrap.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 7389, app/assets/stylesheets/css/bootstrap.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 7395, app/assets/stylesheets/css/bootstrap.scss */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 7399, app/assets/stylesheets/css/bootstrap.scss */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 7403, app/assets/stylesheets/css/bootstrap.scss */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 7407, app/assets/stylesheets/css/bootstrap.scss */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 7411, app/assets/stylesheets/css/bootstrap.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 7415, app/assets/stylesheets/css/bootstrap.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 7419, app/assets/stylesheets/css/bootstrap.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 7423, app/assets/stylesheets/css/bootstrap.scss */
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 7427, app/assets/stylesheets/css/bootstrap.scss */
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 7431, app/assets/stylesheets/css/bootstrap.scss */
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 7435, app/assets/stylesheets/css/bootstrap.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 7439, app/assets/stylesheets/css/bootstrap.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 7443, app/assets/stylesheets/css/bootstrap.scss */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 7447, app/assets/stylesheets/css/bootstrap.scss */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 7451, app/assets/stylesheets/css/bootstrap.scss */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 7455, app/assets/stylesheets/css/bootstrap.scss */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 7459, app/assets/stylesheets/css/bootstrap.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 7463, app/assets/stylesheets/css/bootstrap.scss */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 7467, app/assets/stylesheets/css/bootstrap.scss */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 7471, app/assets/stylesheets/css/bootstrap.scss */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 7475, app/assets/stylesheets/css/bootstrap.scss */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 7479, app/assets/stylesheets/css/bootstrap.scss */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 7483, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 7487, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 7491, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 7495, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 7499, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 7503, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 7507, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 7511, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 7515, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 7519, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 7523, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 7527, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 7534, app/assets/stylesheets/css/bootstrap.scss */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 7538, app/assets/stylesheets/css/bootstrap.scss */
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 7542, app/assets/stylesheets/css/bootstrap.scss */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 7546, app/assets/stylesheets/css/bootstrap.scss */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 7550, app/assets/stylesheets/css/bootstrap.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 7554, app/assets/stylesheets/css/bootstrap.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 7558, app/assets/stylesheets/css/bootstrap.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 7562, app/assets/stylesheets/css/bootstrap.scss */
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 7566, app/assets/stylesheets/css/bootstrap.scss */
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 7570, app/assets/stylesheets/css/bootstrap.scss */
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 7574, app/assets/stylesheets/css/bootstrap.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 7578, app/assets/stylesheets/css/bootstrap.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 7582, app/assets/stylesheets/css/bootstrap.scss */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 7586, app/assets/stylesheets/css/bootstrap.scss */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 7590, app/assets/stylesheets/css/bootstrap.scss */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 7594, app/assets/stylesheets/css/bootstrap.scss */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 7598, app/assets/stylesheets/css/bootstrap.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 7602, app/assets/stylesheets/css/bootstrap.scss */
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 7606, app/assets/stylesheets/css/bootstrap.scss */
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 7610, app/assets/stylesheets/css/bootstrap.scss */
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 7614, app/assets/stylesheets/css/bootstrap.scss */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 7618, app/assets/stylesheets/css/bootstrap.scss */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 7622, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 7626, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 7630, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 7634, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 7638, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 7642, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 7646, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 7650, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 7654, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 7658, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 7662, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 7666, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 7673, app/assets/stylesheets/css/bootstrap.scss */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 7677, app/assets/stylesheets/css/bootstrap.scss */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 7681, app/assets/stylesheets/css/bootstrap.scss */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 7685, app/assets/stylesheets/css/bootstrap.scss */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 7689, app/assets/stylesheets/css/bootstrap.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 7693, app/assets/stylesheets/css/bootstrap.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 7697, app/assets/stylesheets/css/bootstrap.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 7701, app/assets/stylesheets/css/bootstrap.scss */
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 7705, app/assets/stylesheets/css/bootstrap.scss */
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 7709, app/assets/stylesheets/css/bootstrap.scss */
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 7713, app/assets/stylesheets/css/bootstrap.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 7717, app/assets/stylesheets/css/bootstrap.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 7721, app/assets/stylesheets/css/bootstrap.scss */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 7725, app/assets/stylesheets/css/bootstrap.scss */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 7729, app/assets/stylesheets/css/bootstrap.scss */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 7733, app/assets/stylesheets/css/bootstrap.scss */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 7737, app/assets/stylesheets/css/bootstrap.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 7741, app/assets/stylesheets/css/bootstrap.scss */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 7745, app/assets/stylesheets/css/bootstrap.scss */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 7749, app/assets/stylesheets/css/bootstrap.scss */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 7753, app/assets/stylesheets/css/bootstrap.scss */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 7757, app/assets/stylesheets/css/bootstrap.scss */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 7761, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 7765, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 7769, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 7773, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 7777, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 7781, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 7785, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 7789, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 7793, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 7797, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 7801, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 7805, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 7812, app/assets/stylesheets/css/bootstrap.scss */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 7816, app/assets/stylesheets/css/bootstrap.scss */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 7820, app/assets/stylesheets/css/bootstrap.scss */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 7824, app/assets/stylesheets/css/bootstrap.scss */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 7828, app/assets/stylesheets/css/bootstrap.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 7832, app/assets/stylesheets/css/bootstrap.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 7836, app/assets/stylesheets/css/bootstrap.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 7840, app/assets/stylesheets/css/bootstrap.scss */
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 7844, app/assets/stylesheets/css/bootstrap.scss */
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 7848, app/assets/stylesheets/css/bootstrap.scss */
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 7852, app/assets/stylesheets/css/bootstrap.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 7856, app/assets/stylesheets/css/bootstrap.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 7860, app/assets/stylesheets/css/bootstrap.scss */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 7864, app/assets/stylesheets/css/bootstrap.scss */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 7868, app/assets/stylesheets/css/bootstrap.scss */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 7872, app/assets/stylesheets/css/bootstrap.scss */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 7876, app/assets/stylesheets/css/bootstrap.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 7880, app/assets/stylesheets/css/bootstrap.scss */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 7884, app/assets/stylesheets/css/bootstrap.scss */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 7888, app/assets/stylesheets/css/bootstrap.scss */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 7892, app/assets/stylesheets/css/bootstrap.scss */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 7896, app/assets/stylesheets/css/bootstrap.scss */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 7900, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 7904, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 7908, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 7912, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 7916, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 7920, app/assets/stylesheets/css/bootstrap.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 7924, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 7928, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 7932, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 7936, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 7940, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 7944, app/assets/stylesheets/css/bootstrap.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* line 7950, app/assets/stylesheets/css/bootstrap.scss */
.float-left {
  float: left !important;
}

/* line 7954, app/assets/stylesheets/css/bootstrap.scss */
.float-right {
  float: right !important;
}

/* line 7958, app/assets/stylesheets/css/bootstrap.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7963, app/assets/stylesheets/css/bootstrap.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 7966, app/assets/stylesheets/css/bootstrap.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7969, app/assets/stylesheets/css/bootstrap.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7975, app/assets/stylesheets/css/bootstrap.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 7978, app/assets/stylesheets/css/bootstrap.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7981, app/assets/stylesheets/css/bootstrap.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7987, app/assets/stylesheets/css/bootstrap.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 7990, app/assets/stylesheets/css/bootstrap.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7993, app/assets/stylesheets/css/bootstrap.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7999, app/assets/stylesheets/css/bootstrap.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8002, app/assets/stylesheets/css/bootstrap.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 8005, app/assets/stylesheets/css/bootstrap.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 8010, app/assets/stylesheets/css/bootstrap.scss */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

/* line 8016, app/assets/stylesheets/css/bootstrap.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

/* line 8023, app/assets/stylesheets/css/bootstrap.scss */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* line 8030, app/assets/stylesheets/css/bootstrap.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 8034, app/assets/stylesheets/css/bootstrap.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 8038, app/assets/stylesheets/css/bootstrap.scss */
.position-static {
  position: static !important;
}

/* line 8042, app/assets/stylesheets/css/bootstrap.scss */
.position-relative {
  position: relative !important;
}

/* line 8046, app/assets/stylesheets/css/bootstrap.scss */
.position-absolute {
  position: absolute !important;
}

/* line 8050, app/assets/stylesheets/css/bootstrap.scss */
.position-fixed {
  position: fixed !important;
}

/* line 8054, app/assets/stylesheets/css/bootstrap.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 8059, app/assets/stylesheets/css/bootstrap.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 8067, app/assets/stylesheets/css/bootstrap.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 8076, app/assets/stylesheets/css/bootstrap.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 8084, app/assets/stylesheets/css/bootstrap.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 8096, app/assets/stylesheets/css/bootstrap.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 8105, app/assets/stylesheets/css/bootstrap.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 8109, app/assets/stylesheets/css/bootstrap.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 8113, app/assets/stylesheets/css/bootstrap.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 8117, app/assets/stylesheets/css/bootstrap.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 8121, app/assets/stylesheets/css/bootstrap.scss */
.w-25 {
  width: 25% !important;
}

/* line 8125, app/assets/stylesheets/css/bootstrap.scss */
.w-50 {
  width: 50% !important;
}

/* line 8129, app/assets/stylesheets/css/bootstrap.scss */
.w-75 {
  width: 75% !important;
}

/* line 8133, app/assets/stylesheets/css/bootstrap.scss */
.w-100 {
  width: 100% !important;
}

/* line 8137, app/assets/stylesheets/css/bootstrap.scss */
.w-auto {
  width: auto !important;
}

/* line 8141, app/assets/stylesheets/css/bootstrap.scss */
.h-25 {
  height: 25% !important;
}

/* line 8145, app/assets/stylesheets/css/bootstrap.scss */
.h-50 {
  height: 50% !important;
}

/* line 8149, app/assets/stylesheets/css/bootstrap.scss */
.h-75 {
  height: 75% !important;
}

/* line 8153, app/assets/stylesheets/css/bootstrap.scss */
.h-100 {
  height: 100% !important;
}

/* line 8157, app/assets/stylesheets/css/bootstrap.scss */
.h-auto {
  height: auto !important;
}

/* line 8161, app/assets/stylesheets/css/bootstrap.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 8165, app/assets/stylesheets/css/bootstrap.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 8169, app/assets/stylesheets/css/bootstrap.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 8173, app/assets/stylesheets/css/bootstrap.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 8177, app/assets/stylesheets/css/bootstrap.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 8181, app/assets/stylesheets/css/bootstrap.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 8185, app/assets/stylesheets/css/bootstrap.scss */
.m-0 {
  margin: 0 !important;
}

/* line 8189, app/assets/stylesheets/css/bootstrap.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 8194, app/assets/stylesheets/css/bootstrap.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 8199, app/assets/stylesheets/css/bootstrap.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 8204, app/assets/stylesheets/css/bootstrap.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 8209, app/assets/stylesheets/css/bootstrap.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 8213, app/assets/stylesheets/css/bootstrap.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 8218, app/assets/stylesheets/css/bootstrap.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 8223, app/assets/stylesheets/css/bootstrap.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 8228, app/assets/stylesheets/css/bootstrap.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 8233, app/assets/stylesheets/css/bootstrap.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 8237, app/assets/stylesheets/css/bootstrap.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 8242, app/assets/stylesheets/css/bootstrap.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 8247, app/assets/stylesheets/css/bootstrap.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 8252, app/assets/stylesheets/css/bootstrap.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 8257, app/assets/stylesheets/css/bootstrap.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 8261, app/assets/stylesheets/css/bootstrap.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 8266, app/assets/stylesheets/css/bootstrap.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 8271, app/assets/stylesheets/css/bootstrap.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 8276, app/assets/stylesheets/css/bootstrap.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 8281, app/assets/stylesheets/css/bootstrap.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 8285, app/assets/stylesheets/css/bootstrap.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 8290, app/assets/stylesheets/css/bootstrap.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 8295, app/assets/stylesheets/css/bootstrap.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 8300, app/assets/stylesheets/css/bootstrap.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 8305, app/assets/stylesheets/css/bootstrap.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 8309, app/assets/stylesheets/css/bootstrap.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 8314, app/assets/stylesheets/css/bootstrap.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 8319, app/assets/stylesheets/css/bootstrap.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 8324, app/assets/stylesheets/css/bootstrap.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 8329, app/assets/stylesheets/css/bootstrap.scss */
.p-0 {
  padding: 0 !important;
}

/* line 8333, app/assets/stylesheets/css/bootstrap.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 8338, app/assets/stylesheets/css/bootstrap.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 8343, app/assets/stylesheets/css/bootstrap.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 8348, app/assets/stylesheets/css/bootstrap.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 8353, app/assets/stylesheets/css/bootstrap.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 8357, app/assets/stylesheets/css/bootstrap.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 8362, app/assets/stylesheets/css/bootstrap.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 8367, app/assets/stylesheets/css/bootstrap.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 8372, app/assets/stylesheets/css/bootstrap.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 8377, app/assets/stylesheets/css/bootstrap.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 8381, app/assets/stylesheets/css/bootstrap.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 8386, app/assets/stylesheets/css/bootstrap.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 8391, app/assets/stylesheets/css/bootstrap.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 8396, app/assets/stylesheets/css/bootstrap.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 8401, app/assets/stylesheets/css/bootstrap.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 8405, app/assets/stylesheets/css/bootstrap.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 8410, app/assets/stylesheets/css/bootstrap.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 8415, app/assets/stylesheets/css/bootstrap.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 8420, app/assets/stylesheets/css/bootstrap.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 8425, app/assets/stylesheets/css/bootstrap.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 8429, app/assets/stylesheets/css/bootstrap.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 8434, app/assets/stylesheets/css/bootstrap.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 8439, app/assets/stylesheets/css/bootstrap.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 8444, app/assets/stylesheets/css/bootstrap.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 8449, app/assets/stylesheets/css/bootstrap.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 8453, app/assets/stylesheets/css/bootstrap.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 8458, app/assets/stylesheets/css/bootstrap.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 8463, app/assets/stylesheets/css/bootstrap.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 8468, app/assets/stylesheets/css/bootstrap.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 8473, app/assets/stylesheets/css/bootstrap.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 8477, app/assets/stylesheets/css/bootstrap.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 8482, app/assets/stylesheets/css/bootstrap.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 8487, app/assets/stylesheets/css/bootstrap.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 8492, app/assets/stylesheets/css/bootstrap.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 8497, app/assets/stylesheets/css/bootstrap.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 8501, app/assets/stylesheets/css/bootstrap.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 8506, app/assets/stylesheets/css/bootstrap.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 8511, app/assets/stylesheets/css/bootstrap.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 8516, app/assets/stylesheets/css/bootstrap.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 8521, app/assets/stylesheets/css/bootstrap.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 8525, app/assets/stylesheets/css/bootstrap.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 8530, app/assets/stylesheets/css/bootstrap.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 8535, app/assets/stylesheets/css/bootstrap.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 8540, app/assets/stylesheets/css/bootstrap.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 8545, app/assets/stylesheets/css/bootstrap.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 8549, app/assets/stylesheets/css/bootstrap.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 8554, app/assets/stylesheets/css/bootstrap.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 8559, app/assets/stylesheets/css/bootstrap.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 8564, app/assets/stylesheets/css/bootstrap.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 8569, app/assets/stylesheets/css/bootstrap.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 8573, app/assets/stylesheets/css/bootstrap.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 8578, app/assets/stylesheets/css/bootstrap.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 8583, app/assets/stylesheets/css/bootstrap.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 8588, app/assets/stylesheets/css/bootstrap.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 8593, app/assets/stylesheets/css/bootstrap.scss */
.m-auto {
  margin: auto !important;
}

/* line 8597, app/assets/stylesheets/css/bootstrap.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 8602, app/assets/stylesheets/css/bootstrap.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 8607, app/assets/stylesheets/css/bootstrap.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 8612, app/assets/stylesheets/css/bootstrap.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 8618, app/assets/stylesheets/css/bootstrap.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 8621, app/assets/stylesheets/css/bootstrap.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 8625, app/assets/stylesheets/css/bootstrap.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 8629, app/assets/stylesheets/css/bootstrap.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 8633, app/assets/stylesheets/css/bootstrap.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 8637, app/assets/stylesheets/css/bootstrap.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 8640, app/assets/stylesheets/css/bootstrap.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8644, app/assets/stylesheets/css/bootstrap.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8648, app/assets/stylesheets/css/bootstrap.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8652, app/assets/stylesheets/css/bootstrap.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8656, app/assets/stylesheets/css/bootstrap.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 8659, app/assets/stylesheets/css/bootstrap.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8663, app/assets/stylesheets/css/bootstrap.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8667, app/assets/stylesheets/css/bootstrap.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8671, app/assets/stylesheets/css/bootstrap.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8675, app/assets/stylesheets/css/bootstrap.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 8678, app/assets/stylesheets/css/bootstrap.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 8682, app/assets/stylesheets/css/bootstrap.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 8686, app/assets/stylesheets/css/bootstrap.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8690, app/assets/stylesheets/css/bootstrap.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 8694, app/assets/stylesheets/css/bootstrap.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 8697, app/assets/stylesheets/css/bootstrap.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8701, app/assets/stylesheets/css/bootstrap.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8705, app/assets/stylesheets/css/bootstrap.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8709, app/assets/stylesheets/css/bootstrap.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8713, app/assets/stylesheets/css/bootstrap.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 8716, app/assets/stylesheets/css/bootstrap.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 8720, app/assets/stylesheets/css/bootstrap.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 8724, app/assets/stylesheets/css/bootstrap.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8728, app/assets/stylesheets/css/bootstrap.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 8732, app/assets/stylesheets/css/bootstrap.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 8735, app/assets/stylesheets/css/bootstrap.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 8739, app/assets/stylesheets/css/bootstrap.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 8743, app/assets/stylesheets/css/bootstrap.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 8747, app/assets/stylesheets/css/bootstrap.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 8751, app/assets/stylesheets/css/bootstrap.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 8754, app/assets/stylesheets/css/bootstrap.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8758, app/assets/stylesheets/css/bootstrap.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8762, app/assets/stylesheets/css/bootstrap.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8766, app/assets/stylesheets/css/bootstrap.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8770, app/assets/stylesheets/css/bootstrap.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 8773, app/assets/stylesheets/css/bootstrap.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8777, app/assets/stylesheets/css/bootstrap.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8781, app/assets/stylesheets/css/bootstrap.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8785, app/assets/stylesheets/css/bootstrap.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8789, app/assets/stylesheets/css/bootstrap.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 8792, app/assets/stylesheets/css/bootstrap.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 8796, app/assets/stylesheets/css/bootstrap.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 8800, app/assets/stylesheets/css/bootstrap.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8804, app/assets/stylesheets/css/bootstrap.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 8808, app/assets/stylesheets/css/bootstrap.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 8811, app/assets/stylesheets/css/bootstrap.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8815, app/assets/stylesheets/css/bootstrap.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8819, app/assets/stylesheets/css/bootstrap.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8823, app/assets/stylesheets/css/bootstrap.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8827, app/assets/stylesheets/css/bootstrap.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 8830, app/assets/stylesheets/css/bootstrap.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 8834, app/assets/stylesheets/css/bootstrap.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 8838, app/assets/stylesheets/css/bootstrap.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8842, app/assets/stylesheets/css/bootstrap.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 8846, app/assets/stylesheets/css/bootstrap.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 8849, app/assets/stylesheets/css/bootstrap.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 8853, app/assets/stylesheets/css/bootstrap.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 8857, app/assets/stylesheets/css/bootstrap.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 8861, app/assets/stylesheets/css/bootstrap.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 8865, app/assets/stylesheets/css/bootstrap.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 8868, app/assets/stylesheets/css/bootstrap.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 8872, app/assets/stylesheets/css/bootstrap.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 8876, app/assets/stylesheets/css/bootstrap.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 8880, app/assets/stylesheets/css/bootstrap.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 8884, app/assets/stylesheets/css/bootstrap.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 8887, app/assets/stylesheets/css/bootstrap.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 8891, app/assets/stylesheets/css/bootstrap.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 8895, app/assets/stylesheets/css/bootstrap.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 8899, app/assets/stylesheets/css/bootstrap.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 8903, app/assets/stylesheets/css/bootstrap.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 8906, app/assets/stylesheets/css/bootstrap.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 8910, app/assets/stylesheets/css/bootstrap.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 8914, app/assets/stylesheets/css/bootstrap.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 8918, app/assets/stylesheets/css/bootstrap.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 8922, app/assets/stylesheets/css/bootstrap.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 8925, app/assets/stylesheets/css/bootstrap.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 8929, app/assets/stylesheets/css/bootstrap.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 8933, app/assets/stylesheets/css/bootstrap.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 8937, app/assets/stylesheets/css/bootstrap.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 8941, app/assets/stylesheets/css/bootstrap.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 8944, app/assets/stylesheets/css/bootstrap.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 8948, app/assets/stylesheets/css/bootstrap.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 8952, app/assets/stylesheets/css/bootstrap.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 8956, app/assets/stylesheets/css/bootstrap.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 8963, app/assets/stylesheets/css/bootstrap.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 8966, app/assets/stylesheets/css/bootstrap.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 8970, app/assets/stylesheets/css/bootstrap.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 8974, app/assets/stylesheets/css/bootstrap.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 8978, app/assets/stylesheets/css/bootstrap.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 8982, app/assets/stylesheets/css/bootstrap.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 8985, app/assets/stylesheets/css/bootstrap.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8989, app/assets/stylesheets/css/bootstrap.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8993, app/assets/stylesheets/css/bootstrap.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8997, app/assets/stylesheets/css/bootstrap.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9001, app/assets/stylesheets/css/bootstrap.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 9004, app/assets/stylesheets/css/bootstrap.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9008, app/assets/stylesheets/css/bootstrap.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9012, app/assets/stylesheets/css/bootstrap.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9016, app/assets/stylesheets/css/bootstrap.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9020, app/assets/stylesheets/css/bootstrap.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 9023, app/assets/stylesheets/css/bootstrap.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 9027, app/assets/stylesheets/css/bootstrap.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 9031, app/assets/stylesheets/css/bootstrap.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9035, app/assets/stylesheets/css/bootstrap.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 9039, app/assets/stylesheets/css/bootstrap.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 9042, app/assets/stylesheets/css/bootstrap.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9046, app/assets/stylesheets/css/bootstrap.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9050, app/assets/stylesheets/css/bootstrap.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9054, app/assets/stylesheets/css/bootstrap.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9058, app/assets/stylesheets/css/bootstrap.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 9061, app/assets/stylesheets/css/bootstrap.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 9065, app/assets/stylesheets/css/bootstrap.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 9069, app/assets/stylesheets/css/bootstrap.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9073, app/assets/stylesheets/css/bootstrap.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 9077, app/assets/stylesheets/css/bootstrap.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 9080, app/assets/stylesheets/css/bootstrap.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 9084, app/assets/stylesheets/css/bootstrap.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 9088, app/assets/stylesheets/css/bootstrap.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 9092, app/assets/stylesheets/css/bootstrap.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 9096, app/assets/stylesheets/css/bootstrap.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 9099, app/assets/stylesheets/css/bootstrap.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9103, app/assets/stylesheets/css/bootstrap.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9107, app/assets/stylesheets/css/bootstrap.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9111, app/assets/stylesheets/css/bootstrap.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9115, app/assets/stylesheets/css/bootstrap.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 9118, app/assets/stylesheets/css/bootstrap.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9122, app/assets/stylesheets/css/bootstrap.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9126, app/assets/stylesheets/css/bootstrap.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9130, app/assets/stylesheets/css/bootstrap.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9134, app/assets/stylesheets/css/bootstrap.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 9137, app/assets/stylesheets/css/bootstrap.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 9141, app/assets/stylesheets/css/bootstrap.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 9145, app/assets/stylesheets/css/bootstrap.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9149, app/assets/stylesheets/css/bootstrap.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 9153, app/assets/stylesheets/css/bootstrap.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 9156, app/assets/stylesheets/css/bootstrap.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9160, app/assets/stylesheets/css/bootstrap.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9164, app/assets/stylesheets/css/bootstrap.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9168, app/assets/stylesheets/css/bootstrap.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9172, app/assets/stylesheets/css/bootstrap.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 9175, app/assets/stylesheets/css/bootstrap.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 9179, app/assets/stylesheets/css/bootstrap.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 9183, app/assets/stylesheets/css/bootstrap.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9187, app/assets/stylesheets/css/bootstrap.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 9191, app/assets/stylesheets/css/bootstrap.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 9194, app/assets/stylesheets/css/bootstrap.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9198, app/assets/stylesheets/css/bootstrap.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9202, app/assets/stylesheets/css/bootstrap.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9206, app/assets/stylesheets/css/bootstrap.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9210, app/assets/stylesheets/css/bootstrap.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 9213, app/assets/stylesheets/css/bootstrap.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9217, app/assets/stylesheets/css/bootstrap.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9221, app/assets/stylesheets/css/bootstrap.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9225, app/assets/stylesheets/css/bootstrap.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9229, app/assets/stylesheets/css/bootstrap.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 9232, app/assets/stylesheets/css/bootstrap.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 9236, app/assets/stylesheets/css/bootstrap.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 9240, app/assets/stylesheets/css/bootstrap.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9244, app/assets/stylesheets/css/bootstrap.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 9248, app/assets/stylesheets/css/bootstrap.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 9251, app/assets/stylesheets/css/bootstrap.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9255, app/assets/stylesheets/css/bootstrap.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9259, app/assets/stylesheets/css/bootstrap.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9263, app/assets/stylesheets/css/bootstrap.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9267, app/assets/stylesheets/css/bootstrap.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 9270, app/assets/stylesheets/css/bootstrap.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 9274, app/assets/stylesheets/css/bootstrap.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 9278, app/assets/stylesheets/css/bootstrap.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9282, app/assets/stylesheets/css/bootstrap.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 9286, app/assets/stylesheets/css/bootstrap.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 9289, app/assets/stylesheets/css/bootstrap.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 9293, app/assets/stylesheets/css/bootstrap.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 9297, app/assets/stylesheets/css/bootstrap.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 9301, app/assets/stylesheets/css/bootstrap.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 9308, app/assets/stylesheets/css/bootstrap.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 9311, app/assets/stylesheets/css/bootstrap.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 9315, app/assets/stylesheets/css/bootstrap.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 9319, app/assets/stylesheets/css/bootstrap.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 9323, app/assets/stylesheets/css/bootstrap.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 9327, app/assets/stylesheets/css/bootstrap.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 9330, app/assets/stylesheets/css/bootstrap.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9334, app/assets/stylesheets/css/bootstrap.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9338, app/assets/stylesheets/css/bootstrap.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9342, app/assets/stylesheets/css/bootstrap.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9346, app/assets/stylesheets/css/bootstrap.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 9349, app/assets/stylesheets/css/bootstrap.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9353, app/assets/stylesheets/css/bootstrap.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9357, app/assets/stylesheets/css/bootstrap.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9361, app/assets/stylesheets/css/bootstrap.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9365, app/assets/stylesheets/css/bootstrap.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 9368, app/assets/stylesheets/css/bootstrap.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 9372, app/assets/stylesheets/css/bootstrap.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 9376, app/assets/stylesheets/css/bootstrap.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9380, app/assets/stylesheets/css/bootstrap.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 9384, app/assets/stylesheets/css/bootstrap.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 9387, app/assets/stylesheets/css/bootstrap.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9391, app/assets/stylesheets/css/bootstrap.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9395, app/assets/stylesheets/css/bootstrap.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9399, app/assets/stylesheets/css/bootstrap.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9403, app/assets/stylesheets/css/bootstrap.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 9406, app/assets/stylesheets/css/bootstrap.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 9410, app/assets/stylesheets/css/bootstrap.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 9414, app/assets/stylesheets/css/bootstrap.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9418, app/assets/stylesheets/css/bootstrap.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 9422, app/assets/stylesheets/css/bootstrap.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 9425, app/assets/stylesheets/css/bootstrap.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 9429, app/assets/stylesheets/css/bootstrap.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 9433, app/assets/stylesheets/css/bootstrap.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 9437, app/assets/stylesheets/css/bootstrap.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 9441, app/assets/stylesheets/css/bootstrap.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 9444, app/assets/stylesheets/css/bootstrap.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9448, app/assets/stylesheets/css/bootstrap.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9452, app/assets/stylesheets/css/bootstrap.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9456, app/assets/stylesheets/css/bootstrap.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9460, app/assets/stylesheets/css/bootstrap.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 9463, app/assets/stylesheets/css/bootstrap.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9467, app/assets/stylesheets/css/bootstrap.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9471, app/assets/stylesheets/css/bootstrap.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9475, app/assets/stylesheets/css/bootstrap.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9479, app/assets/stylesheets/css/bootstrap.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 9482, app/assets/stylesheets/css/bootstrap.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 9486, app/assets/stylesheets/css/bootstrap.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 9490, app/assets/stylesheets/css/bootstrap.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9494, app/assets/stylesheets/css/bootstrap.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 9498, app/assets/stylesheets/css/bootstrap.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 9501, app/assets/stylesheets/css/bootstrap.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9505, app/assets/stylesheets/css/bootstrap.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9509, app/assets/stylesheets/css/bootstrap.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9513, app/assets/stylesheets/css/bootstrap.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9517, app/assets/stylesheets/css/bootstrap.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 9520, app/assets/stylesheets/css/bootstrap.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 9524, app/assets/stylesheets/css/bootstrap.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 9528, app/assets/stylesheets/css/bootstrap.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9532, app/assets/stylesheets/css/bootstrap.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 9536, app/assets/stylesheets/css/bootstrap.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 9539, app/assets/stylesheets/css/bootstrap.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9543, app/assets/stylesheets/css/bootstrap.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9547, app/assets/stylesheets/css/bootstrap.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9551, app/assets/stylesheets/css/bootstrap.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9555, app/assets/stylesheets/css/bootstrap.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 9558, app/assets/stylesheets/css/bootstrap.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9562, app/assets/stylesheets/css/bootstrap.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9566, app/assets/stylesheets/css/bootstrap.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9570, app/assets/stylesheets/css/bootstrap.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9574, app/assets/stylesheets/css/bootstrap.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 9577, app/assets/stylesheets/css/bootstrap.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 9581, app/assets/stylesheets/css/bootstrap.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 9585, app/assets/stylesheets/css/bootstrap.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9589, app/assets/stylesheets/css/bootstrap.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 9593, app/assets/stylesheets/css/bootstrap.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 9596, app/assets/stylesheets/css/bootstrap.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9600, app/assets/stylesheets/css/bootstrap.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9604, app/assets/stylesheets/css/bootstrap.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9608, app/assets/stylesheets/css/bootstrap.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9612, app/assets/stylesheets/css/bootstrap.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 9615, app/assets/stylesheets/css/bootstrap.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 9619, app/assets/stylesheets/css/bootstrap.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 9623, app/assets/stylesheets/css/bootstrap.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9627, app/assets/stylesheets/css/bootstrap.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 9631, app/assets/stylesheets/css/bootstrap.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 9634, app/assets/stylesheets/css/bootstrap.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 9638, app/assets/stylesheets/css/bootstrap.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 9642, app/assets/stylesheets/css/bootstrap.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 9646, app/assets/stylesheets/css/bootstrap.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 9653, app/assets/stylesheets/css/bootstrap.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 9656, app/assets/stylesheets/css/bootstrap.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 9660, app/assets/stylesheets/css/bootstrap.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 9664, app/assets/stylesheets/css/bootstrap.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 9668, app/assets/stylesheets/css/bootstrap.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 9672, app/assets/stylesheets/css/bootstrap.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 9675, app/assets/stylesheets/css/bootstrap.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9679, app/assets/stylesheets/css/bootstrap.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9683, app/assets/stylesheets/css/bootstrap.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9687, app/assets/stylesheets/css/bootstrap.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9691, app/assets/stylesheets/css/bootstrap.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 9694, app/assets/stylesheets/css/bootstrap.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9698, app/assets/stylesheets/css/bootstrap.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9702, app/assets/stylesheets/css/bootstrap.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9706, app/assets/stylesheets/css/bootstrap.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9710, app/assets/stylesheets/css/bootstrap.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 9713, app/assets/stylesheets/css/bootstrap.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 9717, app/assets/stylesheets/css/bootstrap.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 9721, app/assets/stylesheets/css/bootstrap.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9725, app/assets/stylesheets/css/bootstrap.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 9729, app/assets/stylesheets/css/bootstrap.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 9732, app/assets/stylesheets/css/bootstrap.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9736, app/assets/stylesheets/css/bootstrap.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9740, app/assets/stylesheets/css/bootstrap.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9744, app/assets/stylesheets/css/bootstrap.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9748, app/assets/stylesheets/css/bootstrap.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 9751, app/assets/stylesheets/css/bootstrap.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 9755, app/assets/stylesheets/css/bootstrap.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 9759, app/assets/stylesheets/css/bootstrap.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9763, app/assets/stylesheets/css/bootstrap.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 9767, app/assets/stylesheets/css/bootstrap.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 9770, app/assets/stylesheets/css/bootstrap.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 9774, app/assets/stylesheets/css/bootstrap.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 9778, app/assets/stylesheets/css/bootstrap.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 9782, app/assets/stylesheets/css/bootstrap.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 9786, app/assets/stylesheets/css/bootstrap.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 9789, app/assets/stylesheets/css/bootstrap.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9793, app/assets/stylesheets/css/bootstrap.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9797, app/assets/stylesheets/css/bootstrap.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9801, app/assets/stylesheets/css/bootstrap.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9805, app/assets/stylesheets/css/bootstrap.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 9808, app/assets/stylesheets/css/bootstrap.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9812, app/assets/stylesheets/css/bootstrap.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9816, app/assets/stylesheets/css/bootstrap.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9820, app/assets/stylesheets/css/bootstrap.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9824, app/assets/stylesheets/css/bootstrap.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 9827, app/assets/stylesheets/css/bootstrap.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 9831, app/assets/stylesheets/css/bootstrap.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 9835, app/assets/stylesheets/css/bootstrap.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9839, app/assets/stylesheets/css/bootstrap.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 9843, app/assets/stylesheets/css/bootstrap.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 9846, app/assets/stylesheets/css/bootstrap.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9850, app/assets/stylesheets/css/bootstrap.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9854, app/assets/stylesheets/css/bootstrap.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9858, app/assets/stylesheets/css/bootstrap.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9862, app/assets/stylesheets/css/bootstrap.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 9865, app/assets/stylesheets/css/bootstrap.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 9869, app/assets/stylesheets/css/bootstrap.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 9873, app/assets/stylesheets/css/bootstrap.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9877, app/assets/stylesheets/css/bootstrap.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 9881, app/assets/stylesheets/css/bootstrap.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 9884, app/assets/stylesheets/css/bootstrap.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9888, app/assets/stylesheets/css/bootstrap.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9892, app/assets/stylesheets/css/bootstrap.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9896, app/assets/stylesheets/css/bootstrap.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9900, app/assets/stylesheets/css/bootstrap.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 9903, app/assets/stylesheets/css/bootstrap.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9907, app/assets/stylesheets/css/bootstrap.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9911, app/assets/stylesheets/css/bootstrap.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9915, app/assets/stylesheets/css/bootstrap.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9919, app/assets/stylesheets/css/bootstrap.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 9922, app/assets/stylesheets/css/bootstrap.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 9926, app/assets/stylesheets/css/bootstrap.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 9930, app/assets/stylesheets/css/bootstrap.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9934, app/assets/stylesheets/css/bootstrap.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 9938, app/assets/stylesheets/css/bootstrap.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 9941, app/assets/stylesheets/css/bootstrap.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9945, app/assets/stylesheets/css/bootstrap.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9949, app/assets/stylesheets/css/bootstrap.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9953, app/assets/stylesheets/css/bootstrap.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9957, app/assets/stylesheets/css/bootstrap.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 9960, app/assets/stylesheets/css/bootstrap.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 9964, app/assets/stylesheets/css/bootstrap.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 9968, app/assets/stylesheets/css/bootstrap.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9972, app/assets/stylesheets/css/bootstrap.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 9976, app/assets/stylesheets/css/bootstrap.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 9979, app/assets/stylesheets/css/bootstrap.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 9983, app/assets/stylesheets/css/bootstrap.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 9987, app/assets/stylesheets/css/bootstrap.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 9991, app/assets/stylesheets/css/bootstrap.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 9997, app/assets/stylesheets/css/bootstrap.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 10009, app/assets/stylesheets/css/bootstrap.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 10013, app/assets/stylesheets/css/bootstrap.scss */
.text-justify {
  text-align: justify !important;
}

/* line 10017, app/assets/stylesheets/css/bootstrap.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 10021, app/assets/stylesheets/css/bootstrap.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 10025, app/assets/stylesheets/css/bootstrap.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 10031, app/assets/stylesheets/css/bootstrap.scss */
.text-left {
  text-align: left !important;
}

/* line 10035, app/assets/stylesheets/css/bootstrap.scss */
.text-right {
  text-align: right !important;
}

/* line 10039, app/assets/stylesheets/css/bootstrap.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 10044, app/assets/stylesheets/css/bootstrap.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 10047, app/assets/stylesheets/css/bootstrap.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 10050, app/assets/stylesheets/css/bootstrap.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 10056, app/assets/stylesheets/css/bootstrap.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 10059, app/assets/stylesheets/css/bootstrap.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 10062, app/assets/stylesheets/css/bootstrap.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 10068, app/assets/stylesheets/css/bootstrap.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 10071, app/assets/stylesheets/css/bootstrap.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 10074, app/assets/stylesheets/css/bootstrap.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 10080, app/assets/stylesheets/css/bootstrap.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 10083, app/assets/stylesheets/css/bootstrap.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 10086, app/assets/stylesheets/css/bootstrap.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 10091, app/assets/stylesheets/css/bootstrap.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 10095, app/assets/stylesheets/css/bootstrap.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 10099, app/assets/stylesheets/css/bootstrap.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 10103, app/assets/stylesheets/css/bootstrap.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 10107, app/assets/stylesheets/css/bootstrap.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 10111, app/assets/stylesheets/css/bootstrap.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 10115, app/assets/stylesheets/css/bootstrap.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 10119, app/assets/stylesheets/css/bootstrap.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 10123, app/assets/stylesheets/css/bootstrap.scss */
.font-italic {
  font-style: italic !important;
}

/* line 10127, app/assets/stylesheets/css/bootstrap.scss */
.text-white {
  color: #fff !important;
}

/* line 10131, app/assets/stylesheets/css/bootstrap.scss */
.text-primary {
  color: #007bff !important;
}

/* line 10135, app/assets/stylesheets/css/bootstrap.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 10139, app/assets/stylesheets/css/bootstrap.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 10143, app/assets/stylesheets/css/bootstrap.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 10147, app/assets/stylesheets/css/bootstrap.scss */
.text-success {
  color: #28a745 !important;
}

/* line 10151, app/assets/stylesheets/css/bootstrap.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 10155, app/assets/stylesheets/css/bootstrap.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 10159, app/assets/stylesheets/css/bootstrap.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 10163, app/assets/stylesheets/css/bootstrap.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 10167, app/assets/stylesheets/css/bootstrap.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 10171, app/assets/stylesheets/css/bootstrap.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 10175, app/assets/stylesheets/css/bootstrap.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 10179, app/assets/stylesheets/css/bootstrap.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 10183, app/assets/stylesheets/css/bootstrap.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 10187, app/assets/stylesheets/css/bootstrap.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 10191, app/assets/stylesheets/css/bootstrap.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 10195, app/assets/stylesheets/css/bootstrap.scss */
.text-body {
  color: #212529 !important;
}

/* line 10199, app/assets/stylesheets/css/bootstrap.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 10203, app/assets/stylesheets/css/bootstrap.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 10207, app/assets/stylesheets/css/bootstrap.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 10211, app/assets/stylesheets/css/bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 10219, app/assets/stylesheets/css/bootstrap.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 10223, app/assets/stylesheets/css/bootstrap.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 10228, app/assets/stylesheets/css/bootstrap.scss */
.text-reset {
  color: inherit !important;
}

/* line 10232, app/assets/stylesheets/css/bootstrap.scss */
.visible {
  visibility: visible !important;
}

/* line 10236, app/assets/stylesheets/css/bootstrap.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 10241, app/assets/stylesheets/css/bootstrap.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 10247, app/assets/stylesheets/css/bootstrap.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 10250, app/assets/stylesheets/css/bootstrap.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 10253, app/assets/stylesheets/css/bootstrap.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 10256, app/assets/stylesheets/css/bootstrap.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 10261, app/assets/stylesheets/css/bootstrap.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 10265, app/assets/stylesheets/css/bootstrap.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 10271, app/assets/stylesheets/css/bootstrap.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 10278, app/assets/stylesheets/css/bootstrap.scss */
  body {
    min-width: 992px !important;
  }
  /* line 10281, app/assets/stylesheets/css/bootstrap.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 10284, app/assets/stylesheets/css/bootstrap.scss */
  .navbar {
    display: none;
  }
  /* line 10287, app/assets/stylesheets/css/bootstrap.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 10290, app/assets/stylesheets/css/bootstrap.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 10293, app/assets/stylesheets/css/bootstrap.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 10297, app/assets/stylesheets/css/bootstrap.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 10301, app/assets/stylesheets/css/bootstrap.scss */
  .table-dark {
    color: inherit;
  }
  /* line 10304, app/assets/stylesheets/css/bootstrap.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 10310, app/assets/stylesheets/css/bootstrap.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*** ESSENTIAL STYLES ***/
/* line 2, app/assets/stylesheets/css/superfish.scss */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 7, app/assets/stylesheets/css/superfish.scss */
.sf-menu li {
  position: relative;
}

/* line 10, app/assets/stylesheets/css/superfish.scss */
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  z-index: 99;
}

/* line 18, app/assets/stylesheets/css/superfish.scss */
.sf-menu > li {
  float: left;
}

/* line 21, app/assets/stylesheets/css/superfish.scss */
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

/* line 26, app/assets/stylesheets/css/superfish.scss */
.sf-menu a {
  display: block;
  position: relative;
}

/* line 30, app/assets/stylesheets/css/superfish.scss */
.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/*** DEMO SKIN ***/
/* line 37, app/assets/stylesheets/css/superfish.scss */
.sf-menu {
  float: left;
  margin-bottom: 1em;
}

/* line 41, app/assets/stylesheets/css/superfish.scss */
.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */
}

/* line 46, app/assets/stylesheets/css/superfish.scss */
.sf-menu a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF;
  /* fallback colour must use full shorthand */
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
}

/* line 54, app/assets/stylesheets/css/superfish.scss */
.sf-menu a {
  color: #13a;
}

/* line 57, app/assets/stylesheets/css/superfish.scss */
.sf-menu li {
  background: #BDD2FF;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s;
}

/* line 64, app/assets/stylesheets/css/superfish.scss */
.sf-menu ul li {
  background: #AABDE6;
}

/* line 67, app/assets/stylesheets/css/superfish.scss */
.sf-menu ul ul li {
  background: #9AAEDB;
}

/* line 70, app/assets/stylesheets/css/superfish.scss */
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: #CFDEFF;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}

/*** arrows (for all except IE7) **/
/* line 79, app/assets/stylesheets/css/superfish.scss */
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
/* line 84, app/assets/stylesheets/css/superfish.scss */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5);
}

/* line 97, app/assets/stylesheets/css/superfish.scss */
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */
}

/* styling for right-facing arrows */
/* line 103, app/assets/stylesheets/css/superfish.scss */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  /*margin-right: -3px;*/
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 110, app/assets/stylesheets/css/superfish.scss */
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}
/* Magnific Popup CSS */
/* line 2, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 14, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 24, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 36, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 42, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 45, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 53, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 57, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 60, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 65, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 71, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 74, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 79, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 82, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 85, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 95, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-preloader a {
  color: #cccccc;
}

/* line 97, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-preloader a:hover {
  color: white;
}

/* line 100, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 103, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 106, app/assets/stylesheets/css/magnific-popup.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 118, app/assets/stylesheets/css/magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 122, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 138, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 141, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 144, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333333;
}

/* line 147, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 154, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

/* line 162, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 173, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 175, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 178, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 189, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 193, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 198, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 200, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

/* line 203, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 207, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 209, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

/* line 212, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 215, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 218, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 222, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 225, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 230, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
/* line 241, app/assets/stylesheets/css/magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 254, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}

/* line 256, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

/* line 269, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 274, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 277, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 285, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 292, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 295, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 302, app/assets/stylesheets/css/magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 305, app/assets/stylesheets/css/magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 307, app/assets/stylesheets/css/magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 310, app/assets/stylesheets/css/magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 313, app/assets/stylesheets/css/magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 323, app/assets/stylesheets/css/magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 325, app/assets/stylesheets/css/magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 328, app/assets/stylesheets/css/magnific-popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  /* line 340, app/assets/stylesheets/css/magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  /* line 343, app/assets/stylesheets/css/magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  /* line 346, app/assets/stylesheets/css/magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  /* line 349, app/assets/stylesheets/css/magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* line 353, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 355, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 361, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 363, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 365, app/assets/stylesheets/css/magnific-popup.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* @font-face {
  font-family: 'icomoon';
  src: url(/../../fonts/icomoon/icomoon.eot?srf3rx);
  src: url(/../../fonts/icomoon/icomoon.eot?srf3rx#iefix) format("embedded-opentype"), 
  url(/../../fonts/icomoon/icomoon.ttf?srf3rx) format("truetype"), 
  url(/../../fonts/icomoon/icomoon.woff?srf3rx) format("woff"), 
  url(/../../fonts/icomoon/icomoon.svg?srf3rx#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
} */
@font-face {
  font-family: 'icomoon';
  src: url(/../../fonts/icomoon/icomoon.eot);
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
/* line 24, app/assets/stylesheets/css/style.scss */
body {
  line-height: 1.6;
  font-size: 16px;
  background: #fff;
}

/* line 30, app/assets/stylesheets/css/style.scss */
body.fh5co-offcanvas {
  overflow: hidden;
}

/*body{
  background-image: url(/../images/header-side-arrow.png);
}*/
/* line 38, app/assets/stylesheets/css/style.scss */
a {
  color: #30b29b;
  -webkit-transition: 0.5s, ease;
  -o-transition: 0.5s, ease;
  transition: 0.5s, ease;
}

/* line 44, app/assets/stylesheets/css/style.scss */
a:hover {
  text-decoration: none;
  color: #30b29b;
}

/* line 49, app/assets/stylesheets/css/style.scss */
p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 16px;
  color: #434343;
  line-height: 28px;
}

/* line 56, app/assets/stylesheets/css/style.scss */
h1, h2, h3, h4, h5, h6 {
  color: #1e2022;
  font-weight: 400;
  margin: 0 0 30px 0;
}

/* line 62, app/assets/stylesheets/css/style.scss */
figure {
  margin-bottom: 2em;
}

/* line 66, app/assets/stylesheets/css/style.scss */
::-webkit-selection {
  color: #fcfcfc;
  background: #0875bc;
}

/* line 71, app/assets/stylesheets/css/style.scss */
::-moz-selection {
  color: #fcfcfc;
  background: #0875bc;
}

/* line 76, app/assets/stylesheets/css/style.scss */
::selection {
  color: #fcfcfc;
  background: #0875bc;
}

/* line 81, app/assets/stylesheets/css/style.scss */
#fh5co-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}

/* line 87, app/assets/stylesheets/css/style.scss */
.stuck {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  background: transparent;
}

/* line 95, app/assets/stylesheets/css/style.scss */
.top-head-bar {
  position: relative;
  padding: 4px 35px;
  border-bottom: none;
  background: url(/../images/top-bar-bg.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 99;
}

/* line 104, app/assets/stylesheets/css/style.scss */
.top-head-bar .top-call-link {
  color: #927396;
}

/* line 108, app/assets/stylesheets/css/style.scss */
.top-head-bar .top-call-link strong {
  color: #927396;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

/* line 113, app/assets/stylesheets/css/style.scss */
.top-head-bar .top-call-link a {
  font-weight: bold;
}

/* line 117, app/assets/stylesheets/css/style.scss */
.top-head-bar .top-call-link span {
  font-size: 20px;
  position: relative;
  margin-right: 7px;
  bottom: -1px;
}

/* line 124, app/assets/stylesheets/css/style.scss */
.top-head-bar .top-call-link, ul.top-social-links {
  padding: 9px 0 8px !important;
}

/* line 128, app/assets/stylesheets/css/style.scss */
.top-head-bar ul.top-social-links {
  padding: 0;
  margin: 0;
  text-align: right;
  margin-right: 10px !important;
}

/* line 135, app/assets/stylesheets/css/style.scss */
.top-head-bar ul.top-social-links li {
  display: inline-block;
  margin-right: 15px;
}

/* line 140, app/assets/stylesheets/css/style.scss */
.top-head-bar ul.top-social-links li:last-child {
  margin: 0;
}

/* line 144, app/assets/stylesheets/css/style.scss */
.top-head-bar ul.top-social-links li a {
  color: #4a4a4a;
  transform: scale(1);
  font-size: 16px;
  transition: all .3s ease;
}

/* line 151, app/assets/stylesheets/css/style.scss */
.top-head-bar ul.top-social-links li a:hover {
  transition: all .3s ease;
  color: #927396;
  transform: scale(1.2);
}

/* line 156, app/assets/stylesheets/css/style.scss */
a.top-booking-link {
  background: #927196;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-shadow: 1px 1px black;
  margin: 0 -15px;
  font-size: 16px;
  transition: all .3s ease;
}

/* line 170, app/assets/stylesheets/css/style.scss */
a.top-booking-link:hover, a.top-booking-link:focus {
  background: #f2d5b6;
  color: #fff;
  transition: all .3s ease;
}

/* line 181, app/assets/stylesheets/css/style.scss */
.top-link {
  text-align: right;
  padding: 38px 0;
  margin: 0px 0px 0 -45px;
}

/* line 186, app/assets/stylesheets/css/style.scss */
.top-link a.themebtn img {
  float: left;
  margin-right: 10px;
}

/* line 191, app/assets/stylesheets/css/style.scss */
.top-link a.themebtn {
  text-transform: initial !important;
}

/*@media only screen and (min-width: 1400px){
  .top-link {
    text-align: right;
    padding: 38px 0;
    margin: 0px 0px 0 -45px;
  }
  .top-link a.themebtn img {
      float: left;
      margin-right: 10px;
  }

  .top-link a.themebtn {
      text-transform: initial !important;
  }
}
@media only screen and (max-width: 1390px){
    .top-link {
        margin: 0px 0px 0 -25px;
    }

    .top-link a.themebtn {
        max-width: 200px;
        font-size: 14px;
        min-width: inherit;
        padding: 10px 15px;
    }

    .top-link a.themebtn img {
        width: 20px;
        margin-right: 0px;
        position: relative;
        left: -6px;
    }
}*/
/* line 229, app/assets/stylesheets/css/style.scss */
.social-media {
  margin: 5px 0;
}

/* line 232, app/assets/stylesheets/css/style.scss */
ul.scnd-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

/* line 239, app/assets/stylesheets/css/style.scss */
ul.scnd-menu li {
  display: inline-block;
  margin-right: 25px;
}

/* line 244, app/assets/stylesheets/css/style.scss */
ul.scnd-menu li:last-child {
  margin-right: 0px;
}

/* line 248, app/assets/stylesheets/css/style.scss */
ul.scnd-menu li a {
  color: #1c237d;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 16px;
  transition: all .3s ease;
}

/* line 250, app/assets/stylesheets/css/style.scss */
ul.scnd-menu li a:hover, ul.scnd-menu li a:focus {
  color: #000;
  transition: all .3s ease;
}

/* line 254, app/assets/stylesheets/css/style.scss */
.container {
  width: 100%;
  max-width: 1200px;
}

/* line 259, app/assets/stylesheets/css/style.scss */
.b-icon span {
  color: #fff;
  margin: 0 20px;
  font-size: 16px;
}

/* line 264, app/assets/stylesheets/css/style.scss */
.address-box {
  font-size: 16px;
}

/* line 267, app/assets/stylesheets/css/style.scss */
.address-box a {
  color: #fff !important;
}

/* line 270, app/assets/stylesheets/css/style.scss */
.address {
  display: inline-block;
}

/* line 274, app/assets/stylesheets/css/style.scss */
.phone-no {
  display: inline-block;
}

/* line 278, app/assets/stylesheets/css/style.scss */
.social-col {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  text-align: center;
}

/* line 284, app/assets/stylesheets/css/style.scss */
.social-media a {
  display: inline-block;
  margin: 0;
  font-size: 25px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
  padding: 0;
  color: #0070c0;
  transition: all .5s ease;
}

/* line 297, app/assets/stylesheets/css/style.scss */
.social-media a:hover, .social-media a:focus {
  color: #8dc63f;
}

/* line 300, app/assets/stylesheets/css/style.scss */
.social-media a span {
  transform: scale(1);
  color: #0070c0;
  transition: all .5s ease;
}

/* line 305, app/assets/stylesheets/css/style.scss */
.social-media a:hover span, .social-media a:focus span {
  color: #8dc63f;
}

/* line 308, app/assets/stylesheets/css/style.scss */
.social-media a:hover span {
  transform: scale(1.2);
  transition: all .5s ease;
}

/* line 313, app/assets/stylesheets/css/style.scss */
.logo-bar {
  position: relative;
  padding: 10px 0;
}

/* Superfish Override Menu */
/* line 319, app/assets/stylesheets/css/style.scss */
.sf-menu {
  margin: 20px auto  20px !important;
  transition: all .3s ease;
}

/*.stuck .sf-menu {
    margin: 20px auto  20px !important;
    transition: all .3s ease;
}*/
/* line 327, app/assets/stylesheets/css/style.scss */
.sf-menu {
  float: left;
  width: 100%;
  text-align: right;
}

/*.sf-menu:before {
    content: '';
    position: absolute;
    width: 110%;
    height: 6px;
    background: #01535e;
    bottom: -2px;
    right: 0;
}*/
/* line 341, app/assets/stylesheets/css/style.scss */
.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 12em;
  *width: 12em;
}

/* line 347, app/assets/stylesheets/css/style.scss */
.sf-menu > li {
  float: none;
  display: inline-block;
}

/* line 351, app/assets/stylesheets/css/style.scss */
.sf-menu a {
  color: #fff;
  padding: 0.25em 1em !important;
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 16px;
  border-bottom: none !important;
  font-weight: 600;
}

/*.stuck .sf-menu a {
    padding: 1.5em 1em !important;
}*/
/* line 367, app/assets/stylesheets/css/style.scss */
.sf-menu a:hover, .sf-menu a:focus {
  color: #ff5722 !important;
}

/* line 371, app/assets/stylesheets/css/style.scss */
.sf-menu li.active a:hover, .sf-menu li.active a:focus {
  color: #ff5722;
}

/* line 375, app/assets/stylesheets/css/style.scss */
.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

/* line 383, app/assets/stylesheets/css/style.scss */
.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.2em 1em !important;
  letter-spacing: 1px;
  font-size: 14px !important;
}

/* line 391, app/assets/stylesheets/css/style.scss */
.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #ff5722;
}

/* line 399, app/assets/stylesheets/css/style.scss */
.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

/* line 404, app/assets/stylesheets/css/style.scss */
.sf-menu ul li {
  background: transparent;
}

/* line 408, app/assets/stylesheets/css/style.scss */
.sf-arrows .sf-with-ul {
  padding-right: 1.8em !important;
  padding-right: 1em;
}

/* line 413, app/assets/stylesheets/css/style.scss */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

/* line 425, app/assets/stylesheets/css/style.scss */
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

/* line 431, app/assets/stylesheets/css/style.scss */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

/* line 438, app/assets/stylesheets/css/style.scss */
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

/* line 446, app/assets/stylesheets/css/style.scss */
.lang-btn {
  position: absolute;
  right: 50px;
}

/* line 451, app/assets/stylesheets/css/style.scss */
.lang-btn a {
  padding: 20px 25px 12px;
  background: url(/../images/lang-btn-bg.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 22px;
}

/* line 460, app/assets/stylesheets/css/style.scss */
#fh5co-header-section {
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1022;
  background: transparent;
  border-bottom: none;
  background-size: cover;
}

/* line 472, app/assets/stylesheets/css/style.scss */
#fh5co-header-section nav ul.sf-menu {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

/* line 478, app/assets/stylesheets/css/style.scss */
#fh5co-header-section nav ul li a {
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 0;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

/* line 487, app/assets/stylesheets/css/style.scss */
#fh5co-header-section nav {
  margin: 0px;
}

/* line 490, app/assets/stylesheets/css/style.scss */
#fh5co-header-section nav ul li {
  margin-right: 35px;
  transition: all .3s ease;
}

/* line 494, app/assets/stylesheets/css/style.scss */
#fh5co-header-section nav ul li:last-child {
  margin-right: 0 !important;
}

/*#fh5co-header-section nav ul li:before {
    content: ' | ';
    position: absolute;
    top: 10px;
    right: -13px;
    color: #fff;
}*/
/*#fh5co-header-section nav ul li:last-child:before {
    display: none;
}*/
/* line 507, app/assets/stylesheets/css/style.scss */
#fh5co-header-section nav ul li a {
  color: #199dc3 !important;
  transition: all .3s ease;
  position: relative;
}

/*#fh5co-header-section nav ul li a:hover:before, 
#fh5co-header-section nav ul li:hover > a:before, 
#fh5co-header-section nav ul li.active > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98%;
    height: 3px;
    background: linear-gradient(to right, #005ea1,#0d82ce, #2fb29b);
}
#fh5co-header-section nav ul li a:hover, #fh5co-header-section nav ul li:hover > a, #fh5co-header-section nav ul li.active > a {
    background: linear-gradient(to right, #005ea1,#0d82ce, #2fb29b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .3s ease;
}*/
/*#fh5co-header-section .stuck nav ul li a{
  color: #1c237d !important;
  transition: all .3s ease;
}*/
/*#fh5co-header-section .stuck nav ul li a:hover, #fh5co-header-section .stuck nav ul li:hover > a, #fh5co-header-section .stuck nav ul li.active > a {
    color: #fff !important;
    transition: all .3s ease;
}*/
/* line 537, app/assets/stylesheets/css/style.scss */
#fh5co-menu-wrap .sf-menu a.sf-withul {
  margin-bottom: 5px;
}

/* line 540, app/assets/stylesheets/css/style.scss */
.page-with-map #fh5co-header-section nav ul li a {
  color: #1c237d !important;
  transition: all .3s ease;
}

/* line 544, app/assets/stylesheets/css/style.scss */
.page-with-map #fh5co-header-section nav ul li a:hover, .page-with-map #fh5co-header-section nav ul li:hover > a, .page-with-map #fh5co-header-section nav ul li.active > a, .page-with-map #fh5co-primary-menu .fh5co-sub-menu a {
  color: #fff !important;
  transition: all .3s ease;
}

/*#fh5co-header-section nav ul li a:before, 
#fh5co-header-section nav ul li > a:before, 
#fh5co-header-section nav ul li > a:before{
    content: '';
    position: absolute;
    top: -7px;
    right: 5px;
    width: 100%;
    height: 15px;
    background: url(/../images/menu-hover-after.png) no-repeat top right;
    background-size: contain;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}

#fh5co-header-section nav ul li a:hover:before, 
#fh5co-header-section nav ul li:hover > a:before, 
#fh5co-header-section nav ul li.active > a:before{
      visibility: visible;
    opacity: 1;
    transition: all .3s ease;
}*/
/*
#fh5co-header-section nav ul li ul.dropdown li a:hover {
  color: #fff;
  background: #155159;
  transition: all 0.5s;
}
*/
/* line 582, app/assets/stylesheets/css/style.scss */
#fh5co-header-section nav ul li ul.dropdown {
  position: absolute !important;
  z-index: 999;
  width: 224px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 10px 35px 10px 10px;
  /* display: none; */
  border-top: 13px solid #094c6f;
  transition: all 1s ease;
}

/* line 592, app/assets/stylesheets/css/style.scss */
#fh5co-header-section nav ul li:hover ul.dropdown {
  display: block  !important;
  transition: all 1s ease;
}

/* line 596, app/assets/stylesheets/css/style.scss */
#fh5co-header-section nav ul li ul.dropdown li {
  margin: 0px  !important;
  display: block  !important;
  transition: all 1s ease;
}

/* line 601, app/assets/stylesheets/css/style.scss */
#fh5co-header-section nav ul li ul.dropdown li a {
  padding: 5px 10px  !important;
  text-transform: capitalize  !important;
  font-size: 13px  !important;
  color: #000 !important;
  transition: all 1s ease;
}

/* line 608, app/assets/stylesheets/css/style.scss */
#fh5co-header-section nav ul li ul.dropdown li a:before {
  background: #155b7d;
  background: -moz-linear-gradient(top, #155b7d 0%, #19648b 7%, #1a6992 15%, #105a7f 54%, #0d5679 59%, #07476a 89%, #044565 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #155b7d 0%, #19648b 7%, #1a6992 15%, #105a7f 54%, #0d5679 59%, #07476a 89%, #044565 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #155b7d 0%, #19648b 7%, #1a6992 15%, #105a7f 54%, #0d5679 59%, #07476a 89%, #044565 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#155b7d', endColorstr='#044565',GradientType=0 );
  /* IE6-9 */
}

/* line 615, app/assets/stylesheets/css/style.scss */
#fh5co-header-section nav ul li ul.dropdown li a:hover {
  color: #fff  !important;
  background: #155b7d;
  background: -moz-linear-gradient(top, #155b7d 0%, #19648b 7%, #1a6992 15%, #105a7f 54%, #0d5679 59%, #07476a 89%, #044565 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #155b7d 0%, #19648b 7%, #1a6992 15%, #105a7f 54%, #0d5679 59%, #07476a 89%, #044565 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #155b7d 0%, #19648b 7%, #1a6992 15%, #105a7f 54%, #0d5679 59%, #07476a 89%, #044565 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#155b7d', endColorstr='#044565',GradientType=0 );
  /* IE6-9 */
}

/* line 623, app/assets/stylesheets/css/style.scss */
#fh5co-header-section nav ul li ul.dropdown li a:after {
  background: none  !important;
  position: static  !important;
}

/* line 628, app/assets/stylesheets/css/style.scss */
.websearch {
  position: relative;
  margin: 18px auto 0 !important;
}

/* line 633, app/assets/stylesheets/css/style.scss */
.nav-header {
  position: relative;
  float: left;
  width: 100%;
}

/* line 639, app/assets/stylesheets/css/style.scss */
#fh5co-logo {
  position: relative;
  z-index: 2;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all .3s ease;
}

/*#fh5co-logo img {
    max-width: 120px;
}*/
/* line 650, app/assets/stylesheets/css/style.scss */
#fh5co-logo span {
  font-weight: 700;
}

/* line 653, app/assets/stylesheets/css/style.scss */
img.sub-logo {
  max-width: inherit !important;
  position: relative;
  top: 20px;
  left: 25px;
}

/* line 659, app/assets/stylesheets/css/style.scss */
header .right-logos {
  margin: 10px 0;
}

/* line 662, app/assets/stylesheets/css/style.scss */
.main-warpper {
  padding: 0;
  position: relative;
}

/* line 668, app/assets/stylesheets/css/style.scss */
.main-warpper p.text-center {
  text-align: center;
}

/* line 671, app/assets/stylesheets/css/style.scss */
.main-warpper p span {
  color: #ed504d;
}

/* line 677, app/assets/stylesheets/css/style.scss */
#fh5co-logo a {
  color: #ff5722;
}

/* line 680, app/assets/stylesheets/css/style.scss */
#fh5co-logo a:hover, #fh5co-logo a:focus {
  color: #ff5722 !important;
}

/* line 684, app/assets/stylesheets/css/style.scss */
#fh5co-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: none;
  margin-top: 15px;
}

/* line 691, app/assets/stylesheets/css/style.scss */
#fh5co-menu-wrap .sf-menu a {
  padding: 0px 0 3px !important;
  border-radius: 0px !important;
}

/* line 695, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu > li > ul li.active > a {
  color: #000 !important;
  padding-left: 10px !important;
}

/* line 699, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu > li > .sf-with-ul:after {
  /*border: none !important;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: initial;
    float: none;
    margin-left: 4px;
    margin-right: -4px;
    top: 50%;
    font-size: 12px;
    margin-top: 0;
    content: "\e922";
    color: #4e4e4e;
    transition: all .3s ease;*/
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  position: relative;
  float: none;
  margin-left: 4px;
  margin-right: -4px;
  right: -3px;
  font-size: 12px;
  margin-top: 0;
  color: #121212;
}

/*.stuck #fh5co-primary-menu > li > .sf-with-ul:after {
  color: #4e4e4e !important;
  transition: all .3s ease;
}
, 
.stuck #fh5co-primary-menu > li.active > .sf-with-ul:after {}
*/
/* line 746, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu > li:hover > .sf-with-ul:after, #fh5co-primary-menu > li > .sf-with-ul:hover:after {
  color: #1c9cbf !important;
  transition: all .3s ease;
}

/* line 750, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu > li.active > .sf-with-ul:after {
  color: #1c9cbf;
}

/* line 753, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu > li > ul li {
  position: relative;
}

/* line 756, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 12px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

/* line 777, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu .fh5co-sub-menu {
  background: rgba(255, 255, 255, 0.95);
  padding: 5px 15px;
  left: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  min-width: 235px;
  text-align: left !important;
}

/* line 793, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu .fh5co-sub-menu li {
  margin: 0px;
}

/* line 796, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
  left: 100%;
}

/* line 800, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu .fh5co-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

/* line 809, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu .fh5co-sub-menu:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: '';
  display: none;
}

/* line 823, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
  top: 6px;
  left: 100%;
}

/* line 828, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

/* line 834, app/assets/stylesheets/css/style.scss */
.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}

/* line 842, app/assets/stylesheets/css/style.scss */
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

/* line 846, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu .fh5co-sub-menu a {
  padding: 0.05em 0em !important;
  line-height: 25px;
  color: #000 !important;
  transition: all .5s ease;
  font-weight: 600;
  font-size: 15px !important;
  text-transform: capitalize;
}

/*#fh5co-header-section .stuck #fh5co-primary-menu .fh5co-sub-menu a{
    color: #fff !important;
    transition: all .5s ease;
}*/
/* line 860, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu .fh5co-sub-menu li a:before {
  display: none !important;
}

/* line 864, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu .fh5co-sub-menu {
  padding: 0px 0;
  min-width: 15.5rem;
  border: none;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.3);
}

/* line 871, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu .fh5co-sub-menu li:not(:last-child) {
  border-bottom: 1px solid #f0f4fa;
}

/* line 873, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu .fh5co-sub-menu a {
  color: #434343 !important;
  display: block;
  width: 100%;
  padding: 16px 15px !important;
  line-height: normal;
  font-family: 'Montserrat', sans-serif !important;
  transition: all .3s ease;
  font-size: 16px !important;
  font-weight: 500;
}

/* line 881, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu .fh5co-sub-menu:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #005ea1, #0d82ce, #2fb29b);
}

/* line 889, app/assets/stylesheets/css/style.scss */
#fh5co-header-section nav ul li a.sf-withul:hover:before, #fh5co-header-section nav ul li:hover > a.sf-withul:before, #fh5co-header-section nav ul li.active > a.sf-withul:before {
  display: none;
}

/* line 891, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu .fh5co-sub-menu li:hover,
#fh5co-primary-menu .fh5co-sub-menu li:active,
#fh5co-primary-menu .fh5co-sub-menu li:focus,
#fh5co-primary-menu .fh5co-sub-menu li.active {
  background-color: #f3f7fd;
  transition: all .3s ease;
}

/* line 900, app/assets/stylesheets/css/style.scss */
#fh5co-primary-menu .fh5co-sub-menu a:hover,
#fh5co-primary-menu .fh5co-sub-menu a:active,
#fh5co-primary-menu .fh5co-sub-menu a:focus,
#fh5co-primary-menu .fh5co-sub-menu li.active a {
  background: linear-gradient(to right, #005ea1, #2fb29b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all .3s ease;
}

/* line 911, app/assets/stylesheets/css/style.scss */
#fh5co-work-section,
#fh5co-services-section,
#fh5co-content-section,
#fh5co-work-section_2,
#fh5co-blog-section,
#fh5co-features {
  padding: 7em 0;
}

@media screen and (max-width: 768px) {
  /* line 920, app/assets/stylesheets/css/style.scss */
  #fh5co-work-section,
#fh5co-services-section,
#fh5co-content-section,
#fh5co-work-section_2,
#fh5co-blog-section,
#fh5co-features {
    padding: 4em 0;
  }
}

/* line 930, app/assets/stylesheets/css/style.scss */
.fh5co-section-gray {
  background: rgba(0, 0, 0, 0.04);
}

/* line 934, app/assets/stylesheets/css/style.scss */
.heading-section {
  padding-bottom: 1em;
  margin-bottom: 5em;
}

/* line 938, app/assets/stylesheets/css/style.scss */
.heading-section:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #ff5722;
}

/* line 948, app/assets/stylesheets/css/style.scss */
.heading-section h3 {
  font-size: 40px;
  font-weight: 300;
  position: relative;
}

/* line 953, app/assets/stylesheets/css/style.scss */
.heading-section p {
  font-size: 20px;
}

/* line 957, app/assets/stylesheets/css/style.scss */
.feature-text h3 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #000;
  letter-spacing: .2em;
}

/* line 965, app/assets/stylesheets/css/style.scss */
.feature-text h3 .number {
  margin-right: 5px;
  color: #ff5722;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 974, app/assets/stylesheets/css/style.scss */
#gtco-footer {
  clear: both;
  position: relative;
  padding: 7em 0 0;
}

/* line 980, app/assets/stylesheets/css/style.scss */
.sub-to-news-wrap {
  position: relative;
  padding: 55px 30px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 25px -17px #000;
  margin: 160px 0 60px;
}

/* line 990, app/assets/stylesheets/css/style.scss */
.sub-to-news-wrap input[type=email] {
  display: inline;
  padding: 12px 20px;
  margin: 9px 0;
  box-sizing: border-box;
  border-radius: 30px;
  border: none;
  outline: none;
  width: 55%;
  height: 20%;
  text-align: left;
  background: #f2f2f2;
  transition: all .3s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #797979;
  margin-right: 5px;
}

/* line 1009, app/assets/stylesheets/css/style.scss */
.sub-to-news-wrap input[type=email]:hover {
  transition: all .3s ease;
}

/* line 1012, app/assets/stylesheets/css/style.scss */
.sub-to-news-wrap input[type=email]::placeholder {
  color: #797979;
  opacity: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
}

/* line 1022, app/assets/stylesheets/css/style.scss */
.sub-to-news-wrap button {
  height: 50px;
  padding: 0;
  margin: 0;
}

/* line 1028, app/assets/stylesheets/css/style.scss */
.sub-to-news-wrap .btn {
  border-radius: 30px;
  width: 14%;
  margin-left: 5px;
  font-size: 20px;
}

@media (max-width: 992px) {
  /* line 1037, app/assets/stylesheets/css/style.scss */
  .sub-to-news-wrap .btn {
    width: 20%;
  }
  /* line 1040, app/assets/stylesheets/css/style.scss */
  .sub-to-news-wrap input[type=email] {
    width: 50%;
  }
}

@media (max-width: 768px) {
  /* line 1045, app/assets/stylesheets/css/style.scss */
  .sub-to-news-wrap .btn {
    width: 40%;
  }
  /* line 1048, app/assets/stylesheets/css/style.scss */
  .sub-to-news-wrap input[type=email] {
    width: 90%;
  }
}

@media (max-width: 440px) {
  /* line 1053, app/assets/stylesheets/css/style.scss */
  .sub-to-news-wrap .btn {
    width: 50%;
    font-size: 18px;
  }
  /* line 1057, app/assets/stylesheets/css/style.scss */
  .sub-to-news-wrap input[type=email] {
    width: 100%;
  }
}

/* line 1062, app/assets/stylesheets/css/style.scss */
#gtco-footer .heading-with-sub p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
  color: #927196;
}

/* line 1069, app/assets/stylesheets/css/style.scss */
#gtco-footer .row.row-pb-md {
  margin: 0;
}

/* line 1072, app/assets/stylesheets/css/style.scss */
.footer-links {
  font-size: 14px !important;
  font-weight: 400;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  color: #927196 !important;
  line-height: normal;
}

/* line 1080, app/assets/stylesheets/css/style.scss */
.footer-links a {
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 15px !important;
  font-weight: 400;
  display: inline-block;
  margin: 5px !important;
  font-family: 'Montserrat', sans-serif;
  color: #434343 !important;
  line-height: normal;
}

/* line 1092, app/assets/stylesheets/css/style.scss */
.footer-links a:hover {
  text-decoration: underline;
}

/* line 1095, app/assets/stylesheets/css/style.scss */
#gtco-footer .gtco-widget {
  margin-bottom: 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  word-spacing: 1px;
}

/* line 1104, app/assets/stylesheets/css/style.scss */
.social-links {
  position: relative;
  margin-bottom: 10px;
  margin-top: 25px;
}

/* line 1110, app/assets/stylesheets/css/style.scss */
.social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 1116, app/assets/stylesheets/css/style.scss */
.social-links ul li {
  display: inline-block;
}

/* line 1120, app/assets/stylesheets/css/style.scss */
.social-links ul li a {
  padding: 0px 5px;
  line-height: normal;
  background: #01b1d7;
  color: #fff;
}

/* line 1127, app/assets/stylesheets/css/style.scss */
.gtco-widget ul.scnd-menu li {
  margin-right: 5px;
  text-align: left;
  font-size: 14px;
}

/* line 1133, app/assets/stylesheets/css/style.scss */
.gtco-widget ul.scnd-menu {
  text-align: left;
  font-size: 14px;
}

/* line 1138, app/assets/stylesheets/css/style.scss */
.gtco-widget ul.scnd-menu li a {
  font-size: 14px;
  text-transform: capitalize;
  color: #666568;
}

/* line 1143, app/assets/stylesheets/css/style.scss */
#gtco-footer .gtco-widget p, #gtco-footer .gtco-widget .links a {
  color: #434343;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
  text-transform: capitalize;
}

/* line 1152, app/assets/stylesheets/css/style.scss */
#gtco-footer .gtco-widget .call-us {
  font-size: 24px;
  color: #3b3b3b;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  margin-top: 10px;
}

/* line 1160, app/assets/stylesheets/css/style.scss */
#gtco-footer .gtco-widget .call-us a {
  font-weight: 600;
}

/* line 1163, app/assets/stylesheets/css/style.scss */
#gtco-footer .gtco-widget .call-us a:hover {
  color: #3f9dc2 !important;
}

/* line 1166, app/assets/stylesheets/css/style.scss */
.links.two-cols ul li {
  float: left;
  width: 50%;
}

/*.gtco-widget.footer-info p, .gtco-widget.footer-info a {
    color: #3b3b3b !important;
    font-family: 'Montserrat', sans-serif;
    text-transform: initial;
    font-size: 20px !important;
    line-height: 32px !important;
    font-weight: 400 !important;
}*/
/* line 1178, app/assets/stylesheets/css/style.scss */
.gtco-widget .heading h2, .gtco-widget .heading h2 a {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #02abcf;
  line-height: normal;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: 400 !important;
}

/* line 1187, app/assets/stylesheets/css/style.scss */
.gtco-widget p {
  font-size: 15px;
  margin-top: 15px;
}

/* line 1191, app/assets/stylesheets/css/style.scss */
#gtco-footer h3 {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 16px;
  /* letter-spacing: 1px; */
  /* text-transform: uppercase; */
  color: #fff;
}

/* line 1199, app/assets/stylesheets/css/style.scss */
#gtco-footer .address-box {
  font-size: 15px;
}

/* line 1202, app/assets/stylesheets/css/style.scss */
#gtco-footer .address-box a {
  color: #fff !important;
}

/* line 1205, app/assets/stylesheets/css/style.scss */
#gtco-footer .address-box ul {
  padding: 0px;
  list-style-type: none;
  font-size: 15px;
}

/* line 1210, app/assets/stylesheets/css/style.scss */
#gtco-footer .address-box ul li {
  margin-bottom: 8px;
}

/* line 1213, app/assets/stylesheets/css/style.scss */
#gtco-footer .address-box ul li span {
  color: #890304;
  margin-right: 5px;
  font-weight: 600;
}

/* line 1218, app/assets/stylesheets/css/style.scss */
#gtco-footer .social-media a {
  color: #fe1b24;
  font-size: 30px;
}

/* line 1222, app/assets/stylesheets/css/style.scss */
#gtco-footer .social-media a:hover {
  color: #231f20;
}

/* line 1225, app/assets/stylesheets/css/style.scss */
#gtco-footer .social-media {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center !important;
}

/* line 1230, app/assets/stylesheets/css/style.scss */
#gtco-footer .social-media .social-col {
  display: inline-block;
}

/* line 1234, app/assets/stylesheets/css/style.scss */
.footer-nav {
  position: relative;
  margin-top: 0px;
}

/* line 1239, app/assets/stylesheets/css/style.scss */
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
}

/* line 1246, app/assets/stylesheets/css/style.scss */
.footer-nav ul li {
  display: inline-block;
  line-height: normal;
  margin-right: 45px;
  position: relative;
}

/* line 1253, app/assets/stylesheets/css/style.scss */
.footer-nav ul li:last-child {
  margin: 0;
}

/* line 1256, app/assets/stylesheets/css/style.scss */
.footer-nav ul li:before {
  content: ' | ';
  position: absolute;
  top: -1px;
  right: -28px;
  color: #02cab8;
}

/* line 1263, app/assets/stylesheets/css/style.scss */
.footer-nav ul li:last-child:before {
  display: none;
}

/* line 1266, app/assets/stylesheets/css/style.scss */
.footer-nav ul li a {
  font-family: 'Montserrat', sans-serif;
  color: #02cab8 !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: all .3s ease !important;
}

/* line 1275, app/assets/stylesheets/css/style.scss */
.footer-nav ul li a:hover {
  color: #3f9dc2 !important;
}

/* line 1278, app/assets/stylesheets/css/style.scss */
.copyright {
  background: transparent;
  padding: 13px 0 18px;
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  color: #383838;
}

/* line 1286, app/assets/stylesheets/css/style.scss */
.copyright p {
  margin: 5px 0px 10px;
  color: #434343 !important;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

/* line 1293, app/assets/stylesheets/css/style.scss */
#gtco-footer .gtco-widget.footer-info {
  padding-right: 40px;
}

/* line 1294, app/assets/stylesheets/css/style.scss */
#gtco-footer .gtco-widget .widget-head {
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  margin-bottom: 30px;
  color: #1e2022;
  padding-left: 23px;
  margin-top: 0px;
}

/* line 1305, app/assets/stylesheets/css/style.scss */
#gtco-footer .gtco-widget ul.quick-links {
  padding-left: 23px;
}

/* line 1308, app/assets/stylesheets/css/style.scss */
#gtco-footer .gtco-widget.no-before-sm .widget-head {
  padding: 0;
}

/* line 1310, app/assets/stylesheets/css/style.scss */
#gtco-footer .gtco-widget.no-before-sm ul.quick-links {
  padding: 0;
}

/* line 1311, app/assets/stylesheets/css/style.scss */
#gtco-footer .gtco-widget ul.quick-links {
  list-style: none;
  text-align: left;
  margin: 0;
}

/* line 1313, app/assets/stylesheets/css/style.scss */
#gtco-footer .gtco-widget ul.quick-links li {
  margin-bottom: 10px;
}

/* line 1315, app/assets/stylesheets/css/style.scss */
#gtco-footer .gtco-widget ul.quick-links li a {
  color: #434343;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding-left: 0px;
  transition: all .3s ease;
}

/* line 1326, app/assets/stylesheets/css/style.scss */
#gtco-footer .gtco-widget ul.quick-links li a:hover {
  padding-left: 10px;
  transition: all .3s ease;
}

/* line 1328, app/assets/stylesheets/css/style.scss */
#gtco-footer .gtco-widget.footer-info p {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 27px;
  color: #434343 !important;
}

/* line 1335, app/assets/stylesheets/css/style.scss */
.footer-quick-links-wrap {
  position: relative;
  padding: 0 8%;
}

/* line 1340, app/assets/stylesheets/css/style.scss */
#gtco-footer .footer-quick-links-wrap .gtco-widget {
  text-align: left !important;
  color: #fff;
  padding: 0 30px;
  position: relative;
}

/* line 1347, app/assets/stylesheets/css/style.scss */
#gtco-footer .footer-quick-links-wrap .gtco-widget:before {
  content: '';
  width: 1px;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 100%;
  top: 0;
}

/* line 1349, app/assets/stylesheets/css/style.scss */
#gtco-footer .footer-quick-links-wrap .gtco-widget ul.quick-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 1355, app/assets/stylesheets/css/style.scss */
#gtco-footer .footer-quick-links-wrap .gtco-widget ul.quick-links li a {
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  line-height: normal;
  font-family: 'Montserrat', sans-serif;
  padding-left: 0px;
  transition: all .3s ease;
}

/* line 1365, app/assets/stylesheets/css/style.scss */
#gtco-footer .footer-quick-links-wrap .gtco-widget ul.quick-links li {
  line-height: normal;
}

/* line 1369, app/assets/stylesheets/css/style.scss */
#gtco-footer .footer-quick-links-wrap .gtco-widget ul.quick-links li a:hover {
  padding-left: 10px;
  transition: all .3s ease;
}

/* line 1374, app/assets/stylesheets/css/style.scss */
#gtco-footer .footer-quick-links-wrap .gtco-widget ul.contact-footer-list {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: normal;
}

/* line 1381, app/assets/stylesheets/css/style.scss */
#gtco-footer .footer-quick-links-wrap .gtco-widget ul.contact-footer-list li {
  line-height: normal;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}

/* line 1390, app/assets/stylesheets/css/style.scss */
#gtco-footer .footer-quick-links-wrap .gtco-widget ul.contact-footer-list li * {
  color: #fff;
}

/* line 1394, app/assets/stylesheets/css/style.scss */
#gtco-footer .footer-quick-links-wrap .gtco-widget ul.contact-footer-list li p, #gtco-footer .footer-quick-links-wrap .gtco-widget ul.contact-footer-list li a {
  text-align: left !important;
  font-size: 13px;
  text-transform: capitalize !important;
}

/* line 1400, app/assets/stylesheets/css/style.scss */
#gtco-footer .footer-quick-links-wrap .gtco-widget ul.contact-footer-list li p {
  margin: 0;
}

/* line 1404, app/assets/stylesheets/css/style.scss */
#gtco-footer .footer-quick-links-wrap .gtco-widget ul.contact-footer-list li span {
  margin-right: 15px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
}

/* line 1414, app/assets/stylesheets/css/style.scss */
#gtco-footer .footer-quick-links-wrap .gtco-widget.no-before:before {
  display: none;
}

/* line 1425, app/assets/stylesheets/css/style.scss */
.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1431, app/assets/stylesheets/css/style.scss */
.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1438, app/assets/stylesheets/css/style.scss */
.btn.btn-primary {
  background: #ff5722;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}

/* line 1444, app/assets/stylesheets/css/style.scss */
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #ff5722;
  color: #fff !important;
}

/* line 1449, app/assets/stylesheets/css/style.scss */
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}

/* line 1454, app/assets/stylesheets/css/style.scss */
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

/* line 1458, app/assets/stylesheets/css/style.scss */
.js .animate-box {
  opacity: 0;
}

/* line 1462, app/assets/stylesheets/css/style.scss */
#fh5co-wrapper {
  overflow-x: hidden;
  position: relative;
  overflow: hidden;
}

/* line 1468, app/assets/stylesheets/css/style.scss */
.fh5co-offcanvas {
  overflow: hidden;
}

/* line 1471, app/assets/stylesheets/css/style.scss */
.fh5co-offcanvas #fh5co-wrapper {
  overflow: hidden !important;
}

/* line 1475, app/assets/stylesheets/css/style.scss */
#fh5co-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 1481, app/assets/stylesheets/css/style.scss */
.fh5co-offcanvas #fh5co-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

@media screen and (max-width: 1190px) {
  /* line 1490, app/assets/stylesheets/css/style.scss */
  #fh5co-menu-wrap {
    display: none;
  }
}

/* line 1495, app/assets/stylesheets/css/style.scss */
#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
  display: none;
}

@media screen and (max-width: 1190px) {
  /* line 1508, app/assets/stylesheets/css/style.scss */
  #offcanvas-menu {
    display: block;
  }
}

/* line 1512, app/assets/stylesheets/css/style.scss */
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}

/* line 1516, app/assets/stylesheets/css/style.scss */
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

/* line 1523, app/assets/stylesheets/css/style.scss */
#offcanvas-menu ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}

/* line 1527, app/assets/stylesheets/css/style.scss */
#offcanvas-menu ul li a:hover {
  color: #02cab8;
}

/* line 1530, app/assets/stylesheets/css/style.scss */
#offcanvas-menu ul li > .fh5co-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}

/* line 1534, app/assets/stylesheets/css/style.scss */
#offcanvas-menu ul li.active > a {
  color: #199dc3 !important;
}

/* line 1537, app/assets/stylesheets/css/style.scss */
#offcanvas-menu ul .fh5co-sub-menu {
  display: block !important;
}

/* line 1541, app/assets/stylesheets/css/style.scss */
.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

/* line 1545, app/assets/stylesheets/css/style.scss */
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}

/* line 1548, app/assets/stylesheets/css/style.scss */
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}

/* line 1551, app/assets/stylesheets/css/style.scss */
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

/* line 1555, app/assets/stylesheets/css/style.scss */
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 30px;
  height: 2px;
  color: #05b6a6;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #05b6a6;
  transition: all .2s ease-out;
}

/* line 1569, app/assets/stylesheets/css/style.scss */
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #05b6a6;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/*.stuck .fh5co-nav-toggle i{
  background: #927296;
  color: #fff;
}
.stuck .fh5co-nav-toggle i::before, .stuck .fh5co-nav-toggle i::after {
    background:#927296;
  color: #927296;
}*/
/* line 1588, app/assets/stylesheets/css/style.scss */
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}

/* line 1594, app/assets/stylesheets/css/style.scss */
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* line 1601, app/assets/stylesheets/css/style.scss */
.fh5co-nav-toggle i::before {
  top: -7px;
}

/* line 1605, app/assets/stylesheets/css/style.scss */
.fh5co-nav-toggle i::after {
  bottom: -7px;
}

/* line 1609, app/assets/stylesheets/css/style.scss */
.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

/* line 1613, app/assets/stylesheets/css/style.scss */
.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

/* line 1617, app/assets/stylesheets/css/style.scss */
.fh5co-nav-toggle.active i {
  background: transparent;
}

/* line 1621, app/assets/stylesheets/css/style.scss */
.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

/* line 1630, app/assets/stylesheets/css/style.scss */
.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

/* line 1639, app/assets/stylesheets/css/style.scss */
.fh5co-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}

/* line 1649, app/assets/stylesheets/css/style.scss */
.tp-bannercontainer {
  width: 100%;
  position: relative;
  padding: 0;
  background: #f8f8f8;
}

/* line 1656, app/assets/stylesheets/css/style.scss */
.tp-banner {
  width: 100%;
  position: relative;
}

/* line 1660, app/assets/stylesheets/css/style.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 1663, app/assets/stylesheets/css/style.scss */
.tp-caption.red-bg {
  background-color: #890304 !important;
  color: #fff !important;
  font-weight: 500;
  color: #34495e;
  text-decoration: none;
  border-style: none;
  line-height: normal !important;
}

/* line 1672, app/assets/stylesheets/css/style.scss */
.redbtn {
  padding: 9px 18px;
  transition: all 0.5s ease-out 0s;
  min-height: 0px;
  min-width: 0px;
  line-height: 24px;
  border-width: 0px;
  margin: 0px;
  letter-spacing: 0px;
  font-size: 18px;
  display: inline-block;
  margin: 0px !important;
  text-align: center;
  min-width: auto;
  position: relative;
  border-radius: 0px;
  border-radius: 25px;
  background: #ff1b24;
  color: #fff !important;
  border: 1px solid #ff1b24 !important;
  border-color: #ff1b24;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize !important;
}

/* line 1696, app/assets/stylesheets/css/style.scss */
.redbtn:hover, .redbtn:focus {
  transition: all 0.5s ease-out 0s;
  background: transparent !important;
  color: #ff1b24 !important;
  border-color: #ff1b24 !important;
}

/*
.redbtn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #ffffff61;
    transition: all .3s ease;
}
.redbtn:hover::before {
    width: 100%;
    transition: all .3s ease;
}
*/
/* line 1718, app/assets/stylesheets/css/style.scss */
.fh5co-cover,
.fh5co-hero {
  position: relative;
  height: 200px;
}

@media screen and (max-width: 991px) {
  /* line 1724, app/assets/stylesheets/css/style.scss */
  .fh5co-cover,
.fh5co-hero {
    background-attachment: initial;
  }
}

@media screen and (max-width: 768px) {
  /* line 1730, app/assets/stylesheets/css/style.scss */
  .fh5co-cover,
.fh5co-hero {
    height: 700px;
  }
  /* line 1734, app/assets/stylesheets/css/style.scss */
  .footer-quick-links-wrap {
    padding: 0px;
  }
  /* line 1737, app/assets/stylesheets/css/style.scss */
  #gtco-footer .footer-quick-links-wrap .gtco-widget {
    padding: 0px;
  }
  /* line 1740, app/assets/stylesheets/css/style.scss */
  #gtco-footer .footer-quick-links-wrap .gtco-widget:before {
    left: 106%;
  }
}

@media screen and (max-width: 480px) {
  /* line 1745, app/assets/stylesheets/css/style.scss */
  .fh5co-cover, .fh5co-hero {
    height: 500px;
  }
}

@media screen and (max-width: 380px) {
  /* line 1750, app/assets/stylesheets/css/style.scss */
  .fh5co-cover, .fh5co-hero {
    height: 450px;
  }
  /* line 1753, app/assets/stylesheets/css/style.scss */
  .address-box {
    font-size: 12px;
  }
}

/* line 1757, app/assets/stylesheets/css/style.scss */
.fh5co-cover.fh5co-hero-2,
.fh5co-hero.fh5co-hero-2 {
  height: 600px;
}

/* line 1761, app/assets/stylesheets/css/style.scss */
.fh5co-cover.fh5co-hero-2 .fh5co-overlay,
.fh5co-hero.fh5co-hero-2 .fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

/* line 1773, app/assets/stylesheets/css/style.scss */
.fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, transparent 100%);
  height: 100%;
  width: 100%;
  content: '';
  top: 0;
}

/* line 1790, app/assets/stylesheets/css/style.scss */
.fh5co-cover {
  background-size: cover;
  position: relative;
  background-position: 50% 100%;
}

@media screen and (max-width: 768px) {
  /* line 1796, app/assets/stylesheets/css/style.scss */
  .fh5co-cover {
    heifght: inherit;
    padding: 3em 0;
  }
}

/* line 1801, app/assets/stylesheets/css/style.scss */
.fh5co-cover.fh5co-cover_2 {
  height: 600px;
}

@media screen and (max-width: 768px) {
  /* line 1805, app/assets/stylesheets/css/style.scss */
  .fh5co-cover.fh5co-cover_2 {
    height: inherit;
    padding: 3em 0;
  }
}

/* line 1810, app/assets/stylesheets/css/style.scss */
.fh5co-cover .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -90px;
  z-index: 2;
  color: #fff;
}

/* line 1818, app/assets/stylesheets/css/style.scss */
.fh5co-cover .desc p {
  color: #fff;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}

/* line 1823, app/assets/stylesheets/css/style.scss */
.banner-top-text {
  font-size: 38px;
  text-transform: capitalize;
  text-align: left;
  line-height: normal;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

/* line 1831, app/assets/stylesheets/css/style.scss */
.fh5co-inner-banner .banner-top-text {
  font-size: 50px;
  line-height: normal;
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}

/*.fh5co-cover .desc a {
    background: #149ee4 !important;
    border-radius: 0px;
    padding: 0.4em 1em;
    position: relative;
    border: none !important;
    transition: 0s;
}
.fh5co-cover .desc a:before {
    content: '';
    position: absolute;
    top: 0px;
    right: -11px;
    width: 30%;
    height: 100%;
    background: #149ee4;
    z-index: -1;
    -ms-transform: skew(-30deg,0deg);
    -webkit-transform: skew(-30deg,0deg);
    transform: skew(-30deg,0deg);
    /* padding: .3em 1em;
}
.fh5co-cover .desc a:hover, .fh5co-cover .desc a:hover:before {
    background: #146086 !important;
    transition: 0s;
}*/
/* line 1864, app/assets/stylesheets/css/style.scss */
.fh5co-inner-banner .seperator {
  display: inline-block;
  width: 65px;
  height: 2px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  /* line 1871, app/assets/stylesheets/css/style.scss */
  .fh5co-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 1876, app/assets/stylesheets/css/style.scss */
.fh5co-cover .desc h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 300 !important;
}

/* line 1883, app/assets/stylesheets/css/style.scss */
.fh5co-cover .desc h2 strong {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  /* line 1887, app/assets/stylesheets/css/style.scss */
  .fh5co-cover .desc h2 {
    font-size: 40px;
  }
}

/* line 1891, app/assets/stylesheets/css/style.scss */
.fh5co-cover .desc span {
  display: block;
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 1px;
}

/* line 1897, app/assets/stylesheets/css/style.scss */
.fh5co-cover .desc span a {
  color: #fff;
}

/* line 1900, app/assets/stylesheets/css/style.scss */
.fh5co-cover .desc span a:hover, .fh5co-cover .desc span a:focus {
  color: #fff !important;
}

/* line 1903, app/assets/stylesheets/css/style.scss */
.fh5co-cover .desc span a.btn:hover, .fh5co-cover .desc span a.btn:focus {
  border: 2px solid #fff !important;
  background: transparent !important;
}

/* line 1907, app/assets/stylesheets/css/style.scss */
.fh5co-cover .desc span a.fh5co-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1190px) {
  /* line 1912, app/assets/stylesheets/css/style.scss */
  .fh5co-nav-toggle {
    display: block;
    top: 10px;
    right: 20px;
    margin-top: 2em;
  }
  /* line 1918, app/assets/stylesheets/css/style.scss */
  .right-logos {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  /* line 1923, app/assets/stylesheets/css/style.scss */
  .fh5co-nav-toggle {
    display: block;
    top: 38px;
    margin-top: 2em;
  }
  /* line 1928, app/assets/stylesheets/css/style.scss */
  .right-logos {
    display: none;
  }
  /* line 1931, app/assets/stylesheets/css/style.scss */
  .social-media {
    margin-top: 0;
    text-align: right;
  }
  /* line 1935, app/assets/stylesheets/css/style.scss */
  #fh5co-logo img {
    /*max-width: 120px;*/
  }
}

@media screen and (max-width: 767px) {
  /* line 1940, app/assets/stylesheets/css/style.scss */
  .social-media {
    margin-top: 0;
    text-align: right;
    margin: 0 -15px;
  }
  /* line 1945, app/assets/stylesheets/css/style.scss */
  .address-box {
    font-size: 16px;
    text-align: center;
  }
  /* line 1949, app/assets/stylesheets/css/style.scss */
  .address, .phone-no {
    margin: 5px 0;
  }
  /* line 1952, app/assets/stylesheets/css/style.scss */
  .b-icon span {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  /* line 1958, app/assets/stylesheets/css/style.scss */
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

/* line 1964, app/assets/stylesheets/css/style.scss */
.row-bottom-padded-lg {
  padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
  /* line 1968, app/assets/stylesheets/css/style.scss */
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

/* line 1973, app/assets/stylesheets/css/style.scss */
.row-top-padded-lg {
  padding-top: 7em;
}

@media screen and (max-width: 768px) {
  /* line 1977, app/assets/stylesheets/css/style.scss */
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

/* line 1982, app/assets/stylesheets/css/style.scss */
.row-bottom-padded-md {
  padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
  /* line 1986, app/assets/stylesheets/css/style.scss */
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

/* line 1991, app/assets/stylesheets/css/style.scss */
.row-top-padded-md {
  padding-top: 4em;
}

@media screen and (max-width: 768px) {
  /* line 1995, app/assets/stylesheets/css/style.scss */
  .row-top-padded-md {
    padding-top: 2em;
  }
}

/* line 2000, app/assets/stylesheets/css/style.scss */
.row-bottom-padded-sm {
  padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
  /* line 2004, app/assets/stylesheets/css/style.scss */
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

/* line 2009, app/assets/stylesheets/css/style.scss */
.row-top-padded-sm {
  padding-top: 2em;
}

@media screen and (max-width: 768px) {
  /* line 2013, app/assets/stylesheets/css/style.scss */
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

/* line 2018, app/assets/stylesheets/css/style.scss */
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 2022, app/assets/stylesheets/css/style.scss */
.lead {
  line-height: 1.8;
}

/* line 2026, app/assets/stylesheets/css/style.scss */
.no-js #loader {
  display: none;
}

/* line 2030, app/assets/stylesheets/css/style.scss */
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

/* line 2037, app/assets/stylesheets/css/style.scss */
.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/../hourglass.svg) center no-repeat #222222;
}

/* line 2048, app/assets/stylesheets/css/style.scss */
.row.topbar-container {
  justify-content: space-evenly;
  margin: 0;
  flex-flow: row;
}

/* line 2050, app/assets/stylesheets/css/style.scss */
.row.topbar-container .logo-wrapper, .row.topbar-container .contact-container {
  width: 12%;
  margin: 0 !important;
}

/* line 2052, app/assets/stylesheets/css/style.scss */
.row.topbar-container .navbar-container {
  width: 82%;
}

/*# sourceMappingURL=style.css.map */
/* line 6, app/assets/stylesheets/css/mine.scss */
.margin-left-30 {
  margin-left: 30px;
}

/* line 10, app/assets/stylesheets/css/mine.scss */
#fh5co-logo {
  margin: 0;
}

/*.stuck #fh5co-logo {
    margin: 0;
    transition: all .3s ease;
    padding: 0px;
    background: transparent;
    border-radius: 0px;
    box-shadow: none;
}

.stuck #fh5co-logo img {
    max-width: 120px;
    margin-bottom: 10px;
}*/
/* line 29, app/assets/stylesheets/css/mine.scss */
#offcanvas-menu ul li a {
  color: #fff;
  font-size: 16px;
  opacity: 0.8;
}

/* line 35, app/assets/stylesheets/css/mine.scss */
#offcanvas-menu ul li.active > a {
  opacity: 1;
  color: #05b6a6 !important;
}

/* line 40, app/assets/stylesheets/css/mine.scss */
#fh5co-menu-wrap {
  margin-top: 0px;
  transition: ease 0.5s all;
}

/* line 45, app/assets/stylesheets/css/mine.scss */
a,
a:hover,
a:focus {
  color: #264116;
  text-decoration: none;
}

/* line 52, app/assets/stylesheets/css/mine.scss */
img {
  max-width: 100%;
}

/* line 56, app/assets/stylesheets/css/mine.scss */
.padding-0 {
  padding: 0px;
}

/* line 60, app/assets/stylesheets/css/mine.scss */
.heading h2 {
  font-size: 27px;
  font-weight: 600;
}

/* line 66, app/assets/stylesheets/css/mine.scss */
.no-padd {
  padding: 0;
}

/* line 70, app/assets/stylesheets/css/mine.scss */
.zoom-small {
  transform: scale(1.05);
}

/* line 74, app/assets/stylesheets/css/mine.scss */
.heading-with-sub {
  position: relative;
}

/* line 78, app/assets/stylesheets/css/mine.scss */
.heading-with-sub h2 {
  margin-bottom: 25px;
  font-size: 44px;
  font-family: 'Montserrat', sans-serif;
  line-height: normal;
  font-weight: 400;
}

/* line 86, app/assets/stylesheets/css/mine.scss */
.black-caption .heading-with-sub h2 span {
  background: linear-gradient(to right, #005ea1, #0d82ce, #2fb29b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Montserrat', sans-serif;
  line-height: normal;
  font-weight: bold;
}

/* line 96, app/assets/stylesheets/css/mine.scss */
.heading-with-sub h2 {
  position: relative;
}

/* line 100, app/assets/stylesheets/css/mine.scss */
.heading-with-sub h4 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 100;
}

/* line 106, app/assets/stylesheets/css/mine.scss */
h3.small-heading {
  font-family: 'Montserrat', sans-serif;
  line-height: normal;
  font-weight: 800;
  color: #02cab8;
  font-size: 35px;
  margin-bottom: 15px;
}

/* line 115, app/assets/stylesheets/css/mine.scss */
.black-caption h2 {
  color: #1e2022;
}

/* line 119, app/assets/stylesheets/css/mine.scss */
.black-caption h2 span {
  color: #1e2022;
}

/* line 122, app/assets/stylesheets/css/mine.scss */
.black-caption + p {
  font-size: 15px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  color: #434343 !important;
}

/* line 127, app/assets/stylesheets/css/mine.scss */
.white-caption p {
  color: #fff;
}

/* line 131, app/assets/stylesheets/css/mine.scss */
.white-caption h2 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 28px;
}

/* line 137, app/assets/stylesheets/css/mine.scss */
.white-caption h2 span {
  color: #fff;
}

/* line 142, app/assets/stylesheets/css/mine.scss */
.gtco-widget.footer-info p {
  margin-bottom: 20px !important;
}

/* line 144, app/assets/stylesheets/css/mine.scss */
.gtco-widget.footer-info a {
  font-weight: 400;
  font-size: 15px;
  display: block;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  color: #434343;
}

/* line 146, app/assets/stylesheets/css/mine.scss */
.gtco-widget.footer-info a img {
  margin-right: 11px;
  position: relative;
  top: -2px;
}

/* line 149, app/assets/stylesheets/css/mine.scss */
.footer-social-icons a {
  width: 35px;
  height: 35px;
  display: inline-block;
  /* border: 1px solid; */
  text-align: center;
  line-height: 35px;
  border-radius: 25px;
  border: 1px solid transparent;
  border-radius: 20px;
  background: linear-gradient(to right, white, white), linear-gradient(90deg, #187ec3, #264116);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  font-size: 16px;
}

/* line 168, app/assets/stylesheets/css/mine.scss */
.footer-social-icons a i.fa-brands {
  background: linear-gradient(-90deg, #187ec3, #264116);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 175, app/assets/stylesheets/css/mine.scss */
.footer-social-icons {
  margin-top: 20px;
}

/* line 178, app/assets/stylesheets/css/mine.scss */
div#call-to-section {
  position: relative;
  margin: 20px 0px 100px;
}

/* line 183, app/assets/stylesheets/css/mine.scss */
div#call-to-section .row {
  background: #fff;
  box-shadow: 0px 0px 37px -12px #ccc;
  border-radius: 85px;
  padding: 17px 0;
  text-align: center;
  margin: 0;
}

/* line 192, app/assets/stylesheets/css/mine.scss */
div#call-to-section .row p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  margin: 8px 0;
}

/* line 201, app/assets/stylesheets/css/mine.scss */
.heading-with-sap {
  margin-bottom: 25px;
}

/* line 205, app/assets/stylesheets/css/mine.scss */
.heading-with-sap h2 {
  margin-bottom: 0px;
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
}

/* line 211, app/assets/stylesheets/css/mine.scss */
.heading-with-sap span.saperator {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #26a1a6;
  margin: 0px 0 0;
}

/* line 219, app/assets/stylesheets/css/mine.scss */
.links ul {
  list-style-type: none;
}

/* line 223, app/assets/stylesheets/css/mine.scss */
.links ul {
  list-style-type: none;
  padding-left: 0;
}

/* line 228, app/assets/stylesheets/css/mine.scss */
.links ul li {
  padding: 2px 0;
}

/* line 232, app/assets/stylesheets/css/mine.scss */
.links ul a {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  transition: all 0.4s !important;
  display: block;
  font-size: 15px;
}

/* line 240, app/assets/stylesheets/css/mine.scss */
.links ul a:hover {
  transform: translatex(10px);
  -webkit-transform: translatex(10px);
  display: block;
  transition: .3s all;
  -webkit-transition: .3s all;
  text-decoration: underline;
}

/* line 249, app/assets/stylesheets/css/mine.scss */
a.themebtn {
  background: #05b6a6;
  background-size: 100% 100%;
  padding: 14px 25px;
  text-align: center;
  display: inline-block;
  min-width: 240px;
  border-radius: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  box-shadow: none;
  border: none;
  transition: all .3s ease;
}

/* line 267, app/assets/stylesheets/css/mine.scss */
a.themebtn:hover,
a.themebtn:active,
a.themebtn:focus {
  box-shadow: 0px 15px 35px rgba(5, 182, 166, 0.3);
  transform: translateY(-3px);
  border-color: transparent !important;
  background: #05b6a6;
  color: #fff;
  transition: all .3s ease;
}

/* line 278, app/assets/stylesheets/css/mine.scss */
a.themebtn.invert {
  background: #018DC8;
  background-size: 100% 100%;
  color: #fff !important;
}

/* line 283, app/assets/stylesheets/css/mine.scss */
a.themebtn.invert:hover {
  background: #018DC8;
  background-size: 100% 100%;
  color: #fff !important;
}

/* line 290, app/assets/stylesheets/css/mine.scss */
.subbtn {
  background: #05b6a6;
  background-size: 100% 100%;
  padding: 15px 50px;
  text-align: center;
  display: inline-block;
  min-width: 180px;
  border-radius: 25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  box-shadow: none;
  border: none;
  transition: all .3s ease;
}

/* line 307, app/assets/stylesheets/css/mine.scss */
.subbtn:hover,
.subbtn:active,
.subbtn:focus {
  background: #05b6a6;
  box-shadow: 0px 15px 35px rgba(5, 182, 166, 0.3);
  background-size: 100% 100%;
  color: #fff;
  transition: all .3s ease;
}

/* line 319, app/assets/stylesheets/css/mine.scss */
div#contact-us-section {
  position: relative;
  padding: 100px 0;
  background: #f6f6f6 url(/../images/contact-us-section-bg.png) no-repeat top right;
  background-position-y: 40px;
  background-size: 600px;
}

/* line 327, app/assets/stylesheets/css/mine.scss */
.contact-us-form {
  position: relative;
  padding: 50px 0 0;
}

/* line 332, app/assets/stylesheets/css/mine.scss */
.contact-us-form .group-label {
  font-family: 'Montserrat', sans-serif;
  color: #004689;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 15px;
}

/* line 340, app/assets/stylesheets/css/mine.scss */
.contact-us-form .form-group {
  margin-bottom: 17px;
}

/* line 344, app/assets/stylesheets/css/mine.scss */
.contact-us-form .form-group input.form-control,
.contact-us-form .form-group select.form-control,
.contact-us-form .form-group textarea {
  border-color: #f8f9fa;
  box-shadow: none;
  border-radius: 3px;
  color: #646464;
}

/* line 353, app/assets/stylesheets/css/mine.scss */
.contact-us-form .form-group input.form-control::placeholder,
.contact-us-form .form-group textarea::placeholder {
  color: #646464;
}

/* line 358, app/assets/stylesheets/css/mine.scss */
.location-info-wrap.row {
  background: #193771;
  color: #fff;
  padding: 30px 0;
}

/* line 364, app/assets/stylesheets/css/mine.scss */
.location-info-wrap .media-left,
.location-info-wrap .media-right,
.location-info-wrap .media-body {
  vertical-align: middle;
}

/* line 370, app/assets/stylesheets/css/mine.scss */
.location-info-wrap .media-body p {
  margin: 0;
  font-size: 22px;
  color: #fff;
}

/* line 376, app/assets/stylesheets/css/mine.scss */
.location-info-wrap .media-body {
  padding-left: 20px;
}

/* line 380, app/assets/stylesheets/css/mine.scss */
ul.info-list {
  padding: 45px 0;
  list-style: none;
  margin: 0;
}

/* line 386, app/assets/stylesheets/css/mine.scss */
ul.info-list li {
  display: flex;
  font-size: 24px;
  color: #193771;
  margin-bottom: 23px;
}

/* line 393, app/assets/stylesheets/css/mine.scss */
ul.info-list li span {
  padding: 4px 9px 0 0;
  font-size: 20px;
  color: #7bb32f;
}

/* line 399, app/assets/stylesheets/css/mine.scss */
ul.info-list li:last-child {
  margin: 0px;
}

/* line 403, app/assets/stylesheets/css/mine.scss */
#fh5co-menu-wrap ul.flexMenu-popup a {
  padding: 0 !important;
  color: #fff !important;
  border: none !important;
}

/* line 409, app/assets/stylesheets/css/mine.scss */
#fh5co-menu-wrap ul.flexMenu-popup li {
  margin: 0;
}

/* line 413, app/assets/stylesheets/css/mine.scss */
#fh5co-menu-wrap ul.flexMenu-popup {
  background: #02cab8;
  top: 70%;
}

/* line 418, app/assets/stylesheets/css/mine.scss */
#fh5co-menu-wrap ul.flexMenu-popup a:hover {
  background: #fff;
}

/* line 423, app/assets/stylesheets/css/mine.scss */
.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 435, app/assets/stylesheets/css/mine.scss */
.gototop.active {
  opacity: 1;
  visibility: visible;
}

/* line 440, app/assets/stylesheets/css/mine.scss */
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

/* line 453, app/assets/stylesheets/css/mine.scss */
.gototop a span {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

/* line 459, app/assets/stylesheets/css/mine.scss */
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

/*@media only screen and (max-width: 1220px) and (min-width: 1170px) {
    #fh5co-header-section nav ul li {
        margin-right: 10px;
    }
    .top-link a.themebtn {
        font-size: 13px;
    }
    #fh5co-logo img {
        width: 120px !important;
        max-width: inherit;
    }
    .banner-content h1 {
        font-size: 27px;
    }
    .banner-content h1 span {
        font-size: 51px;
    }
    div#patients-slider .owl-nav button.owl-next {
        margin-right: -5px !important;
    }
    div#patients-slider .owl-nav button.owl-prev{
        margin-left:-5px !important;
    }
}*/
/* line 491, app/assets/stylesheets/css/mine.scss */
.social-media-list ul {
  padding: 0;
}

/* line 495, app/assets/stylesheets/css/mine.scss */
.social-media-list li {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

/* line 502, app/assets/stylesheets/css/mine.scss */
.social-media-list li a {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border: 1px solid #eee;
  color: #333;
  border-radius: 25px;
  font-size: 15px;
  transition: all .3s ease;
}

/* line 515, app/assets/stylesheets/css/mine.scss */
.social-media-list li a:hover {
  transform: rotate(360deg);
  color: #927196;
  transition: all .3s ease;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  /* line 531, app/assets/stylesheets/css/mine.scss */
  #offcanvas-menu ul li.d-block.d-md-none {
    display: block !important;
  }
  /* line 537, app/assets/stylesheets/css/mine.scss */
  #fh5co-logo {
    margin-top: 0px;
  }
  /* line 541, app/assets/stylesheets/css/mine.scss */
  #fh5co-header-section nav ul.sf-menu {
    padding: 0 15px;
  }
  /* line 543, app/assets/stylesheets/css/mine.scss */
  #fh5co-header-section nav ul li {
    margin-right: 5px;
  }
  /* line 545, app/assets/stylesheets/css/mine.scss */
  #fh5co-header-section nav ul li a {
    font-size: 15px;
  }
  /* line 547, app/assets/stylesheets/css/mine.scss */
  #fh5co-primary-menu > li > .sf-with-ul:after {
    border-top: 0.3em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    right: 1px;
  }
  /* line 555, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .gtco-widget .widget-head, #gtco-footer .gtco-widget ul.quick-links {
    padding: 0;
  }
  /* line 558, app/assets/stylesheets/css/mine.scss */
  .copyright * {
    text-align: center !important;
  }
  /* line 560, app/assets/stylesheets/css/mine.scss */
  .copyright .footer-links {
    margin-top: 7px;
  }
  /* line 561, app/assets/stylesheets/css/mine.scss */
  .footer-social-icons a {
    margin-bottom: 5px;
  }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
  /* line 572, app/assets/stylesheets/css/mine.scss */
  #fh5co-header-section nav ul li {
    margin-right: 10px;
  }
  /* line 575, app/assets/stylesheets/css/mine.scss */
  #fh5co-menu-wrap .sf-menu > li > a {
    padding: 5px 0 !important;
  }
  /* line 579, app/assets/stylesheets/css/mine.scss */
  #fh5co-logo img {
    max-width: inherit;
  }
  /* line 583, app/assets/stylesheets/css/mine.scss */
  a.themebtn {
    font-size: 14px;
  }
  /* line 587, app/assets/stylesheets/css/mine.scss */
  a.themebtn.small, a.themebtn.small.invert {
    min-width: 170px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  /* line 597, app/assets/stylesheets/css/mine.scss */
  .fh5co-cover,
.fh5co-hero {
    height: 325px !important;
  }
  /* line 601, app/assets/stylesheets/css/mine.scss */
  .logo-bar {
    padding: 10px 0px;
    position: relative;
  }
  /* line 605, app/assets/stylesheets/css/mine.scss */
  .fh5co-nav-toggle {
    top: 37px;
    margin-top: 0em;
    right: 25px;
  }
  /*.stuck .fh5co-nav-toggle {
        top: 37px;
        margin-top: 0em;
            right: 25px;
    }*/
  /* line 615, app/assets/stylesheets/css/mine.scss */
  #fh5co-logo img {
    /*    max-width: 100px;*/
    margin-left: 0px;
  }
  /* line 621, app/assets/stylesheets/css/mine.scss */
  a.themebtn {
    font-size: 14px;
  }
  /* line 626, app/assets/stylesheets/css/mine.scss */
  h3.small-heading {
    font-size: 25px;
  }
  /* line 631, app/assets/stylesheets/css/mine.scss */
  a.themebtn.small, a.themebtn.small.invert {
    min-width: 170px !important;
  }
  /* line 635, app/assets/stylesheets/css/mine.scss */
  .row.partners img {
    margin-bottom: 30px;
  }
  /* line 640, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .gtco-widget p,
#gtco-footer .gtco-widget .links a {
    font-size: 15px;
  }
  /* line 644, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .copyright-info p,
#gtco-footer .copyright-info a {
    font-size: 17px;
  }
  /* line 648, app/assets/stylesheets/css/mine.scss */
  .heading-with-sap {
    margin-bottom: 10px;
  }
  /* line 651, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .gtco-widget.footer-logo {
    margin-bottom: 40px;
  }
  /* line 654, app/assets/stylesheets/css/mine.scss */
  .footer-nav ul li:before {
    content: ' | ';
    position: absolute;
    top: -1px;
    right: -11px;
    color: #02cab8;
  }
}

/*@media screen and (max-width: 991px) {
    .heading-with-sub h2 {
        font-size: 40px;
    }
    .footer-nav ul li {
        margin-right: 15px;
    }
    .footer-links a {
        margin: 0px 0px !important;
        font-size: 13px !important;
    }
}

@media screen and (max-width: 768px) {
    .banner-heading h1 {
        font-size: 55px;
    }
    #fh5co-logo {
        text-align: left;
    }
    .fh5co-nav-toggle {
        margin-top: 0em;
    }
    .sticky-banner.stuck .fh5co-nav-toggle {
        margin-top: 0em;
        transition: ease .5s all;
    }


}*/
@media screen and (max-width: 767px) {
  /* line 697, app/assets/stylesheets/css/mine.scss */
  .logo-bar {
    padding: 10px 0px;
  }
  /* line 700, app/assets/stylesheets/css/mine.scss */
  #fh5co-logo {
    margin-top: 0;
    background: transparent !important;
    border-radius: 0px;
    box-shadow: none;
  }
  /* line 706, app/assets/stylesheets/css/mine.scss */
  #fh5co-logo img {
    margin-left: 0px;
  }
  /* .stuck #fh5co-logo img {
        max-width: 100px;
        margin-left: 0px;
    }*/
  /* line 713, app/assets/stylesheets/css/mine.scss */
  .fh5co-nav-toggle {
    top: 25px;
    margin-top: 0em;
  }
  /*.stuck .fh5co-nav-toggle {
        top: 25px;
        margin-top: 0em;
    }*/
  /* line 721, app/assets/stylesheets/css/mine.scss */
  .logo-bar {
    padding: 10px 0px;
    position: relative;
  }
  /* line 727, app/assets/stylesheets/css/mine.scss */
  a.themebtn {
    font-size: 14px;
  }
  /* line 732, app/assets/stylesheets/css/mine.scss */
  a.themebtn.small, a.themebtn.small.invert {
    min-width: 170px !important;
  }
  /* line 737, app/assets/stylesheets/css/mine.scss */
  .social-media a,
.social-media a:hover {
    color: #fff;
  }
  /* line 741, app/assets/stylesheets/css/mine.scss */
  .social-media a {
    background: transparent;
  }
  /* line 748, app/assets/stylesheets/css/mine.scss */
  h3.small-heading {
    font-size: 26px;
  }
  /* line 755, app/assets/stylesheets/css/mine.scss */
  #gtco-footer {
    padding: 0;
  }
  /* line 758, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .gtco-widget.footer-logo {
    text-align: left;
    margin-bottom: 40px;
  }
  /* line 762, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .social-media {
    text-align: center;
  }
  /* line 765, app/assets/stylesheets/css/mine.scss */
  .fh5co-cover,
.fh5co-hero {
    height: 270px !important;
  }
  /* line 769, app/assets/stylesheets/css/mine.scss */
  .fh5co-cover .desc {
    margin-top: 0;
    top: 13%;
  }
  /* line 773, app/assets/stylesheets/css/mine.scss */
  .fh5co-cover .desc p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
  }
  /* line 778, app/assets/stylesheets/css/mine.scss */
  .fh5co-cover .desc a.themebtn {
    padding: 12px 25px;
    min-width: 215px;
    font-size: 14px;
  }
  /* line 784, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .copyright-info p br {
    display: none;
  }
  /* line 787, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .gtco-widget p {
    font-size: 15px;
    line-height: 25px;
  }
  /* line 791, app/assets/stylesheets/css/mine.scss */
  .footer-links a {
    margin: 0 10px;
  }
  /* line 794, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .copyright-info p,
#gtco-footer .copyright-info a {
    font-size: 15px;
    line-height: 27px;
  }
  /* line 799, app/assets/stylesheets/css/mine.scss */
  .copyright {
    margin-top: 15px;
  }
  /* line 802, app/assets/stylesheets/css/mine.scss */
  #gtco-footer h3 {
    text-align: center;
    margin-top: 10px;
  }
  /* line 806, app/assets/stylesheets/css/mine.scss */
  .mobile-margin {
    margin-top: 25px;
    display: block;
  }
  /* line 810, app/assets/stylesheets/css/mine.scss */
  .footer-nav ul li {
    margin-right: 20px;
  }
  /* line 813, app/assets/stylesheets/css/mine.scss */
  .footer-nav ul li:before {
    top: 0px;
    right: -15px;
  }
  /* line 817, app/assets/stylesheets/css/mine.scss */
  .gtco-widget.footer-info p,
.gtco-widget.footer-info a {
    font-size: 17px !important;
    line-height: 28px !important;
  }
  /* line 824, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .gtco-widget p,
#gtco-footer .gtco-widget .links a {
    font-size: 13px;
  }
  /* line 828, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .copyright-info p,
#gtco-footer .copyright-info a {
    font-size: 17px;
  }
  /* line 832, app/assets/stylesheets/css/mine.scss */
  .heading-with-sap {
    margin-bottom: 10px;
  }
  /* line 835, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .gtco-widget.footer-logo {
    margin-bottom: 40px;
  }
  /* line 838, app/assets/stylesheets/css/mine.scss */
  .footer-nav ul li:before {
    content: ' | ';
    position: absolute;
    top: -1px;
    right: -11px;
    color: #02cab8;
  }
}

@media screen and (max-width: 767px) {
  /* line 852, app/assets/stylesheets/css/mine.scss */
  #offcanvas-menu ul li.d-block.d-md-none {
    display: block !important;
  }
  /* line 856, app/assets/stylesheets/css/mine.scss */
  #fh5co-logo {
    margin-top: 0px;
  }
  /* line 860, app/assets/stylesheets/css/mine.scss */
  #fh5co-header-section nav ul.sf-menu {
    padding: 0 15px;
  }
  /* line 862, app/assets/stylesheets/css/mine.scss */
  #fh5co-header-section nav ul li {
    margin-right: 5px;
  }
  /* line 864, app/assets/stylesheets/css/mine.scss */
  #fh5co-header-section nav ul li a {
    font-size: 15px;
  }
  /* line 866, app/assets/stylesheets/css/mine.scss */
  #fh5co-primary-menu > li > .sf-with-ul:after {
    border-top: 0.3em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    right: 1px;
  }
  /* line 875, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .gtco-widget .widget-head, #gtco-footer .gtco-widget ul.quick-links {
    padding: 0;
  }
  /* line 878, app/assets/stylesheets/css/mine.scss */
  .copyright * {
    text-align: center !important;
  }
  /* line 880, app/assets/stylesheets/css/mine.scss */
  .copyright .footer-links {
    margin-top: 7px;
  }
  /* line 881, app/assets/stylesheets/css/mine.scss */
  .footer-social-icons a {
    margin-bottom: 5px;
  }
  /* line 884, app/assets/stylesheets/css/mine.scss */
  footer#gtco-footer {
    margin-top: 110px;
  }
}

@media screen and (max-width: 480px) {
  /* line 891, app/assets/stylesheets/css/mine.scss */
  footer .rst-acc-socials li {
    display: inline-block;
    padding: 0 5px;
    width: 45%;
  }
  /* line 896, app/assets/stylesheets/css/mine.scss */
  .blue-heading {
    font-size: 23px;
  }
  /* line 899, app/assets/stylesheets/css/mine.scss */
  .banner-top-text {
    font-size: 32px;
  }
  /* line 902, app/assets/stylesheets/css/mine.scss */
  .fh5co-inner-banner .banner-top-text {
    font-size: 32px;
  }
  /* line 905, app/assets/stylesheets/css/mine.scss */
  .heading-with-sub h2 {
    font-size: 32px;
  }
  /* line 908, app/assets/stylesheets/css/mine.scss */
  .heading-with-sub h4 {
    font-size: 18px;
  }
  /* line 911, app/assets/stylesheets/css/mine.scss */
  .heading-with-sap h2 {
    font-size: 32px;
  }
  /* line 914, app/assets/stylesheets/css/mine.scss */
  .heading h2 {
    font-size: 25px;
  }
  /* line 917, app/assets/stylesheets/css/mine.scss */
  .black-caption h2 {
    font-size: 32px;
  }
  /* line 920, app/assets/stylesheets/css/mine.scss */
  .white-caption h2 {
    font-size: 39px;
  }
  /* line 923, app/assets/stylesheets/css/mine.scss */
  .netsuite-solution-wrap .heading-with-sub h2 {
    font-size: 24px;
    line-height: 32px;
  }
  /* line 927, app/assets/stylesheets/css/mine.scss */
  .netsuite-solution-wrap.one p {
    font-size: 18px;
    line-height: normal;
  }
}

@media screen and (max-width: 380px) {
  /* line 934, app/assets/stylesheets/css/mine.scss */
  .banner-top-text {
    font-size: 29px;
  }
  /* line 937, app/assets/stylesheets/css/mine.scss */
  .fh5co-inner-banner .banner-top-text {
    font-size: 22px;
  }
}

@media screen and (max-width: 340px) {
  /* line 943, app/assets/stylesheets/css/mine.scss */
  .gtco-widget .heading h2 {
    font-size: 20px;
  }
  /* line 946, app/assets/stylesheets/css/mine.scss */
  .black-caption h2 {
    font-size: 33px;
  }
  /* line 949, app/assets/stylesheets/css/mine.scss */
  .white-caption h2 {
    font-size: 33px;
  }
  /* line 952, app/assets/stylesheets/css/mine.scss */
  .heading-with-sub h2 {
    font-size: 33px;
  }
  /* line 955, app/assets/stylesheets/css/mine.scss */
  .heading-with-sub h4 {
    font-size: 17px;
  }
  /* line 958, app/assets/stylesheets/css/mine.scss */
  .banner-top-text {
    font-size: 23px;
  }
  /* line 961, app/assets/stylesheets/css/mine.scss */
  .fh5co-inner-banner .banner-top-text {
    font-size: 17px;
  }
  /* line 964, app/assets/stylesheets/css/mine.scss */
  img.footer-logo {
    max-width: 180px;
  }
}

/* line 969, app/assets/stylesheets/css/mine.scss */
.social-icon-footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}

/* line 976, app/assets/stylesheets/css/mine.scss */
.social-icon-footer ul li {
  display: inline-block;
  margin-right: 15px;
}

/* line 981, app/assets/stylesheets/css/mine.scss */
.social-icon-footer ul li:last-child {
  margin-right: 0;
}

/* line 985, app/assets/stylesheets/css/mine.scss */
.social-icon-footer ul li a {
  color: #5e5e5e !important;
  font-size: 19px !important;
  line-height: 41px;
  width: 40px !important;
  height: 40px !important;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgba(94, 94, 94, 0.39);
  transition: all .3s ease;
}

/* line 996, app/assets/stylesheets/css/mine.scss */
.social-icon-footer ul li a:hover {
  color: #8a6c8e !important;
  transition: all .3s ease;
}

/* line 1000, app/assets/stylesheets/css/mine.scss */
.social-icon-footer ul li a:hover span {
  transform: rotate(360deg) !important;
  transition: all .3s ease;
}

/* line 1005, app/assets/stylesheets/css/mine.scss */
.social-icon-footer ul li a span {
  transform: rotate(0deg) !important;
  transition: all .3s ease;
}

@media screen and (max-width: 844px) {
  /* line 1018, app/assets/stylesheets/css/mine.scss */
  .fh5co-nav-toggle {
    z-index: 12;
  }
}

@media screen and (max-width: 926px) {
  /* line 1027, app/assets/stylesheets/css/mine.scss */
  .logo-bar {
    padding: 10px 0px;
  }
  /* line 1030, app/assets/stylesheets/css/mine.scss */
  #fh5co-logo {
    margin-top: 0;
    background: transparent !important;
    border-radius: 0px;
    box-shadow: none;
  }
  /* line 1036, app/assets/stylesheets/css/mine.scss */
  #fh5co-logo img {
    margin-left: 0px;
  }
  /*.stuck #fh5co-logo img {
        max-width: 100px;
        margin-left: 0px;
    }*/
  /* line 1043, app/assets/stylesheets/css/mine.scss */
  .fh5co-nav-toggle {
    top: 37px;
    margin-top: 0em;
  }
  /*.stuck .fh5co-nav-toggle {
        top: 25px;
        margin-top: 0em;
    }*/
  /* line 1051, app/assets/stylesheets/css/mine.scss */
  .logo-bar {
    padding: 10px 0px;
    position: relative;
  }
  /* line 1058, app/assets/stylesheets/css/mine.scss */
  a.themebtn {
    font-size: 14px;
  }
  /* line 1062, app/assets/stylesheets/css/mine.scss */
  a.themebtn.small, a.themebtn.small.invert {
    min-width: 170px !important;
  }
  /* line 1067, app/assets/stylesheets/css/mine.scss */
  .social-media a,
.social-media a:hover {
    color: #fff;
  }
  /* line 1071, app/assets/stylesheets/css/mine.scss */
  .social-media a {
    background: transparent;
  }
  /* line 1074, app/assets/stylesheets/css/mine.scss */
  a.header-btn {
    margin: 26px 60px 26px 0;
  }
  /*.stuck a.header-btn {
        margin: 19px 60px 19px 0;
    }*/
  /* line 1081, app/assets/stylesheets/css/mine.scss */
  h3.small-heading {
    font-size: 26px;
  }
  /* line 1088, app/assets/stylesheets/css/mine.scss */
  #gtco-footer {
    padding: 0;
  }
  /* line 1091, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .gtco-widget.footer-logo {
    text-align: left;
    margin-bottom: 40px;
  }
  /* line 1095, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .social-media {
    text-align: center;
  }
  /* line 1098, app/assets/stylesheets/css/mine.scss */
  .fh5co-cover,
.fh5co-hero {
    height: 270px !important;
  }
  /* line 1102, app/assets/stylesheets/css/mine.scss */
  .fh5co-cover .desc {
    margin-top: 0;
    top: 13%;
  }
  /* line 1106, app/assets/stylesheets/css/mine.scss */
  .fh5co-cover .desc p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
  }
  /* line 1111, app/assets/stylesheets/css/mine.scss */
  .fh5co-cover .desc a.themebtn {
    padding: 12px 25px;
    min-width: 215px;
    font-size: 14px;
  }
  /* line 1117, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .copyright-info p br {
    display: none;
  }
  /* line 1120, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .gtco-widget p {
    font-size: 15px;
    line-height: 25px;
  }
  /* line 1124, app/assets/stylesheets/css/mine.scss */
  .footer-links a {
    margin: 0 10px;
  }
  /* line 1127, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .copyright-info p,
#gtco-footer .copyright-info a {
    font-size: 15px;
    line-height: 27px;
  }
  /* line 1132, app/assets/stylesheets/css/mine.scss */
  .copyright {
    margin-top: 15px;
  }
  /* line 1135, app/assets/stylesheets/css/mine.scss */
  #gtco-footer h3 {
    text-align: center;
    margin-top: 10px;
  }
  /* line 1139, app/assets/stylesheets/css/mine.scss */
  .mobile-margin {
    margin-top: 25px;
    display: block;
  }
  /* line 1143, app/assets/stylesheets/css/mine.scss */
  .footer-nav ul li {
    margin-right: 20px;
  }
  /* line 1146, app/assets/stylesheets/css/mine.scss */
  .footer-nav ul li:before {
    top: 0px;
    right: -15px;
  }
  /* line 1150, app/assets/stylesheets/css/mine.scss */
  .gtco-widget.footer-info p,
.gtco-widget.footer-info a {
    font-size: 17px !important;
    line-height: 28px !important;
  }
  /* line 1157, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .gtco-widget p,
#gtco-footer .gtco-widget .links a {
    font-size: 13px;
  }
  /* line 1161, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .copyright-info p,
#gtco-footer .copyright-info a {
    font-size: 17px;
  }
  /* line 1165, app/assets/stylesheets/css/mine.scss */
  .heading-with-sap {
    margin-bottom: 10px;
  }
  /* line 1168, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .gtco-widget.footer-logo {
    margin-bottom: 40px;
  }
  /* line 1171, app/assets/stylesheets/css/mine.scss */
  .footer-nav ul li:before {
    content: ' | ';
    position: absolute;
    top: -1px;
    right: -11px;
    color: #02cab8;
  }
}

@media screen and (max-width: 926px) {
  /* line 1185, app/assets/stylesheets/css/mine.scss */
  #offcanvas-menu ul li.d-block.d-md-none {
    display: block !important;
  }
  /* line 1189, app/assets/stylesheets/css/mine.scss */
  #fh5co-logo {
    margin-top: 0px;
  }
  /* line 1194, app/assets/stylesheets/css/mine.scss */
  #fh5co-header-section nav ul.sf-menu {
    padding: 0 15px;
  }
  /* line 1196, app/assets/stylesheets/css/mine.scss */
  #fh5co-header-section nav ul li {
    margin-right: 5px;
  }
  /* line 1198, app/assets/stylesheets/css/mine.scss */
  #fh5co-header-section nav ul li a {
    font-size: 15px;
  }
  /* line 1200, app/assets/stylesheets/css/mine.scss */
  #fh5co-primary-menu > li > .sf-with-ul:after {
    border-top: 0.3em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    right: 1px;
  }
  /* line 1208, app/assets/stylesheets/css/mine.scss */
  #gtco-footer .gtco-widget .widget-head, #gtco-footer .gtco-widget ul.quick-links {
    padding: 0;
  }
  /* line 1211, app/assets/stylesheets/css/mine.scss */
  .copyright * {
    text-align: center !important;
  }
  /* line 1213, app/assets/stylesheets/css/mine.scss */
  .copyright .footer-links {
    margin-top: 7px;
  }
  /* line 1214, app/assets/stylesheets/css/mine.scss */
  .footer-social-icons a {
    margin-bottom: 5px;
  }
  /* line 1217, app/assets/stylesheets/css/mine.scss */
  footer#gtco-footer {
    margin-top: 110px;
  }
  /* line 1221, app/assets/stylesheets/css/mine.scss */
  .top-quick-links {
    padding-right: 0;
    margin: 0;
    padding: 0px 0 10px;
    margin-top: 0;
  }
}

/* line 1248, app/assets/stylesheets/css/mine.scss */
#gtco-footer .gtco-widget.footer-info a.signup-now.themebtn {
  display: inline-block;
  color: #fff;
  padding-left: 15px;
}

/* line 1250, app/assets/stylesheets/css/mine.scss */
#gtco-footer .gtco-widget.footer-info a.signup-now.themebtn span {
  padding: 17px 11px;
}

/* malik's css */
/* line 1323, app/assets/stylesheets/css/mine.scss */
.digi-top-bar-links a:first-child {
  color: #264116;
}

/* line 1326, app/assets/stylesheets/css/mine.scss */
.topbar-search-form {
  border: 1px solid #E00707;
  border-radius: 25px;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}

/* line 1333, app/assets/stylesheets/css/mine.scss */
.topbar-search-form .input-divider {
  border-right: 1px solid #E00707;
  height: 85%;
  margin: auto;
}

/* line 1338, app/assets/stylesheets/css/mine.scss */
.topbar-search-form .input-group .location_search {
  height: 85%;
  margin: auto;
  margin-left: 1px;
}

/* line 1343, app/assets/stylesheets/css/mine.scss */
.border-0 {
  border: 0 !important;
}

/* line 1346, app/assets/stylesheets/css/mine.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 1361, app/assets/stylesheets/css/mine.scss */
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 1369, app/assets/stylesheets/css/mine.scss */
.topbar-search-form .search-icon {
  background-color: #E00707;
  color: white;
  padding: 10px 15px;
  align-items: center;
  cursor: pointer;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

/* line 1378, app/assets/stylesheets/css/mine.scss */
.topbar-search-box-text {
  text-align: center;
  color: #E00707;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 1386, app/assets/stylesheets/css/mine.scss */
.navbar-container {
  justify-content: space-between;
}

/* line 1390, app/assets/stylesheets/css/mine.scss */
li.sf-withul:hover .fh5co-sub-menu {
  display: block !important;
}

/* line 1393, app/assets/stylesheets/css/mine.scss */
.main-menu-wrap {
  background: #018DC80A;
}

/* line 1396, app/assets/stylesheets/css/mine.scss */
.u-hamburger {
  margin-top: -5px;
}

/* line 1399, app/assets/stylesheets/css/mine.scss */
.mobile-logo, .res-phone, .medspa-clinic {
  display: none;
}

/* line 1402, app/assets/stylesheets/css/mine.scss */
.r-center-btns {
  display: none;
}

/*.topbar-search-form .input-group .form-control{
  padding: 4px 0 0;
}*/
/* line 1408, app/assets/stylesheets/css/mine.scss */
.who-we-are-banner {
  background: url(/../images/who-we-are-banner-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 300px 0;
}

/* line 1415, app/assets/stylesheets/css/mine.scss */
.banner-heading {
  margin-left: 250px;
}

/* line 1419, app/assets/stylesheets/css/mine.scss */
.custom-width-row {
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

/* line 1428, app/assets/stylesheets/css/mine.scss */
.rounded-border-container {
  border: 20px solid #F7FDFC;
  background: #E2F7F3;
  border-radius: 50px;
  padding: 50px 40px;
}

/* line 1435, app/assets/stylesheets/css/mine.scss */
.after-about-section {
  background: #F4FCFE;
  background-size: cover;
}

/* line 1440, app/assets/stylesheets/css/mine.scss */
.who-we-are-text-with-bg {
  background: url(/../images/who-we-are-bg-1.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 70px;
  padding-bottom: 70px;
}

/* line 1448, app/assets/stylesheets/css/mine.scss */
.who-we-are-text-with-bg p {
  font-size: 30px;
  line-height: normal;
}

/* line 1453, app/assets/stylesheets/css/mine.scss */
.section-arrow.section-inner-arow {
  left: -5%;
  top: -20px;
}

/* line 1460, app/assets/stylesheets/css/mine.scss */
.vision-and-mission {
  background: url(/../images/who-we-are-bg-new-02.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 75px;
  padding-bottom: 120px;
}

/* line 1467, app/assets/stylesheets/css/mine.scss */
.why-digimedspa-section.top-120 {
  margin-top: -120px;
}

/* line 1470, app/assets/stylesheets/css/mine.scss */
.unlock-wrapper {
  background: url(/../images/unlock-banner.svg) no-repeat;
  background-position: left top;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 270px;
  margin-top: -140px;
}

/* line 1478, app/assets/stylesheets/css/mine.scss */
.media.phone-link.text-white a, .media.phone-link.text-white p.text-white {
  background: none;
  -webkit-background-clip: none;
  -webkit-text-fill-color: #fff;
  font-weight: 400;
}

@media screen and (max-width: 1190px) {
  /* line 1486, app/assets/stylesheets/css/mine.scss */
  .hide-on-1190 {
    display: none !important;
  }
  /* line 1489, app/assets/stylesheets/css/mine.scss */
  .col-lg-4.res-search-box {
    width: 96% !important;
    max-width: 96% !important;
    flex: 96% !important;
    justify-content: center;
  }
  /* line 1495, app/assets/stylesheets/css/mine.scss */
  .res-center.align-items-center {
    justify-content: center;
  }
  /* line 1498, app/assets/stylesheets/css/mine.scss */
  .res-phone {
    display: inline-block;
    width: 30px;
  }
  /* line 1502, app/assets/stylesheets/css/mine.scss */
  .mobile-logo {
    display: block;
    float: left;
    width: 100%;
  }
  /* line 1507, app/assets/stylesheets/css/mine.scss */
  .medspa-clinic {
    display: block;
    text-align: center;
    margin: 15px 0;
    font-size: 14px;
    font-weight: 500;
  }
  /* line 1514, app/assets/stylesheets/css/mine.scss */
  .medspa-clinic:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    position: relative;
    float: none;
    margin-left: 4px;
    margin-right: -7px;
    right: -7px;
    font-size: 12px;
    margin-top: 0;
    color: #121212;
    width: 6px;
    height: 6px;
    border: none;
    border-right: 1px solid #121212;
    border-bottom: 1px solid #121212;
    transform: rotate(43deg) translate(-55%, -5%);
    top: 2px;
    background: #fff;
  }
  /* line 1536, app/assets/stylesheets/css/mine.scss */
  .r-center-btns {
    text-align: center;
    margin: -20px -15px 0;
    display: none;
  }
  /* line 1541, app/assets/stylesheets/css/mine.scss */
  .r-center-btns.show {
    display: block;
  }
  /* line 1544, app/assets/stylesheets/css/mine.scss */
  .r-book-a-demo-bg {
    display: inline-block;
    text-align: right;
  }
  /* line 1548, app/assets/stylesheets/css/mine.scss */
  .r-claim-listing {
    margin: 0px 20px 0;
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
  /* line 1554, app/assets/stylesheets/css/mine.scss */
  .r-contact-btn {
    text-align: left;
    display: inline-block;
  }
}

@media (max-width: 1090px) {
  /* line 1560, app/assets/stylesheets/css/mine.scss */
  .who-we-are-banner {
    padding: 100px 0;
  }
  /* line 1563, app/assets/stylesheets/css/mine.scss */
  .banner-heading {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  /* line 1568, app/assets/stylesheets/css/mine.scss */
  .vision-and-mission {
    background: none;
  }
}

@media screen and (max-width: 625px) {
  /* line 1573, app/assets/stylesheets/css/mine.scss */
  .topbar-search-form .form-control {
    font-size: 14px;
  }
  /*  .topbar-search-form .input-group .form-control{
    padding: 9px 0 0;
  }*/
}

@media screen and (max-width: 611px) {
  /* line 1581, app/assets/stylesheets/css/mine.scss */
  .u-hamburger {
    right: 0;
  }
}

@media screen and (max-width: 575px) {
  /* line 1586, app/assets/stylesheets/css/mine.scss */
  .contact-container button.navbar-toggler.btn.u-hamburger {
    display: inline-block !important;
  }
  /* line 1589, app/assets/stylesheets/css/mine.scss */
  .topbar-search-form .form-control {
    padding: 0px 10px 0px 0;
  }
}

@media (max-width: 540px) {
  /* line 1595, app/assets/stylesheets/css/mine.scss */
  .who-we-are-banner {
    padding: 60px 0;
  }
  /* line 1598, app/assets/stylesheets/css/mine.scss */
  .banner-heading {
    margin-left: 0px;
  }
  /* line 1601, app/assets/stylesheets/css/mine.scss */
  .topbar-search-form .form-control {
    font-size: 12px;
  }
}

@media screen and (max-width: 405px) {
  /* line 1607, app/assets/stylesheets/css/mine.scss */
  .r-claim-listing, .r-book-a-demo-bg, .r-contact-btn {
    width: 30%;
  }
  /* line 1610, app/assets/stylesheets/css/mine.scss */
  .r-claim-listing {
    margin: 0 1%;
  }
  /* line 1613, app/assets/stylesheets/css/mine.scss */
  .r-claim-listing img {
    height: 51px;
  }
  /* line 1616, app/assets/stylesheets/css/mine.scss */
  .mobile-logo img {
    width: 70%;
  }
  /* line 1619, app/assets/stylesheets/css/mine.scss */
  .topbar-search-box-text {
    font-size: 14px;
  }
  /* line 1622, app/assets/stylesheets/css/mine.scss */
  .medspa-clinic {
    font-size: 12px;
  }
}

/* end Malik's css */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

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

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-height {
  transition: height .5s ease-in-out;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

/* line 6, app/assets/stylesheets/css/owl.carousel.min.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/* line 6, app/assets/stylesheets/css/owl.theme.default.min.scss */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 6, app/assets/stylesheets/css/owl.theme.default.min.scss */
.owl-theme .owl-nav {
  margin-top: 10px;
}

/* line 6, app/assets/stylesheets/css/owl.theme.default.min.scss */
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

/* line 6, app/assets/stylesheets/css/owl.theme.default.min.scss */
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/css/owl.theme.default.min.scss */
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

/* line 6, app/assets/stylesheets/css/owl.theme.default.min.scss */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

/* line 6, app/assets/stylesheets/css/owl.theme.default.min.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

/* line 6, app/assets/stylesheets/css/owl.theme.default.min.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

/* line 6, app/assets/stylesheets/css/owl.theme.default.min.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-button-lock {
  display: none;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

/* line 12, app/assets/stylesheets/css/swiper.min.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 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-pagination-lock {
  display: none;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 12, app/assets/stylesheets/css/swiper.min.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 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-scrollbar-lock {
  display: none;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-slide-zoomed {
  cursor: move;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-cube {
  overflow: visible;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-flip {
  overflow: visible;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 12, app/assets/stylesheets/css/swiper.min.scss */
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
@charset "UTF-8";
/*Header - CSS */
/* line 3, app/assets/stylesheets/css/custom-css.scss */
.side-social-icons {
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 328px;
}

/* line 10, app/assets/stylesheets/css/custom-css.scss */
.side-social-icons ul {
  padding: 0px;
  margin: 0px;
}

/* line 15, app/assets/stylesheets/css/custom-css.scss */
.side-social-icons ul li {
  line-height: normal !important;
}

/* line 19, app/assets/stylesheets/css/custom-css.scss */
.side-social-icons ul li a {
  color: #fff;
  background: #008DC7;
  width: 35px;
  display: inline-block;
  text-align: center;
  padding: 6px 8px;
}

/* line 28, app/assets/stylesheets/css/custom-css.scss */
.side-social-icons ul li a svg {
  top: -1px !important;
}

/* line 32, app/assets/stylesheets/css/custom-css.scss */
.side-social-icons ul li:first-child a {
  border-top-right-radius: 4px;
  padding-top: 10px;
}

/* line 37, app/assets/stylesheets/css/custom-css.scss */
.side-social-icons ul li:last-child a {
  border-bottom-right-radius: 4px;
  padding-bottom: 10px;
}

/* line 42, app/assets/stylesheets/css/custom-css.scss */
.side-social-icons ul li a:hover, .side-social-icons ul li a:active, .side-social-icons ul li a:focus {
  background: #05b6a6;
}

/* line 45, app/assets/stylesheets/css/custom-css.scss */
.fixed-area {
  position: fixed;
  z-index: 9999999;
  right: 0;
  top: 355px;
}

/* line 52, app/assets/stylesheets/css/custom-css.scss */
.chat-icons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 58, app/assets/stylesheets/css/custom-css.scss */
.chat-icons a {
  background: #05B6A6;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px 0px 0px 5px;
}

/* line 61, app/assets/stylesheets/css/custom-css.scss */
.chat-icons a.chat-icon2 img {
  max-width: 19px;
}

/* line 65, app/assets/stylesheets/css/custom-css.scss */
.chat-icons a.chat-icon1 img {
  max-width: 25px;
}

/* line 69, app/assets/stylesheets/css/custom-css.scss */
.chat-icons a.chat-icon2 {
  background: #018EC7;
}

/* line 74, app/assets/stylesheets/css/custom-css.scss */
#fh5co-header-section .container-fluid {
  max-width: 1870px;
}

/* line 77, app/assets/stylesheets/css/custom-css.scss */
.navbar-container {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 8%;
}

/* line 84, app/assets/stylesheets/css/custom-css.scss */
a.themebtn {
  background: #007640 !important;
  min-width: auto;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  border-radius: 4px !important;
}

/* line 94, app/assets/stylesheets/css/custom-css.scss */
a.login_btn.with-icon > img {
  float: right;
  margin-top: 1px;
  margin-left: 8px;
}

/* line 100, app/assets/stylesheets/css/custom-css.scss */
.callto-actions-top .themebtn {
  padding: 10px 25px;
}

/* line 104, app/assets/stylesheets/css/custom-css.scss */
a.themebtn:hover, a.themebtn:active, a.themebtn:focus {
  box-shadow: none !important;
  transform: translateY(0px) !important;
  border-color: transparent !important;
  background: #05b6a6;
}

/* line 110, app/assets/stylesheets/css/custom-css.scss */
a.themebtn.invert {
  background: #018DC8;
}

/* line 114, app/assets/stylesheets/css/custom-css.scss */
a.themebtn.invert:hover, a.themebtn.invert:focus, a.themebtn.invert:active {
  box-shadow: 0px 15px 35px rgba(1, 141, 200, 0.3);
  background: #018dc8 !important;
}

/* line 119, app/assets/stylesheets/css/custom-css.scss */
.callto-actions-top a:first-child {
  margin-right: 10px;
}

/* line 123, app/assets/stylesheets/css/custom-css.scss */
#fh5co-header-section nav ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #121212 !important;
}

/* line 128, app/assets/stylesheets/css/custom-css.scss */
#fh5co-header-section nav > ul > li.active > a, #fh5co-header-section nav > ul > li:hover > a {
  /*background: linear-gradient(to right, #05B6A6, #019ABC, #018DC8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
  color: #05B6A6 !important;
}

/* line 135, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu a:hover, #fh5co-primary-menu .fh5co-sub-menu a:active, #fh5co-primary-menu .fh5co-sub-menu a:focus, #fh5co-primary-menu .fh5co-sub-menu li.active a {
  background: linear-gradient(to right, #05B6A6, #019ABC, #018DC8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: unset;
}

/* line 140, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu:before {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, #05B6A6, #019ABC, #018DC8);
}

/* line 146, app/assets/stylesheets/css/custom-css.scss */
.welcome-text {
  font-size: 14px;
  font-weight: 500;
  color: #018DC8;
}

/* line 153, app/assets/stylesheets/css/custom-css.scss */
.welcome-text span {
  color: #007C99;
  font-weight: 400;
}

/* line 158, app/assets/stylesheets/css/custom-css.scss */
.welcome-text a.themebtn {
  padding: 8px 17px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
}

/* line 165, app/assets/stylesheets/css/custom-css.scss */
.welcome-text a.themebtn img {
  position: relative;
  top: -1.5px;
  margin-left: 10px;
}

/* line 172, app/assets/stylesheets/css/custom-css.scss */
ul.top-social-links {
  text-align: center !important;
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0 !important;
  gap: 21px;
  margin-bottom: 0px;
}

/* line 182, app/assets/stylesheets/css/custom-css.scss */
ul.top-social-links * {
  color: #464E56;
  filter: brightness(0) contrast(0.5);
}

/* line 187, app/assets/stylesheets/css/custom-css.scss */
ul.top-social-links * svg {
  top: -1px !important;
}

/* line 191, app/assets/stylesheets/css/custom-css.scss */
.digi-top-bar-links {
  display: flex;
  justify-content: right;
  gap: 30px;
}

/* line 197, app/assets/stylesheets/css/custom-css.scss */
.digi-top-bar-links a {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
}

/* line 199, app/assets/stylesheets/css/custom-css.scss */
.digi-top-bar-links a:first-child {
  color: #018DC8;
}

/* line 203, app/assets/stylesheets/css/custom-css.scss */
.digi-top-bar-links a:last-child {
  color: #05B6A6 !important;
}

/* line 207, app/assets/stylesheets/css/custom-css.scss */
.digi-top-bar-links a:hover img {
  animation: tilt-shaking 0.35s infinite;
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* line 220, app/assets/stylesheets/css/custom-css.scss */
.digi-top-bar:after {
  content: '';
  width: 180%;
  background: #EDEDED;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-10%);
}

/* line 231, app/assets/stylesheets/css/custom-css.scss */
.digi-top-bar {
  position: relative;
}

/* line 235, app/assets/stylesheets/css/custom-css.scss */
.digi-top-bar-links a:after {
  content: '';
  height: 100%;
  width: 1px;
  background: #EDEDED;
  position: absolute;
  right: -15px;
  top: 0;
}

/* line 245, app/assets/stylesheets/css/custom-css.scss */
.digi-top-bar-links a:first-child {
  position: relative;
}

/* line 248, app/assets/stylesheets/css/custom-css.scss */
.digi-top-bar-links a {
  position: relative;
}

/* line 252, app/assets/stylesheets/css/custom-css.scss */
.digi-top-bar-links a.themebtn {
  height: auto;
  padding: 8px 17px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 0;
  align-self: center;
  color: #fff !important;
}

/* line 261, app/assets/stylesheets/css/custom-css.scss */
.digi-top-bar-links a.themebtn:after {
  display: none;
}

/* line 264, app/assets/stylesheets/css/custom-css.scss */
.sf-menu {
  margin: 20px auto 5px !important;
}

/* line 267, app/assets/stylesheets/css/custom-css.scss */
.main-menu-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1759px) {
  /* line 273, app/assets/stylesheets/css/custom-css.scss */
  .navbar-container {
    gap: 2%;
  }
}

@media screen and (max-width: 1655px) {
  /* line 278, app/assets/stylesheets/css/custom-css.scss */
  .navbar-container {
    gap: 1%;
  }
  /* line 282, app/assets/stylesheets/css/custom-css.scss */
  #fh5co-header-section nav ul li {
    margin-right: 25px;
  }
  /* line 285, app/assets/stylesheets/css/custom-css.scss */
  .sf-menu {
    margin: 15px auto 5px !important;
  }
}

@media screen and (max-width: 1655px) {
  /* line 290, app/assets/stylesheets/css/custom-css.scss */
  .navbar-container {
    gap: 20px;
  }
  /* line 293, app/assets/stylesheets/css/custom-css.scss */
  #fh5co-header-section nav ul li {
    margin-right: 25px;
  }
}

@media screen and (max-width: 1559px) {
  /* line 298, app/assets/stylesheets/css/custom-css.scss */
  .callto-actions-top .themebtn {
    padding: 9px 19px;
    font-size: 14px;
  }
  /* line 303, app/assets/stylesheets/css/custom-css.scss */
  a.login_btn.with-icon > img {
    width: 12px;
  }
  /* line 306, app/assets/stylesheets/css/custom-css.scss */
  #fh5co-header-section nav ul li {
    margin-right: 23px;
  }
}

@media screen and (max-width: 1479px) {
  /* line 312, app/assets/stylesheets/css/custom-css.scss */
  .sf-menu {
    margin: 12px auto 2px !important;
  }
  /* line 315, app/assets/stylesheets/css/custom-css.scss */
  .callto-actions-top .themebtn {
    padding: 9px 16px;
    font-size: 13px;
  }
  /* line 319, app/assets/stylesheets/css/custom-css.scss */
  a.login_btn.with-icon > img {
    width: 10px;
    margin-top: 2px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 1479px) {
  /* line 327, app/assets/stylesheets/css/custom-css.scss */
  .sf-menu {
    margin: 12px auto 2px !important;
  }
  /* line 330, app/assets/stylesheets/css/custom-css.scss */
  .callto-actions-top .themebtn {
    padding: 9px 16px;
    font-size: 13px;
  }
  /* line 334, app/assets/stylesheets/css/custom-css.scss */
  a.login_btn.with-icon > img {
    width: 10px;
    margin-top: 2px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 1440px) {
  /* line 340, app/assets/stylesheets/css/custom-css.scss */
  #fh5co-header-section nav ul li {
    margin-right: 18px;
  }
}

@media screen and (min-width: 1440px) {
  /* line 346, app/assets/stylesheets/css/custom-css.scss */
  #fh5co-header-section nav ul li.show_after_1440 {
    display: none;
  }
  /* line 349, app/assets/stylesheets/css/custom-css.scss */
  #fh5co-header-section nav ul li.hide_after_1440 {
    display: block;
  }
}

@media screen and (max-width: 1439px) {
  /* line 354, app/assets/stylesheets/css/custom-css.scss */
  #fh5co-header-section nav ul li.show_after_1440 {
    display: block;
  }
  /* line 357, app/assets/stylesheets/css/custom-css.scss */
  #fh5co-header-section nav ul li.hide_after_1440 {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  /* line 363, app/assets/stylesheets/css/custom-css.scss */
  #fh5co-header-section nav ul li {
    margin-right: 28px;
  }
}

@media screen and (max-width: 1380px) {
  /* line 369, app/assets/stylesheets/css/custom-css.scss */
  .digi-top-bar-links {
    gap: 30px;
  }
  /* line 372, app/assets/stylesheets/css/custom-css.scss */
  .digi-top-bar-links a {
    height: 40px;
    font-size: 13px;
    gap: 7px;
  }
  /* line 377, app/assets/stylesheets/css/custom-css.scss */
  .digi-top-bar-links a:first-child img {
    max-width: 15px;
  }
  /* line 379, app/assets/stylesheets/css/custom-css.scss */
  .digi-top-bar-links a:nth-child(2) img {
    max-width: 20px;
  }
  /* line 382, app/assets/stylesheets/css/custom-css.scss */
  .digi-top-bar-links a:after {
    right: -15px;
  }
}

@media screen and (max-width: 1298px) {
  /* line 388, app/assets/stylesheets/css/custom-css.scss */
  .callto-actions-top a:first-child {
    margin-right: 5px;
  }
  /* line 391, app/assets/stylesheets/css/custom-css.scss */
  #fh5co-header-section nav ul li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1289px) {
  /* line 397, app/assets/stylesheets/css/custom-css.scss */
  .digi-top-bar-links a {
    height: 50px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1260px) {
  /* line 403, app/assets/stylesheets/css/custom-css.scss */
  .sf-menu {
    margin: 8px auto 0px !important;
  }
}

@media screen and (max-width: 1244px) {
  /* line 408, app/assets/stylesheets/css/custom-css.scss */
  .callto-actions-top .themebtn {
    padding: 7px 10px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1215px) {
  /* line 414, app/assets/stylesheets/css/custom-css.scss */
  .sf-menu {
    margin: 6px auto 0px !important;
  }
  /* line 417, app/assets/stylesheets/css/custom-css.scss */
  #fh5co-header-section nav ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1190px) {
  /* line 422, app/assets/stylesheets/css/custom-css.scss */
  .callto-actions-top .themebtn {
    padding: 10px 25px;
    font-size: 16px;
  }
  /* line 426, app/assets/stylesheets/css/custom-css.scss */
  a.login_btn.with-icon > img {
    width: 13px;
  }
  /* line 430, app/assets/stylesheets/css/custom-css.scss */
  .fh5co-nav-toggle {
    margin: 0;
    margin-top: 4px;
  }
  /* line 435, app/assets/stylesheets/css/custom-css.scss */
  .callto-actions-top {
    margin-right: 70px;
    margin-top: 11px;
  }
  /* line 440, app/assets/stylesheets/css/custom-css.scss */
  .fh5co-offcanvas #fh5co-page a.js-fh5co-nav-toggle.fh5co-nav-toggle {
    top: -85px !important;
    right: 5px !important;
  }
}

/* line 445, app/assets/stylesheets/css/custom-css.scss */
.fh5co-offcanvas #fh5co-page nav#offcanvas-menu li.show_after_1440 {
  display: none;
}

@media screen and (max-width: 1060px) {
  /* line 450, app/assets/stylesheets/css/custom-css.scss */
  .digi-top-bar .digi-top-bar-links a:nth-child(1), .digi-top-bar .digi-top-bar-links a:nth-child(2) {
    text-indent: -5000px;
    gap: 0;
  }
}

@media screen and (max-width: 991px) {
  /* line 456, app/assets/stylesheets/css/custom-css.scss */
  .fh5co-nav-toggle {
    top: 13px;
    margin-top: 0em;
    right: 20px;
  }
  /* line 461, app/assets/stylesheets/css/custom-css.scss */
  .welcome-text {
    text-align: center;
    margin: 10px 0;
  }
}

@media screen and (max-width: 815px) {
  /* line 467, app/assets/stylesheets/css/custom-css.scss */
  .digi-top-bar-links {
    gap: 30px;
  }
  /* line 470, app/assets/stylesheets/css/custom-css.scss */
  .digi-top-bar-links a {
    font-size: 12px;
  }
  /* line 474, app/assets/stylesheets/css/custom-css.scss */
  .digi-top-bar-links a img {
    max-width: 25px;
  }
  /* line 478, app/assets/stylesheets/css/custom-css.scss */
  .digi-top-bar-links a:first-child:after {
    right: -17px;
  }
}

@media screen and (max-width: 785px) {
  /* line 483, app/assets/stylesheets/css/custom-css.scss */
  .callto-actions-top .themebtn {
    padding: 10px 25px;
    font-size: 13px;
  }
  /* line 487, app/assets/stylesheets/css/custom-css.scss */
  a.login_btn.with-icon > img {
    width: 11px;
  }
  /* line 490, app/assets/stylesheets/css/custom-css.scss */
  .callto-actions-top {
    margin-top: 8px;
  }
  /* line 493, app/assets/stylesheets/css/custom-css.scss */
  .fh5co-nav-toggle {
    top: 10px;
  }
}

@media screen and (max-width: 700px) {
  /* line 498, app/assets/stylesheets/css/custom-css.scss */
  .welcome-text {
    text-align: center;
    margin: 10px 0;
  }
  /* line 503, app/assets/stylesheets/css/custom-css.scss */
  ul.top-social-links {
    justify-content: start;
  }
  /* line 507, app/assets/stylesheets/css/custom-css.scss */
  .callto-actions-top .themebtn {
    padding: 8px 17px;
  }
  /* line 511, app/assets/stylesheets/css/custom-css.scss */
  .fh5co-nav-toggle {
    top: 7px;
  }
}

@media screen and (max-width: 609px) {
  /* line 516, app/assets/stylesheets/css/custom-css.scss */
  .callto-actions-top {
    margin-right: 40px;
    margin-top: 3px;
  }
  /* line 521, app/assets/stylesheets/css/custom-css.scss */
  .fh5co-nav-toggle {
    top: 2px;
    right: 0;
  }
}

@media screen and (max-width: 575px) {
  /* line 527, app/assets/stylesheets/css/custom-css.scss */
  .digi-top-bar-links {
    display: none;
  }
  /* line 531, app/assets/stylesheets/css/custom-css.scss */
  .show-on-mobile.mobile_app_icons {
    display: inline-block !important;
    position: absolute;
    right: calc(-100% + 70px);
    top: 2px;
  }
  /* line 538, app/assets/stylesheets/css/custom-css.scss */
  .show-on-mobile.mobile_app_icons a:not(:last-child) {
    margin-right: 15px;
  }
  /* line 542, app/assets/stylesheets/css/custom-css.scss */
  nav#offcanvas-menu div#clone3 {
    display: flex !important;
    flex-direction: column-reverse;
    gap: 0;
    margin-top: 25px;
  }
  /* line 548, app/assets/stylesheets/css/custom-css.scss */
  nav#offcanvas-menu div#clone3 a:after {
    display: none;
  }
  /* line 551, app/assets/stylesheets/css/custom-css.scss */
  nav#offcanvas-menu div#clone3 a:nth-child(3) {
    color: #fff !important;
    margin-top: 10px;
  }
  /* line 556, app/assets/stylesheets/css/custom-css.scss */
  nav#offcanvas-menu .digi-top-bar-links a:first-child:after {
    display: none;
  }
  /* line 560, app/assets/stylesheets/css/custom-css.scss */
  ul.top-social-links {
    justify-content: center;
    margin-bottom: 5px;
  }
  /* line 565, app/assets/stylesheets/css/custom-css.scss */
  .main-menu-wrap div#callto-actions-top {
    display: none;
  }
  /* line 569, app/assets/stylesheets/css/custom-css.scss */
  .main-menu-wrap {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  /* line 574, app/assets/stylesheets/css/custom-css.scss */
  .fh5co-nav-toggle {
    top: -37px;
    right: 10px;
  }
  /* line 579, app/assets/stylesheets/css/custom-css.scss */
  .fh5co-offcanvas #fh5co-page nav#offcanvas-menu div#callto-actions-top {
    margin: 0px 0 30px;
    text-align: left !important;
  }
  /* line 584, app/assets/stylesheets/css/custom-css.scss */
  .fh5co-offcanvas #fh5co-page nav#offcanvas-menu div#callto-actions-top a.login_btn {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 425px) {
  /* line 589, app/assets/stylesheets/css/custom-css.scss */
  .fh5co-nav-toggle {
    top: -35px;
  }
}

@media screen and (max-width: 330px) {
  /* line 595, app/assets/stylesheets/css/custom-css.scss */
  .fh5co-nav-toggle {
    top: -35px;
  }
}

@media screen and (min-width: 576px) {
  /* line 601, app/assets/stylesheets/css/custom-css.scss */
  .fh5co-offcanvas #fh5co-page nav#offcanvas-menu div#callto-actions-top, nav#offcanvas-menu .digi-top-bar-links {
    display: none;
  }
}

/*.sticky-banner.stuck #fh5co-header-section .digi-top-bar {
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    transition: all .3s ease;
}*/
/* line 613, app/assets/stylesheets/css/custom-css.scss */
.sticky-banner.stuck .main-menu-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 618, app/assets/stylesheets/css/custom-css.scss */
.sticky-banner.stuck {
  z-index: 999999999999;
}

/* line 622, app/assets/stylesheets/css/custom-css.scss */
.sticky-banner.stuck #fh5co-header-section {
  background: white;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

/* line 631, app/assets/stylesheets/css/custom-css.scss */
.sticky-banner #fh5co-header-section .digi-top-bar {
  transition: all .3s ease;
}

/* line 635, app/assets/stylesheets/css/custom-css.scss */
.fh5co-offcanvas #fh5co-page .sticky-banner.stuck a.js-fh5co-nav-toggle.fh5co-nav-toggle {
  position: absolute;
  top: -30px !important;
}

/*HEADER CSS END*/
/*BANNER CSS START*/
/* line 643, app/assets/stylesheets/css/custom-css.scss */
div#banner-slider .banner-item {
  position: relative;
}

/* line 647, app/assets/stylesheets/css/custom-css.scss */
div#banner-slider .banner-item .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1440px;
}

/* line 655, app/assets/stylesheets/css/custom-css.scss */
div#banner-slider .banner-item .digi-banner-content {
  padding-right: 15%;
}

/* line 659, app/assets/stylesheets/css/custom-css.scss */
div#banner-slider .banner-item .digi-banner-content h1 {
  font-weight: 600;
  font-size: 38px;
  line-height: 58px;
  color: #121212;
  margin-bottom: 20px;
}

/* line 668, app/assets/stylesheets/css/custom-css.scss */
div#banner-slider .banner-item .digi-banner-content p {
  font-weight: 600;
  font-size: 19px;
  line-height: 39px;
  color: #121212;
}

/* line 676, app/assets/stylesheets/css/custom-css.scss */
.digi-banner-buttons .themebtn.with-icon img {
  max-width: inherit;
  width: inherit;
  float: right;
  margin-top: 2px;
  margin-left: 10px;
}

/* line 684, app/assets/stylesheets/css/custom-css.scss */
.digi-banner-buttons .themebtn.with-icon {
  margin-left: 11px;
}

/* line 687, app/assets/stylesheets/css/custom-css.scss */
div#banner-slider .owl-dots {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 695, app/assets/stylesheets/css/custom-css.scss */
div#banner-slider .owl-dots button.owl-dot span {
  /*background: linear-gradient(to right, #05B6A6, #019ABC, #018DC8);*/
  background: #05B6A6;
  position: relative;
}

/* line 701, app/assets/stylesheets/css/custom-css.scss */
div#banner-slider .owl-dots button.owl-dot.active {
  background: url(/../images/dots-active-before-new.png) no-repeat center center !important;
  background-size: 18px !important;
}

/* line 706, app/assets/stylesheets/css/custom-css.scss */
div#banner-slider .owl-item.active h1 {
  -webkit-animation: 1s .3s fadeInLeft both;
  animation: 1s .3s fadeInLeft both;
}

/* line 707, app/assets/stylesheets/css/custom-css.scss */
div#banner-slider .owl-item.active p {
  -webkit-animation: 1s .3s fadeInRight both;
  animation: 1s .3s fadeInRight both;
}

/* line 708, app/assets/stylesheets/css/custom-css.scss */
div#banner-slider .owl-item.active .digi-banner-buttons {
  -webkit-animation: 1s .3s fadeInUp both;
  animation: 1s .3s fadeInUp both;
}

@media screen and (max-width: 1500px) {
  /* line 711, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider .banner-item .container {
    transform: translate(-50%, -50%);
    top: 50%;
    padding: 0 40px;
  }
}

@media screen and (max-width: 1366px) {
  /* line 718, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider .banner-item .digi-banner-content h1 {
    font-size: 37px;
    line-height: 58px;
    margin-bottom: 12px;
  }
  /* line 724, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider .banner-item .digi-banner-content p {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  /* line 730, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider .banner-item .digi-banner-content .digi-banner-buttons a.themebtn {
    padding: 11px 20px;
  }
}

@media screen and (max-width: 1280px) {
  /* line 736, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider .owl-dots {
    bottom: 20px;
  }
}

@media screen and (max-width: 1110px) {
  /* line 741, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider .banner-item .digi-banner-content .digi-banner-buttons a.themebtn {
    padding: 9px 15px;
    font-size: 14px;
    margin-left: 0px;
    margin-top: 7px;
    min-width: 175px;
  }
}

@media screen and (max-width: 1100px) {
  /* line 751, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider .banner-item .digi-banner-content h1 {
    font-size: 32px;
    line-height: 49px;
    margin-bottom: 12px;
  }
  /* line 757, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider .banner-item .digi-banner-content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1600px) {
  /* line 765, app/assets/stylesheets/css/custom-css.scss */
  .item-bg {
    min-height: 500px;
    position: relative;
  }
  /* line 770, app/assets/stylesheets/css/custom-css.scss */
  .item-bg img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 765px) {
  /* line 779, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider .banner-item .digi-banner-content {
    padding-right: 0px;
  }
}

@media screen and (max-width: 630px) {
  /* line 785, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider .banner-item .digi-banner-content h1 {
    font-size: 29px;
    line-height: 42px;
  }
  /* line 790, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider .banner-item .digi-banner-content p {
    font-size: 15px;
    line-height: 28px;
  }
  /* line 795, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider .banner-item .digi-banner-content .digi-banner-buttons a.themebtn {
    padding: 8px 13px;
    font-size: 13px;
    margin-left: 0px;
    margin-top: 7px;
    min-width: 175px;
  }
  /* line 803, app/assets/stylesheets/css/custom-css.scss */
  .digi-banner-buttons .themebtn.with-icon img {
    margin-top: 0px;
  }
}

@media screen and (max-width: 575px) {
  /* line 808, app/assets/stylesheets/css/custom-css.scss */
  .item-bg {
    min-height: 400px;
    position: relative;
  }
}

@media screen and (max-width: 430px) {
  /* line 814, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider.owl-carousel .owl-item img {
    object-position: -230px;
  }
  /* line 817, app/assets/stylesheets/css/custom-css.scss */
  .digi-banner-buttons .themebtn.with-icon img {
    object-position: 0px !important;
  }
  /* line 820, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider.owl-carousel .owl-item .item-bg.bg1 img {
    object-position: -520px;
  }
  /* line 823, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider.owl-carousel .owl-item .item-bg.bg2 img {
    object-position: 80%;
  }
  /* line 826, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider.owl-carousel .owl-item .item-bg.bg3 img {
    object-position: 60%;
  }
  /* line 829, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider .banner-item .digi-banner-content h1 {
    font-size: 24px;
    line-height: 36px;
  }
  /* line 834, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider .banner-item .digi-banner-content p {
    font-size: 15px;
    line-height: 28px;
  }
  /* line 839, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider .banner-item .container {
    transform: translate(-50%, 0%);
    top: 59px;
    padding: 0 40px;
  }
}

@media screen and (max-width: 387px) {
  /* line 846, app/assets/stylesheets/css/custom-css.scss */
  .digi-banner-buttons .themebtn.with-icon img {
    object-position: center !important;
  }
  /* line 850, app/assets/stylesheets/css/custom-css.scss */
  .digi-banner-buttons .themebtn.with-icon {
    margin-left: 0px;
  }
  /* line 853, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider .banner-item .container {
    transform: translate(-50%, 0%);
    top: 48px;
    padding: 0 40px;
  }
  /* line 858, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider .banner-item .digi-banner-content h1 {
    font-size: 20px;
    line-height: 30px;
  }
  /* line 862, app/assets/stylesheets/css/custom-css.scss */
  div#banner-slider .banner-item .digi-banner-content p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
  }
}

@media screen and (max-width: 377px) {
  /* line 869, app/assets/stylesheets/css/custom-css.scss */
  .digi-banner-buttons .themebtn.with-icon {
    margin-top: 5px;
  }
}

/*HOME ABOUT CSS*/
/* line 874, app/assets/stylesheets/css/custom-css.scss */
.heading-with-sub h2.section-heading {
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  font-weight: 500;
  color: #121212;
}

/* line 883, app/assets/stylesheets/css/custom-css.scss */
.heading-with-sub h2.section-content-heading {
  font-size: 30px;
  font-weight: 500;
  line-height: 48px;
  color: #121212;
  text-align: left;
  margin: 0 0 10px 0;
}

/* line 893, app/assets/stylesheets/css/custom-css.scss */
section#home-about-section {
  position: relative;
  padding: 230px 0 50px;
  margin-top: -110px;
  background: url(/../images/about_section_bg.png) no-repeat center center;
  background-size: cover;
}

/* line 901, app/assets/stylesheets/css/custom-css.scss */
section#home-about-section .container {
  max-width: 1440px;
}

/* line 905, app/assets/stylesheets/css/custom-css.scss */
.home-about-content-wrap {
  position: relative;
  padding: 0 0 0 70px;
}

/* line 910, app/assets/stylesheets/css/custom-css.scss */
.heading-tag-line {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(to right, #05B6A6, #019ABC, #018DC8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

/* line 921, app/assets/stylesheets/css/custom-css.scss */
.heading-tag-line img {
  position: relative;
  margin-right: 10px;
  top: -2px;
}

/* line 927, app/assets/stylesheets/css/custom-css.scss */
.black-caption {
  margin-bottom: 20px;
}

/* line 931, app/assets/stylesheets/css/custom-css.scss */
.paragraph {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 35px;
}

/* line 941, app/assets/stylesheets/css/custom-css.scss */
.buttons-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* line 947, app/assets/stylesheets/css/custom-css.scss */
.media.phone-link p {
  margin: 0px;
  line-height: normal;
  background: linear-gradient(to right, #05B6A6, #019ABC, #018DC8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  font-weight: 500;
}

/* line 958, app/assets/stylesheets/css/custom-css.scss */
.media.phone-link a {
  background: linear-gradient(to right, #05B6A6, #019ABC, #018DC8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}

/* line 968, app/assets/stylesheets/css/custom-css.scss */
.media.phone-link {
  align-items: center;
}

/* line 972, app/assets/stylesheets/css/custom-css.scss */
.media.phone-link .media-left {
  padding-right: 10px;
}

/* line 975, app/assets/stylesheets/css/custom-css.scss */
.media.phone-link:hover img {
  animation: tilt-shaking 0.35s infinite;
}

/* line 979, app/assets/stylesheets/css/custom-css.scss */
.home-about-img-wrap {
  margin-left: -30px;
}

/* line 981, app/assets/stylesheets/css/custom-css.scss */
.home-about-img-wrap img {
  /* width: 100%;*/
}

/* line 985, app/assets/stylesheets/css/custom-css.scss */
a.themebtn.with-icon.learn-more img {
  margin-left: 10px;
  margin-top: -1px;
}

/* line 991, app/assets/stylesheets/css/custom-css.scss */
section#home-about-section .heading-container {
  margin-top: 120px;
}

/* line 995, app/assets/stylesheets/css/custom-css.scss */
section#home-about-section .heading-container .black-caption {
  margin: 0;
}

/* line 999, app/assets/stylesheets/css/custom-css.scss */
section#home-about-section .heading-container .black-caption h2 {
  margin: 0;
}

@media screen and (max-width: 1406px) {
  /* line 1004, app/assets/stylesheets/css/custom-css.scss */
  .home-about-content-wrap {
    padding: 0 0 0 30px;
  }
  /* line 1007, app/assets/stylesheets/css/custom-css.scss */
  .home-about-img-wrap {
    margin-left: -60px;
  }
}

@media screen and (max-width: 1325px) {
  /* line 1012, app/assets/stylesheets/css/custom-css.scss */
  .home-about-content-wrap {
    padding: 0 0 0 00px;
  }
  /* line 1015, app/assets/stylesheets/css/custom-css.scss */
  .home-about-img-wrap {
    margin-left: -70px;
  }
}

@media screen and (max-width: 1266px) {
  /* line 1020, app/assets/stylesheets/css/custom-css.scss */
  .home-about-img-wrap {
    margin-left: -90px;
  }
  /* line 1023, app/assets/stylesheets/css/custom-css.scss */
  .home-about-img-wrap img {
    /*width: 100%; */
  }
  /*.buttons-group .media.phone-link {
	    flex-basis: 100%;
	}*/
  /* line 1030, app/assets/stylesheets/css/custom-css.scss */
  .buttons-group {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  /* line 1035, app/assets/stylesheets/css/custom-css.scss */
  .home-about-img-wrap {
    margin-left: -140px;
    margin-bottom: 30px;
  }
  /* line 1039, app/assets/stylesheets/css/custom-css.scss */
  .home-about-img-wrap img {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  /* line 1044, app/assets/stylesheets/css/custom-css.scss */
  .home-about-img-wrap {
    margin-left: -125px;
  }
}

@media screen and (max-width: 730px) {
  /* line 1050, app/assets/stylesheets/css/custom-css.scss */
  .home-about-img-wrap {
    margin-left: -100px;
  }
}

@media screen and (max-width: 575px) {
  /* line 1056, app/assets/stylesheets/css/custom-css.scss */
  .home-about-img-wrap {
    margin-left: 0px;
  }
  /* line 1059, app/assets/stylesheets/css/custom-css.scss */
  section#home-about-section {
    padding-bottom: 50px;
  }
  /* line 1062, app/assets/stylesheets/css/custom-css.scss */
  .home-about-img-wrap img.show_after_575 {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  /* line 1069, app/assets/stylesheets/css/custom-css.scss */
  .home-about-img-wrap img.show_before_575 {
    display: none;
  }
}

/*HOME ABOUT CSS END*/
/*RAHEB GENERATED CSS FOR SECOND SECTION*/
/* line 1080, app/assets/stylesheets/css/custom-css.scss */
.esthetic-practice .container {
  max-width: 1440px;
}

/* line 1084, app/assets/stylesheets/css/custom-css.scss */
.blue-light-bg {
  background: #F4FCFE;
  padding-top: 70px;
  padding-bottom: 60px;
}

/* line 1089, app/assets/stylesheets/css/custom-css.scss */
.transparent-bg {
  background: transparent;
  padding-bottom: 40px;
}

/* line 1094, app/assets/stylesheets/css/custom-css.scss */
.section-arrow {
  position: relative;
  left: 39%;
  top: -40px;
}

/* line 1101, app/assets/stylesheets/css/custom-css.scss */
.section-arrow-2 {
  position: relative;
  left: 41%;
  top: 31px;
  z-index: 9;
}

/* line 1108, app/assets/stylesheets/css/custom-css.scss */
.mb-50 {
  margin-bottom: 50px;
}

/* line 1111, app/assets/stylesheets/css/custom-css.scss */
.section-content-box-left {
  margin-right: 20px;
}

/* line 1115, app/assets/stylesheets/css/custom-css.scss */
.section-content-box-right {
  margin-left: 20px;
}

/* line 1119, app/assets/stylesheets/css/custom-css.scss */
.section-gradient-text {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 37px;
  margin: 0 0 10px 0;
  background: linear-gradient(to right, #05B6A6, #019ABC, #018DC8);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

/* line 1130, app/assets/stylesheets/css/custom-css.scss */
.section-para {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #272727;
}

/* line 1138, app/assets/stylesheets/css/custom-css.scss */
ul.list-with-check-mark {
  margin-bottom: 30px;
}

/* line 1142, app/assets/stylesheets/css/custom-css.scss */
.list-bg-img {
  text-align: left;
  position: relative;
  background: url(/../images/list-bg-green.png) no-repeat;
  background-position: 0px 9px;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
  color: #272727;
  margin-left: -35px;
}

@media screen and (max-width: 991px) {
  /* line 1160, app/assets/stylesheets/css/custom-css.scss */
  .section-img-box {
    margin: 25px 0;
  }
  /* line 1164, app/assets/stylesheets/css/custom-css.scss */
  [class*=section-arrow] {
    visibility: hidden;
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  /* line 1171, app/assets/stylesheets/css/custom-css.scss */
  .section-arrow {
    position: relative;
    left: 18%;
    top: -40px;
  }
  /* line 1177, app/assets/stylesheets/css/custom-css.scss */
  .section-arrow-2 {
    position: relative;
    left: 20%;
    top: 31px;
  }
}

@media screen and (max-width: 575px) {
  /* line 1185, app/assets/stylesheets/css/custom-css.scss */
  .heading-with-sub h2.section-heading {
    font-size: 35px;
    line-height: 50px;
  }
  /* line 1189, app/assets/stylesheets/css/custom-css.scss */
  .section-arrow {
    max-width: 300px;
    position: relative;
    left: 12%;
    top: -40px;
    text-align: center;
  }
  /* line 1197, app/assets/stylesheets/css/custom-css.scss */
  .section-arrow-2 {
    max-width: 300px;
    position: relative;
    left: 17%;
    top: 31px;
    text-align: center;
  }
  /* line 1205, app/assets/stylesheets/css/custom-css.scss */
  .section-content-box-right, .section-content-box-left {
    margin: 0;
  }
}

/* line 1210, app/assets/stylesheets/css/custom-css.scss */
.section-img-box img {
  width: 100%;
}

/*RAHEB GENERATED CSS FOR SECOND SECTION*/
/*HOME PORTFOLIO CSS*/
/* line 1217, app/assets/stylesheets/css/custom-css.scss */
section#portfolio-home-sectoin {
  position: relative;
  padding: 90px 0 0px;
}

/* line 1221, app/assets/stylesheets/css/custom-css.scss */
.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: visible;
}

/* line 1228, app/assets/stylesheets/css/custom-css.scss */
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 820px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
}

/* line 1237, app/assets/stylesheets/css/custom-css.scss */
.picture {
  width: 100%;
  /*height: 320px;*/
  overflow: hidden;
  border-radius: 5px;
}

/* line 1243, app/assets/stylesheets/css/custom-css.scss */
.picture img {
  display: block;
  width: 100%;
  /* height: 100%;*/
  -o-object-fit: cover;
  object-fit: cover;
}

/*.detail {
  padding: 25px 20px;
  font-weight: 600;
  text-align: center;
      position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: all .3s ease;
}*/
/*.detail h3 {
  margin: 0;
  font-size: 20px;
}
.detail span {
  display: block;
  font-size: 16px;
  color: #f44336;
}*/
/* line 1278, app/assets/stylesheets/css/custom-css.scss */
.swiper-slide-nth-next-2, .swiper-slide-nth-prev-2 {
  visibility: hidden;
}

/* line 1281, app/assets/stylesheets/css/custom-css.scss */
.swiper-slide.swiper-slide-next, .swiper-slide.swiper-slide-prev {
  cursor: pointer;
}

/* line 1284, app/assets/stylesheets/css/custom-css.scss */
section#portfolio-home-sectoin .container {
  max-width: 100%;
}

/* line 1287, app/assets/stylesheets/css/custom-css.scss */
.swiper-slide {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

/* line 1291, app/assets/stylesheets/css/custom-css.scss */
.item-frame {
  padding: 6% 5px 6px;
  background: url(/../images/portfolio_frame_item_frame.png) no-repeat center top;
  background-size: 100%;
  /* margin: 21px; */
  box-shadow: 0px 0px 30px -9px rgba(0, 0, 0, 0.22);
}

/* line 1299, app/assets/stylesheets/css/custom-css.scss */
.swiper-slide.swiper-slide-prev {
  right: -80px;
}

/* line 1303, app/assets/stylesheets/css/custom-css.scss */
.swiper-slide.swiper-slide-next {
  left: -80px;
}

@media screen and (min-width: 1431px) {
  /* line 1310, app/assets/stylesheets/css/custom-css.scss */
  .portfolio_home_wrap .swiper-button-prev {
    left: 150px;
  }
  /* line 1314, app/assets/stylesheets/css/custom-css.scss */
  .portfolio_home_wrap .swiper-button-next {
    right: 150px;
  }
}

@media screen and (max-width: 1430px) {
  /* line 1320, app/assets/stylesheets/css/custom-css.scss */
  .portfolio_home_wrap .swiper-button-prev {
    left: 135px;
  }
  /* line 1324, app/assets/stylesheets/css/custom-css.scss */
  .portfolio_home_wrap .swiper-button-next {
    right: 135px;
  }
}

@media screen and (min-width: 640px) {
  /* line 1331, app/assets/stylesheets/css/custom-css.scss */
  .portfolio_home_wrap {
    display: block;
    margin: 0 -100px;
    position: relative;
  }
  /* line 1337, app/assets/stylesheets/css/custom-css.scss */
  .portfolio_home_wrap .swiper-pagination {
    display: none;
  }
}

/* line 1341, app/assets/stylesheets/css/custom-css.scss */
.portfolio_home_wrap .swiper-button-next, .portfolio_home_wrap .swiper-button-prev {
  width: 35px;
  height: 60px;
  background-size: 35px 60px;
  filter: brightness(0);
}

/* line 1348, app/assets/stylesheets/css/custom-css.scss */
.portfolio_home_wrap .item-frame .picture {
  position: relative;
}

/* line 1351, app/assets/stylesheets/css/custom-css.scss */
.portfolio_home_wrap .item-frame .picture .detail {
  display: none;
  transition: all .3s ease;
}

/* line 1355, app/assets/stylesheets/css/custom-css.scss */
.portfolio_home_wrap .swiper-slide-active .item-frame .picture .detail {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: all .3s ease;
  text-align: center;
}

/* line 1371, app/assets/stylesheets/css/custom-css.scss */
.portfolio_home_wrap .swiper-slide-active .item-frame .picture .detail img {
  width: inherit;
  max-width: inherit;
  margin: 0 auto;
  display: inline;
}

/* line 1378, app/assets/stylesheets/css/custom-css.scss */
.portfolio_home_wrap .swiper-slide-active .item-frame .picture .detail a {
  align-self: center;
}

/* line 1382, app/assets/stylesheets/css/custom-css.scss */
.portfolio_home_wrap .swiper-slide-active .item-frame:hover .picture .detail {
  display: flex;
  background: linear-gradient(to right, rgba(5, 182, 166, 0.85), rgba(1, 154, 188, 0.85), rgba(1, 141, 200, 0.85));
  background-size: cover;
  visibility: visible;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
}

/* line 1392, app/assets/stylesheets/css/custom-css.scss */
.portfolio_home_wrap .item-frame .picture .detail h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 13px;
}

/* line 1400, app/assets/stylesheets/css/custom-css.scss */
.portfolio_home_wrap .item-frame .picture .detail span {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 1409, app/assets/stylesheets/css/custom-css.scss */
.portfolio_home_wrap .item-frame .picture .detail a:hover img {
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

/* line 1411, app/assets/stylesheets/css/custom-css.scss */
.portfolio_home_wrap .item-frame .picture .detail a img {
  transition: all .3s ease;
  border-radius: 50%;
}

@media screen and (max-width: 1280px) {
  /* line 1419, app/assets/stylesheets/css/custom-css.scss */
  .portfolio_home_wrap .item-frame .picture .detail h3 {
    font-size: 18px;
    margin-bottom: 9px;
  }
  /* line 1423, app/assets/stylesheets/css/custom-css.scss */
  .portfolio_home_wrap .item-frame .picture .detail span {
    font-size: 15px;
  }
  /* line 1426, app/assets/stylesheets/css/custom-css.scss */
  .portfolio_home_wrap .swiper-slide-active .item-frame .picture .detail img {
    width: 40px;
    max-width: 40px;
  }
}

@media screen and (max-width: 640px) {
  /* line 1433, app/assets/stylesheets/css/custom-css.scss */
  .swiper-slide {
    box-shadow: none;
  }
  /* line 1437, app/assets/stylesheets/css/custom-css.scss */
  .item-frame {
    margin: 20px;
  }
  /* line 1440, app/assets/stylesheets/css/custom-css.scss */
  .portfolio_home_wrap .swiper-button-next {
    right: 35px;
  }
  /* line 1443, app/assets/stylesheets/css/custom-css.scss */
  .portfolio_home_wrap .swiper-button-prev {
    left: 35px;
  }
  /* line 1446, app/assets/stylesheets/css/custom-css.scss */
  .swiper-slide.swiper-slide-next {
    left: 50px;
  }
  /* line 1449, app/assets/stylesheets/css/custom-css.scss */
  .swiper-slide.swiper-slide-prev {
    right: 50px;
  }
  /* line 1452, app/assets/stylesheets/css/custom-css.scss */
  .swiper-container {
    padding-top: 20px;
  }
}

/* line 1458, app/assets/stylesheets/css/custom-css.scss */
.portfolio_home_wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 1462, app/assets/stylesheets/css/custom-css.scss */
.swiper-slide.swiper-slide-active {
  transform: scale(1.2) !important;
  z-index: 2 !important;
}

/* line 1467, app/assets/stylesheets/css/custom-css.scss */
.swiper-slide.swiper-slide-active .detail * {
  transform: scale(0.9) !important;
}

/* line 1471, app/assets/stylesheets/css/custom-css.scss */
.swiper-slide.swiper-slide-active .item-frame .picture .detail span {
  margin-bottom: 8px;
}

/*HOME PORTFOLIO CSS END */
/*RAHEB CSS FOR consultation section*/
/* line 1483, app/assets/stylesheets/css/custom-css.scss */
.business-consultation {
  background: url(/../images/business-consultation-bg.png) no-repeat;
  background-position: right top;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 135px;
}

/* line 1491, app/assets/stylesheets/css/custom-css.scss */
.business-consultation .container {
  max-width: 1440px;
}

/* line 1495, app/assets/stylesheets/css/custom-css.scss */
.business-consultation .black-caption .section-content-heading {
  font-weight: 600;
  line-height: 53px;
}

/* line 1500, app/assets/stylesheets/css/custom-css.scss */
.business-consultation .media.phone-link * a, .business-consultation .media.phone-link * p {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 1506, app/assets/stylesheets/css/custom-css.scss */
.business-consultation .media.phone-link * img {
  filter: brightness(100) contrast(1) grayscale(100);
}

@media screen and (max-width: 1200px) {
  /* line 1511, app/assets/stylesheets/css/custom-css.scss */
  .business-consultation {
    background-position: center top;
  }
  /* line 1514, app/assets/stylesheets/css/custom-css.scss */
  .business-consultation .buttons-group .media.phone-link {
    flex-basis: auto;
  }
}

@media screen and (max-width: 690px) {
  /* line 1519, app/assets/stylesheets/css/custom-css.scss */
  .business-consultation .buttons-group .media.phone-link {
    flex-basis: 100%;
  }
}

/* line 1526, app/assets/stylesheets/css/custom-css.scss */
.why-digimedspa {
  background: url(/../images/why-digimedspa-bg.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 150px 0 130px;
}

/* line 1532, app/assets/stylesheets/css/custom-css.scss */
.why-digimedspa .black-caption {
  margin-bottom: 45px;
}

/* line 1536, app/assets/stylesheets/css/custom-css.scss */
.why-digimedspa .container {
  max-width: 1440px;
}

/* line 1540, app/assets/stylesheets/css/custom-css.scss */
.card-style {
  border: none;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 0px 11px 20px 11px;
  text-align: center;
}

/* line 1548, app/assets/stylesheets/css/custom-css.scss */
.card-icon-top {
  text-align: center;
  margin: 10px auto 0;
  min-height: 200px;
  display: flex;
  align-items: center;
}

/* line 1556, app/assets/stylesheets/css/custom-css.scss */
.card-style .card-title {
  font-size: 22px;
  font-weight: 500;
  color: #121212;
  line-height: 48px;
}

/* line 1564, app/assets/stylesheets/css/custom-css.scss */
.card-style p.card-text {
  font-size: 14px;
  line-height: 28px;
  color: #272727;
  font-weight: 400;
}

/* line 1571, app/assets/stylesheets/css/custom-css.scss */
.card-icon-top img {
  /*width: 190px;
    height: 175px;
    object-fit: contain;*/
}

@media screen and (max-width: 1024px) {
  /* line 1578, app/assets/stylesheets/css/custom-css.scss */
  .card-style .card-title {
    line-height: 33px;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  /* line 1584, app/assets/stylesheets/css/custom-css.scss */
  .why-digimedspa {
    background-size: 1624px 100%;
    padding: 165px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  /* line 1592, app/assets/stylesheets/css/custom-css.scss */
  .card-style {
    max-width: 450px;
    margin: 0 auto 40px;
  }
  /* line 1596, app/assets/stylesheets/css/custom-css.scss */
  .why-digimedspa {
    background-size: 2524px 100%;
    padding: 195px 0 80px;
  }
}

@media screen and (max-width: 575px) {
  /* line 1604, app/assets/stylesheets/css/custom-css.scss */
  section#portfolio-home-sectoin {
    padding: 80px 0 30px;
  }
  /* line 1607, app/assets/stylesheets/css/custom-css.scss */
  .why-digimedspa {
    padding-bottom: 40px;
  }
  /* line 1610, app/assets/stylesheets/css/custom-css.scss */
  .business-consultation {
    background-position: 60% top;
  }
}

/*RAHEB CSS FOR consultation section*/
/*MOBILE APP SECTION CSS*/
/* line 1621, app/assets/stylesheets/css/custom-css.scss */
section#home-mobile-app-section {
  position: relative;
  padding: 270px 0 90px;
  background: url(/../images/mobile_app_section_bg.png) no-repeat center center;
  background-size: cover;
  margin-top: -140px;
}

/* line 1629, app/assets/stylesheets/css/custom-css.scss */
section#home-mobile-app-section .container {
  max-width: 1440px;
}

/* line 1632, app/assets/stylesheets/css/custom-css.scss */
.home-mobile-app-section-content {
  padding-top: 90px;
}

/* line 1636, app/assets/stylesheets/css/custom-css.scss */
.home-mobile-app-section-content .heading-with-sub h2.section-heading {
  line-height: 62px;
}

/* line 1640, app/assets/stylesheets/css/custom-css.scss */
.home-mobile-app-section-content p.paragraph {
  text-align: center;
  font-size: 15px;
}

/* line 1645, app/assets/stylesheets/css/custom-css.scss */
.home-mobile-app-section-content .download-buttons-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

/* line 1652, app/assets/stylesheets/css/custom-css.scss */
.home-mobile-app-section-content .heading-with-sub:before {
  content: '';
  position: absolute;
  width: 110%;
  height: 140%;
  background: url(/../images/mobile_app_heading_bg.png) no-repeat center center;
  background-size: 100% 100%;
  left: -40px;
  top: -35px;
}

/* line 1663, app/assets/stylesheets/css/custom-css.scss */
.home-mobile-app-section-content .heading-with-sub {
  position: relative;
}

/* line 1667, app/assets/stylesheets/css/custom-css.scss */
.home-mobile-app-section-content .black-caption {
  margin-bottom: 50px;
}

/* line 1670, app/assets/stylesheets/css/custom-css.scss */
.home-mobile-app-image-wrap img {
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-30px);
  }
  100% {
    transform: translatey(0px);
  }
}

@media screen and (max-width: 1366px) {
  /* line 1687, app/assets/stylesheets/css/custom-css.scss */
  .home-mobile-app-section-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1240px) {
  /* line 1694, app/assets/stylesheets/css/custom-css.scss */
  .home-mobile-app-section-content {
    padding-top: 30px;
  }
  /* line 1697, app/assets/stylesheets/css/custom-css.scss */
  .home-mobile-app-section-content .heading-with-sub h2.section-heading {
    line-height: 52px;
    font-size: 34px;
  }
}

@media screen and (max-width: 1100px) {
  /* line 1704, app/assets/stylesheets/css/custom-css.scss */
  .home-mobile-app-section-content .heading-with-sub:before {
    top: -15px;
  }
}

@media screen and (max-width: 998px) {
  /* line 1710, app/assets/stylesheets/css/custom-css.scss */
  .home-mobile-app-section-content .heading-with-sub h2.section-heading {
    line-height: 44px;
    font-size: 30px;
  }
}

@media screen and (max-width: 930px) {
  /* line 1717, app/assets/stylesheets/css/custom-css.scss */
  .home-mobile-app-section-content {
    padding-top: 0px;
  }
  /* line 1720, app/assets/stylesheets/css/custom-css.scss */
  .home-mobile-app-section-content p.paragraph {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 575px) {
  /* line 1727, app/assets/stylesheets/css/custom-css.scss */
  .home-mobile-app-section-content .heading-with-sub:before {
    left: -22px;
  }
}

@media screen and (max-width: 440px) {
  /* line 1734, app/assets/stylesheets/css/custom-css.scss */
  .home-mobile-app-section-content .heading-with-sub h2.section-heading {
    line-height: 35px;
    font-size: 25px;
  }
}

/*MOBILE APP SECTION CSS END*/
/*HOME REVIEWS CSS*/
/* line 1745, app/assets/stylesheets/css/custom-css.scss */
section#home-reviews-section {
  position: relative;
  padding: 120px 0 160px;
  background: url(/../images/home_reviews_bg.png) no-repeat center top;
  background-size: cover;
}

/* line 1752, app/assets/stylesheets/css/custom-css.scss */
.fixed-images {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
}

/* line 1759, app/assets/stylesheets/css/custom-css.scss */
.fixed-images img {
  animation: float 6s ease-in-out infinite;
}

/* line 1760, app/assets/stylesheets/css/custom-css.scss */
.fixed-images .right {
  position: absolute;
  right: 160px;
  top: 20px;
  display: flex;
  flex-direction: column;
}

/* line 1768, app/assets/stylesheets/css/custom-css.scss */
.fixed-images .right .img2 {
  position: relative;
  right: -80px;
}

/* line 1773, app/assets/stylesheets/css/custom-css.scss */
.fixed-images .left {
  position: absolute;
  left: 220px;
  top: 20px;
  display: flex;
  flex-direction: column;
}

/* line 1781, app/assets/stylesheets/css/custom-css.scss */
.fixed-images .left .img2 {
  position: relative;
  left: -140px;
  top: -20px;
  width: 110px;
}

/* line 1788, app/assets/stylesheets/css/custom-css.scss */
section#home-reviews-section .black-caption {
  margin-bottom: 0px;
}

/* line 1792, app/assets/stylesheets/css/custom-css.scss */
section#home-reviews-section .black-caption h2.section-heading {
  margin-bottom: 0;
}

/* line 1796, app/assets/stylesheets/css/custom-css.scss */
.sub-head {
  background: linear-gradient(to right, #05B6A6, #019ABC, #018DC8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 40px;
}

/* line 1807, app/assets/stylesheets/css/custom-css.scss */
.home-review-item {
  background: #fff;
  border-radius: 20px;
  padding: 40px 60px;
}

/* line 1813, app/assets/stylesheets/css/custom-css.scss */
.home-review-item .media-left {
  text-align: center;
}

/* line 1817, app/assets/stylesheets/css/custom-css.scss */
.home-review-item .media-left .review-user-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 48px;
}

/* line 1819, app/assets/stylesheets/css/custom-css.scss */
.home-review-item .media-left .review-stars img {
  width: inherit;
  margin: 0 auto;
}

/* line 1824, app/assets/stylesheets/css/custom-css.scss */
.home-review-item .media-left .review-stars {
  text-align: center;
}

/* line 1828, app/assets/stylesheets/css/custom-css.scss */
.home-review-item .media-body {
  padding: 0px 0px 0px 30px;
}

/* line 1832, app/assets/stylesheets/css/custom-css.scss */
div#reviews-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin: -25px 0 0 0;
  height: 1px;
}

/* line 1841, app/assets/stylesheets/css/custom-css.scss */
div#reviews-carousel .owl-nav .owl-prev {
  float: left;
  margin: 0;
  margin-left: -19px;
}

/* line 1847, app/assets/stylesheets/css/custom-css.scss */
div#reviews-carousel .owl-nav .owl-next {
  float: right;
  margin: 0;
  margin-right: -19px;
}

/* line 1853, app/assets/stylesheets/css/custom-css.scss */
div#reviews-carousel .owl-nav button {
  background: #05B6A6;
  border-radius: 0px;
  color: #fff;
  padding: 15px 5px !important;
}

/* line 1860, app/assets/stylesheets/css/custom-css.scss */
div#reviews-carousel .owl-dots {
  position: absolute;
  z-index: 111;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 1868, app/assets/stylesheets/css/custom-css.scss */
div#reviews-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #05B6A6;
}

/* line 1873, app/assets/stylesheets/css/custom-css.scss */
div#reviews-carousel .owl-dots .owl-dot.active span {
  background: #05B6A6;
}

@media screen and (max-width: 1330px) {
  /* line 1879, app/assets/stylesheets/css/custom-css.scss */
  .fixed-images .right {
    right: 60px;
  }
  /* line 1883, app/assets/stylesheets/css/custom-css.scss */
  .fixed-images .left {
    left: 60px;
  }
  /* line 1887, app/assets/stylesheets/css/custom-css.scss */
  .fixed-images .left .img2 {
    left: -30px;
    top: 0;
  }
}

@media screen and (max-width: 991px) {
  /* line 1894, app/assets/stylesheets/css/custom-css.scss */
  div#reviews-carousel .owl-dots {
    bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  /* line 1900, app/assets/stylesheets/css/custom-css.scss */
  .home-review-item .media {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 25px;
  }
  /* line 1906, app/assets/stylesheets/css/custom-css.scss */
  .home-review-item .media-body {
    padding: 0px 0px 0px 0px;
  }
}

@media screen and (max-width: 575px) {
  /* line 1914, app/assets/stylesheets/css/custom-css.scss */
  .reviews-slider-wrap {
    padding: 0 20px;
  }
  /* line 1917, app/assets/stylesheets/css/custom-css.scss */
  .home-review-item {
    padding: 25px 30px;
  }
  /* line 1921, app/assets/stylesheets/css/custom-css.scss */
  .fixed-images {
    display: none;
  }
}

/*HOME REVIEWS CSS END*/
/*FOOTER CSS*/
/* line 1937, app/assets/stylesheets/css/custom-css.scss */
footer#gtco-footer {
  background: url(/../images/footer_bg.png) no-repeat center top;
  margin-top: -130px;
  padding: 200px 0 0;
  background-size: cover;
}

/* line 1944, app/assets/stylesheets/css/custom-css.scss */
footer#gtco-footer .container {
  max-width: 1440px;
}

@media screen and (min-width: 991px) {
  /* line 1950, app/assets/stylesheets/css/custom-css.scss */
  .my_row_footer {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding: 0 15px;
  }
  /* line 1957, app/assets/stylesheets/css/custom-css.scss */
  .my_row_footer .footer-links {
    padding: 0;
  }
  /* line 1961, app/assets/stylesheets/css/custom-css.scss */
  .my_row_footer [class*="col-"] {
    width: auto;
    padding: 0;
    max-width: inherit;
    flex: 0 0 17%;
  }
  /* line 1968, app/assets/stylesheets/css/custom-css.scss */
  .my_row_footer .footer-links a {
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: 300 !important;
    position: relative;
    left: 0;
    transition: all .3s ease;
  }
  /* line 1977, app/assets/stylesheets/css/custom-css.scss */
  .clearfix.my_row_footer:before, .clearfix.my_row_footer:after {
    display: none;
  }
  /* line 1981, app/assets/stylesheets/css/custom-css.scss */
  .my_row_footer .footer-links a:hover {
    color: #000;
    left: 5px;
    font-weight: 300 !important;
    transition: all .3s ease;
  }
  /* line 1988, app/assets/stylesheets/css/custom-css.scss */
  .my_row_footer .col-sm-12[class*="col-"] {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 991px) {
  /* line 1996, app/assets/stylesheets/css/custom-css.scss */
  .my_row_footer {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding: 0 15px;
  }
  /* line 2003, app/assets/stylesheets/css/custom-css.scss */
  .my_row_footer .footer-links {
    padding: 0;
  }
  /* line 2007, app/assets/stylesheets/css/custom-css.scss */
  .my_row_footer [class*="col-"] {
    width: auto;
    padding: 0;
    max-width: inherit;
    flex: 0 0 17%;
  }
  /* line 2014, app/assets/stylesheets/css/custom-css.scss */
  .my_row_footer .footer-links a {
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: 300 !important;
    position: relative;
    left: 0;
    transition: all .3s ease;
  }
  /* line 2023, app/assets/stylesheets/css/custom-css.scss */
  .clearfix.my_row_footer:before, .clearfix.my_row_footer:after {
    display: none;
  }
  /* line 2027, app/assets/stylesheets/css/custom-css.scss */
  .my_row_footer .footer-links a:hover {
    color: #000;
    left: 5px;
    font-weight: 300 !important;
    transition: all .3s ease;
  }
  /* line 2034, app/assets/stylesheets/css/custom-css.scss */
  .my_row_footer .col-sm-12[class*="col-"] {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 990px) {
  /* line 2042, app/assets/stylesheets/css/custom-css.scss */
  .wcag_tag_mhealth {
    text-align: center;
    margin-top: 20px;
  }
  /* line 2047, app/assets/stylesheets/css/custom-css.scss */
  .wcag_tag_mhealth p {
    margin-right: 0 !important;
  }
  /*.clearfix.my_row_footer * {
            text-align: center!important
        }*/
  /* line 2055, app/assets/stylesheets/css/custom-css.scss */
  .my_row_footer {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding: 0 15px;
  }
  /* line 2062, app/assets/stylesheets/css/custom-css.scss */
  .my_row_footer .footer-links {
    width: 100%;
  }
  /* line 2066, app/assets/stylesheets/css/custom-css.scss */
  .my_row_footer img[title="logo"] {
    margin: 0 auto;
    display: block;
  }
  /* line 2070, app/assets/stylesheets/css/custom-css.scss */
  .my_row_footer [class*="col-"]:not(:last-child) {
    flex: 0 0 26%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 838px) {
  /* line 2077, app/assets/stylesheets/css/custom-css.scss */
  .my_row_footer [class*="col-"]:not(:last-child) {
    flex: 0 0 30%;
  }
  /* line 2080, app/assets/stylesheets/css/custom-css.scss */
  .contact_info_footer p {
    font-size: 15px !important;
    margin-right: 0px !important;
  }
  /* line 2087, app/assets/stylesheets/css/custom-css.scss */
  .contact_info_footer ul {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 2093, app/assets/stylesheets/css/custom-css.scss */
  .my_row_footer [class*="col-"]:not(:last-child) {
    flex: 0 0 100%;
  }
  /* line 2096, app/assets/stylesheets/css/custom-css.scss */
  .ada-tags {
    text-align: left;
  }
  /* line 2100, app/assets/stylesheets/css/custom-css.scss */
  footer#gtco-footer {
    margin-top: -150px;
    padding: 240px 0 0;
  }
}

/* line 2106, app/assets/stylesheets/css/custom-css.scss */
.contact_info_footer p {
  line-height: 27px !important;
  margin-right: -20px;
  margin-top: 18px;
  margin-bottom: 22px !important;
}

/* line 2113, app/assets/stylesheets/css/custom-css.scss */
.contact_info_footer ul {
  padding: 0;
  list-style: none;
  margin: 0px;
  margin-right: -40px;
}

/* line 2120, app/assets/stylesheets/css/custom-css.scss */
.contact_info_footer ul li, .contact_info_footer ul li a {
  background: linear-gradient(to right, #05B6A6, #019ABC, #018DC8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
  text-transform: capitalize;
  line-height: normal;
}

/* line 2129, app/assets/stylesheets/css/custom-css.scss */
.contact_info_footer ul li:not(:last-child) {
  margin-bottom: 18px;
}

/* line 2131, app/assets/stylesheets/css/custom-css.scss */
.contact_info_footer ul li img {
  float: left;
  margin-right: 15px;
  position: relative;
  top: 0px;
}

/* line 2138, app/assets/stylesheets/css/custom-css.scss */
.my_row_footer {
  margin-bottom: 50px;
}

/* line 2142, app/assets/stylesheets/css/custom-css.scss */
#gtco-footer .gtco-widget .widget-head {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 600;
  background: linear-gradient(to right, #05B6A6, #019ABC, #018DC8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

/* line 2152, app/assets/stylesheets/css/custom-css.scss */
#gtco-footer .gtco-widget .widget-head:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background: linear-gradient(to right, #05B6A6, #019ABC, #018DC8);
  bottom: -15px;
}

/* line 2161, app/assets/stylesheets/css/custom-css.scss */
#gtco-footer .gtco-widget ul.quick-links li a {
  color: #121212;
}

/* line 2165, app/assets/stylesheets/css/custom-css.scss */
.ada-tags {
  text-align: center;
}

/* line 2169, app/assets/stylesheets/css/custom-css.scss */
.ada-tags p {
  line-height: 27px !important;
}

/*FOOTER CSS END*/
/* line 2177, app/assets/stylesheets/css/custom-css.scss */
section#home-pricing-table-section {
  position: relative;
  padding: 120px 0;
  background: #fff url(/../images/pricing_section_bg.png) no-repeat center top;
  background-size: cover;
}

/* line 2183, app/assets/stylesheets/css/custom-css.scss */
section#home-pricing-table-section .container-fluid {
  padding-left: 2%;
  padding-right: 2%;
}

/* line 2188, app/assets/stylesheets/css/custom-css.scss */
section#home-pricing-table-section .heading-with-sub h2.section-heading {
  line-height: 55px;
}

/* line 2192, app/assets/stylesheets/css/custom-css.scss */
section#home-pricing-table-section .sub-head {
  font-size: 22px;
  margin-bottom: 30px;
}

/* line 2197, app/assets/stylesheets/css/custom-css.scss */
section#home-pricing-table-section p.paragraph {
  text-align: center;
}

/* line 2201, app/assets/stylesheets/css/custom-css.scss */
.pricing-switch label {
  cursor: text;
  user-select: none;
  padding: 0 15px;
  font-size: 17px;
  color: #919191;
  font-weight: 400;
}

/* line 2210, app/assets/stylesheets/css/custom-css.scss */
.pricing-switch label.active {
  font-weight: 600;
  color: #272727;
}

/* line 2215, app/assets/stylesheets/css/custom-css.scss */
.pricing-switch {
  margin-bottom: 60px;
}

/* line 2219, app/assets/stylesheets/css/custom-css.scss */
.pricing-switch .toggle {
  height: 30px;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

/* line 2224, app/assets/stylesheets/css/custom-css.scss */
.pricing-switch .toggle .switch {
  display: inline-block;
  height: 100%;
  width: 57px;
  border: 1px solid #fff;
  border-radius: 50px;
  position: relative;
  background: linear-gradient(to right, #05B6A6, #019ABC, #018DC8);
}

/* line 2233, app/assets/stylesheets/css/custom-css.scss */
.pricing-switch .toggle .switch::after {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  border-radius: 50px;
  background-color: #fff;
  left: 5px;
  top: 4px;
  z-index: 2;
  transition: 0.25s ease-in-out;
}

/* line 2244, app/assets/stylesheets/css/custom-css.scss */
.pricing-switch .toggle .pricing-check:checked ~ .switch::after {
  left: 58.5%;
}

/* line 2246, app/assets/stylesheets/css/custom-css.scss */
.pricing-switch .toggle .pricing-check:active ~ .switch::after {
  transform: scale(0.8);
}

/* line 2248, app/assets/stylesheets/css/custom-css.scss */
.pricing-switch .toggle .pricing-check {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}

/* line 2258, app/assets/stylesheets/css/custom-css.scss */
.pricing-table td.active {
  position: relative;
  overflow: hidden;
}

/* line 2261, app/assets/stylesheets/css/custom-css.scss */
.pricing-table td.active .recomended {
  position: absolute;
  background: #dca71c;
  color: #ffffff;
  font-weight: 600;
  padding: 0 25px;
  transform: rotate(45deg);
  right: -29px;
  top: 26px;
  font-size: 10px;
  letter-spacing: 1px;
}

/* line 2273, app/assets/stylesheets/css/custom-css.scss */
.pricing-table td,
.pricing-table th {
  border: 2px solid #fff;
  padding: 20px;
  width: 20%;
}

/* line 2279, app/assets/stylesheets/css/custom-css.scss */
.pricing-table td span {
  vertical-align: middle;
}

/* line 2282, app/assets/stylesheets/css/custom-css.scss */
.pricing-table thead td,
.pricing-table thead th {
  border-bottom-width: 1px;
  background: #FF3158;
  border-color: #ff5f7d;
}

/* line 2288, app/assets/stylesheets/css/custom-css.scss */
.pricing-table thead td:first-child,
.pricing-table thead th:first-child {
  border-top-color: transparent;
  border-left-color: transparent;
  border-top-left-radius: 25px;
}

/* line 2294, app/assets/stylesheets/css/custom-css.scss */
.pricing-table thead td:last-child,
.pricing-table thead th:last-child {
  border-top-color: transparent;
  border-right-color: transparent;
  border-top-right-radius: 25px;
}

/*
@media (max-width: 991px) {
  .pricing-table {
    display: block; }
    .pricing-table thead,
    .pricing-table tbody,
    .pricing-table th,
    .pricing-table td,
    .pricing-table tr {
      display: block; }
    .pricing-table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .pricing-table tr {
      border: 1px solid #ccc; }
    .pricing-table td,
    .pricing-table th {
      padding: 10px 20px;
      width: initial; }
    .pricing-table td {
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%; }
    .pricing-table td:before {
      position: absolute;
      top: 13px;
      left: 20px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      font-weight: bold;
      content: attr(data-label); } }

@media (max-width: 575px) {
  .pricing-table td {
    padding-left: 40%; }
  .pricing-table td:before {
    width: 39%; } 

}*/
/* line 2341, app/assets/stylesheets/css/custom-css.scss */
.pricing-table svg {
  max-width: 15px;
}

/* line 2346, app/assets/stylesheets/css/custom-css.scss */
.pricing-table thead td.bg1, .pricing-table thead th.bg1 {
  background: #464E56;
  border: none;
  border-radius: 10px 10px 0 0;
  min-width: 510px;
}

/* line 2353, app/assets/stylesheets/css/custom-css.scss */
.pricing-table thead td, .pricing-table thead th {
  border: 2px solid #fff !important;
  padding: 10px 10px;
}

/* line 2358, app/assets/stylesheets/css/custom-css.scss */
.pricing-table thead td.bg2, .pricing-table thead th.bg2 {
  background: #007C98;
  border: none;
  border-radius: 10px 10px 0 0;
}

/* line 2363, app/assets/stylesheets/css/custom-css.scss */
.pricing-table thead td.bg3, .pricing-table thead th.bg3 {
  background: #04ACAD;
  border: none;
  border-radius: 10px 10px 0 0;
}

/* line 2368, app/assets/stylesheets/css/custom-css.scss */
.pricing-table thead td.bg4, .pricing-table thead th.bg4 {
  background: #019ABC;
  border: none;
  border-radius: 10px 10px 0 0;
}

/* line 2373, app/assets/stylesheets/css/custom-css.scss */
.pricing-table thead td.bg5, .pricing-table thead th.bg5 {
  background: #018DC8;
  border: none;
  border-radius: 10px 10px 0 0;
}

/* line 2379, app/assets/stylesheets/css/custom-css.scss */
.pricing-table thead td h3, .pricing-table thead th h3 {
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 500 !important;
}

/* line 2387, app/assets/stylesheets/css/custom-css.scss */
.pricing-table td.light-bg1, .pricing-table th.light-bg1 {
  background: #F4F5F5;
}

/* line 2391, app/assets/stylesheets/css/custom-css.scss */
.pricing-table td.light-bg2, .pricing-table th.light-bg2 {
  background: #EBFAFF;
}

/* line 2394, app/assets/stylesheets/css/custom-css.scss */
.pricing-table td.light-bg3, .pricing-table th.light-bg3 {
  background: #E2F7F3;
}

/* line 2397, app/assets/stylesheets/css/custom-css.scss */
.pricing-table td.light-bg4, .pricing-table th.light-bg4 {
  background: #DCF7FF;
}

/* line 2400, app/assets/stylesheets/css/custom-css.scss */
.pricing-table td.light-bg5, .pricing-table th.light-bg5 {
  background: #E7F5FF;
}

/* line 2404, app/assets/stylesheets/css/custom-css.scss */
.pricing-table-wrap {
  border: 1px solid #E4E4E4;
  border-radius: 8px;
}

/* line 2407, app/assets/stylesheets/css/custom-css.scss */
table.pricing-table .price-details {
  text-align: center;
}

/* line 2411, app/assets/stylesheets/css/custom-css.scss */
table.pricing-table .price-details p {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

/* line 2418, app/assets/stylesheets/css/custom-css.scss */
table.pricing-table .price-details div:first-child {
  margin-bottom: 10px;
}

/* line 2422, app/assets/stylesheets/css/custom-css.scss */
table.pricing-table .price-details div:nth-child(2) {
  margin-bottom: 7px;
}

/* line 2426, app/assets/stylesheets/css/custom-css.scss */
table.pricing-table .price-details p span {
  font-weight: 500;
  color: #272727;
}

/* line 2431, app/assets/stylesheets/css/custom-css.scss */
table.pricing-table .price-details span.h2 {
  font-weight: 400 !important;
  font-size: 30px;
  margin-right: 6px;
}

/* line 2438, app/assets/stylesheets/css/custom-css.scss */
table.pricing-table .light-bg2 .price-details div:nth-child(2) * {
  color: #007C99 !important;
}

/* line 2440, app/assets/stylesheets/css/custom-css.scss */
table.pricing-table .light-bg3 .price-details div:nth-child(2) * {
  color: #04ACAD !important;
}

/* line 2442, app/assets/stylesheets/css/custom-css.scss */
table.pricing-table .light-bg4 .price-details div:nth-child(2) * {
  color: #019ABC !important;
}

/* line 2444, app/assets/stylesheets/css/custom-css.scss */
table.pricing-table .light-bg5 .price-details div:nth-child(2) * {
  color: #018DC8 !important;
}

/* line 2447, app/assets/stylesheets/css/custom-css.scss */
.price-table-button {
  font-size: 14px !important;
  padding: 10px 20px !important;
  background: transparent !important;
  border: 1px solid #000 !important;
  font-weight: 600 !important;
}

/* line 2455, app/assets/stylesheets/css/custom-css.scss */
.light-bg2 .price-table-button {
  border-color: #007C98 !important;
  color: #007C98 !important;
}

/* line 2460, app/assets/stylesheets/css/custom-css.scss */
.price-table-button span {
  position: relative;
  top: -1px;
  margin-left: 3px;
}

/* line 2465, app/assets/stylesheets/css/custom-css.scss */
.light-bg2 .price-table-button {
  border-color: #007C98 !important;
  color: #007C98 !important;
}

/* line 2469, app/assets/stylesheets/css/custom-css.scss */
.light-bg2 .price-table-button:hover {
  background: #007C98 !important;
  color: #fff !important;
}

/* line 2473, app/assets/stylesheets/css/custom-css.scss */
.light-bg3 .price-table-button {
  border-color: #05B6A6 !important;
  color: #05B6A6 !important;
}

/* line 2477, app/assets/stylesheets/css/custom-css.scss */
.light-bg3 .price-table-button:hover {
  background: #05B6A6 !important;
  color: #fff !important;
}

/* line 2481, app/assets/stylesheets/css/custom-css.scss */
.light-bg4 .price-table-button {
  border-color: #019ABC !important;
  color: #019ABC !important;
}

/* line 2485, app/assets/stylesheets/css/custom-css.scss */
.light-bg4 .price-table-button:hover {
  background: #019ABC !important;
  color: #fff !important;
}

/* line 2489, app/assets/stylesheets/css/custom-css.scss */
.light-bg5 .price-table-button {
  border-color: #018DC8 !important;
  color: #018DC8 !important;
}

/* line 2493, app/assets/stylesheets/css/custom-css.scss */
.light-bg5 .price-table-button:hover {
  background: #018DC8 !important;
  color: #fff !important;
}

/* line 2498, app/assets/stylesheets/css/custom-css.scss */
.pricing-table tbody tr:not(:first-child) td p {
  font-size: 14px;
  margin: 0;
  text-align: center;
  line-height: 21px;
}

/* line 2505, app/assets/stylesheets/css/custom-css.scss */
.pricing-table tbody tr:not(:first-child) td {
  padding: 13px 15px;
}

/* line 2509, app/assets/stylesheets/css/custom-css.scss */
.pricing-table a.video-pop-link {
  color: #05B6A6;
  font-weight: 500;
}

/* line 2513, app/assets/stylesheets/css/custom-css.scss */
.pricing-table a.video-pop-link:hover {
  text-decoration: underline;
}

/* line 2517, app/assets/stylesheets/css/custom-css.scss */
.pricing-table a.video-pop-link img {
  position: relative;
  top: -1px;
  margin-left: 10px;
}

/* line 2523, app/assets/stylesheets/css/custom-css.scss */
.pricing-table tbody tr:not(:first-child) td:first-child p {
  font-weight: 500;
  text-align: left;
}

/* line 2529, app/assets/stylesheets/css/custom-css.scss */
table.pricing-table .solutions-info .head {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 13px;
}

/* line 2535, app/assets/stylesheets/css/custom-css.scss */
table.pricing-table .solutions-info p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 15px;
}

/* line 2541, app/assets/stylesheets/css/custom-css.scss */
table.pricing-table .solutions-info a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

/* line 2548, app/assets/stylesheets/css/custom-css.scss */
table.pricing-table .solutions-info a:hover {
  text-decoration: underline;
}

/* line 2552, app/assets/stylesheets/css/custom-css.scss */
.pricing-table tbody tr:not(:first-child) td p .clr-1 {
  color: #007C98;
  font-size: 16px;
  font-weight: 600;
}

/* line 2559, app/assets/stylesheets/css/custom-css.scss */
.pricing-table tbody tr:not(:first-child) td p .clr-2 {
  color: #04ACAD;
  font-size: 16px;
  font-weight: 600;
}

/* line 2566, app/assets/stylesheets/css/custom-css.scss */
.pricing-table tbody tr:not(:first-child) td p .clr-3 {
  color: #019ABC;
  font-size: 16px;
  font-weight: 600;
}

/* line 2573, app/assets/stylesheets/css/custom-css.scss */
.pricing-table tbody tr:not(:first-child) td p .clr-4 {
  color: #018DC8;
  font-size: 16px;
  font-weight: 600;
}

/* line 2580, app/assets/stylesheets/css/custom-css.scss */
.pricing-table tbody tr.bottom_links td {
  padding: 35px 15px;
  text-align: center;
}

/* line 2585, app/assets/stylesheets/css/custom-css.scss */
.pricing-table tbody tr.bottom_links td a.themebtn {
  font-size: 14px !important;
  padding: 10px 20px !important;
  font-weight: 600 !important;
}

/* line 2591, app/assets/stylesheets/css/custom-css.scss */
.pricing-table tbody tr.bottom_links td a.themebtn.bg-1 {
  background: #007C98;
}

/* line 2595, app/assets/stylesheets/css/custom-css.scss */
.pricing-table tbody tr.bottom_links td a.themebtn.bg-1:hover {
  box-shadow: 0px 15px 35px rgba(0, 124, 152, 0.3);
}

/* line 2599, app/assets/stylesheets/css/custom-css.scss */
.pricing-table tbody tr.bottom_links td a.themebtn.bg-2 {
  background: #04ACAD;
}

/* line 2603, app/assets/stylesheets/css/custom-css.scss */
.pricing-table tbody tr.bottom_links td a.themebtn.bg-2:hover {
  box-shadow: 0px 15px 35px rgba(4, 172, 173, 0.3);
}

/* line 2607, app/assets/stylesheets/css/custom-css.scss */
.pricing-table tbody tr.bottom_links td a.themebtn.bg-3 {
  background: #019ABC;
}

/* line 2611, app/assets/stylesheets/css/custom-css.scss */
.pricing-table tbody tr.bottom_links td a.themebtn.bg-3:hover {
  box-shadow: 0px 15px 35px rgba(1, 154, 188, 0.3);
}

/* line 2615, app/assets/stylesheets/css/custom-css.scss */
.pricing-table tbody tr.bottom_links td a.themebtn.bg-4 {
  background: #018DC8;
}

/* line 2619, app/assets/stylesheets/css/custom-css.scss */
.pricing-table tbody tr.bottom_links td a.themebtn.bg-4:hover {
  box-shadow: 0px 15px 35px rgba(1, 141, 200, 0.3);
}

/* line 2623, app/assets/stylesheets/css/custom-css.scss */
.pricing-table tbody tr.bottom_links td a.themebtn span {
  position: relative;
  top: -2px;
  margin-left: 5px;
}

@media screen and (max-width: 1500px) {
  /* line 2630, app/assets/stylesheets/css/custom-css.scss */
  .pricing-table thead td.bg1, .pricing-table thead th.bg1 {
    min-width: 400px;
  }
}

@media screen and (max-width: 1280px) {
  /* line 2635, app/assets/stylesheets/css/custom-css.scss */
  .pricing-table thead td.bg1, .pricing-table thead th.bg1 {
    min-width: 350px;
  }
}

@media screen and (max-width: 1150px) {
  /* line 2640, app/assets/stylesheets/css/custom-css.scss */
  .pricing-table thead td.bg1, .pricing-table thead th.bg1 {
    min-width: 300px;
  }
  /* line 2644, app/assets/stylesheets/css/custom-css.scss */
  table.pricing-table .solutions-info .head {
    font-size: 16px;
    margin-bottom: 9px;
  }
  /* line 2649, app/assets/stylesheets/css/custom-css.scss */
  table.pricing-table .solutions-info p {
    line-height: 24px;
  }
  /* line 2653, app/assets/stylesheets/css/custom-css.scss */
  table.pricing-table .solutions-info a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1120px) {
  /* line 2658, app/assets/stylesheets/css/custom-css.scss */
  table.pricing-table .price-details span.h2 {
    font-size: 22px;
    margin-right: 3px;
  }
  /* line 2663, app/assets/stylesheets/css/custom-css.scss */
  .price-table-button {
    padding: 7px 14px !important;
    font-size: 13px !important;
  }
  /* line 2668, app/assets/stylesheets/css/custom-css.scss */
  table.pricing-table .price-details p {
    line-height: 22px !important;
    font-size: 13px;
  }
}

@media screen and (max-width: 1040px) {
  /* line 2674, app/assets/stylesheets/css/custom-css.scss */
  .pricing-table thead td.bg1, .pricing-table thead th.bg1 {
    min-width: 270px;
  }
}

@media (max-width: 575px) {
  /* line 2680, app/assets/stylesheets/css/custom-css.scss */
  .pricing-switch {
    text-align: center;
  }
}

@media (max-width: 1180px) {
  /* line 2685, app/assets/stylesheets/css/custom-css.scss */
  .pricing-table-wrap {
    overflow-y: scroll;
  }
  /* line 2688, app/assets/stylesheets/css/custom-css.scss */
  table.pricing-table {
    min-width: 1180px;
  }
  /*.pricing-table {
    display: block; }
    .pricing-table thead,
    .pricing-table tbody,
    .pricing-table th,
    .pricing-table td,
    .pricing-table tr {
      display: block; }
    .pricing-table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .pricing-table tr {
      border: 1px solid #ccc; }
    .pricing-table td,
    .pricing-table th {
      padding: 13px 20px;
      width: initial; }
    .pricing-table td,.pricing-table tbody tr:not(:first-child) td {
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%; }
    .pricing-table td:before {
      position: absolute;
      top: 10px;
      left: 20px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      font-size: 16px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
      content: attr(data-label); } 
      .pricing-table tbody tr:not(:first-child) td .d-flex.justify-content-around {
                justify-content: flex-start !important;
        }

        table.pricing-table .price-details {
            text-align: left;
        }
        .pricing-table tbody tr:not(:first-child) td:first-child {
            padding-left: 21px !important;
        }

        .pricing-table tbody tr:not(:first-child) td:first-child p {
            font-weight: 700;
            font-size: 14px;
        }
        .pricing-table tr.bottom_links td:first-child {
            display: none;
        }

        .pricing-table tr.bottom_links td::before {
            text-align: left;
        }

        .pricing-table tbody tr.bottom_links td {
            text-align: left;
        }
  }

@media (max-width: 575px) {
  .pricing-table td {
    padding-left: 40%; }
  .pricing-table td:before {
    width: 39%; } 

    .pricing-table tbody tr.bottom_links td {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .pricing-table tbody tr:not(:first-child) td p{
        text-align: left;
    }
    .pricing-table tbody tr:not(:first-child) td:first-child {
        padding-left: 10px !important;
    }
}


    @media (max-width: 450px) {
        .pricing-table td:before{
            font-size: 13px;
            font-weight: 600;
        }
        .pricing-table tbody tr:not(:first-child) td:first-child p {
            font-weight: 600;
        }
        .pricing-table td:before {
            top: 14px;
        }
    }

    @media (max-width: 390px) {
        .pricing-table td:before {
            left: 10px;
        }*/
}

/*MENU DESIGN CSS*/
/* line 2798, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu {
  min-width: fit-content;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 15px 50px -21px rgba(0, 0, 0, 0.3);
  border: 1px solid #EDEDED;
  border-radius: 5px;
  padding: 13px 13px 13px 13px;
}

/* line 2809, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 50%;
  width: 13px;
  z-index: 999999999;
  height: 13px;
  border-left: 1px solid #EDEDED;
  border-top: 1px solid #EDEDED;
  transform: rotate(43deg) translate(-55%, -5%);
  background: #fff;
}

/* line 2823, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu.about_dropdown li a {
  float: left;
  width: 100%;
  line-height: normal;
  padding: 10px 12px 10px 12px !important;
  border-radius: 3px !important;
  transition: all .3s ease;
}

/* line 2832, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu.about_dropdown li a span:not(.icon) {
  float: left;
  font-size: 12px;
  display: block;
  margin-top: 7px;
  line-height: normal;
  font-weight: 400 !important;
  width: 89%;
}

/* line 2839, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu.about_dropdown li a span.icon {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 50px;
  float: left;
}

/* line 2847, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu li:not(:last-child) {
  border: none !important;
}

/* line 2851, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu li.hover-1.active > a,
#fh5co-primary-menu .fh5co-sub-menu > li.hover-1.sf-withul:hover > a,
#fh5co-primary-menu .fh5co-sub-menu li.hover-1 > a:hover,
#fh5co-primary-menu .fh5co-sub-menu li.hover-1 > a:active {
  background: #F2FDF9;
  color: #05B6A6 !important;
  font-weight: 500;
  transition: all .3s ease;
}

/* line 2860, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu li a:hover,
#fh5co-primary-menu .fh5co-sub-menu li a:active {
  -webkit-background-clip: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

/* line 2866, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu li a span:not(.icon),
#fh5co-primary-menu .fh5co-sub-menu li.active a span:not(.icon),
#fh5co-primary-menu .fh5co-sub-menu li a:hover span:not(.icon),
#fh5co-primary-menu .fh5co-sub-menu li a:active span:not(.icon) {
  color: #272727 !important;
  transition: all .3s ease;
  font-weight: normal !important;
}

/* line 2875, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu li a span.icon img {
  transition: all .3s ease;
}

/* line 2878, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu li.hover-1.active > a span.icon img,
#fh5co-primary-menu .fh5co-sub-menu > li.hover-1.sf-withul:hover > a span.icon img,
#fh5co-primary-menu .fh5co-sub-menu li.hover-1 > a:hover span.icon img,
#fh5co-primary-menu .fh5co-sub-menu li.hover-1 > a:active span.icon img {
  filter: invert(51%) sepia(99%) saturate(1352%) hue-rotate(135deg) brightness(91%) contrast(96%);
  transition: all .3s ease;
}

/* line 2888, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu li.hover-2.active > a,
#fh5co-primary-menu .fh5co-sub-menu > li.hover-2.sf-withul:hover > a,
#fh5co-primary-menu .fh5co-sub-menu li.hover-2 > a:hover,
#fh5co-primary-menu .fh5co-sub-menu li.hover-2 > a:active {
  background: #EBFAFF;
  color: #007C99 !important;
  font-weight: 500;
  transition: all .3s ease;
}

/* line 2898, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu li.hover-2.active > a span.icon img,
#fh5co-primary-menu .fh5co-sub-menu > li.hover-2.sf-withul:hover > a span.icon img,
#fh5co-primary-menu .fh5co-sub-menu li.hover-2 > a:hover span.icon img,
#fh5co-primary-menu .fh5co-sub-menu li.hover-2 > a:active span.icon img {
  filter: invert(33%) sepia(75%) saturate(5120%) hue-rotate(173deg) brightness(89%) contrast(102%);
  transition: all .3s ease;
}

/* line 2907, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu li.hover-3.active > a,
#fh5co-primary-menu .fh5co-sub-menu > li.hover-3.sf-withul:hover > a,
#fh5co-primary-menu .fh5co-sub-menu li.hover-3 > a:hover,
#fh5co-primary-menu .fh5co-sub-menu li.hover-3 > a:active {
  background: #E0F8FA;
  color: #019ABC !important;
  font-weight: 500;
  transition: all .3s ease;
}

/* line 2917, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu li.hover-3.active > a span.icon img,
#fh5co-primary-menu .fh5co-sub-menu > li.hover-3.sf-withul:hover > a span.icon img,
#fh5co-primary-menu .fh5co-sub-menu li.hover-3 > a:hover span.icon img,
#fh5co-primary-menu .fh5co-sub-menu li.hover-3 > a:active span.icon img {
  filter: invert(42%) sepia(61%) saturate(4497%) hue-rotate(165deg) brightness(99%) contrast(99%);
  transition: all .3s ease;
}

/* line 2926, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu li.hover-4.active > a,
#fh5co-primary-menu .fh5co-sub-menu > li.hover-4.sf-withul:hover > a,
#fh5co-primary-menu .fh5co-sub-menu li.hover-4 > a:hover,
#fh5co-primary-menu .fh5co-sub-menu li.hover-4 > a:active {
  background: #F1F9FF;
  color: #018DC8 !important;
  font-weight: 500;
  transition: all .3s ease;
}

/* line 2936, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu li.hover-4.active > a span.icon img,
#fh5co-primary-menu .fh5co-sub-menu > li.hover-4.sf-withul:hover > a span.icon img,
#fh5co-primary-menu .fh5co-sub-menu li.hover-4 > a:hover span.icon img,
#fh5co-primary-menu .fh5co-sub-menu li.hover-4 > a:active span.icon img {
  filter: invert(35%) sepia(89%) saturate(2539%) hue-rotate(174deg) brightness(95%) contrast(99%);
  transition: all .3s ease;
}

/* line 2944, app/assets/stylesheets/css/custom-css.scss */
#offcanvas-menu ul li a span.icon, #offcanvas-menu ul li a span:not(.icon) {
  display: none;
}

/* line 2947, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu {
  background: #fff;
}

/* line 2951, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu > li > .sf-with-ul:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  position: relative;
  float: none;
  margin-left: 4px;
  margin-right: -7px;
  right: -7px;
  font-size: 12px;
  margin-top: 0;
  color: #121212;
  width: 6px;
  height: 6px;
  border: none;
  border-right: 1px solid #121212;
  border-bottom: 1px solid #121212;
  transform: rotate(43deg) translate(-55%, -5%);
  top: 2px;
  background: #fff;
}

/* line 2973, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu > li:hover > .sf-with-ul:after, #fh5co-primary-menu > li > .sf-with-ul:hover:after, #fh5co-primary-menu > li.active > .sf-with-ul:after {
  color: #05B6A6 !important;
  transition: all .3s ease;
  border-color: #1c9cbf !important;
}

/* line 2979, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu.digital_solutions_dropdown {
  min-width: 18em;
  /*border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-right: none;*/
  min-height: 300px;
  max-height: 300px;
  padding: 20px 18px;
}

/* line 2989, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu a.sf-with-ul {
  font-size: 15px !important;
}

/* line 2993, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu a {
  font-size: 14px !important;
}

/* line 2996, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu li:hover,
#fh5co-primary-menu .fh5co-sub-menu li:active,
#fh5co-primary-menu .fh5co-sub-menu li:focus,
#fh5co-primary-menu .fh5co-sub-menu li.active {
  background-color: transparent;
}

/* line 3002, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu.digital_solutions_dropdown li a {
  border-radius: 3px !important;
}

/* line 3006, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu.digital_solutions_dropdown li.sf-withul:not(:last-child) {
  margin-bottom: 14px;
}

/* line 3010, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu li.hover-1.active a:after,
#fh5co-primary-menu .fh5co-sub-menu li.hover-1 a:hover:after,
#fh5co-primary-menu .fh5co-sub-menu li.hover-1 a:active:after {
  color: #05B6A6 !important;
}

/* line 3016, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
  font-size: 19px;
}

/* line 3019, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu li.hover-1.active a:after, #fh5co-primary-menu .fh5co-sub-menu > li.hover-1.sf-withul:hover > a:after {
  color: #05B6A6 !important;
}

/* line 3023, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
  top: -1px;
  box-shadow: none;
  left: calc(100% + -20px);
  border-right: none !important;
  min-height: 300px;
  min-width: 440px;
  transform: translateX(15px);
  border-left: none;
  padding: 20px 25px;
}

/* line 3035, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu li:not(:last-child) {
  margin-bottom: 0px;
}

/* line 3039, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu:before {
  display: none;
}

/* line 3043, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu li a {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: normal;
}

/* line 3045, app/assets/stylesheets/css/custom-css.scss */
li.sf-withul.main-dropdown .fh5co-sub-menu li.sf-withul {
  position: initial !important;
}

/* line 3048, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
  margin-top: -4px;
  margin-right: 1px;
}

/* line 3052, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .fh5co-sub-menu.about_dropdown.resources_dropdown li a span:not(.icon) {
  white-space: break-spaces;
  max-width: 89%;
  line-height: 20px;
}

/*li.show_after_1440 li.hover-2 span.icon, li.show_after_1440 li.hover-3 span.icon {
        height: inherit !important;
    }

    li.show_after_1440 li.hover-2 a, li.show_after_1440 li.hover-3 a {line-height: 34px !important;}*/
/* line 3064, app/assets/stylesheets/css/custom-css.scss */
.mfp-bg {
  z-index: 9999999999;
}

/* line 3068, app/assets/stylesheets/css/custom-css.scss */
.mfp-wrap {
  z-index: 999999999999;
}

/* line 3071, app/assets/stylesheets/css/custom-css.scss */
.mfp-counter {
  display: none;
}

@media screen and (max-width: 1199px) {
  /* line 3077, app/assets/stylesheets/css/custom-css.scss */
  .welcome-text {
    margin-right: -90px;
    display: block;
  }
}

@media screen and (max-width: 1155px) {
  /* line 3081, app/assets/stylesheets/css/custom-css.scss */
  .welcome-text {
    margin-right: -50px;
    display: block;
    font-size: 12px;
  }
  /* line 3087, app/assets/stylesheets/css/custom-css.scss */
  .welcome-text a.themebtn {
    font-size: 12px;
    margin-left: 6px;
    padding: 7px 13px;
  }
  /* line 3093, app/assets/stylesheets/css/custom-css.scss */
  .welcome-text a.themebtn img {
    top: -1px;
    margin-left: 5px;
    width: 6px;
  }
}

@media screen and (max-width: 1292px) {
  /* line 3102, app/assets/stylesheets/css/custom-css.scss */
  .welcome-text {
    margin-right: -50px;
    display: block;
    font-size: 12px;
  }
  /* line 3108, app/assets/stylesheets/css/custom-css.scss */
  .welcome-text a.themebtn {
    font-size: 12px;
    margin-left: 6px;
    padding: 7px 13px;
  }
  /* line 3114, app/assets/stylesheets/css/custom-css.scss */
  .welcome-text a.themebtn img {
    top: -1px;
    margin-left: 5px;
    width: 6px;
  }
  /* line 3120, app/assets/stylesheets/css/custom-css.scss */
  .welcome-text br.d-only-after-1045 {
    display: block !important;
  }
  /* line 3124, app/assets/stylesheets/css/custom-css.scss */
  .welcome-text {
    line-height: 8px;
    padding-top: 10px;
  }
  /* line 3129, app/assets/stylesheets/css/custom-css.scss */
  .welcome-text a.themebtn {
    position: relative;
    top: -10px;
    left: 20px;
  }
  /* line 3130, app/assets/stylesheets/css/custom-css.scss */
  .digi-top-bar-links {
    margin-left: -80px;
  }
  /* line 3133, app/assets/stylesheets/css/custom-css.scss */
  .digi-top-bar-links a {
    height: 45px;
  }
}

@media screen and (max-width: 1108px) {
  /* line 3140, app/assets/stylesheets/css/custom-css.scss */
  .digi-top-bar-links {
    margin-left: -100px;
  }
}

@media screen and (max-width: 991px) {
  /* line 3146, app/assets/stylesheets/css/custom-css.scss */
  .welcome-text {
    margin-right: -50px;
    display: block;
    font-size: 12px;
  }
  /* line 3152, app/assets/stylesheets/css/custom-css.scss */
  .welcome-text a.themebtn {
    font-size: 12px;
    margin-left: 6px;
    padding: 7px 13px;
  }
  /* line 3158, app/assets/stylesheets/css/custom-css.scss */
  .welcome-text a.themebtn img {
    top: -1px;
    margin-left: 5px;
    width: 6px;
  }
  /* line 3164, app/assets/stylesheets/css/custom-css.scss */
  .welcome-text br.d-only-after-1045 {
    display: none !important;
  }
  /* line 3168, app/assets/stylesheets/css/custom-css.scss */
  .welcome-text {
    line-height: inherit;
    padding-top: 0px;
  }
  /* line 3173, app/assets/stylesheets/css/custom-css.scss */
  .welcome-text a.themebtn {
    position: relative;
    top: 0px;
    left: 5px;
  }
  /* line 3175, app/assets/stylesheets/css/custom-css.scss */
  .digi-top-bar .row.align-items-center {
    justify-content: center;
  }
  /* line 3179, app/assets/stylesheets/css/custom-css.scss */
  .digi-top-bar-links {
    justify-content: center !important;
    margin-left: 0px;
  }
}

@media screen and (max-width: 659px) {
  /* line 3188, app/assets/stylesheets/css/custom-css.scss */
  .welcome-text {
    margin-right: 0px;
  }
  /* line 3191, app/assets/stylesheets/css/custom-css.scss */
  .welcome-text a.themebtn {
    position: relative;
    top: 0px;
    left: -12px;
    margin-left: 6px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 460px) {
  /* line 3201, app/assets/stylesheets/css/custom-css.scss */
  br.d-only-after-460 {
    display: block !important;
  }
}

/* line 3206, app/assets/stylesheets/css/custom-css.scss */
#offcanvas-menu ul, #offcanvas-menu ul * {
  opacity: 1 !important;
  transform: none !important;
}

/* line 3211, app/assets/stylesheets/css/custom-css.scss */
#offcanvas-menu ul li.active > a, #offcanvas-menu ul li > a:hover {
  color: #05b6a6;
}

/* line 3216, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown {
  min-width: 66em;
  min-height: inherit;
  max-height: inherit;
  height: 0px;
  overflow: hidden;
  padding: 0;
  border: none;
}

/* line 3226, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li > ul {
  display: block !important;
  position: relative;
  left: 0;
  min-width: auto !important;
  max-width: inherit !important;
  transform: none;
  min-height: auto;
  padding: 0;
  opacity: 1 !important;
}

/* line 3238, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li a {
  width: auto !important;
}

/*#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > li {
    width: 26%;
    float: left;
    padding-right: 35px;
}*/
/* line 3248, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .big_dropdown:hover .fh5co-sub-menu.digital_solutions_dropdown, #fh5co-primary-menu .big_dropdown:hover > a:hover + .fh5co-sub-menu.digital_solutions_dropdown {
  /*display: flex !important;*/
  border: 1px solid #EDEDED;
  padding: 20px 18px;
  height: auto;
  overflow: visible;
}

/* line 3256, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li a.sf-with-ul:after {
  display: none;
}

/* line 3260, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li a {
  padding: 8px 5px 8px 12px !important;
  text-transform: initial;
}

/* line 3265, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li a.sf-with-ul {
  border-top: 1px solid #bdbdbd !important;
  border-radius: 0 !important;
  padding: 13px 5px 13px !important;
  font-weight: 600;
  color: #000 !important;
  margin-bottom: 0px;
  text-transform: initial;
}

/* line 3275, app/assets/stylesheets/css/custom-css.scss */
#offcanvas-menu ul li > .fh5co-sub-menu.digital_solutions_dropdown li ul {
  display: block !important;
  padding-left: 15px;
  margin-top: 8px;
}

/* line 3281, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li:last-child {
  padding-right: 0px;
}

/* line 3285, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li > ul li a {
  position: relative;
}

/* line 3287, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li > ul li a:before {
  content: '•';
  position: absolute;
  left: 2px;
  color: #434343 !important;
  display: block !important;
  font-size: 23px;
  top: 50%;
  transform: translateY(-52%);
}

/* line 3298, app/assets/stylesheets/css/custom-css.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li > ul li {
  padding-left: 0px;
}

@media screen and (max-width: 657px) {
  /* line 3303, app/assets/stylesheets/css/custom-css.scss */
  .side-social-icons {
    left: 0;
    top: auto;
    bottom: 150px;
  }
  /* line 3308, app/assets/stylesheets/css/custom-css.scss */
  .fixed-area {
    right: 0;
    top: auto;
    bottom: 170px;
  }
}

@media screen and (max-width: 1440px) {
  /* line 3316, app/assets/stylesheets/css/custom-css.scss */
  #fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown {
    left: 50%;
    transform: translateX(-35%);
  }
  /* line 3321, app/assets/stylesheets/css/custom-css.scss */
  #fh5co-primary-menu .fh5co-sub-menu.digital_solutions_dropdown:before {
    left: 35%;
  }
}

/*WHO WE HELP PAGE*/
/* line 3330, app/assets/stylesheets/css/custom-css.scss */
section#inner-banner-section {
  position: relative;
}

/* line 3334, app/assets/stylesheets/css/custom-css.scss */
section#inner-banner-section .inner_banner_content_wrap {
  position: relative;
}

/* line 3338, app/assets/stylesheets/css/custom-css.scss */
section#inner-banner-section .inner_banner_content_wrap .inner_banner_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + -10px));
}

/* line 3345, app/assets/stylesheets/css/custom-css.scss */
.inner_banner_content h1 {
  color: #121212;
  font-size: 44px;
  font-weight: 500;
  margin: 0;
  display: inline;
}

/* line 3354, app/assets/stylesheets/css/custom-css.scss */
.inner_banner_content.container {
  max-width: 1440px;
}

@media screen and (max-width: 1440px) {
  /* line 3358, app/assets/stylesheets/css/custom-css.scss */
  .inner_banner_content h1 {
    padding-left: 50px;
  }
}

@media screen and (max-width: 657px) {
  /* line 3363, app/assets/stylesheets/css/custom-css.scss */
  section#inner-banner-section .inner_banner_content_wrap img {
    min-height: 250px;
    object-fit: cover;
  }
  /* line 3364, app/assets/stylesheets/css/custom-css.scss */
  .inner_banner_content h1 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 500px) {
  /* line 3370, app/assets/stylesheets/css/custom-css.scss */
  section#inner-banner-section .inner_banner_content_wrap img {
    min-height: 200px;
    object-fit: cover;
    object-position: -170px;
  }
  /* line 3371, app/assets/stylesheets/css/custom-css.scss */
  .inner_banner_content h1 {
    padding-left: 0px;
    font-size: 35px;
  }
}

/* line 3377, app/assets/stylesheets/css/custom-css.scss */
section#home-about-section.who_we_help_section0 {
  padding-bottom: 120px;
}

/* line 3380, app/assets/stylesheets/css/custom-css.scss */
section#who_we_help_section1 {
  position: relative;
  padding: 0px 0 100px;
}

/* line 3384, app/assets/stylesheets/css/custom-css.scss */
.who_we_help_section1 .arrow_placeholder img {
  position: relative;
  right: -130px;
  top: -10px;
}

/* line 3390, app/assets/stylesheets/css/custom-css.scss */
.who_we_help_section1 .arrow_placeholder.nothing_font div span {
  float: right;
  font-family: 'Nothing You Could Do', cursive;
  font-size: 30px;
  color: #018DC8;
  position: relative;
  right: -100px;
  padding-top: 10px;
}

/* line 3400, app/assets/stylesheets/css/custom-css.scss */
.who_we_help_section1_bg {
  padding: 0px 40px;
  background: url(/../images/who_we_help_boxex_bg.png) no-repeat center center;
  background-size: 100% calc(100% - 5%);
}

/* line 3405, app/assets/stylesheets/css/custom-css.scss */
.how_we_help_box {
  padding: 75px 30px 70px;
  position: relative;
}

/* line 3410, app/assets/stylesheets/css/custom-css.scss */
.how_we_help_box.box_1:before, .how_we_help_box.box_3:before, .how_we_help_box.box_5:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  background: #018DC8;
  top: 0;
  right: -15px;
}

/* line 3412, app/assets/stylesheets/css/custom-css.scss */
.how_we_help_box.box_1, .how_we_help_box.box_3, .how_we_help_box.box_5 {
  padding-right: 80px;
}

/* line 3414, app/assets/stylesheets/css/custom-css.scss */
.how_we_help_box.box_2, .how_we_help_box.box_4, .how_we_help_box.box_6 {
  padding-left: 80px;
}

/* line 3416, app/assets/stylesheets/css/custom-css.scss */
.how_we_help_box.box_2:before, .how_we_help_box.box_4:before, .how_we_help_box.box_6:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background: #018DC8;
  bottom: 0;
  right: 15px;
}

/* line 3426, app/assets/stylesheets/css/custom-css.scss */
.how_we_help_box.box_6:before {
  display: none;
}

/* line 3430, app/assets/stylesheets/css/custom-css.scss */
.how_we_help_box.box_1:after, .how_we_help_box.box_3:after, .how_we_help_box.box_5:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background: #018DC8;
  bottom: 0;
  right: -15px;
}

/* line 3440, app/assets/stylesheets/css/custom-css.scss */
.how_we_help_box.box_5:after {
  display: none;
}

/* line 3445, app/assets/stylesheets/css/custom-css.scss */
.how_we_help_box > span {
  height: 46px;
  width: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 7px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  background: #000;
}

/* line 3449, app/assets/stylesheets/css/custom-css.scss */
.how_we_help_box.box_1 > span {
  background: #018DC8;
}

/* line 3453, app/assets/stylesheets/css/custom-css.scss */
.how_we_help_box.box_2 > span {
  background: #05B6A6;
}

/* line 3457, app/assets/stylesheets/css/custom-css.scss */
.how_we_help_box.box_3 > span {
  background: #007C98;
}

/* line 3461, app/assets/stylesheets/css/custom-css.scss */
.how_we_help_box.box_4 > span {
  background: #018DC8;
}

/* line 3465, app/assets/stylesheets/css/custom-css.scss */
.how_we_help_box.box_5 > span {
  background: #05B6A6;
}

/* line 3469, app/assets/stylesheets/css/custom-css.scss */
.how_we_help_box.box_6 > span {
  background: #007C98;
}

/* line 3473, app/assets/stylesheets/css/custom-css.scss */
.how_we_help_box h2 {
  font-size: 30px;
  color: #121212;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 15px;
}

/* line 3482, app/assets/stylesheets/css/custom-css.scss */
.how_we_help_box p {
  font-size: 15px;
  color: #272727;
  line-height: 30px;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  /* line 3491, app/assets/stylesheets/css/custom-css.scss */
  .who_we_help_section1 .arrow_placeholder.nothing_font div span {
    right: -20px;
  }
}

@media screen and (max-width: 991px) {
  /* line 3498, app/assets/stylesheets/css/custom-css.scss */
  .how_we_help_box {
    padding: 55px 15px 50px;
  }
  /* line 3502, app/assets/stylesheets/css/custom-css.scss */
  .how_we_help_box.box_2, .how_we_help_box.box_4, .how_we_help_box.box_6 {
    padding-left: 40px;
  }
  /* line 3506, app/assets/stylesheets/css/custom-css.scss */
  .how_we_help_box.box_1, .how_we_help_box.box_3, .how_we_help_box.box_5 {
    padding-right: 40px;
  }
  /* line 3509, app/assets/stylesheets/css/custom-css.scss */
  .who_we_help_section1_bg {
    background-size: calc(100% + 30%) calc(100% - 5%);
  }
}

@media screen and (max-width: 767px) {
  /* line 3517, app/assets/stylesheets/css/custom-css.scss */
  .who_we_help_section1_bg {
    background-size: calc(100% + 100%) calc(100% - 5%);
  }
  /* line 3520, app/assets/stylesheets/css/custom-css.scss */
  .who_we_help_section1 .arrow_placeholder.nothing_font div span {
    right: 10px;
    font-size: 22px;
  }
  /* line 3524, app/assets/stylesheets/css/custom-css.scss */
  .how_we_help_box:before, .how_we_help_box:after {
    display: none;
  }
  /* line 3528, app/assets/stylesheets/css/custom-css.scss */
  .how_we_help_box:after {
    content: '';
    width: calc(100% - 50px) !important;
    height: 1px;
    position: absolute;
    background: #018DC8;
    bottom: 0;
    right: 50% !important;
    transform: translateX(50%);
    display: block !important;
  }
  /* line 3540, app/assets/stylesheets/css/custom-css.scss */
  .how_we_help_box {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  /* line 3545, app/assets/stylesheets/css/custom-css.scss */
  .who_we_help_section1_bg .col-12:last-child .how_we_help_box:after {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  /* line 3551, app/assets/stylesheets/css/custom-css.scss */
  .who_we_help_section1 .arrow_placeholder {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  /* line 3556, app/assets/stylesheets/css/custom-css.scss */
  .who_we_help_section1_bg {
    padding: 0px 10px;
  }
}

@media screen and (max-width: 375px) {
  /* line 3561, app/assets/stylesheets/css/custom-css.scss */
  .who_we_help_section1_bg {
    padding: 0px 0px;
  }
}

/* line 3567, app/assets/stylesheets/css/custom-css.scss */
section#who_we_help_section2 {
  position: relative;
  background: url(/../images/who_we_help_s4_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 60px 0 20px;
}

/* line 3573, app/assets/stylesheets/css/custom-css.scss */
section#who_we_help_section2 .container {
  max-width: 1440px;
}

/* line 3577, app/assets/stylesheets/css/custom-css.scss */
section#who_we_help_section3 {
  position: relative;
  background: url(/../images/who_we_help_last_bg.png) no-repeat center center;
  background-size: cover;
  padding: 80px 0 170px;
}

/* line 3583, app/assets/stylesheets/css/custom-css.scss */
section#who_we_help_section3 .container {
  max-width: 1440px;
}

/* line 3586, app/assets/stylesheets/css/custom-css.scss */
section#who_we_help_section3 .media.phone-link a, section#who_we_help_section3 .media.phone-link p {
  color: #fff !important;
  -webkit-text-fill-color: snow;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  /* line 3593, app/assets/stylesheets/css/custom-css.scss */
  section#who_we_help_section2 {
    padding: 90px 0;
    background-position: bottom center;
  }
  /* line 3598, app/assets/stylesheets/css/custom-css.scss */
  section#who_we_help_section3 {
    padding: 100px 0 200px;
  }
}
/*
 * HS Mega Menu - jQuery Plugin
 * @version: 1.0.0 (Sun, 26 Feb 2017)
 *
 * @license:
 *
 * Copyright 2017 HtmlStream
 *
 */
/* line 11, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-menu-initialized {
  position: relative;
  z-index: 10;
}

/* line 16, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-menu-initialized .animated {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}

/* line 21, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-overflow-x-locked {
  overflow-x: hidden;
}

/* line 25, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-sub-menu,
.hs-mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  margin-top: -.002rem;
  visibility: hidden;
  background-color: #fff;
  opacity: 1 !important;
}

/* line 38, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-sub-menu-opened > .hs-sub-menu,
.hs-mega-menu-opened > .hs-mega-menu {
  visibility: visible;
  opacity: 1;
}

/* line 44, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-sub-menu {
  min-width: 180px;
}

/* line 48, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-has-sub-menu {
  overflow: hidden;
  position: relative;
}

/* line 53, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-sub-menu-opened {
  overflow: visible;
}

/* line 57, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-sub-menu .hs-sub-menu,
.hs-mega-menu .hs-sub-menu,
.hs-sub-menu .hs-mega-menu,
.hs-mega-menu .hs-mega-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}

/*------------------------------------
	Vertical Direction
------------------------------------*/
/* line 70, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-menu-vertical .hs-sub-menu,
.hs-menu-vertical .hs-mega-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}

/* line 77, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-menu-vertical .hs-sub-menu {
  width: auto;
}

/* line 81, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-menu-vertical .hs-mega-menu {
  height: 100%;
}

/*------------------------------------
	Mobile state
------------------------------------*/
/* line 89, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-mobile-state .hs-sub-menu,
.hs-mobile-state .hs-mega-menu {
  position: static;
  visibility: visible;
}

/* line 95, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-mobile-state .hs-has-mega-menu[data-max-width] > .hs-mega-menu,
.hs-mobile-state .hs-has-sub-menu[data-max-width] > .hs-sub-menu {
  max-width: initial !important;
}

/*------------------------------------
	RTL
------------------------------------*/
/* line 104, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-menu-initialized.hs-rtl {
  direction: rtl;
  unicode-bidi: embed;
}

/* line 109, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-menu-initialized.hs-rtl .hs-sub-menu,
.hs-menu-initialized.hs-rtl .hs-mega-menu {
  left: auto;
  right: 0;
}

/* line 115, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-menu-initialized.hs-rtl .hs-sub-menu .hs-sub-menu,
.hs-menu-initialized.hs-rtl .hs-mega-menu .hs-sub-menu,
.hs-menu-initialized.hs-rtl .hs-sub-menu .hs-mega-menu,
.hs-menu-initialized.hs-rtl .hs-mega-menu .hs-mega-menu {
  left: auto;
  right: 100%;
}

/*------------------------------------
	Smart Position
------------------------------------*/
/* line 127, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu.hs-reversed,
.hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu.hs-reversed {
  left: auto;
  right: 0;
}

/* line 133, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu .hs-sub-menu.hs-reversed,
.hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu .hs-sub-menu.hs-reversed,
.hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu .hs-mega-menu.hs-reversed,
.hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu .hs-mega-menu.hs-reversed {
  left: auto;
  right: 100%;
}

/* line 141, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-sub-menu.hs-reversed,
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-mega-menu.hs-reversed {
  right: auto;
  left: 0;
}

/* line 147, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-sub-menu .hs-sub-menu.hs-reversed,
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-mega-menu .hs-sub-menu.hs-reversed,
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-sub-menu .hs-mega-menu.hs-reversed,
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-mega-menu .hs-mega-menu.hs-reversed {
  right: auto;
  left: 100%;
}

/*------------------------------------
	Positions
	(only 'horizontal' direction)
------------------------------------*/
/* line 160, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-left {
  left: 0;
  right: auto;
}

/* line 165, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-right {
  left: auto;
  right: 0;
}

/* line 170, app/assets/stylesheets/css/hs.megamenu.scss */
.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-center {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-skippy {
  display: none;
}

/*------------------------------------
  List Group
------------------------------------*/
/* line 8, app/assets/stylesheets/css/mobile_menu_css.scss */
.list-group {
  list-style: none;
}

/* line 12, app/assets/stylesheets/css/mobile_menu_css.scss */
.list-group .list-group {
  margin-left: 1rem;
}

/* line 16, app/assets/stylesheets/css/mobile_menu_css.scss */
.list-group .list-group-item {
  font-size: 0.875rem;
}

/* line 20, app/assets/stylesheets/css/mobile_menu_css.scss */
.list-group .list-group-icon {
  min-width: 1rem;
  max-width: 1rem;
  color: #77838f;
  text-align: center;
  margin-right: .5rem;
}

/* line 28, app/assets/stylesheets/css/mobile_menu_css.scss */
.list-group .active > .list-group-item {
  color: #377dff;
}

/* line 32, app/assets/stylesheets/css/mobile_menu_css.scss */
.list-group .active > .list-group-text {
  color: #fff;
}

/* line 36, app/assets/stylesheets/css/mobile_menu_css.scss */
.list-group .disabled .u-icon {
  color: #77838f;
  background-color: rgba(119, 131, 143, 0.1);
}

/* Border Radius */
/* line 42, app/assets/stylesheets/css/mobile_menu_css.scss */
.list-group-rounded-0 .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 47, app/assets/stylesheets/css/mobile_menu_css.scss */
.list-group-rounded-0 .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* Transparent */
/* line 53, app/assets/stylesheets/css/mobile_menu_css.scss */
.list-group-transparent .list-group-item {
  border-color: transparent;
  background-color: transparent;
}

/* White */
/* line 59, app/assets/stylesheets/css/mobile_menu_css.scss */
.list-group-white .list-group-item,
.list-group-white .list-group-item-action {
  color: #fff;
}

/* line 64, app/assets/stylesheets/css/mobile_menu_css.scss */
.list-group-white .list-group-item[href],
.list-group-white .list-group-item-action[href] {
  color: rgba(255, 255, 255, 0.7);
}

/* line 69, app/assets/stylesheets/css/mobile_menu_css.scss */
.list-group-white .list-group-item[href]:hover,
.list-group-white .list-group-item-action[href]:hover {
  color: #fff;
}

/* line 74, app/assets/stylesheets/css/mobile_menu_css.scss */
.list-group-white.list-group-striped .list-group-item:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 78, app/assets/stylesheets/css/mobile_menu_css.scss */
.list-group-white .active > .list-group-item {
  color: #fff;
}

/* Flush */
/* line 83, app/assets/stylesheets/css/mobile_menu_css.scss */
.list-group-flush .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

/* line 88, app/assets/stylesheets/css/mobile_menu_css.scss */
.list-group-flush .list-group-item.active {
  color: #377dff;
  background-color: transparent;
  border-color: transparent;
}

/* Borderless */
/* line 95, app/assets/stylesheets/css/mobile_menu_css.scss */
.list-group-borderless .list-group-item {
  border: none;
}

/* Striped */
/* line 100, app/assets/stylesheets/css/mobile_menu_css.scss */
.list-group-striped .list-group-item:nth-child(even) {
  background-color: #f8fafd;
}

/*------------------------------------
  Links
------------------------------------*/
/* line 107, app/assets/stylesheets/css/mobile_menu_css.scss */
.link {
  display: inline-block;
}

/* line 111, app/assets/stylesheets/css/mobile_menu_css.scss */
.link__icon {
  position: relative;
  line-height: .7;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 1.375rem;
  height: 1.375rem;
  font-size: 1rem;
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
  border-radius: 50%;
  transition: 0.3s;
}

/* line 126, app/assets/stylesheets/css/mobile_menu_css.scss */
.link__icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 134, app/assets/stylesheets/css/mobile_menu_css.scss */
.link:hover .link__icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Collapse */
/* line 140, app/assets/stylesheets/css/mobile_menu_css.scss */
.link-collapse[aria-expanded="false"] .link-collapse__default {
  display: inline-block;
}

/* line 144, app/assets/stylesheets/css/mobile_menu_css.scss */
.link-collapse[aria-expanded="false"] .link-collapse__active {
  display: none;
}

/* line 148, app/assets/stylesheets/css/mobile_menu_css.scss */
.link-collapse[aria-expanded="true"] .link-collapse__default {
  display: none;
}

/* line 152, app/assets/stylesheets/css/mobile_menu_css.scss */
.link-collapse[aria-expanded="true"] .link-collapse__active {
  display: inline-block;
}

/* Link Light */
/* line 157, app/assets/stylesheets/css/mobile_menu_css.scss */
.link-light {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
}

/* line 162, app/assets/stylesheets/css/mobile_menu_css.scss */
.link-light:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

/* Link Muted */
/* line 168, app/assets/stylesheets/css/mobile_menu_css.scss */
.link-muted {
  color: #8c98a4;
  border-bottom: 1px dashed #97a4af;
}

/* line 173, app/assets/stylesheets/css/mobile_menu_css.scss */
.link-muted:hover {
  border-color: #0052ea;
}

/* line 177, app/assets/stylesheets/css/mobile_menu_css.scss */
.link-muted__toggle-default {
  display: inline-block;
}

/* line 181, app/assets/stylesheets/css/mobile_menu_css.scss */
.link-muted__toggle-toggled {
  display: none;
}

/* line 185, app/assets/stylesheets/css/mobile_menu_css.scss */
.link-muted.toggled .link-muted__toggle-default {
  display: none;
}

/* line 189, app/assets/stylesheets/css/mobile_menu_css.scss */
.link-muted.toggled .link-muted__toggle-toggled {
  display: inline-block;
}

/* Link White */
/* line 194, app/assets/stylesheets/css/mobile_menu_css.scss */
.link-white {
  color: #fff;
  border-bottom: 1px dashed #fff;
}

/* line 199, app/assets/stylesheets/css/mobile_menu_css.scss */
.link-white:hover {
  color: #fff;
}

/*------------------------------------
  Header Default
------------------------------------*/
/* line 206, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header {
  position: relative;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

/* line 214, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__section {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
}

/* line 221, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__section-divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 225, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__shadow-on-show-hide {
  box-shadow: none;
}

/* line 229, app/assets/stylesheets/css/mobile_menu_css.scss */
.js-header-fix-moment .u-header__shadow-on-show-hide {
  box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
}

/* Navbar */
/* line 234, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__navbar {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0;
  padding-right: 0;
}

/* Navbar Space */
@media (max-width: 991.98px) {
  /* line 243, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header .u-header__navbar.u-header__navbar--top-space {
    padding-top: 0.25rem;
  }
}

/* Navbar Brand */
/* line 249, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__navbar-brand,
.u-header__navbar-brand > img {
  padding-top: 0;
  padding-bottom: 0;
  width: 9.375rem;
}

/* line 256, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__navbar-brand-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* line 263, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__navbar-brand-vertical {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

/* line 271, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__navbar-brand-vertical .u-header__navbar-brand-text {
  display: block;
  margin-left: 0;
}

/* line 276, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__navbar-brand-text {
  font-size: 2.25rem;
  font-weight: 700;
  margin-left: .5rem;
}

/* line 282, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__navbar-brand-text, .u-header__navbar-brand-text:focus, .u-header__navbar-brand-text:hover {
  color: #377dff;
}

/* line 286, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__navbar-brand-text-white .u-header__navbar-brand-text, .u-header__navbar-brand-text-white .u-header__navbar-brand-text:focus, .u-header__navbar-brand-text-white .u-header__navbar-brand-text:hover {
  color: #fff;
}

/* Navbar Collapse */
/* line 291, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__navbar-collapse {
  padding-top: 0;
  padding-bottom: 0;
}

/* Navbar Link */
/* line 297, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__navbar-link {
  color: #77838f;
  font-size: 0.875rem;
  font-weight: 300;
  padding-left: .5rem;
  padding-right: .5rem;
}

/* Nav Item */
/* line 306, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header .u-header__nav-item:first-child .u-header__nav-link {
  padding-left: 0;
}

/* line 310, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__nav-item:hover .u-header__nav-link, .u-header__nav-item:focus .u-header__nav-link {
  color: #377dff;
}

/* Nav Link */
/* line 315, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header .active > .u-header__nav-link {
  color: #377dff;
}

/* line 319, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__nav-link {
  color: #77838f;
}

/* line 323, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__nav-link-toggle {
  position: relative;
}

/* line 327, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__nav-link-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 65%;
  font-weight: 900;
  content: "\f107";
  margin-left: .5rem;
  transition: 0.3s ease;
}

/* Sub Menu */
/* line 338, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__sub-menu {
  width: 100%;
  padding-left: 0;
  list-style: none;
}

/* line 344, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__sub-menu-nav-group {
  padding-left: 0;
  list-style: none;
}

/* line 349, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__sub-menu-nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  color: #77838f;
}

/* line 358, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__sub-menu-nav-link-toggle {
  position: relative;
}

/* line 362, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__sub-menu-nav-link-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 80%;
  font-weight: 900;
  content: "\f105";
  margin-left: auto;
  margin-right: .04rem;
  transition: 0.3s ease;
}

/* line 373, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__sub-menu .active > .u-header__sub-menu-nav-link {
  color: #377dff;
}

/* line 377, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__sub-menu-title {
  display: block;
  color: #1e2022;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* Promo */
/* line 386, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__promo {
  background-color: #f8fafd;
}

/* line 390, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__promo-inner {
  padding: 2rem;
}

/* line 394, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__promo-item {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

/* line 399, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__promo-item ~ .u-header__promo-item {
  border-top: 1px solid #e7eaf3;
}

/* line 403, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__promo-link {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

/* line 411, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__promo-link:hover .u-header__promo-title {
  color: #377dff;
}

/* line 415, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__promo-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}

/* line 425, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__promo-card-deck {
  display: block;
}

/* line 429, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__promo-card-deck:not(:last-child) .u-header__promo-item {
  border-bottom: 1px solid #e7eaf3;
}

/* line 433, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__promo-card-deck .u-header__promo-item {
  border-top: none;
}

/* line 437, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__promo-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 442, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__promo-icon {
  width: 100%;
  max-width: 2.75rem;
  margin-right: 1rem;
}

/* line 448, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__promo-icon--sm {
  max-width: 1.75rem;
}

/* line 452, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__promo-title {
  display: block;
  color: #1e2022;
  font-size: 1rem;
  font-weight: 500;
}

/* line 459, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__promo-text {
  display: block;
  color: #77838f;
}

/* line 464, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__promo-footer {
  background-color: #f8fafd;
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 472, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__promo-footer-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 477, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__promo-footer-ver-divider {
  position: relative;
}

/* line 481, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__promo-footer-ver-divider::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-right: 1px solid #bdc5d1;
  content: "";
}

/* Banner */
/* line 491, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__banner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-bottom-left-radius: 0.3125rem;
}

/* line 500, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__banner::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(30, 32, 34, 0.5);
  border-bottom-left-radius: 0.3125rem;
  content: "";
}

/* line 511, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__banner-content {
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 522, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__banner-title {
  display: block;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

/* line 530, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__banner-text {
  display: block;
  color: #fff;
  margin-bottom: 0;
}

/* Product Banner */
/* line 537, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__product-banner {
  background-color: #f8fafd;
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  padding-right: 1.5rem;
}

/* line 544, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__product-banner-content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 549, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__product-banner-title {
  display: block;
  color: #377dff;
  font-size: 1.5625rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

/* line 557, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__product-banner-text {
  color: #1e2022;
  margin-bottom: 0;
}

/* Hide Content */
/* line 563, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header.js-header-fix-moment .u-header__hide-content {
  display: none;
}

/* line 567, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header.u-header--moved-up.u-header--hide-topbar {
  -webkit-transform: translate3d(0, -33px, 0);
  transform: translate3d(0, -33px, 0);
}

/*------------------------------------
  Header Helpers
------------------------------------*/
/* line 575, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--invisible {
  display: none;
}

/* line 579, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--moved-up {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

/* line 584, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--faded {
  opacity: 0;
  visibility: hidden;
}

/* line 589, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__section--hidden {
  position: relative;
}

/* line 593, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header[data-header-fix-effect] {
  transition: 0.3s ease;
}

/* line 597, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header.u-header--untransitioned {
  transition: none;
}

/* line 601, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header.js-header-fix-moment {
  position: fixed;
  top: 0;
  bottom: auto;
}

/* line 607, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--fix-top {
  position: fixed;
}

/* line 611, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header.u-header--fix-top[data-effect-compensation] {
  transition: none;
}

/*------------------------------------
  Nav Alignments
------------------------------------*/
@media (min-width: 992px) {
  /* line 619, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header__navbar-body,
.u-header__navbar-nav {
    margin-left: auto;
  }
  /* line 623, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header-left-aligned-nav .u-header__navbar-body,
.u-header-left-aligned-nav .u-header__navbar-nav {
    margin-left: 0;
    margin-right: auto;
  }
  /* line 628, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header-left-aligned-nav .u-header__navbar-nav {
    width: 100%;
  }
  /* line 631, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header-left-aligned-nav .u-header__navbar-brand {
    margin-left: 0;
    margin-right: 3rem;
  }
  /* line 635, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header-left-aligned-nav .u-header__nav-last-item {
    margin-left: auto;
  }
  /* line 638, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header-center-aligned-nav__col {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 643, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header-center-aligned-nav__col-last-item {
    text-align: right;
  }
  /* line 646, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header-center-aligned-nav .u-header__navbar-body,
.u-header-center-aligned-nav .u-header__navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 654, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header-center-aligned-nav__col:not(.u-header-center-aligned-nav__col-last-item) {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* line 661, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header-center-aligned-nav__col-last-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (min-width: 768px) {
  /* line 668, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header-center-aligned-nav.u-header--abs-top-sm .u-header__navbar-body,
.u-header-center-aligned-nav.u-header--abs-top-sm .u-header__navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
}

/*------------------------------------
  Header Default
------------------------------------*/
/* line 678, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__navbar-nav-scroll {
  max-width: 100%;
  height: 4.25rem;
  overflow: hidden;
}

/* line 684, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header__navbar-nav-scroll .u-header__navbar-nav {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/*------------------------------------
  Fullscreen
------------------------------------*/
/* line 693, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
}

/* line 702, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fullscreen--toggler {
  z-index: 1001;
}

/* line 706, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fullscreen__container, .u-fullscreen__overlay {
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* line 710, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fullscreen__container {
  position: relative;
  z-index: 1000;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

/* line 724, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fullscreen__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background-image: linear-gradient(150deg, rgba(45, 21, 130, 0.95) 0%, rgba(25, 160, 255, 0.95) 100%);
  background-repeat: repeat-x;
  transition-delay: 0.5s;
}

/* line 738, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fullscreen.u-fullscreen--showed {
  visibility: visible;
}

/* line 742, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fullscreen.u-fullscreen--showed .u-fullscreen__container,
.u-fullscreen.u-fullscreen--showed .u-fullscreen__overlay {
  opacity: 1;
  visibility: visible;
}

/* line 748, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fullscreen.u-fullscreen--showed .u-fullscreen__overlay {
  transition-delay: 0s;
}

/* line 752, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fullscreen.u-fullscreen--showed .u-fullscreen__container {
  transition-delay: 0.5s;
}

/*------------------------------------
  Header Fullscreen Style
------------------------------------*/
/* line 759, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fullscreen__nav {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

/* line 765, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fullscreen__nav-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 771, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fullscreen__nav-link {
  display: inline-block;
  color: #fff;
  font-size: 1.375rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

@media (min-width: 992px) {
  /* line 780, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-fullscreen__nav-link {
    font-size: 1.75rem;
  }
}

/* line 785, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fullscreen__nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* line 789, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fullscreen__submenu {
  position: relative;
  transition: 0.3s ease-in-out;
}

/* line 794, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fullscreen__submenu .u-fullscreen__nav-list {
  border-left: 2px solid rgba(255, 255, 255, 0.6);
  padding-left: 1rem;
}

/* line 799, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fullscreen__submenu-nav-link {
  display: inline-block;
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 806, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fullscreen__submenu-nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* line 810, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fullscreen__submenu-list {
  list-style: none;
  border-left: 2px solid rgba(255, 255, 255, 0.6);
  padding-left: 1rem;
  margin-bottom: 0;
}

/* line 817, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fullscreen__submenu-list-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}

/* line 822, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fullscreen__submenu-list-link:hover {
  color: #fff;
}

/*------------------------------------
  Header Navbar Background Colors
------------------------------------*/
/* line 829, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--navbar-bg .u-header__navbar-brand-text {
  color: #fff;
}

/* line 833, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--navbar-bg .u-header__nav-item:hover .u-header__nav-link {
  color: #fff;
}

/* line 837, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--navbar-bg .active > .u-header__nav-link {
  color: #fff;
}

/* line 841, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--navbar-bg .u-header__nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 845, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--navbar-bg .u-header__nav-link:hover {
  color: #fff;
}

/* line 849, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--navbar-bg .u-header__navbar-link,
.u-header--navbar-bg .dropdown-nav-link,
.u-header--navbar-bg .btn-text-secondary {
  color: rgba(255, 255, 255, 0.6);
}

/* line 855, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--navbar-bg .u-header__navbar-link:hover,
.u-header--navbar-bg .dropdown-nav-link:hover,
.u-header--navbar-bg .btn-text-secondary:hover {
  color: #fff;
}

/* line 861, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--navbar-bg .btn-text-secondary[href]:hover {
  color: #fff;
}

/* line 865, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--navbar-bg .u-hamburger__inner, .u-header--navbar-bg .u-hamburger__inner::before, .u-header--navbar-bg .u-hamburger__inner::after {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 869, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--navbar-bg .u-hamburger:hover .u-hamburger__inner, .u-header--navbar-bg .u-hamburger:hover .u-hamburger__inner::before, .u-header--navbar-bg .u-hamburger:hover .u-hamburger__inner::after {
  background-color: #fff;
}

/*------------------------------------
  Header Submenu Background Colors
------------------------------------*/
/* line 876, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sub-menu-dark-bg .u-header__sub-menu,
.u-header--sub-menu-dark-bg .u-header__promo {
  background-color: #1e2022;
}

/* line 881, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sub-menu-dark-bg .u-header__sub-menu-title,
.u-header--sub-menu-dark-bg .u-header__promo-title {
  color: rgba(255, 255, 255, 0.8);
}

/* line 886, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sub-menu-dark-bg .u-header__promo-footer {
  background-color: #1c1d1f;
}

/* line 890, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sub-menu-dark-bg .u-header__promo-footer-ver-divider::before {
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 894, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sub-menu-dark-bg .u-header__promo-link::after {
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 898, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sub-menu-dark-bg .u-header__promo-item {
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 902, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sub-menu-dark-bg .u-header__sub-menu-nav-link {
  color: #8c98a4;
}

/* line 906, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sub-menu-dark-bg .u-header__sub-menu-nav-link:hover {
  color: #377dff;
}

/* line 910, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sub-menu-dark-bg .u-header__product-banner {
  background-color: #1c1d1f;
}

/* line 914, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sub-menu-dark-bg .u-header__product-banner-text {
  color: #8c98a4;
}

/* line 918, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sub-menu-dark-bg .dropdown-nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* line 922, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sub-menu-dark-bg .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 576px) {
  /* line 927, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-sm .u-header__sub-menu,
.u-header--sub-menu-dark-bg-sm .u-header__promo {
    background-color: #1e2022;
  }
  /* line 931, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-sm .u-header__sub-menu-title,
.u-header--sub-menu-dark-bg-sm .u-header__promo-title {
    color: rgba(255, 255, 255, 0.8);
  }
  /* line 935, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-sm .u-header__promo-footer {
    background-color: #1c1d1f;
  }
  /* line 938, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-sm .u-header__promo-footer-ver-divider::before {
    border-color: rgba(255, 255, 255, 0.1);
  }
  /* line 941, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-sm .u-header__promo-link::after {
    border-color: rgba(255, 255, 255, 0.1);
  }
  /* line 944, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-sm .u-header__promo-item {
    border-color: rgba(255, 255, 255, 0.1);
  }
  /* line 947, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-sm .u-header__sub-menu-nav-link {
    color: #8c98a4;
  }
  /* line 950, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-sm .u-header__sub-menu-nav-link:hover {
    color: #377dff;
  }
  /* line 953, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-sm .u-header__product-banner {
    background-color: #1c1d1f;
  }
  /* line 956, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-sm .u-header__product-banner-text {
    color: #8c98a4;
  }
  /* line 959, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-sm .dropdown-nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  /* line 962, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-sm .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 768px) {
  /* line 968, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-md .u-header__sub-menu,
.u-header--sub-menu-dark-bg-md .u-header__promo {
    background-color: #1e2022;
  }
  /* line 972, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-md .u-header__sub-menu-title,
.u-header--sub-menu-dark-bg-md .u-header__promo-title {
    color: rgba(255, 255, 255, 0.8);
  }
  /* line 976, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-md .u-header__promo-footer {
    background-color: #1c1d1f;
  }
  /* line 979, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-md .u-header__promo-footer-ver-divider::before {
    border-color: rgba(255, 255, 255, 0.1);
  }
  /* line 982, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-md .u-header__promo-link::after {
    border-color: rgba(255, 255, 255, 0.1);
  }
  /* line 985, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-md .u-header__promo-item {
    border-color: rgba(255, 255, 255, 0.1);
  }
  /* line 988, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-md .u-header__sub-menu-nav-link {
    color: #8c98a4;
  }
  /* line 991, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-md .u-header__sub-menu-nav-link:hover {
    color: #377dff;
  }
  /* line 994, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-md .u-header__product-banner {
    background-color: #1c1d1f;
  }
  /* line 997, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-md .u-header__product-banner-text {
    color: #8c98a4;
  }
  /* line 1000, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-md .dropdown-nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  /* line 1003, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-md .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 992px) {
  /* line 1009, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-lg .u-header__sub-menu,
.u-header--sub-menu-dark-bg-lg .u-header__promo {
    background-color: #1e2022;
  }
  /* line 1013, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-lg .u-header__sub-menu-title,
.u-header--sub-menu-dark-bg-lg .u-header__promo-title {
    color: rgba(255, 255, 255, 0.8);
  }
  /* line 1017, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-lg .u-header__promo-footer {
    background-color: #1c1d1f;
  }
  /* line 1020, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-lg .u-header__promo-footer-ver-divider::before {
    border-color: rgba(255, 255, 255, 0.1);
  }
  /* line 1023, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-lg .u-header__promo-link::after {
    border-color: rgba(255, 255, 255, 0.1);
  }
  /* line 1026, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-lg .u-header__promo-item {
    border-color: rgba(255, 255, 255, 0.1);
  }
  /* line 1029, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-lg .u-header__sub-menu-nav-link {
    color: #8c98a4;
  }
  /* line 1032, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-lg .u-header__sub-menu-nav-link:hover {
    color: #377dff;
  }
  /* line 1035, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-lg .u-header__product-banner {
    background-color: #1c1d1f;
  }
  /* line 1038, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-lg .u-header__product-banner-text {
    color: #8c98a4;
  }
  /* line 1041, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-lg .dropdown-nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  /* line 1044, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-lg .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 1200px) {
  /* line 1050, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-xl .u-header__sub-menu,
.u-header--sub-menu-dark-bg-xl .u-header__promo {
    background-color: #1e2022;
  }
  /* line 1054, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-xl .u-header__sub-menu-title,
.u-header--sub-menu-dark-bg-xl .u-header__promo-title {
    color: rgba(255, 255, 255, 0.8);
  }
  /* line 1058, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-xl .u-header__promo-footer {
    background-color: #1c1d1f;
  }
  /* line 1061, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-xl .u-header__promo-footer-ver-divider::before {
    border-color: rgba(255, 255, 255, 0.1);
  }
  /* line 1064, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-xl .u-header__promo-link::after {
    border-color: rgba(255, 255, 255, 0.1);
  }
  /* line 1067, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-xl .u-header__promo-item {
    border-color: rgba(255, 255, 255, 0.1);
  }
  /* line 1070, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-xl .u-header__sub-menu-nav-link {
    color: #8c98a4;
  }
  /* line 1073, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-xl .u-header__sub-menu-nav-link:hover {
    color: #377dff;
  }
  /* line 1076, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-xl .u-header__product-banner {
    background-color: #1c1d1f;
  }
  /* line 1079, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-xl .u-header__product-banner-text {
    color: #8c98a4;
  }
  /* line 1082, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-xl .dropdown-nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  /* line 1085, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sub-menu-dark-bg-xl .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
  }
}

/*------------------------------------
  Transparent Header
------------------------------------*/
/* line 1093, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--bg-transparent:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
  background-color: #fff;
}

/* line 1097, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--bg-transparent:not(.js-header-fix-moment) .u-header__section {
  background-color: transparent;
  box-shadow: none;
}

/* line 1102, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--bg-transparent .u-header__navbar-brand-collapsed,
.u-header--bg-transparent .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
.u-header--bg-transparent .u-header__navbar-brand-on-scroll,
.u-header--bg-transparent .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
  display: none;
}

/* line 1109, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--bg-transparent.js-header-fix-moment .u-header__navbar-brand-default,
.u-header--bg-transparent.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
  display: none;
}

/* line 1114, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--bg-transparent.js-header-fix-moment .u-header__navbar-brand-on-scroll {
  display: -ms-flexbox;
  display: flex;
}

/* line 1119, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--bg-transparent.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
  display: inline-block;
}

@media (min-width: 576px) and (min-width: 576px) {
  /* line 1124, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-sm:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
    background-color: #fff;
  }
  /* line 1127, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-sm:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none;
  }
}

@media (min-width: 576px) {
  /* line 1134, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-sm .u-header__navbar-brand-collapsed,
.u-header--bg-transparent-sm .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
.u-header--bg-transparent-sm .u-header__navbar-brand-on-scroll,
.u-header--bg-transparent-sm .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none;
  }
  /* line 1140, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-sm.js-header-fix-moment .u-header__navbar-brand-default,
.u-header--bg-transparent-sm.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none;
  }
  /* line 1144, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-sm.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -ms-flexbox;
    display: flex;
  }
  /* line 1148, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-sm.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  /* line 1154, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-md:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
    background-color: #fff;
  }
  /* line 1157, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-md:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  /* line 1164, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-md .u-header__navbar-brand-collapsed,
.u-header--bg-transparent-md .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
.u-header--bg-transparent-md .u-header__navbar-brand-on-scroll,
.u-header--bg-transparent-md .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none;
  }
  /* line 1170, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-md.js-header-fix-moment .u-header__navbar-brand-default,
.u-header--bg-transparent-md.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none;
  }
  /* line 1174, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-md.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -ms-flexbox;
    display: flex;
  }
  /* line 1178, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-md.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  /* line 1184, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-lg:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
    background-color: #fff;
  }
  /* line 1187, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-lg:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none;
  }
}

@media (min-width: 992px) {
  /* line 1194, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-lg .u-header__navbar-brand-collapsed,
.u-header--bg-transparent-lg .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
.u-header--bg-transparent-lg .u-header__navbar-brand-on-scroll,
.u-header--bg-transparent-lg .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none;
  }
  /* line 1200, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-lg.js-header-fix-moment .u-header__navbar-brand-default,
.u-header--bg-transparent-lg.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none;
  }
  /* line 1204, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-lg.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -ms-flexbox;
    display: flex;
  }
  /* line 1208, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-lg.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  /* line 1214, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-xl:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
    background-color: #fff;
  }
  /* line 1217, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-xl:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none;
  }
}

@media (min-width: 1200px) {
  /* line 1224, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-xl .u-header__navbar-brand-collapsed,
.u-header--bg-transparent-xl .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
.u-header--bg-transparent-xl .u-header__navbar-brand-on-scroll,
.u-header--bg-transparent-xl .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none;
  }
  /* line 1230, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-xl.js-header-fix-moment .u-header__navbar-brand-default,
.u-header--bg-transparent-xl.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none;
  }
  /* line 1234, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-xl.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -ms-flexbox;
    display: flex;
  }
  /* line 1238, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-xl.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block;
  }
}

@media (max-width: 575.98px) {
  /* line 1244, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-sm .u-header__navbar-brand-default,
.u-header--bg-transparent-sm .u-header__navbar-brand-on-scroll {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 1251, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-md .u-header__navbar-brand-default,
.u-header--bg-transparent-md .u-header__navbar-brand-on-scroll {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 1258, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-lg .u-header__navbar-brand-default,
.u-header--bg-transparent-lg .u-header__navbar-brand-on-scroll {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 1265, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent-xl .u-header__navbar-brand-default,
.u-header--bg-transparent-xl .u-header__navbar-brand-on-scroll {
    display: none;
  }
}

/* line 1271, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--bg-transparent .u-header__navbar-brand-default,
.u-header--bg-transparent .u-header__navbar-brand-on-scroll {
  display: none;
}

/* line 1276, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--bg-transparent .u-header__navbar-brand-default {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  /* line 1282, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent .u-header__navbar-nav {
    background-color: #fff;
  }
  /* line 1285, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--bg-transparent .u-header__navbar-nav {
    padding: 0.875rem 1.5rem;
    padding-top: 1rem;
  }
}

/*------------------------------------
  Header On Scroll
------------------------------------*/
/* line 1294, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--white-bg-on-scroll.u-scrolled .u-header__section {
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
}

/*------------------------------------
  Header White Nav Links
------------------------------------*/
/* line 1302, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
  color: white;
}

/* line 1306, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1310, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
  color: white;
}

/* line 1314, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link,
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
  color: rgba(255, 255, 255, 0.6);
}

/* line 1320, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover,
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
  color: white;
}

@media (min-width: 576px) {
  /* line 1327, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
    color: white;
  }
  /* line 1330, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 1333, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
    color: white;
  }
  /* line 1336, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link,
.u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
.u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
    color: rgba(255, 255, 255, 0.6);
  }
  /* line 1341, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover,
.u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
.u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
    color: white;
  }
}

@media (min-width: 768px) {
  /* line 1349, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
    color: white;
  }
  /* line 1352, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 1355, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
    color: white;
  }
  /* line 1358, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link,
.u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
.u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
    color: rgba(255, 255, 255, 0.6);
  }
  /* line 1363, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover,
.u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
.u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
    color: white;
  }
}

@media (min-width: 992px) {
  /* line 1371, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
    color: white;
  }
  /* line 1374, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 1377, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
    color: white;
  }
  /* line 1380, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link,
.u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
.u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
    color: rgba(255, 255, 255, 0.6);
  }
  /* line 1385, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover,
.u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
.u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
    color: white;
  }
}

@media (min-width: 1200px) {
  /* line 1393, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
    color: white;
  }
  /* line 1396, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 1399, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
    color: white;
  }
  /* line 1402, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link,
.u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
.u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
    color: rgba(255, 255, 255, 0.6);
  }
  /* line 1407, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover,
.u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
.u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
    color: white;
  }
}

/*------------------------------------
  Navbar Expand
------------------------------------*/
/* line 1417, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 1422, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand.u-header__navbar--no-space {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 1427, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__navbar-nav {
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 1434, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__navbar-nav .u-header__nav-last-item {
  text-align: right;
  padding-left: 1rem;
  padding-right: 0;
}

/* line 1440, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__navbar-nav .u-header__nav-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
}

/* line 1447, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__navbar-nav .u-header__sub-menu {
  border-top: 0.1875rem solid #377dff;
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  box-shadow: 0 8px 20px rgba(55, 125, 255, 0.075);
}

/* line 1454, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__navbar-nav .u-header__sub-menu-nav-link {
  padding-right: 1.75rem;
  padding-left: 1.75rem;
}

/* line 1459, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link {
  padding-left: 0;
}

/* line 1463, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 1468, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
  padding: 0;
}

/* line 1472, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu .u-header__sub-menu {
  margin-top: -1.1875rem;
}

/* line 1476, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
  right: 20%;
}

/* line 1480, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__mega-menu-wrapper {
  padding: 2.5rem;
  margin-left: 0;
  margin-right: 0;
}

/* line 1486, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__promo {
  border-bottom-right-radius: 0.3125rem;
}

/* line 1490, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__promo-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 1499, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__promo-card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 1506, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link {
  position: relative;
}

/* line 1510, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link::after {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.5rem;
  border-right: 1px solid #e7eaf3;
  height: 100%;
  content: "";
}

@media (min-width: 576px) {
  /* line 1521, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 1525, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm.u-header__navbar--no-space {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 1529, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__navbar-nav {
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 1535, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__navbar-nav .u-header__nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0;
  }
  /* line 1540, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__navbar-nav .u-header__nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
  /* line 1546, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu {
    border-top: 0.1875rem solid #377dff;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    box-shadow: 0 8px 20px rgba(55, 125, 255, 0.075);
  }
  /* line 1552, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu-nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  /* line 1556, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link {
    padding-left: 0;
  }
  /* line 1559, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 1563, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0;
  }
  /* line 1566, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu .u-header__sub-menu {
    margin-top: -1.1875rem;
  }
  /* line 1569, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%;
  }
  /* line 1572, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__mega-menu-wrapper {
    padding: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1577, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__promo {
    border-bottom-right-radius: 0.3125rem;
  }
  /* line 1580, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__promo-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 1588, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__promo-card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 1594, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link {
    position: relative;
  }
  /* line 1597, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.5rem;
    border-right: 1px solid #e7eaf3;
    height: 100%;
    content: "";
  }
}

@media (min-width: 768px) {
  /* line 1609, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 1613, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md.u-header__navbar--no-space {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 1617, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__navbar-nav {
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 1623, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__navbar-nav .u-header__nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0;
  }
  /* line 1628, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__navbar-nav .u-header__nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
  /* line 1634, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu {
    border-top: 0.1875rem solid #377dff;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    box-shadow: 0 8px 20px rgba(55, 125, 255, 0.075);
  }
  /* line 1640, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu-nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  /* line 1644, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link {
    padding-left: 0;
  }
  /* line 1647, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 1651, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0;
  }
  /* line 1654, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu .u-header__sub-menu {
    margin-top: -1.1875rem;
  }
  /* line 1657, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%;
  }
  /* line 1660, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__mega-menu-wrapper {
    padding: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1665, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__promo {
    border-bottom-right-radius: 0.3125rem;
  }
  /* line 1668, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__promo-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 1676, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__promo-card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 1682, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link {
    position: relative;
  }
  /* line 1685, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.5rem;
    border-right: 1px solid #e7eaf3;
    height: 100%;
    content: "";
  }
}

@media (min-width: 992px) {
  /* line 1697, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 1701, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg.u-header__navbar--no-space {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 1705, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__navbar-nav {
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 1711, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__navbar-nav .u-header__nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0;
  }
  /* line 1716, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__navbar-nav .u-header__nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
  /* line 1722, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu {
    border-top: 0.1875rem solid #377dff;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    box-shadow: 0 8px 20px rgba(55, 125, 255, 0.075);
  }
  /* line 1728, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu-nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  /* line 1732, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link {
    padding-left: 0;
  }
  /* line 1735, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 1739, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0;
  }
  /* line 1742, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu .u-header__sub-menu {
    margin-top: -1.1875rem;
  }
  /* line 1745, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%;
  }
  /* line 1748, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__mega-menu-wrapper {
    padding: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1753, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__promo {
    border-bottom-right-radius: 0.3125rem;
  }
  /* line 1756, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__promo-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 1764, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__promo-card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 1770, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link {
    position: relative;
  }
  /* line 1773, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.5rem;
    border-right: 1px solid #e7eaf3;
    height: 100%;
    content: "";
  }
}

@media (min-width: 1200px) {
  /* line 1785, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 1789, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl.u-header__navbar--no-space {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 1793, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__navbar-nav {
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 1799, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__navbar-nav .u-header__nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0;
  }
  /* line 1804, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__navbar-nav .u-header__nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
  /* line 1810, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu {
    border-top: 0.1875rem solid #377dff;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    box-shadow: 0 8px 20px rgba(55, 125, 255, 0.075);
  }
  /* line 1816, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu-nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  /* line 1820, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link {
    padding-left: 0;
  }
  /* line 1823, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 1827, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0;
  }
  /* line 1830, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu .u-header__sub-menu {
    margin-top: -1.1875rem;
  }
  /* line 1833, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%;
  }
  /* line 1836, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__mega-menu-wrapper {
    padding: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1841, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__promo {
    border-bottom-right-radius: 0.3125rem;
  }
  /* line 1844, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__promo-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 1852, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__promo-card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 1858, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link {
    position: relative;
  }
  /* line 1861, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.5rem;
    border-right: 1px solid #e7eaf3;
    height: 100%;
    content: "";
  }
}

@media (max-width: 575.98px) {
  /* line 1873, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__nav-last-item {
    display: none;
  }
  /* line 1876, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__nav-link,
.navbar-expand-sm .u-header__sub-menu-nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 1883, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__nav-link-toggle::after,
.navbar-expand-sm .u-header__sub-menu-nav-link-toggle::after {
    margin-left: auto;
  }
  /* line 1887, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* line 1891, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .hs-mega-menu-opened .u-header__nav-link-toggle::after,
.navbar-expand-sm .hs-sub-menu-opened .u-header__nav-link-toggle::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  /* line 1896, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .hs-sub-menu-opened > .u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  /* line 1900, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__mega-menu-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  /* line 1904, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__sub-menu {
    min-width: 100% !important;
  }
  /* line 1907, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__sub-menu--spacer {
    padding-left: 1.5rem;
  }
  /* line 1910, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__sub-menu:not(.u-header__promo) {
    border-left: 0.1875rem solid #377dff;
  }
  /* line 1913, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__sub-menu .u-header__sub-menu {
    padding-left: 1.5rem;
  }
  /* line 1916, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__sub-menu-title {
    padding-left: 1.5rem;
    margin-bottom: 0;
  }
  /* line 1920, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__sub-menu-nav-group {
    padding-top: .5rem;
    padding-left: 1.5rem;
  }
  /* line 1924, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__sub-menu .hs-has-sub-menu {
    padding-left: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 1929, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
    -webkit-animation: none;
    animation: none;
  }
  /* line 1933, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header-center-aligned-nav__col-last-item {
    display: none;
  }
  /* line 1936, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__promo-card-deck:last-child .u-header__promo-item:not(:last-child) {
    border-bottom: 1px solid #e7eaf3;
  }
}

@media (max-width: 767.98px) {
  /* line 1942, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__nav-last-item {
    display: none;
  }
  /* line 1945, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__nav-link,
.navbar-expand-md .u-header__sub-menu-nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 1952, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__nav-link-toggle::after,
.navbar-expand-md .u-header__sub-menu-nav-link-toggle::after {
    margin-left: auto;
  }
  /* line 1956, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* line 1960, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .hs-mega-menu-opened .u-header__nav-link-toggle::after,
.navbar-expand-md .hs-sub-menu-opened .u-header__nav-link-toggle::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  /* line 1965, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .hs-sub-menu-opened > .u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  /* line 1969, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__mega-menu-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  /* line 1973, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__sub-menu {
    min-width: 100% !important;
  }
  /* line 1976, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__sub-menu--spacer {
    padding-left: 1.5rem;
  }
  /* line 1979, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__sub-menu:not(.u-header__promo) {
    border-left: 0.1875rem solid #377dff;
  }
  /* line 1982, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__sub-menu .u-header__sub-menu {
    padding-left: 1.5rem;
  }
  /* line 1985, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__sub-menu-title {
    padding-left: 1.5rem;
    margin-bottom: 0;
  }
  /* line 1989, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__sub-menu-nav-group {
    padding-top: .5rem;
    padding-left: 1.5rem;
  }
  /* line 1993, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__sub-menu .hs-has-sub-menu {
    padding-left: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 1998, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
    -webkit-animation: none;
    animation: none;
  }
  /* line 2002, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header-center-aligned-nav__col-last-item {
    display: none;
  }
  /* line 2005, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__promo-card-deck:last-child .u-header__promo-item:not(:last-child) {
    border-bottom: 1px solid #e7eaf3;
  }
}

@media (max-width: 991.98px) {
  /* line 2011, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__nav-last-item {
    display: none;
  }
  /* line 2014, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__nav-link,
.navbar-expand-lg .u-header__sub-menu-nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 2021, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__nav-link-toggle::after,
.navbar-expand-lg .u-header__sub-menu-nav-link-toggle::after {
    margin-left: auto;
  }
  /* line 2025, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* line 2029, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .hs-mega-menu-opened .u-header__nav-link-toggle::after,
.navbar-expand-lg .hs-sub-menu-opened .u-header__nav-link-toggle::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  /* line 2034, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .hs-sub-menu-opened > .u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  /* line 2038, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__mega-menu-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  /* line 2042, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__sub-menu {
    min-width: 100% !important;
  }
  /* line 2045, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__sub-menu--spacer {
    padding-left: 1.5rem;
  }
  /* line 2048, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__sub-menu:not(.u-header__promo) {
    border-left: 0.1875rem solid #377dff;
  }
  /* line 2051, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__sub-menu .u-header__sub-menu {
    padding-left: 1.5rem;
  }
  /* line 2054, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__sub-menu-title {
    padding-left: 1.5rem;
    margin-bottom: 0;
  }
  /* line 2058, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__sub-menu-nav-group {
    padding-top: .5rem;
    padding-left: 1.5rem;
  }
  /* line 2062, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__sub-menu .hs-has-sub-menu {
    padding-left: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 2067, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
    -webkit-animation: none;
    animation: none;
  }
  /* line 2071, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header-center-aligned-nav__col-last-item {
    display: none;
  }
  /* line 2074, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg .u-header__promo-card-deck:last-child .u-header__promo-item:not(:last-child) {
    border-bottom: 1px solid #e7eaf3;
  }
}

@media (max-width: 1199.98px) {
  /* line 2080, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__nav-last-item {
    display: none;
  }
  /* line 2083, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__nav-link,
.navbar-expand-xl .u-header__sub-menu-nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 2090, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__nav-link-toggle::after,
.navbar-expand-xl .u-header__sub-menu-nav-link-toggle::after {
    margin-left: auto;
  }
  /* line 2094, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* line 2098, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .hs-mega-menu-opened .u-header__nav-link-toggle::after,
.navbar-expand-xl .hs-sub-menu-opened .u-header__nav-link-toggle::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  /* line 2103, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .hs-sub-menu-opened > .u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  /* line 2107, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__mega-menu-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  /* line 2111, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__sub-menu {
    min-width: 100% !important;
  }
  /* line 2114, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__sub-menu--spacer {
    padding-left: 1.5rem;
  }
  /* line 2117, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__sub-menu:not(.u-header__promo) {
    border-left: 0.1875rem solid #377dff;
  }
  /* line 2120, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__sub-menu .u-header__sub-menu {
    padding-left: 1.5rem;
  }
  /* line 2123, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__sub-menu-title {
    padding-left: 1.5rem;
    margin-bottom: 0;
  }
  /* line 2127, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__sub-menu-nav-group {
    padding-top: .5rem;
    padding-left: 1.5rem;
  }
  /* line 2131, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__sub-menu .hs-has-sub-menu {
    padding-left: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 2136, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
    -webkit-animation: none;
    animation: none;
  }
  /* line 2140, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header-center-aligned-nav__col-last-item {
    display: none;
  }
  /* line 2143, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__promo-card-deck:last-child .u-header__promo-item:not(:last-child) {
    border-bottom: 1px solid #e7eaf3;
  }
}

/* line 2148, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__nav-last-item {
  display: none;
}

/* line 2152, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__nav-link,
.navbar-expand .u-header__sub-menu-nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* line 2160, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__nav-link-toggle::after,
.navbar-expand .u-header__sub-menu-nav-link-toggle::after {
  margin-left: auto;
}

/* line 2165, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__sub-menu-nav-link-toggle::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 2170, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .hs-mega-menu-opened .u-header__nav-link-toggle::after,
.navbar-expand .hs-sub-menu-opened .u-header__nav-link-toggle::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* line 2176, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .hs-sub-menu-opened > .u-header__sub-menu-nav-link-toggle::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 2181, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__mega-menu-wrapper {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 2186, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__sub-menu {
  min-width: 100% !important;
}

/* line 2190, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__sub-menu--spacer {
  padding-left: 1.5rem;
}

/* line 2194, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__sub-menu:not(.u-header__promo) {
  border-left: 0.1875rem solid #377dff;
}

/* line 2198, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__sub-menu .u-header__sub-menu {
  padding-left: 1.5rem;
}

/* line 2202, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__sub-menu-title {
  padding-left: 1.5rem;
  margin-bottom: 0;
}

/* line 2207, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__sub-menu-nav-group {
  padding-top: .5rem;
  padding-left: 1.5rem;
}

/* line 2212, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__sub-menu .hs-has-sub-menu {
  padding-left: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 2218, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
  -webkit-animation: none;
  animation: none;
}

/* line 2223, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header-center-aligned-nav__col-last-item {
  display: none;
}

/* line 2227, app/assets/stylesheets/css/mobile_menu_css.scss */
.navbar-expand .u-header__promo-card-deck:last-child .u-header__promo-item:not(:last-child) {
  border-bottom: 1px solid #e7eaf3;
}

@media (max-width: 767.98px) {
  /* line 2232, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__nav-last-item {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 2238, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xs .u-header__banner,
.navbar-expand-xs .u-header__product-banner,
.navbar-expand-sm .u-header__banner,
.navbar-expand-sm .u-header__product-banner,
.navbar-expand-md .u-header__banner,
.navbar-expand-md .u-header__product-banner,
.navbar-expand-lg .u-header__banner,
.navbar-expand-lg .u-header__product-banner {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 2251, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__banner,
.navbar-expand-xl .u-header__product-banner {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 2258, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-md .u-header__navbar-brand {
    padding-top: .5rem;
  }
  /* line 2261, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header .u-header__mega-menu-position-right-fix--md.hs-mega-menu.hs-position-right {
    right: 20%;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  /* line 2267, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-sm .u-header__navbar-brand {
    padding-top: .5rem;
  }
}

@media (min-width: 992px) {
  /* line 2273, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand .u-header__nav-last-item {
    display: inline-block;
  }
  /* line 2276, app/assets/stylesheets/css/mobile_menu_css.scss */
  [class*="navbar-expand"]:not(.navbar-expand-xl) {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 2280, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-lg-collapse-block .navbar-collapse {
    display: block !important;
  }
}

/*------------------------------------
  Header Floating
------------------------------------*/
/* line 2288, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--floating {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 2rem;
}

/* line 2295, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--floating.js-header-fix-moment {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
  margin-top: 0;
}

/* line 2302, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--floating.js-header-fix-moment .u-header--floating__inner {
  box-shadow: none;
}

/* line 2306, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--floating .u-header--floating__scrollbar {
  max-height: 50vh;
}

/* line 2310, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--floating .u-header--floating__scrollbar.mCS_destroyed {
  position: static !important;
}

/* line 2314, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--floating .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 0 24px;
}

/* line 2318, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--floating__inner {
  border-radius: 0.3125rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 576px) {
  /* line 2325, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-sm {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem;
  }
  /* line 2331, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-sm.js-header-fix-moment {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
    margin-top: 0;
  }
  /* line 2337, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-sm.js-header-fix-moment .u-header--floating__inner {
    box-shadow: none;
  }
  /* line 2340, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-sm .u-header--floating__scrollbar {
    max-height: 50vh;
  }
  /* line 2343, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-sm .u-header--floating__scrollbar.mCS_destroyed {
    position: static !important;
  }
  /* line 2346, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-sm .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0 24px;
  }
  /* line 2349, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating__inner {
    border-radius: 0.3125rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  /* line 2357, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-md {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem;
  }
  /* line 2363, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-md.js-header-fix-moment {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
    margin-top: 0;
  }
  /* line 2369, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-md.js-header-fix-moment .u-header--floating__inner {
    box-shadow: none;
  }
  /* line 2372, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-md .u-header--floating__scrollbar {
    max-height: 50vh;
  }
  /* line 2375, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-md .u-header--floating__scrollbar.mCS_destroyed {
    position: static !important;
  }
  /* line 2378, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-md .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0 24px;
  }
  /* line 2381, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating__inner {
    border-radius: 0.3125rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 992px) {
  /* line 2389, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-lg {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem;
  }
  /* line 2395, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-lg.js-header-fix-moment {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
    margin-top: 0;
  }
  /* line 2401, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-lg.js-header-fix-moment .u-header--floating__inner {
    box-shadow: none;
  }
  /* line 2404, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-lg .u-header--floating__scrollbar {
    max-height: 50vh;
  }
  /* line 2407, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-lg .u-header--floating__scrollbar.mCS_destroyed {
    position: static !important;
  }
  /* line 2410, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-lg .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0 24px;
  }
  /* line 2413, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating__inner {
    border-radius: 0.3125rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1200px) {
  /* line 2421, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-xl {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem;
  }
  /* line 2427, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-xl.js-header-fix-moment {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
    margin-top: 0;
  }
  /* line 2433, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-xl.js-header-fix-moment .u-header--floating__inner {
    box-shadow: none;
  }
  /* line 2436, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-xl .u-header--floating__scrollbar {
    max-height: 50vh;
  }
  /* line 2439, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-xl .u-header--floating__scrollbar.mCS_destroyed {
    position: static !important;
  }
  /* line 2442, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-xl .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0 24px;
  }
  /* line 2445, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating__inner {
    border-radius: 0.3125rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 575.98px) {
  /* line 2453, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-sm .u-header__section {
    box-shadow: none;
  }
  /* line 2456, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-sm .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 2462, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-md .u-header__section {
    box-shadow: none;
  }
  /* line 2465, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-md .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 2471, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-lg .u-header__section {
    box-shadow: none;
  }
  /* line 2474, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-lg .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 2480, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-xl .u-header__section {
    box-shadow: none;
  }
  /* line 2483, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--floating-xl .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none;
  }
}

/* line 2488, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--floating .u-header__section {
  box-shadow: none;
}

/* line 2492, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--floating .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  display: none;
}

/*------------------------------------
  Absolute Positions
------------------------------------*/
/* line 2499, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--abs-top, .u-header--abs-bottom, .u-header--abs-top-2nd-screen {
  position: absolute;
}

/* line 2503, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--abs-top {
  top: 0;
  bottom: auto;
}

/* line 2508, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--abs-top-2nd-screen:not(.js-header-fix-moment) {
  top: 100%;
  bottom: auto;
}

/* line 2513, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--abs-top-2nd-screen[data-header-fix-effect] {
  transition: none;
}

/* line 2517, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--abs-bottom:not(.js-header-fix-moment) {
  top: auto;
  bottom: 0;
}

/* line 2522, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--abs-bottom:not(.js-header-fix-moment) .u-header__sub-menu {
  top: auto;
  bottom: 100%;
}

/* line 2527, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--abs-bottom:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu {
  top: 0;
  bottom: auto;
}

/* line 2532, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--abs-bottom:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu {
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 -8px 20px rgba(151, 164, 175, 0.1);
}

/* line 2540, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--abs-bottom:not(.js-header-fix-moment) .slideInUp {
  -webkit-animation-name: absoluteSlideInUp;
  animation-name: absoluteSlideInUp;
}

@media (min-width: 576px) {
  /* line 2546, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-top-sm, .u-header--abs-bottom-sm, .u-header--abs-top-2nd-screen-sm {
    position: absolute;
  }
  /* line 2549, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-top-sm {
    top: 0;
    bottom: auto;
  }
  /* line 2553, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment) {
    top: 100%;
    bottom: auto;
  }
  /* line 2557, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-top-2nd-screen-sm[data-header-fix-effect] {
    transition: none;
  }
  /* line 2560, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-sm:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0;
  }
  /* line 2564, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-sm:not(.js-header-fix-moment) .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }
  /* line 2568, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-sm:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto;
  }
  /* line 2572, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-sm:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(151, 164, 175, 0.1);
  }
  /* line 2579, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-sm:not(.js-header-fix-moment) .slideInUp {
    -webkit-animation-name: absoluteSlideInUp;
    animation-name: absoluteSlideInUp;
  }
}

@media (min-width: 768px) {
  /* line 2586, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-top-md, .u-header--abs-bottom-md, .u-header--abs-top-2nd-screen-md {
    position: absolute;
  }
  /* line 2589, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-top-md {
    top: 0;
    bottom: auto;
  }
  /* line 2593, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment) {
    top: 100%;
    bottom: auto;
  }
  /* line 2597, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-top-2nd-screen-md[data-header-fix-effect] {
    transition: none;
  }
  /* line 2600, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-md:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0;
  }
  /* line 2604, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-md:not(.js-header-fix-moment) .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }
  /* line 2608, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-md:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto;
  }
  /* line 2612, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-md:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(151, 164, 175, 0.1);
  }
  /* line 2619, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-md:not(.js-header-fix-moment) .slideInUp {
    -webkit-animation-name: absoluteSlideInUp;
    animation-name: absoluteSlideInUp;
  }
}

@media (min-width: 992px) {
  /* line 2626, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-top-lg, .u-header--abs-bottom-lg, .u-header--abs-top-2nd-screen-lg {
    position: absolute;
  }
  /* line 2629, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-top-lg {
    top: 0;
    bottom: auto;
  }
  /* line 2633, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment) {
    top: 100%;
    bottom: auto;
  }
  /* line 2637, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-top-2nd-screen-lg[data-header-fix-effect] {
    transition: none;
  }
  /* line 2640, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-lg:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0;
  }
  /* line 2644, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-lg:not(.js-header-fix-moment) .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }
  /* line 2648, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-lg:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto;
  }
  /* line 2652, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-lg:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(151, 164, 175, 0.1);
  }
  /* line 2659, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-lg:not(.js-header-fix-moment) .slideInUp {
    -webkit-animation-name: absoluteSlideInUp;
    animation-name: absoluteSlideInUp;
  }
}

@media (min-width: 1200px) {
  /* line 2666, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-top-xl, .u-header--abs-bottom-xl, .u-header--abs-top-2nd-screen-xl {
    position: absolute;
  }
  /* line 2669, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-top-xl {
    top: 0;
    bottom: auto;
  }
  /* line 2673, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment) {
    top: 100%;
    bottom: auto;
  }
  /* line 2677, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-top-2nd-screen-xl[data-header-fix-effect] {
    transition: none;
  }
  /* line 2680, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-xl:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0;
  }
  /* line 2684, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-xl:not(.js-header-fix-moment) .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }
  /* line 2688, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-xl:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto;
  }
  /* line 2692, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-xl:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(151, 164, 175, 0.1);
  }
  /* line 2699, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-xl:not(.js-header-fix-moment) .slideInUp {
    -webkit-animation-name: absoluteSlideInUp;
    animation-name: absoluteSlideInUp;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 2706, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom-md:not(.js-header-fix-moment) .navbar-expand-md .hs-mega-menu {
    bottom: 52.8%;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  /* line 2712, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--abs-bottom:not(.js-header-fix-moment) .navbar-expand-md .hs-mega-menu,
.u-header--abs-bottom-sm:not(.js-header-fix-moment) .navbar-expand-md .hs-mega-menu {
    bottom: 52.8%;
  }
}

/* line 2718, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--abs-top__inner,
.u-header--abs-bottom__inner,
.u-header--abs-top-2nd-screen__inner {
  max-height: 50vh;
}

/* line 2724, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--abs-top__inner.mCS_destroyed,
.u-header--abs-bottom__inner.mCS_destroyed,
.u-header--abs-top-2nd-screen__inner.mCS_destroyed {
  position: static !important;
}

/* line 2730, app/assets/stylesheets/css/mobile_menu_css.scss */
[class*="u-header--abs"] .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 0 24px;
}

/* Disable box-shadow on mobile device */
/* line 2735, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--abs-top-2nd-screen:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu, .u-header--abs-bottom:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu {
  box-shadow: none;
}

@-webkit-keyframes absoluteSlideInUp {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes absoluteSlideInUp {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}

/*------------------------------------
  Header Sidebar
------------------------------------*/
/* line 2756, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header-sidebar__footer-offset {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 10.625rem;
}

/* line 2762, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header-sidebar__content {
  padding: 1.5rem 3rem 3rem;
}

/* line 2766, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header-sidebar__navbar-brand {
  display: block;
  width: 6.25rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

/* line 2776, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header-sidebar__footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 3rem;
}

/* line 2785, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header-sidebar__footer-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
}

/* line 2790, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header-sidebar__footer-link:hover {
  color: #fff;
}

/*------------------------------------
  Sticky Positions
------------------------------------*/
/* line 2797, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sticky-top, .u-header--sticky-bottom {
  position: fixed;
}

/* line 2801, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sticky-top {
  bottom: auto;
  top: 0;
}

/* line 2806, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sticky-bottom {
  top: auto;
  bottom: 0;
}

/* line 2811, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sticky-bottom .u-header__sub-menu {
  top: auto;
  bottom: 100%;
}

/* line 2816, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sticky-bottom .u-header__sub-menu .u-header__sub-menu {
  top: 0;
  bottom: auto;
}

/* line 2821, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sticky-bottom .navbar-nav .u-header__sub-menu {
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 -8px 20px rgba(151, 164, 175, 0.1);
}

/* line 2829, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sticky-bottom .slideInUp {
  -webkit-animation-name: stickySlideInUp;
  animation-name: stickySlideInUp;
}

@media (min-width: 576px) {
  /* line 2835, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-top-sm, .u-header--sticky-bottom-sm {
    position: fixed;
  }
  /* line 2838, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-top-sm {
    bottom: auto;
    top: 0;
  }
  /* line 2842, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-sm {
    top: auto;
    bottom: 0;
  }
  /* line 2846, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-sm .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }
  /* line 2850, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-sm .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto;
  }
  /* line 2854, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-sm .navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(151, 164, 175, 0.1);
  }
  /* line 2861, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-sm .slideInUp {
    -webkit-animation-name: stickySlideInUp;
    animation-name: stickySlideInUp;
  }
}

@media (min-width: 768px) {
  /* line 2868, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-top-md, .u-header--sticky-bottom-md {
    position: fixed;
  }
  /* line 2871, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-top-md {
    bottom: auto;
    top: 0;
  }
  /* line 2875, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-md {
    top: auto;
    bottom: 0;
  }
  /* line 2879, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-md .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }
  /* line 2883, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-md .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto;
  }
  /* line 2887, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-md .navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(151, 164, 175, 0.1);
  }
  /* line 2894, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-md .slideInUp {
    -webkit-animation-name: stickySlideInUp;
    animation-name: stickySlideInUp;
  }
}

@media (min-width: 992px) {
  /* line 2901, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-top-lg, .u-header--sticky-bottom-lg {
    position: fixed;
  }
  /* line 2904, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-top-lg {
    bottom: auto;
    top: 0;
  }
  /* line 2908, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-lg {
    top: auto;
    bottom: 0;
  }
  /* line 2912, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-lg .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }
  /* line 2916, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-lg .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto;
  }
  /* line 2920, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-lg .navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(151, 164, 175, 0.1);
  }
  /* line 2927, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-lg .slideInUp {
    -webkit-animation-name: stickySlideInUp;
    animation-name: stickySlideInUp;
  }
}

@media (min-width: 1200px) {
  /* line 2934, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-top-xl, .u-header--sticky-bottom-xl {
    position: fixed;
  }
  /* line 2937, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-top-xl {
    bottom: auto;
    top: 0;
  }
  /* line 2941, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-xl {
    top: auto;
    bottom: 0;
  }
  /* line 2945, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-xl .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }
  /* line 2949, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-xl .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto;
  }
  /* line 2953, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-xl .navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(151, 164, 175, 0.1);
  }
  /* line 2960, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-xl .slideInUp {
    -webkit-animation-name: stickySlideInUp;
    animation-name: stickySlideInUp;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 2967, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom-md:not(.js-header-fix-moment) .navbar-expand-md .hs-mega-menu {
    bottom: 52.8%;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  /* line 2973, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--sticky-bottom:not(.js-header-fix-moment) .navbar-expand-md .hs-mega-menu,
.u-header--sticky-bottom-sm:not(.js-header-fix-moment) .navbar-expand-md .hs-mega-menu {
    bottom: 52.8%;
  }
}

/* line 2979, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sticky-top__inner,
.u-header--sticky-bottom__inner {
  max-height: 50vh;
}

/* line 2984, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sticky-top__inner.mCS_destroyed,
.u-header--sticky-bottom__inner.mCS_destroyed {
  position: static !important;
}

/* line 2989, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sticky-top__inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.u-header--sticky-bottom__inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 0 24px;
}

/* Disable box-shadow on mobile device */
/* line 2995, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--sticky-bottom:not(.js-header-fix-moment) [class*="navbar-expand"] .navbar-nav .u-header__sub-menu {
  box-shadow: none;
}

@-webkit-keyframes stickySlideInUp {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes stickySlideInUp {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}

/*------------------------------------
  Header Center Aligned
------------------------------------*/
/* line 3016, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--center-aligned .u-hamburger {
  display: none;
}

/* line 3020, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--center-aligned .u-header--center-aligned__inner {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: .5rem;
}

/* line 3027, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--center-aligned .u-header__navbar-brand {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 3033, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--center-aligned-sm .u-hamburger {
    display: none;
  }
  /* line 3036, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--center-aligned-sm .u-header--center-aligned__inner {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: .5rem;
  }
  /* line 3042, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--center-aligned-sm .u-header__navbar-brand {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  /* line 3049, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--center-aligned-md .u-hamburger {
    display: none;
  }
  /* line 3052, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--center-aligned-md .u-header--center-aligned__inner {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: .5rem;
  }
  /* line 3058, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--center-aligned-md .u-header__navbar-brand {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  /* line 3065, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--center-aligned-lg .u-hamburger {
    display: none;
  }
  /* line 3068, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--center-aligned-lg .u-header--center-aligned__inner {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: .5rem;
  }
  /* line 3074, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--center-aligned-lg .u-header__navbar-brand {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 3081, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--center-aligned-xl .u-hamburger {
    display: none;
  }
  /* line 3084, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--center-aligned-xl .u-header--center-aligned__inner {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: .5rem;
  }
  /* line 3090, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--center-aligned-xl .u-header__navbar-brand {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 575.98px) {
  /* line 3097, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--center-aligned-sm .u-header--center-aligned__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0.25rem;
  }
  /* line 3104, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--center-aligned-sm .u-header__navbar {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 3110, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--center-aligned-md .u-header--center-aligned__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0.25rem;
  }
  /* line 3117, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--center-aligned-md .u-header__navbar {
    padding-top: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 3123, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--center-aligned-lg .u-header--center-aligned__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0.25rem;
  }
  /* line 3130, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--center-aligned-lg .u-header__navbar {
    padding-top: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 3136, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--center-aligned-xl .u-header--center-aligned__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0.25rem;
  }
  /* line 3143, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header--center-aligned-xl .u-header__navbar {
    padding-top: 0;
  }
}

/* line 3148, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--center-aligned .u-header--center-aligned__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.25rem;
}

/* line 3156, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header--center-aligned .u-header__navbar {
  padding-top: 0;
}

/*------------------------------------
  Header Collapse
------------------------------------*/
/* line 3163, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header-collapse__nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 3169, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header-collapse__nav-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

/* line 3175, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header-collapse__nav-link {
  color: #1e2022;
}

/* line 3179, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header-collapse__nav-pointer {
  position: relative;
}

/* line 3183, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header-collapse__nav-pointer::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 65%;
  font-weight: 900;
  content: "\f107";
  margin-left: auto;
  transition: 0.3s ease;
}

/* line 3193, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header-collapse__nav-pointer.active::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* line 3198, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header-collapse__nav-link, .u-header-collapse__submenu-nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: .625rem;
  padding-bottom: .625rem;
}

/* line 3207, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header-collapse__nav-link.active, .u-header-collapse__submenu-nav-link.active {
  color: #377dff;
}

/* line 3211, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header-collapse__submenu {
  position: relative;
  transition: 0.3s ease-in-out;
}

/* line 3216, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header-collapse__submenu .u-header-collapse__nav-list {
  border-left: 2px solid #377dff;
  padding-left: 1rem;
}

/* line 3221, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header-collapse__submenu .u-header-collapse__nav-list--no-spacer {
  padding-left: 0;
}

/* line 3225, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header-collapse__submenu-nav-link {
  color: #77838f;
}

/* line 3229, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header-collapse__submenu-list {
  list-style: none;
  border-left: 2px solid #377dff;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 3236, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-header-collapse__submenu-list-link {
  display: inline-block;
  color: #77838f;
}

/*------------------------------------
  Alert
------------------------------------*/
/* line 3244, app/assets/stylesheets/css/mobile_menu_css.scss */
.alert-text {
  color: inherit;
}

/*------------------------------------
  Avatar
------------------------------------*/
/* line 3251, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-avatar {
  width: 3.125rem;
  height: 3.125rem;
}

/* line 3256, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-xs-avatar {
  width: 1.375rem;
  height: 1.375rem;
}

/* line 3261, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sm-avatar {
  width: 2rem;
  height: 2rem;
}

/* line 3266, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-lg-avatar {
  width: 5rem;
  height: 5rem;
}

/* line 3271, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-xl-avatar {
  width: 10rem;
  height: 10rem;
}

/*------------------------------------
  Avatar Bordered
------------------------------------*/
/* line 3279, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sm-avatar--bordered {
  border: 2px solid #fff;
}

/* line 3283, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-xl-avatar--bordered {
  border: 7px solid #fff;
}

/*------------------------------------
  Badges
------------------------------------*/
/* line 3290, app/assets/stylesheets/css/mobile_menu_css.scss */
[class*="badge-"] {
  z-index: 3;
}

/* line 3294, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge:empty {
  display: inherit;
}

/* line 3298, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge.badge-pos {
  position: absolute;
}

/* line 3302, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn .badge-pos {
  top: auto;
}

/* line 3306, app/assets/stylesheets/css/mobile_menu_css.scss */
[class*="badge-outline"] {
  border-style: solid;
  border-width: 0.125rem;
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}

/*------------------------------------
  Badge Sizes
------------------------------------*/
/* Extra Small */
/* line 3316, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-xs {
  width: 0.875rem;
  height: 0.875rem;
  line-height: 1.4;
  font-size: 0.5rem;
}

/* Small */
/* line 3324, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-sm {
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.4;
  font-size: 0.625rem;
}

/* line 3331, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-sm[class*="badge-outline"] {
  line-height: 1;
}

/* Medium */
/* line 3336, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-md {
  width: 1.375rem;
  height: 1.375rem;
  line-height: 1.7;
  font-size: 0.625rem;
}

/* line 3343, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-md[class*="badge-outline"] {
  line-height: 1.3;
}

/* Bigger */
/* line 3348, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-bigger {
  padding: 0.625rem;
}

/*------------------------------------
  Badge Styles
------------------------------------*/
/* primary badge */
/* line 3356, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-outline-primary {
  color: #fff;
  background: #377dff;
  border-color: #fff;
}

/* secondary badge */
/* line 3363, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-outline-secondary {
  color: #fff;
  background: #77838f;
  border-color: #fff;
}

/* success badge */
/* line 3370, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-outline-success {
  color: #fff;
  background: #00c9a7;
  border-color: #fff;
}

/* info badge */
/* line 3377, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-outline-info {
  color: #1e2022;
  background: #00dffc;
  border-color: #fff;
}

/* warning badge */
/* line 3384, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-outline-warning {
  color: #1e2022;
  background: #ffc107;
  border-color: #fff;
}

/* danger badge */
/* line 3391, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-outline-danger {
  color: #fff;
  background: #de4437;
  border-color: #fff;
}

/* light badge */
/* line 3398, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-outline-light {
  color: #1e2022;
  background: #f8f9fa;
  border-color: #fff;
}

/* dark badge */
/* line 3405, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-outline-dark {
  color: #fff;
  background: #1e2022;
  border-color: #fff;
}

/* white badge */
/* line 3412, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-outline-white {
  color: #1e2022;
  background: #fff;
  border-color: #fff;
}

/* indigo badge */
/* line 3419, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-outline-indigo {
  color: #fff;
  background: #2d1582;
  border-color: #fff;
}

/* line 3425, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-outline-white {
  border-color: #fff;
}

/*------------------------------------
  Badge Positions
------------------------------------*/
/* line 3432, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

/* line 3439, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-pos--top-left {
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 3446, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-pos--bottom-left {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

/* line 3453, app/assets/stylesheets/css/mobile_menu_css.scss */
.badge-pos--bottom-right {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

/*------------------------------------
  Badge in Avatar Component
------------------------------------*/
/* Default Size Avatar */
/* line 3464, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-avatar .rounded-circle + .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(20%, -20%);
  transform: translate(20%, -20%);
}

/* line 3469, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-avatar .rounded-circle + .badge-xs.badge-pos--top-left {
  -webkit-transform: translate(-20%, -20%);
  transform: translate(-20%, -20%);
}

/* line 3474, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-avatar .rounded-circle + .badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(-20%, 20%);
  transform: translate(-20%, 20%);
}

/* line 3479, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-avatar .rounded-circle + .badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(20%, 20%);
  transform: translate(20%, 20%);
}

/* line 3484, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-avatar .rounded-circle + .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(25%, -25%);
  transform: translate(25%, -25%);
}

/* line 3489, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-avatar .rounded-circle + .badge-sm.badge-pos--top-left {
  -webkit-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%);
}

/* line 3494, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-avatar .rounded-circle + .badge-sm.badge-pos--bottom-left {
  -webkit-transform: translate(-25%, 25%);
  transform: translate(-25%, 25%);
}

/* line 3499, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-avatar .rounded-circle + .badge-sm.badge-pos--bottom-right {
  -webkit-transform: translate(25%, 25%);
  transform: translate(25%, 25%);
}

/* line 3504, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-avatar .rounded-circle + .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(30%, -30%);
  transform: translate(30%, -30%);
}

/* line 3509, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-avatar .rounded-circle + .badge-md.badge-pos--top-left {
  -webkit-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%);
}

/* line 3514, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-avatar .rounded-circle + .badge-md.badge-pos--bottom-left {
  -webkit-transform: translate(-30%, 30%);
  transform: translate(-30%, 30%);
}

/* line 3519, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-avatar .rounded-circle + .badge-md.badge-pos--bottom-right {
  -webkit-transform: translate(30%, 30%);
  transform: translate(30%, 30%);
}

/* Small Size Avatar */
/* line 3525, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sm-avatar .rounded-circle + .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(25%, -25%);
  transform: translate(25%, -25%);
}

/* line 3530, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sm-avatar .rounded-circle + .badge-xs.badge-pos--top-left {
  -webkit-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%);
}

/* line 3535, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sm-avatar .rounded-circle + .badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(-25%, 25%);
  transform: translate(-25%, 25%);
}

/* line 3540, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sm-avatar .rounded-circle + .badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(25%, 25%);
  transform: translate(25%, 25%);
}

/* line 3545, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sm-avatar .rounded-circle + .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]),
.u-sm-avatar .rounded-circle + .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(35%, -35%);
  transform: translate(35%, -35%);
}

/* line 3551, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sm-avatar .rounded-circle + .badge-sm.badge-pos--top-left,
.u-sm-avatar .rounded-circle + .badge-md.badge-pos--top-left {
  -webkit-transform: translate(-35%, -35%);
  transform: translate(-35%, -35%);
}

/* line 3557, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sm-avatar .rounded-circle + .badge-sm.badge-pos--bottom-left,
.u-sm-avatar .rounded-circle + .badge-md.badge-pos--bottom-left {
  -webkit-transform: translate(-35%, 35%);
  transform: translate(-35%, 35%);
}

/* line 3563, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sm-avatar .rounded-circle + .badge-sm.badge-pos--bottom-right,
.u-sm-avatar .rounded-circle + .badge-md.badge-pos--bottom-right {
  -webkit-transform: translate(35%, 35%);
  transform: translate(35%, 35%);
}

/* Large Size Avatar */
/* line 3570, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-lg-avatar .rounded-circle + .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-35%, 35%);
  transform: translate(-35%, 35%);
}

/* line 3575, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-lg-avatar .rounded-circle + .badge-xs.badge-pos--top-left {
  -webkit-transform: translate(35%, 35%);
  transform: translate(35%, 35%);
}

/* line 3580, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-lg-avatar .rounded-circle + .badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(35%, -35%);
  transform: translate(35%, -35%);
}

/* line 3585, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-lg-avatar .rounded-circle + .badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(-35%, -35%);
  transform: translate(-35%, -35%);
}

/* line 3590, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-lg-avatar .rounded-circle + .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-15%, 15%);
  transform: translate(-15%, 15%);
}

/* line 3595, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-lg-avatar .rounded-circle + .badge-sm.badge-pos--top-left {
  -webkit-transform: translate(15%, 15%);
  transform: translate(15%, 15%);
}

/* line 3600, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-lg-avatar .rounded-circle + .badge-sm.badge-pos--bottom-left {
  -webkit-transform: translate(15%, -15%);
  transform: translate(15%, -15%);
}

/* line 3605, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-lg-avatar .rounded-circle + .badge-sm.badge-pos--bottom-right {
  -webkit-transform: translate(-15%, -15%);
  transform: translate(-15%, -15%);
}

/* line 3610, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-lg-avatar .rounded-circle + .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

/* line 3615, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-lg-avatar .rounded-circle + .badge-md.badge-pos--top-left {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

/* line 3620, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-lg-avatar .rounded-circle + .badge-md.badge-pos--bottom-left {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

/* line 3625, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-lg-avatar .rounded-circle + .badge-md.badge-pos--bottom-right {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

/* Extra Large Size Avatar */
/* line 3631, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-xl-avatar .rounded-circle + .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}

/* line 3636, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-xl-avatar .rounded-circle + .badge-xs.badge-pos--top-left {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

/* line 3641, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-xl-avatar .rounded-circle + .badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

/* line 3646, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-xl-avatar .rounded-circle + .badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

/* line 3651, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-xl-avatar .rounded-circle + .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-65%, 65%);
  transform: translate(-65%, 65%);
}

/* line 3656, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-xl-avatar .rounded-circle + .badge-sm.badge-pos--top-left {
  -webkit-transform: translate(65%, 65%);
  transform: translate(65%, 65%);
}

/* line 3661, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-xl-avatar .rounded-circle + .badge-sm.badge-pos--bottom-left {
  -webkit-transform: translate(65%, -65%);
  transform: translate(65%, -65%);
}

/* line 3666, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-xl-avatar .rounded-circle + .badge-sm.badge-pos--bottom-right {
  -webkit-transform: translate(-65%, -65%);
  transform: translate(-65%, -65%);
}

/* line 3671, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-xl-avatar .rounded-circle + .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-45%, 45%);
  transform: translate(-45%, 45%);
}

/* line 3676, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-xl-avatar .rounded-circle + .badge-md.badge-pos--top-left {
  -webkit-transform: translate(45%, 45%);
  transform: translate(45%, 45%);
}

/* line 3681, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-xl-avatar .rounded-circle + .badge-md.badge-pos--bottom-left {
  -webkit-transform: translate(45%, -45%);
  transform: translate(45%, -45%);
}

/* line 3686, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-xl-avatar .rounded-circle + .badge-md.badge-pos--bottom-right {
  -webkit-transform: translate(-45%, -45%);
  transform: translate(-45%, -45%);
}

/*------------------------------------
  Badge in Icon Component
------------------------------------*/
/* Default Size Icon */
/* line 3695, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-icon.rounded-circle .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(20%, -20%);
  transform: translate(20%, -20%);
}

/* line 3700, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-icon.rounded-circle .badge-xs.badge-pos--top-left {
  -webkit-transform: translate(-20%, -20%);
  transform: translate(-20%, -20%);
}

/* line 3705, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-icon.rounded-circle .badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(-20%, 20%);
  transform: translate(-20%, 20%);
}

/* line 3710, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-icon.rounded-circle .badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(20%, 20%);
  transform: translate(20%, 20%);
}

/* line 3715, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-icon.rounded-circle .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(25%, -25%);
  transform: translate(25%, -25%);
}

/* line 3720, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-icon.rounded-circle .badge-sm.badge-pos--top-left {
  -webkit-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%);
}

/* line 3725, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-icon.rounded-circle .badge-sm.badge-pos--bottom-left {
  -webkit-transform: translate(-25%, 25%);
  transform: translate(-25%, 25%);
}

/* line 3730, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-icon.rounded-circle .badge-sm.badge-pos--bottom-right {
  -webkit-transform: translate(25%, 25%);
  transform: translate(25%, 25%);
}

/* line 3735, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-icon.rounded-circle .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(30%, -30%);
  transform: translate(30%, -30%);
}

/* line 3740, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-icon.rounded-circle .badge-md.badge-pos--top-left {
  -webkit-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%);
}

/* line 3745, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-icon.rounded-circle .badge-md.badge-pos--bottom-left {
  -webkit-transform: translate(-30%, 30%);
  transform: translate(-30%, 30%);
}

/* line 3750, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-icon.rounded-circle .badge-md.badge-pos--bottom-right {
  -webkit-transform: translate(30%, 30%);
  transform: translate(30%, 30%);
}

/* Small Size Icon */
/* line 3756, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-sm.rounded-circle .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]), .btn-group-sm > .rounded-circle.btn .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(25%, -25%);
  transform: translate(25%, -25%);
}

/* line 3761, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-sm.rounded-circle .badge-xs.badge-pos--top-left, .btn-group-sm > .rounded-circle.btn .badge-xs.badge-pos--top-left {
  -webkit-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%);
}

/* line 3766, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-sm.rounded-circle .badge-xs.badge-pos--bottom-left, .btn-group-sm > .rounded-circle.btn .badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(-25%, 25%);
  transform: translate(-25%, 25%);
}

/* line 3771, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-sm.rounded-circle .badge-xs.badge-pos--bottom-right, .btn-group-sm > .rounded-circle.btn .badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(25%, 25%);
  transform: translate(25%, 25%);
}

/* line 3776, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-sm.rounded-circle .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]), .btn-group-sm > .rounded-circle.btn .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]),
.btn-sm.rounded-circle .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]),
.btn-group-sm > .rounded-circle.btn .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(35%, -35%);
  transform: translate(35%, -35%);
}

/* line 3783, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-sm.rounded-circle .badge-sm.badge-pos--top-left, .btn-group-sm > .rounded-circle.btn .badge-sm.badge-pos--top-left,
.btn-sm.rounded-circle .badge-md.badge-pos--top-left,
.btn-group-sm > .rounded-circle.btn .badge-md.badge-pos--top-left {
  -webkit-transform: translate(-35%, -35%);
  transform: translate(-35%, -35%);
}

/* line 3790, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-sm.rounded-circle .badge-sm.badge-pos--bottom-left, .btn-group-sm > .rounded-circle.btn .badge-sm.badge-pos--bottom-left,
.btn-sm.rounded-circle .badge-md.badge-pos--bottom-left,
.btn-group-sm > .rounded-circle.btn .badge-md.badge-pos--bottom-left {
  -webkit-transform: translate(-35%, 35%);
  transform: translate(-35%, 35%);
}

/* line 3797, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-sm.rounded-circle .badge-sm.badge-pos--bottom-right, .btn-group-sm > .rounded-circle.btn .badge-sm.badge-pos--bottom-right,
.btn-sm.rounded-circle .badge-md.badge-pos--bottom-right,
.btn-group-sm > .rounded-circle.btn .badge-md.badge-pos--bottom-right {
  -webkit-transform: translate(35%, 35%);
  transform: translate(35%, 35%);
}

/* Large Size Icon */
/* line 3805, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-lg.rounded-circle .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]), .btn-group-lg > .rounded-circle.btn .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-35%, 35%);
  transform: translate(-35%, 35%);
}

/* line 3810, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-lg.rounded-circle .badge-xs.badge-pos--top-left, .btn-group-lg > .rounded-circle.btn .badge-xs.badge-pos--top-left {
  -webkit-transform: translate(35%, 35%);
  transform: translate(35%, 35%);
}

/* line 3815, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-lg.rounded-circle .badge-xs.badge-pos--bottom-left, .btn-group-lg > .rounded-circle.btn .badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(35%, -35%);
  transform: translate(35%, -35%);
}

/* line 3820, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-lg.rounded-circle .badge-xs.badge-pos--bottom-right, .btn-group-lg > .rounded-circle.btn .badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(-35%, -35%);
  transform: translate(-35%, -35%);
}

/* line 3825, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-lg.rounded-circle .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]), .btn-group-lg > .rounded-circle.btn .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-15%, 15%);
  transform: translate(-15%, 15%);
}

/* line 3830, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-lg.rounded-circle .badge-sm.badge-pos--top-left, .btn-group-lg > .rounded-circle.btn .badge-sm.badge-pos--top-left {
  -webkit-transform: translate(15%, 15%);
  transform: translate(15%, 15%);
}

/* line 3835, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-lg.rounded-circle .badge-sm.badge-pos--bottom-left, .btn-group-lg > .rounded-circle.btn .badge-sm.badge-pos--bottom-left {
  -webkit-transform: translate(15%, -15%);
  transform: translate(15%, -15%);
}

/* line 3840, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-lg.rounded-circle .badge-sm.badge-pos--bottom-right, .btn-group-lg > .rounded-circle.btn .badge-sm.badge-pos--bottom-right {
  -webkit-transform: translate(-15%, -15%);
  transform: translate(-15%, -15%);
}

/* line 3845, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-lg.rounded-circle .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]), .btn-group-lg > .rounded-circle.btn .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

/* line 3850, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-lg.rounded-circle .badge-md.badge-pos--top-left, .btn-group-lg > .rounded-circle.btn .badge-md.badge-pos--top-left {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

/* line 3855, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-lg.rounded-circle .badge-md.badge-pos--bottom-left, .btn-group-lg > .rounded-circle.btn .badge-md.badge-pos--bottom-left {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

/* line 3860, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-lg.rounded-circle .badge-md.badge-pos--bottom-right, .btn-group-lg > .rounded-circle.btn .badge-md.badge-pos--bottom-right {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

/*------------------------------------
  Buttons Bootstrap Style
------------------------------------*/
/* facebook */
/* line 3869, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

/* line 3875, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}

/* line 3881, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-facebook:focus, .btn-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

/* line 3885, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

/* line 3891, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook.active:not(:disabled):not(.disabled),
.show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}

/* line 3898, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook.active:not(:disabled):not(.disabled):focus,
.show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

/* google */
/* line 3904, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-google {
  color: #fff;
  background-color: #d14130;
  border-color: #d14130;
}

/* line 3910, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-google:hover {
  color: #fff;
  background-color: #b33628;
  border-color: #a93325;
}

/* line 3916, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-google:focus, .btn-google.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 94, 79, 0.5);
}

/* line 3920, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-google.disabled, .btn-google:disabled {
  color: #fff;
  background-color: #d14130;
  border-color: #d14130;
}

/* line 3926, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-google:not(:disabled):not(.disabled):active, .btn-google.active:not(:disabled):not(.disabled),
.show > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #a93325;
  border-color: #9e3023;
}

/* line 3933, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google.active:not(:disabled):not(.disabled):focus,
.show > .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 94, 79, 0.5);
}

/* twitter */
/* line 3939, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

/* line 3945, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-twitter:hover {
  color: #fff;
  background-color: #0d8ddc;
  border-color: #0c85d0;
}

/* line 3951, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-twitter:focus, .btn-twitter.focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
}

/* line 3955, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

/* line 3961, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter.active:not(:disabled):not(.disabled),
.show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0c85d0;
  border-color: #0b7ec4;
}

/* line 3968, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter.active:not(:disabled):not(.disabled):focus,
.show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
}

/* instagram */
/* line 3974, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: #3f729b;
}

/* line 3980, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-instagram:hover {
  color: #fff;
  background-color: #345e80;
  border-color: #305777;
}

/* line 3986, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-instagram:focus, .btn-instagram.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 135, 170, 0.5);
}

/* line 3990, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-instagram.disabled, .btn-instagram:disabled {
  color: #fff;
  background-color: #3f729b;
  border-color: #3f729b;
}

/* line 3996, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram.active:not(:disabled):not(.disabled),
.show > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #305777;
  border-color: #2d516e;
}

/* line 4003, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram.active:not(:disabled):not(.disabled):focus,
.show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 135, 170, 0.5);
}

/* github */
/* line 4009, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-github {
  color: #fff;
  background-color: #24292e;
  border-color: #24292e;
}

/* line 4015, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-github:hover {
  color: #fff;
  background-color: #131619;
  border-color: #0e1011;
}

/* line 4021, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-github:focus, .btn-github.focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 73, 77, 0.5);
}

/* line 4025, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-github.disabled, .btn-github:disabled {
  color: #fff;
  background-color: #24292e;
  border-color: #24292e;
}

/* line 4031, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-github:not(:disabled):not(.disabled):active, .btn-github.active:not(:disabled):not(.disabled),
.show > .btn-github.dropdown-toggle {
  color: #fff;
  background-color: #0e1011;
  border-color: #08090a;
}

/* line 4038, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github.active:not(:disabled):not(.disabled):focus,
.show > .btn-github.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 73, 77, 0.5);
}

/* gray */
/* line 4044, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-gray {
  color: #1e2022;
  background-color: #f8fafd;
  border-color: #f8fafd;
}

/* line 4050, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-gray:hover {
  color: #1e2022;
  background-color: #dae5f5;
  border-color: #d0def2;
}

/* line 4056, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-gray:focus, .btn-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 217, 220, 0.5);
}

/* line 4060, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-gray.disabled, .btn-gray:disabled {
  color: #1e2022;
  background-color: #f8fafd;
  border-color: #f8fafd;
}

/* line 4066, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray.active:not(:disabled):not(.disabled),
.show > .btn-gray.dropdown-toggle {
  color: #1e2022;
  background-color: #d0def2;
  border-color: #c6d7ef;
}

/* line 4073, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray.active:not(:disabled):not(.disabled):focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 217, 220, 0.5);
}

/*------------------------------------
  Custom Buttons
------------------------------------*/
/* primary button :hover, :focus, :active effects */
/* line 4082, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-primary[href]:hover, .btn-primary[href]:focus, .btn-primary[href]:active, .btn-primary[type]:hover, .btn-primary[type]:focus, .btn-primary[type]:active {
  box-shadow: 0 4px 11px rgba(55, 125, 255, 0.35);
}

/* line 4086, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-primary:not(label.btn), .btn-primary:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-primary:not([href]), .btn-primary:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #377dff;
  border-color: #377dff;
}

/* line 4091, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-primary:hover {
  background-color: #377dff;
  border-color: #377dff;
}

/* secondary button :hover, :focus, :active effects */
/* line 4097, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-secondary[href]:hover, .btn-secondary[href]:focus, .btn-secondary[href]:active, .btn-secondary[type]:hover, .btn-secondary[type]:focus, .btn-secondary[type]:active {
  box-shadow: 0 4px 11px rgba(119, 131, 143, 0.35);
}

/* line 4101, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-secondary:not(label.btn), .btn-secondary:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-secondary:not([href]), .btn-secondary:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #77838f;
  border-color: #77838f;
}

/* line 4106, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-secondary:hover {
  background-color: #77838f;
  border-color: #77838f;
}

/* success button :hover, :focus, :active effects */
/* line 4112, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-success[href]:hover, .btn-success[href]:focus, .btn-success[href]:active, .btn-success[type]:hover, .btn-success[type]:focus, .btn-success[type]:active {
  box-shadow: 0 4px 11px rgba(0, 201, 167, 0.35);
}

/* line 4116, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-success:not(label.btn), .btn-success:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-success:not([href]), .btn-success:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #00c9a7;
  border-color: #00c9a7;
}

/* line 4121, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-success:hover {
  background-color: #00c9a7;
  border-color: #00c9a7;
}

/* info button :hover, :focus, :active effects */
/* line 4127, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-info[href]:hover, .btn-info[href]:focus, .btn-info[href]:active, .btn-info[type]:hover, .btn-info[type]:focus, .btn-info[type]:active {
  box-shadow: 0 4px 11px rgba(0, 223, 252, 0.35);
}

/* line 4131, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-info:not(label.btn), .btn-info:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-info:not([href]), .btn-info:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #00dffc;
  border-color: #00dffc;
}

/* line 4136, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-info:hover {
  background-color: #00dffc;
  border-color: #00dffc;
}

/* warning button :hover, :focus, :active effects */
/* line 4142, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-warning[href]:hover, .btn-warning[href]:focus, .btn-warning[href]:active, .btn-warning[type]:hover, .btn-warning[type]:focus, .btn-warning[type]:active {
  box-shadow: 0 4px 11px rgba(255, 193, 7, 0.35);
}

/* line 4146, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-warning:not(label.btn), .btn-warning:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-warning:not([href]), .btn-warning:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 4151, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
}

/* danger button :hover, :focus, :active effects */
/* line 4157, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-danger[href]:hover, .btn-danger[href]:focus, .btn-danger[href]:active, .btn-danger[type]:hover, .btn-danger[type]:focus, .btn-danger[type]:active {
  box-shadow: 0 4px 11px rgba(222, 68, 55, 0.35);
}

/* line 4161, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-danger:not(label.btn), .btn-danger:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-danger:not([href]), .btn-danger:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #de4437;
  border-color: #de4437;
}

/* line 4166, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-danger:hover {
  background-color: #de4437;
  border-color: #de4437;
}

/* light button :hover, :focus, :active effects */
/* line 4172, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-light[href]:hover, .btn-light[href]:focus, .btn-light[href]:active, .btn-light[type]:hover, .btn-light[type]:focus, .btn-light[type]:active {
  box-shadow: 0 4px 11px rgba(248, 249, 250, 0.35);
}

/* line 4176, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-light:not(label.btn), .btn-light:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-light:not([href]), .btn-light:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 4181, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* dark button :hover, :focus, :active effects */
/* line 4187, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-dark[href]:hover, .btn-dark[href]:focus, .btn-dark[href]:active, .btn-dark[type]:hover, .btn-dark[type]:focus, .btn-dark[type]:active {
  box-shadow: 0 4px 11px rgba(30, 32, 34, 0.35);
}

/* line 4191, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-dark:not(label.btn), .btn-dark:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-dark:not([href]), .btn-dark:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #1e2022;
  border-color: #1e2022;
}

/* line 4196, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-dark:hover {
  background-color: #1e2022;
  border-color: #1e2022;
}

/* white button :hover, :focus, :active effects */
/* line 4202, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-white[href]:hover, .btn-white[href]:focus, .btn-white[href]:active, .btn-white[type]:hover, .btn-white[type]:focus, .btn-white[type]:active {
  box-shadow: 0 4px 11px rgba(255, 255, 255, 0.35);
}

/* line 4206, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-white:not(label.btn), .btn-white:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-white:not([href]), .btn-white:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #fff;
  border-color: #fff;
}

/* line 4211, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-white:hover {
  background-color: #fff;
  border-color: #fff;
}

/* indigo button :hover, :focus, :active effects */
/* line 4217, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-indigo[href]:hover, .btn-indigo[href]:focus, .btn-indigo[href]:active, .btn-indigo[type]:hover, .btn-indigo[type]:focus, .btn-indigo[type]:active {
  box-shadow: 0 4px 11px rgba(45, 21, 130, 0.35);
}

/* line 4221, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-indigo:not(label.btn), .btn-indigo:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-indigo:not([href]), .btn-indigo:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #2d1582;
  border-color: #2d1582;
}

/* line 4226, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-indigo:hover {
  background-color: #2d1582;
  border-color: #2d1582;
}

/* facebook button :hover, :focus, :active effects */
/* line 4232, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-facebook[href]:hover, .btn-facebook[href]:focus, .btn-facebook[href]:active, .btn-facebook[type]:hover, .btn-facebook[type]:focus, .btn-facebook[type]:active {
  box-shadow: 0 4px 11px rgba(59, 89, 152, 0.35);
}

/* line 4236, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-facebook:not(label.btn), .btn-facebook:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-facebook:not([href]), .btn-facebook:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #3b5998;
  border-color: #3b5998;
}

/* line 4241, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

/* google button :hover, :focus, :active effects */
/* line 4247, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-google[href]:hover, .btn-google[href]:focus, .btn-google[href]:active, .btn-google[type]:hover, .btn-google[type]:focus, .btn-google[type]:active {
  box-shadow: 0 4px 11px rgba(209, 65, 48, 0.35);
}

/* line 4251, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-google:not(label.btn), .btn-google:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-google:not([href]), .btn-google:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #d14130;
  border-color: #d14130;
}

/* line 4256, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-google:hover {
  background-color: #d14130;
  border-color: #d14130;
}

/* twitter button :hover, :focus, :active effects */
/* line 4262, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-twitter[href]:hover, .btn-twitter[href]:focus, .btn-twitter[href]:active, .btn-twitter[type]:hover, .btn-twitter[type]:focus, .btn-twitter[type]:active {
  box-shadow: 0 4px 11px rgba(29, 161, 242, 0.35);
}

/* line 4266, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-twitter:not(label.btn), .btn-twitter:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-twitter:not([href]), .btn-twitter:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #1da1f2;
  border-color: #1da1f2;
}

/* line 4271, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-twitter:hover {
  background-color: #1da1f2;
  border-color: #1da1f2;
}

/* instagram button :hover, :focus, :active effects */
/* line 4277, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-instagram[href]:hover, .btn-instagram[href]:focus, .btn-instagram[href]:active, .btn-instagram[type]:hover, .btn-instagram[type]:focus, .btn-instagram[type]:active {
  box-shadow: 0 4px 11px rgba(63, 114, 155, 0.35);
}

/* line 4281, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-instagram:not(label.btn), .btn-instagram:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-instagram:not([href]), .btn-instagram:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #3f729b;
  border-color: #3f729b;
}

/* line 4286, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-instagram:hover {
  background-color: #3f729b;
  border-color: #3f729b;
}

/* github button :hover, :focus, :active effects */
/* line 4292, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-github[href]:hover, .btn-github[href]:focus, .btn-github[href]:active, .btn-github[type]:hover, .btn-github[type]:focus, .btn-github[type]:active {
  box-shadow: 0 4px 11px rgba(36, 41, 46, 0.35);
}

/* line 4296, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-github:not(label.btn), .btn-github:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-github:not([href]), .btn-github:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #24292e;
  border-color: #24292e;
}

/* line 4301, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-github:hover {
  background-color: #24292e;
  border-color: #24292e;
}

/* gray button :hover, :focus, :active effects */
/* line 4307, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-gray[href]:hover, .btn-gray[href]:focus, .btn-gray[href]:active, .btn-gray[type]:hover, .btn-gray[type]:focus, .btn-gray[type]:active {
  box-shadow: 0 4px 11px rgba(248, 250, 253, 0.35);
}

/* line 4311, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-gray:not(label.btn), .btn-gray:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-gray:not([href]), .btn-gray:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #f8fafd;
  border-color: #f8fafd;
}

/* line 4316, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-gray:hover {
  background-color: #f8fafd;
  border-color: #f8fafd;
}

/*------------------------------------
  Custom Button Toggle
------------------------------------*/
/* line 4324, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-custom-toggle-primary {
  color: #8c98a4;
  border-color: #d5dae2;
}

/* line 4329, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-custom-toggle-primary:hover {
  color: #377dff;
  background-color: transparent;
  border-color: #377dff;
}

/* line 4335, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-custom-toggle-primary:not(:disabled):not(.disabled):active, .btn-custom-toggle-primary.active:not(:disabled):not(.disabled), .btn-custom-toggle-primary:not(:disabled):not(.disabled):active, .btn-custom-toggle-primary.active:not(:disabled):not(.disabled) {
  color: #fff;
  background-color: #377dff;
  border-color: #377dff;
}

/* line 4341, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-custom-toggle-white:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 4346, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-custom-toggle-white:not(:disabled):not(.disabled):active, .btn-custom-toggle-white.active:not(:disabled):not(.disabled), .btn-custom-toggle-white:not(:disabled):not(.disabled):active, .btn-custom-toggle-white.active:not(:disabled):not(.disabled) {
  color: #377dff;
}

/*------------------------------------
  Air Button Styles
------------------------------------*/
/* primary air */
/* line 4354, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-primary {
  color: #377dff;
  background: rgba(55, 125, 255, 0.1);
  border-color: transparent;
}

/* line 4360, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-primary[href]:hover, .btn-soft-primary[href]:focus, .btn-soft-primary[href]:active, .btn-soft-primary.active[href], .btn-soft-primary[type]:hover, .btn-soft-primary[type]:focus, .btn-soft-primary[type]:active, .btn-soft-primary.active[type] {
  color: #fff;
  background: #377dff;
  box-shadow: 0 4px 11px rgba(55, 125, 255, 0.35);
}

/* line 4366, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-primary.disabled[href], .btn-soft-primary[href]:disabled, .btn-soft-primary.disabled[type], .btn-soft-primary[type]:disabled {
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
  box-shadow: none;
}

/* line 4372, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-primary[href]:not(:disabled):not(.disabled):active, .btn-soft-primary.active[href]:not(:disabled):not(.disabled),
.show > .btn-soft-primary.dropdown-toggle[href], .btn-soft-primary[type]:not(:disabled):not(.disabled):active, .btn-soft-primary.active[type]:not(:disabled):not(.disabled),
.show > .btn-soft-primary.dropdown-toggle[type] {
  color: #fff;
  background-color: #377dff;
}

/* line 4379, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn.btn-soft-primary {
  color: #377dff;
}

/* secondary air */
/* line 4384, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-secondary {
  color: #77838f;
  background: rgba(119, 131, 143, 0.1);
  border-color: transparent;
}

/* line 4390, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-secondary[href]:hover, .btn-soft-secondary[href]:focus, .btn-soft-secondary[href]:active, .btn-soft-secondary.active[href], .btn-soft-secondary[type]:hover, .btn-soft-secondary[type]:focus, .btn-soft-secondary[type]:active, .btn-soft-secondary.active[type] {
  color: #fff;
  background: #77838f;
  box-shadow: 0 4px 11px rgba(119, 131, 143, 0.35);
}

/* line 4396, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-secondary.disabled[href], .btn-soft-secondary[href]:disabled, .btn-soft-secondary.disabled[type], .btn-soft-secondary[type]:disabled {
  color: #77838f;
  background-color: rgba(119, 131, 143, 0.1);
  box-shadow: none;
}

/* line 4402, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-secondary[href]:not(:disabled):not(.disabled):active, .btn-soft-secondary.active[href]:not(:disabled):not(.disabled),
.show > .btn-soft-secondary.dropdown-toggle[href], .btn-soft-secondary[type]:not(:disabled):not(.disabled):active, .btn-soft-secondary.active[type]:not(:disabled):not(.disabled),
.show > .btn-soft-secondary.dropdown-toggle[type] {
  color: #fff;
  background-color: #77838f;
}

/* line 4409, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn.btn-soft-secondary {
  color: #77838f;
}

/* success air */
/* line 4414, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-success {
  color: #00c9a7;
  background: rgba(0, 201, 167, 0.1);
  border-color: transparent;
}

/* line 4420, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-success[href]:hover, .btn-soft-success[href]:focus, .btn-soft-success[href]:active, .btn-soft-success.active[href], .btn-soft-success[type]:hover, .btn-soft-success[type]:focus, .btn-soft-success[type]:active, .btn-soft-success.active[type] {
  color: #fff;
  background: #00c9a7;
  box-shadow: 0 4px 11px rgba(0, 201, 167, 0.35);
}

/* line 4426, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-success.disabled[href], .btn-soft-success[href]:disabled, .btn-soft-success.disabled[type], .btn-soft-success[type]:disabled {
  color: #00c9a7;
  background-color: rgba(0, 201, 167, 0.1);
  box-shadow: none;
}

/* line 4432, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-success[href]:not(:disabled):not(.disabled):active, .btn-soft-success.active[href]:not(:disabled):not(.disabled),
.show > .btn-soft-success.dropdown-toggle[href], .btn-soft-success[type]:not(:disabled):not(.disabled):active, .btn-soft-success.active[type]:not(:disabled):not(.disabled),
.show > .btn-soft-success.dropdown-toggle[type] {
  color: #fff;
  background-color: #00c9a7;
}

/* line 4439, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn.btn-soft-success {
  color: #00c9a7;
}

/* info air */
/* line 4444, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-info {
  color: #00dffc;
  background: rgba(0, 223, 252, 0.1);
  border-color: transparent;
}

/* line 4450, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-info[href]:hover, .btn-soft-info[href]:focus, .btn-soft-info[href]:active, .btn-soft-info.active[href], .btn-soft-info[type]:hover, .btn-soft-info[type]:focus, .btn-soft-info[type]:active, .btn-soft-info.active[type] {
  color: #1e2022;
  background: #00dffc;
  box-shadow: 0 4px 11px rgba(0, 223, 252, 0.35);
}

/* line 4456, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-info.disabled[href], .btn-soft-info[href]:disabled, .btn-soft-info.disabled[type], .btn-soft-info[type]:disabled {
  color: #00dffc;
  background-color: rgba(0, 223, 252, 0.1);
  box-shadow: none;
}

/* line 4462, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-info[href]:not(:disabled):not(.disabled):active, .btn-soft-info.active[href]:not(:disabled):not(.disabled),
.show > .btn-soft-info.dropdown-toggle[href], .btn-soft-info[type]:not(:disabled):not(.disabled):active, .btn-soft-info.active[type]:not(:disabled):not(.disabled),
.show > .btn-soft-info.dropdown-toggle[type] {
  color: #1e2022;
  background-color: #00dffc;
}

/* line 4469, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn.btn-soft-info {
  color: #00dffc;
}

/* warning air */
/* line 4474, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-warning {
  color: #ffc107;
  background: rgba(255, 193, 7, 0.1);
  border-color: transparent;
}

/* line 4480, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-warning[href]:hover, .btn-soft-warning[href]:focus, .btn-soft-warning[href]:active, .btn-soft-warning.active[href], .btn-soft-warning[type]:hover, .btn-soft-warning[type]:focus, .btn-soft-warning[type]:active, .btn-soft-warning.active[type] {
  color: #1e2022;
  background: #ffc107;
  box-shadow: 0 4px 11px rgba(255, 193, 7, 0.35);
}

/* line 4486, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-warning.disabled[href], .btn-soft-warning[href]:disabled, .btn-soft-warning.disabled[type], .btn-soft-warning[type]:disabled {
  color: #ffc107;
  background-color: rgba(255, 193, 7, 0.1);
  box-shadow: none;
}

/* line 4492, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-warning[href]:not(:disabled):not(.disabled):active, .btn-soft-warning.active[href]:not(:disabled):not(.disabled),
.show > .btn-soft-warning.dropdown-toggle[href], .btn-soft-warning[type]:not(:disabled):not(.disabled):active, .btn-soft-warning.active[type]:not(:disabled):not(.disabled),
.show > .btn-soft-warning.dropdown-toggle[type] {
  color: #1e2022;
  background-color: #ffc107;
}

/* line 4499, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn.btn-soft-warning {
  color: #ffc107;
}

/* danger air */
/* line 4504, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-danger {
  color: #de4437;
  background: rgba(222, 68, 55, 0.1);
  border-color: transparent;
}

/* line 4510, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-danger[href]:hover, .btn-soft-danger[href]:focus, .btn-soft-danger[href]:active, .btn-soft-danger.active[href], .btn-soft-danger[type]:hover, .btn-soft-danger[type]:focus, .btn-soft-danger[type]:active, .btn-soft-danger.active[type] {
  color: #fff;
  background: #de4437;
  box-shadow: 0 4px 11px rgba(222, 68, 55, 0.35);
}

/* line 4516, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-danger.disabled[href], .btn-soft-danger[href]:disabled, .btn-soft-danger.disabled[type], .btn-soft-danger[type]:disabled {
  color: #de4437;
  background-color: rgba(222, 68, 55, 0.1);
  box-shadow: none;
}

/* line 4522, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-danger[href]:not(:disabled):not(.disabled):active, .btn-soft-danger.active[href]:not(:disabled):not(.disabled),
.show > .btn-soft-danger.dropdown-toggle[href], .btn-soft-danger[type]:not(:disabled):not(.disabled):active, .btn-soft-danger.active[type]:not(:disabled):not(.disabled),
.show > .btn-soft-danger.dropdown-toggle[type] {
  color: #fff;
  background-color: #de4437;
}

/* line 4529, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn.btn-soft-danger {
  color: #de4437;
}

/* light air */
/* line 4534, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-light {
  color: #f8f9fa;
  background: rgba(248, 249, 250, 0.1);
  border-color: transparent;
}

/* line 4540, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-light[href]:hover, .btn-soft-light[href]:focus, .btn-soft-light[href]:active, .btn-soft-light.active[href], .btn-soft-light[type]:hover, .btn-soft-light[type]:focus, .btn-soft-light[type]:active, .btn-soft-light.active[type] {
  color: #1e2022;
  background: #f8f9fa;
  box-shadow: 0 4px 11px rgba(248, 249, 250, 0.35);
}

/* line 4546, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-light.disabled[href], .btn-soft-light[href]:disabled, .btn-soft-light.disabled[type], .btn-soft-light[type]:disabled {
  color: #f8f9fa;
  background-color: rgba(248, 249, 250, 0.1);
  box-shadow: none;
}

/* line 4552, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-light[href]:not(:disabled):not(.disabled):active, .btn-soft-light.active[href]:not(:disabled):not(.disabled),
.show > .btn-soft-light.dropdown-toggle[href], .btn-soft-light[type]:not(:disabled):not(.disabled):active, .btn-soft-light.active[type]:not(:disabled):not(.disabled),
.show > .btn-soft-light.dropdown-toggle[type] {
  color: #1e2022;
  background-color: #f8f9fa;
}

/* line 4559, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn.btn-soft-light {
  color: #f8f9fa;
}

/* dark air */
/* line 4564, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-dark {
  color: #1e2022;
  background: rgba(30, 32, 34, 0.1);
  border-color: transparent;
}

/* line 4570, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-dark[href]:hover, .btn-soft-dark[href]:focus, .btn-soft-dark[href]:active, .btn-soft-dark.active[href], .btn-soft-dark[type]:hover, .btn-soft-dark[type]:focus, .btn-soft-dark[type]:active, .btn-soft-dark.active[type] {
  color: #fff;
  background: #1e2022;
  box-shadow: 0 4px 11px rgba(30, 32, 34, 0.35);
}

/* line 4576, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-dark.disabled[href], .btn-soft-dark[href]:disabled, .btn-soft-dark.disabled[type], .btn-soft-dark[type]:disabled {
  color: #1e2022;
  background-color: rgba(30, 32, 34, 0.1);
  box-shadow: none;
}

/* line 4582, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-dark[href]:not(:disabled):not(.disabled):active, .btn-soft-dark.active[href]:not(:disabled):not(.disabled),
.show > .btn-soft-dark.dropdown-toggle[href], .btn-soft-dark[type]:not(:disabled):not(.disabled):active, .btn-soft-dark.active[type]:not(:disabled):not(.disabled),
.show > .btn-soft-dark.dropdown-toggle[type] {
  color: #fff;
  background-color: #1e2022;
}

/* line 4589, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn.btn-soft-dark {
  color: #1e2022;
}

/* white air */
/* line 4594, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-white {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}

/* line 4600, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-white[href]:hover, .btn-soft-white[href]:focus, .btn-soft-white[href]:active, .btn-soft-white.active[href], .btn-soft-white[type]:hover, .btn-soft-white[type]:focus, .btn-soft-white[type]:active, .btn-soft-white.active[type] {
  color: #1e2022;
  background: #fff;
  box-shadow: 0 4px 11px rgba(255, 255, 255, 0.35);
}

/* line 4606, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-white.disabled[href], .btn-soft-white[href]:disabled, .btn-soft-white.disabled[type], .btn-soft-white[type]:disabled {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

/* line 4612, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-white[href]:not(:disabled):not(.disabled):active, .btn-soft-white.active[href]:not(:disabled):not(.disabled),
.show > .btn-soft-white.dropdown-toggle[href], .btn-soft-white[type]:not(:disabled):not(.disabled):active, .btn-soft-white.active[type]:not(:disabled):not(.disabled),
.show > .btn-soft-white.dropdown-toggle[type] {
  color: #1e2022;
  background-color: #fff;
}

/* line 4619, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn.btn-soft-white {
  color: #fff;
}

/* indigo air */
/* line 4624, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-indigo {
  color: #2d1582;
  background: rgba(45, 21, 130, 0.1);
  border-color: transparent;
}

/* line 4630, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-indigo[href]:hover, .btn-soft-indigo[href]:focus, .btn-soft-indigo[href]:active, .btn-soft-indigo.active[href], .btn-soft-indigo[type]:hover, .btn-soft-indigo[type]:focus, .btn-soft-indigo[type]:active, .btn-soft-indigo.active[type] {
  color: #fff;
  background: #2d1582;
  box-shadow: 0 4px 11px rgba(45, 21, 130, 0.35);
}

/* line 4636, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-indigo.disabled[href], .btn-soft-indigo[href]:disabled, .btn-soft-indigo.disabled[type], .btn-soft-indigo[type]:disabled {
  color: #2d1582;
  background-color: rgba(45, 21, 130, 0.1);
  box-shadow: none;
}

/* line 4642, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-indigo[href]:not(:disabled):not(.disabled):active, .btn-soft-indigo.active[href]:not(:disabled):not(.disabled),
.show > .btn-soft-indigo.dropdown-toggle[href], .btn-soft-indigo[type]:not(:disabled):not(.disabled):active, .btn-soft-indigo.active[type]:not(:disabled):not(.disabled),
.show > .btn-soft-indigo.dropdown-toggle[type] {
  color: #fff;
  background-color: #2d1582;
}

/* line 4649, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn.btn-soft-indigo {
  color: #2d1582;
}

/* facebook air */
/* line 4654, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-facebook {
  color: #3b5998;
  background: rgba(59, 89, 152, 0.1);
  border-color: transparent;
}

/* line 4660, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-facebook[href]:hover, .btn-soft-facebook[href]:focus, .btn-soft-facebook[href]:active, .btn-soft-facebook.active[href], .btn-soft-facebook[type]:hover, .btn-soft-facebook[type]:focus, .btn-soft-facebook[type]:active, .btn-soft-facebook.active[type] {
  color: #fff;
  background: #3b5998;
  box-shadow: 0 4px 11px rgba(59, 89, 152, 0.35);
}

/* line 4666, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-facebook.disabled[href], .btn-soft-facebook[href]:disabled, .btn-soft-facebook.disabled[type], .btn-soft-facebook[type]:disabled {
  color: #3b5998;
  background-color: rgba(59, 89, 152, 0.1);
  box-shadow: none;
}

/* line 4672, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-facebook[href]:not(:disabled):not(.disabled):active, .btn-soft-facebook.active[href]:not(:disabled):not(.disabled),
.show > .btn-soft-facebook.dropdown-toggle[href], .btn-soft-facebook[type]:not(:disabled):not(.disabled):active, .btn-soft-facebook.active[type]:not(:disabled):not(.disabled),
.show > .btn-soft-facebook.dropdown-toggle[type] {
  color: #fff;
  background-color: #3b5998;
}

/* line 4679, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn.btn-soft-facebook {
  color: #3b5998;
}

/* google air */
/* line 4684, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-google {
  color: #d14130;
  background: rgba(209, 65, 48, 0.1);
  border-color: transparent;
}

/* line 4690, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-google[href]:hover, .btn-soft-google[href]:focus, .btn-soft-google[href]:active, .btn-soft-google.active[href], .btn-soft-google[type]:hover, .btn-soft-google[type]:focus, .btn-soft-google[type]:active, .btn-soft-google.active[type] {
  color: #fff;
  background: #d14130;
  box-shadow: 0 4px 11px rgba(209, 65, 48, 0.35);
}

/* line 4696, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-google.disabled[href], .btn-soft-google[href]:disabled, .btn-soft-google.disabled[type], .btn-soft-google[type]:disabled {
  color: #d14130;
  background-color: rgba(209, 65, 48, 0.1);
  box-shadow: none;
}

/* line 4702, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-google[href]:not(:disabled):not(.disabled):active, .btn-soft-google.active[href]:not(:disabled):not(.disabled),
.show > .btn-soft-google.dropdown-toggle[href], .btn-soft-google[type]:not(:disabled):not(.disabled):active, .btn-soft-google.active[type]:not(:disabled):not(.disabled),
.show > .btn-soft-google.dropdown-toggle[type] {
  color: #fff;
  background-color: #d14130;
}

/* line 4709, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn.btn-soft-google {
  color: #d14130;
}

/* twitter air */
/* line 4714, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-twitter {
  color: #1da1f2;
  background: rgba(29, 161, 242, 0.1);
  border-color: transparent;
}

/* line 4720, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-twitter[href]:hover, .btn-soft-twitter[href]:focus, .btn-soft-twitter[href]:active, .btn-soft-twitter.active[href], .btn-soft-twitter[type]:hover, .btn-soft-twitter[type]:focus, .btn-soft-twitter[type]:active, .btn-soft-twitter.active[type] {
  color: #fff;
  background: #1da1f2;
  box-shadow: 0 4px 11px rgba(29, 161, 242, 0.35);
}

/* line 4726, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-twitter.disabled[href], .btn-soft-twitter[href]:disabled, .btn-soft-twitter.disabled[type], .btn-soft-twitter[type]:disabled {
  color: #1da1f2;
  background-color: rgba(29, 161, 242, 0.1);
  box-shadow: none;
}

/* line 4732, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-twitter[href]:not(:disabled):not(.disabled):active, .btn-soft-twitter.active[href]:not(:disabled):not(.disabled),
.show > .btn-soft-twitter.dropdown-toggle[href], .btn-soft-twitter[type]:not(:disabled):not(.disabled):active, .btn-soft-twitter.active[type]:not(:disabled):not(.disabled),
.show > .btn-soft-twitter.dropdown-toggle[type] {
  color: #fff;
  background-color: #1da1f2;
}

/* line 4739, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn.btn-soft-twitter {
  color: #1da1f2;
}

/* instagram air */
/* line 4744, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-instagram {
  color: #3f729b;
  background: rgba(63, 114, 155, 0.1);
  border-color: transparent;
}

/* line 4750, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-instagram[href]:hover, .btn-soft-instagram[href]:focus, .btn-soft-instagram[href]:active, .btn-soft-instagram.active[href], .btn-soft-instagram[type]:hover, .btn-soft-instagram[type]:focus, .btn-soft-instagram[type]:active, .btn-soft-instagram.active[type] {
  color: #fff;
  background: #3f729b;
  box-shadow: 0 4px 11px rgba(63, 114, 155, 0.35);
}

/* line 4756, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-instagram.disabled[href], .btn-soft-instagram[href]:disabled, .btn-soft-instagram.disabled[type], .btn-soft-instagram[type]:disabled {
  color: #3f729b;
  background-color: rgba(63, 114, 155, 0.1);
  box-shadow: none;
}

/* line 4762, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-instagram[href]:not(:disabled):not(.disabled):active, .btn-soft-instagram.active[href]:not(:disabled):not(.disabled),
.show > .btn-soft-instagram.dropdown-toggle[href], .btn-soft-instagram[type]:not(:disabled):not(.disabled):active, .btn-soft-instagram.active[type]:not(:disabled):not(.disabled),
.show > .btn-soft-instagram.dropdown-toggle[type] {
  color: #fff;
  background-color: #3f729b;
}

/* line 4769, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn.btn-soft-instagram {
  color: #3f729b;
}

/* github air */
/* line 4774, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-github {
  color: #24292e;
  background: rgba(36, 41, 46, 0.1);
  border-color: transparent;
}

/* line 4780, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-github[href]:hover, .btn-soft-github[href]:focus, .btn-soft-github[href]:active, .btn-soft-github.active[href], .btn-soft-github[type]:hover, .btn-soft-github[type]:focus, .btn-soft-github[type]:active, .btn-soft-github.active[type] {
  color: #fff;
  background: #24292e;
  box-shadow: 0 4px 11px rgba(36, 41, 46, 0.35);
}

/* line 4786, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-github.disabled[href], .btn-soft-github[href]:disabled, .btn-soft-github.disabled[type], .btn-soft-github[type]:disabled {
  color: #24292e;
  background-color: rgba(36, 41, 46, 0.1);
  box-shadow: none;
}

/* line 4792, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-github[href]:not(:disabled):not(.disabled):active, .btn-soft-github.active[href]:not(:disabled):not(.disabled),
.show > .btn-soft-github.dropdown-toggle[href], .btn-soft-github[type]:not(:disabled):not(.disabled):active, .btn-soft-github.active[type]:not(:disabled):not(.disabled),
.show > .btn-soft-github.dropdown-toggle[type] {
  color: #fff;
  background-color: #24292e;
}

/* line 4799, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn.btn-soft-github {
  color: #24292e;
}

/* gray air */
/* line 4804, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-gray {
  color: #f8fafd;
  background: rgba(248, 250, 253, 0.1);
  border-color: transparent;
}

/* line 4810, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-gray[href]:hover, .btn-soft-gray[href]:focus, .btn-soft-gray[href]:active, .btn-soft-gray.active[href], .btn-soft-gray[type]:hover, .btn-soft-gray[type]:focus, .btn-soft-gray[type]:active, .btn-soft-gray.active[type] {
  color: #1e2022;
  background: #f8fafd;
  box-shadow: 0 4px 11px rgba(248, 250, 253, 0.35);
}

/* line 4816, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-gray.disabled[href], .btn-soft-gray[href]:disabled, .btn-soft-gray.disabled[type], .btn-soft-gray[type]:disabled {
  color: #f8fafd;
  background-color: rgba(248, 250, 253, 0.1);
  box-shadow: none;
}

/* line 4822, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-soft-gray[href]:not(:disabled):not(.disabled):active, .btn-soft-gray.active[href]:not(:disabled):not(.disabled),
.show > .btn-soft-gray.dropdown-toggle[href], .btn-soft-gray[type]:not(:disabled):not(.disabled):active, .btn-soft-gray.active[type]:not(:disabled):not(.disabled),
.show > .btn-soft-gray.dropdown-toggle[type] {
  color: #1e2022;
  background-color: #f8fafd;
}

/* line 4829, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn.btn-soft-gray {
  color: #f8fafd;
}

/*------------------------------------
  Button Sizes
------------------------------------*/
/* Wide */
/* line 4837, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-wide {
  min-width: 9.6875rem;
}

/* line 4841, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-sm-wide {
  min-width: 8.4375rem;
}

/* Extra Small */
/* line 4846, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-xs {
  font-size: 0.6875rem;
  font-weight: 400;
  padding: 0.4375rem 0.9375rem;
}

/* Icons */
/* line 4853, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-icon.btn-xs {
  font-size: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
}

/* line 4859, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  font-size: 0.8175rem;
  width: 2rem;
  height: 2rem;
}

/* line 4865, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
  font-size: 1.75rem;
  width: 5rem;
  height: 5rem;
}

/*------------------------------------
  Text Buttons Styles
------------------------------------*/
/* primary text button */
/* line 4875, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-text-primary {
  color: #377dff;
  background: transparent;
}

/* line 4880, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-text-primary[href]:hover, .btn-text-primary[href]:focus, .btn-text-primary[href]:active, .btn-text-primary[type]:hover, .btn-text-primary[type]:focus, .btn-text-primary[type]:active {
  color: #1e2022;
}

/* secondary text button */
/* line 4885, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-text-secondary {
  color: #77838f;
  background: transparent;
}

/* line 4890, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-text-secondary[href]:hover, .btn-text-secondary[href]:focus, .btn-text-secondary[href]:active, .btn-text-secondary[type]:hover, .btn-text-secondary[type]:focus, .btn-text-secondary[type]:active {
  color: #1e2022;
}

/* success text button */
/* line 4895, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-text-success {
  color: #00c9a7;
  background: transparent;
}

/* line 4900, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-text-success[href]:hover, .btn-text-success[href]:focus, .btn-text-success[href]:active, .btn-text-success[type]:hover, .btn-text-success[type]:focus, .btn-text-success[type]:active {
  color: #1e2022;
}

/* info text button */
/* line 4905, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-text-info {
  color: #00dffc;
  background: transparent;
}

/* line 4910, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-text-info[href]:hover, .btn-text-info[href]:focus, .btn-text-info[href]:active, .btn-text-info[type]:hover, .btn-text-info[type]:focus, .btn-text-info[type]:active {
  color: #1e2022;
}

/* warning text button */
/* line 4915, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-text-warning {
  color: #ffc107;
  background: transparent;
}

/* line 4920, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-text-warning[href]:hover, .btn-text-warning[href]:focus, .btn-text-warning[href]:active, .btn-text-warning[type]:hover, .btn-text-warning[type]:focus, .btn-text-warning[type]:active {
  color: #1e2022;
}

/* danger text button */
/* line 4925, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-text-danger {
  color: #de4437;
  background: transparent;
}

/* line 4930, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-text-danger[href]:hover, .btn-text-danger[href]:focus, .btn-text-danger[href]:active, .btn-text-danger[type]:hover, .btn-text-danger[type]:focus, .btn-text-danger[type]:active {
  color: #1e2022;
}

/* light text button */
/* line 4935, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-text-light {
  color: #f8f9fa;
  background: transparent;
}

/* line 4940, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-text-light[href]:hover, .btn-text-light[href]:focus, .btn-text-light[href]:active, .btn-text-light[type]:hover, .btn-text-light[type]:focus, .btn-text-light[type]:active {
  color: #bdc5d1;
}

/* dark text button */
/* line 4945, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-text-dark {
  color: #1e2022;
  background: transparent;
}

/* line 4950, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-text-dark[href]:hover, .btn-text-dark[href]:focus, .btn-text-dark[href]:active, .btn-text-dark[type]:hover, .btn-text-dark[type]:focus, .btn-text-dark[type]:active {
  color: #1e2022;
}

/* white text button */
/* line 4955, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-text-white {
  color: #fff;
  background: transparent;
}

/* line 4960, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-text-white[href]:hover, .btn-text-white[href]:focus, .btn-text-white[href]:active, .btn-text-white[type]:hover, .btn-text-white[type]:focus, .btn-text-white[type]:active {
  color: #1e2022;
}

/* indigo text button */
/* line 4965, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-text-indigo {
  color: #2d1582;
  background: transparent;
}

/* line 4970, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-text-indigo[href]:hover, .btn-text-indigo[href]:focus, .btn-text-indigo[href]:active, .btn-text-indigo[type]:hover, .btn-text-indigo[type]:focus, .btn-text-indigo[type]:active {
  color: #1e2022;
}

/*------------------------------------
  Buttons
------------------------------------*/
/* line 4977, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn[href] {
  cursor: pointer;
}

/* line 4981, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn:not([href]):not([type]):not(:disabled):not(.disabled) {
  cursor: default;
}

/* line 4985, app/assets/stylesheets/css/mobile_menu_css.scss */
a[href] .btn:not([href]):not([type]):not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 4989, app/assets/stylesheets/css/mobile_menu_css.scss */
label.btn {
  cursor: pointer !important;
}

/* Pill */
/* line 4994, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-pill {
  border-radius: 6.1875rem;
}

/* Icon */
/* line 4999, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-icon {
  position: relative;
  line-height: 0;
  font-size: 1rem;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
}

/* line 5008, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-icon__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 5016, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-icon__inner-bottom-minus {
  top: 80%;
}

/* Background Transparent */
/* line 5021, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn-bg-transparent[class*="btn-soft-"] {
  background-color: transparent;
}

/* Toggle */
/* line 5026, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn__toggle-default {
  display: inline-block;
}

/* line 5030, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn__toggle-toggled {
  display: none;
}

/* line 5034, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn.toggled .btn__toggle-default {
  display: none;
}

/* line 5038, app/assets/stylesheets/css/mobile_menu_css.scss */
.btn.toggled .btn__toggle-toggled {
  display: inline-block;
}

/*------------------------------------
  Brand
------------------------------------*/
/* line 5045, app/assets/stylesheets/css/mobile_menu_css.scss */
.brand {
  font-size: 2rem;
  font-weight: 700;
  margin-left: .5rem;
}

/* line 5051, app/assets/stylesheets/css/mobile_menu_css.scss */
.brand-primary, .brand-primary:focus, .brand-primary:hover {
  color: #377dff;
}

/* line 5055, app/assets/stylesheets/css/mobile_menu_css.scss */
.brand-light, .brand-light:focus, .brand-light:hover {
  color: #fff;
}

/* line 5059, app/assets/stylesheets/css/mobile_menu_css.scss */
.brand-dark, .brand-dark:focus, .brand-dark:hover {
  color: #1e2022;
}

/*------------------------------------
  Breadcrumb
------------------------------------*/
/* line 5066, app/assets/stylesheets/css/mobile_menu_css.scss */
.breadcrumb-white {
  background-color: transparent;
}

/* line 5070, app/assets/stylesheets/css/mobile_menu_css.scss */
.breadcrumb-white .breadcrumb-item {
  color: #fff;
}

/* line 5074, app/assets/stylesheets/css/mobile_menu_css.scss */
.breadcrumb-white .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5078, app/assets/stylesheets/css/mobile_menu_css.scss */
.breadcrumb-white .breadcrumb-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5082, app/assets/stylesheets/css/mobile_menu_css.scss */
.breadcrumb-no-gutter {
  padding: 0;
}

/*------------------------------------
  Card
------------------------------------*/
/* line 5089, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-2-count {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

/* line 5095, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-3-count {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

/* line 5101, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-4-count {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

/* line 5107, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-1-gap {
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

/* line 5113, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-2-gap {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

/* line 5119, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-3-gap {
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

/* line 5125, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-4-gap {
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

/* line 5131, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-5-gap {
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}

/* line 5137, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-columns {
  orphans: 1;
  widows: 1;
}

/* line 5142, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-columns .card {
  display: inline-block;
  width: 100%;
}

@media (min-width: 576px) {
  /* line 5148, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-sm-2-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  /* line 5153, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-sm-3-count {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  /* line 5158, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-sm-4-count {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  /* line 5163, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-sm-1-gap {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  /* line 5168, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-sm-2-gap {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  /* line 5173, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-sm-3-gap {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  /* line 5178, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-sm-4-gap {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  /* line 5183, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-sm-5-gap {
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
  /* line 5188, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-sm-columns {
    orphans: 1;
    widows: 1;
  }
  /* line 5192, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-sm-columns .card {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 5199, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-md-2-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  /* line 5204, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-md-3-count {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  /* line 5209, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-md-4-count {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  /* line 5214, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-md-1-gap {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  /* line 5219, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-md-2-gap {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  /* line 5224, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-md-3-gap {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  /* line 5229, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-md-4-gap {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  /* line 5234, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-md-5-gap {
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
  /* line 5239, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-md-columns {
    orphans: 1;
    widows: 1;
  }
  /* line 5243, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-md-columns .card {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 5250, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-lg-2-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  /* line 5255, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-lg-3-count {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  /* line 5260, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-lg-4-count {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  /* line 5265, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-lg-1-gap {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  /* line 5270, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-lg-2-gap {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  /* line 5275, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-lg-3-gap {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  /* line 5280, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-lg-4-gap {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  /* line 5285, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-lg-5-gap {
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
  /* line 5290, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-lg-columns {
    orphans: 1;
    widows: 1;
  }
  /* line 5294, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-lg-columns .card {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 5301, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-xl-2-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  /* line 5306, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-xl-3-count {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  /* line 5311, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-xl-4-count {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  /* line 5316, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-xl-1-gap {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  /* line 5321, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-xl-2-gap {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  /* line 5326, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-xl-3-gap {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  /* line 5331, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-xl-4-gap {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  /* line 5336, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-xl-5-gap {
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
  /* line 5341, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-xl-columns {
    orphans: 1;
    widows: 1;
  }
  /* line 5345, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-xl-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* Background Color */
/* line 5352, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-bg-light {
  background-color: #f8fafd;
}

/* line 5356, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-bg-light:hover {
  background-color: #f4f7fc;
}

/* Frame */
/* line 5361, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-frame {
  border: 1px solid #e7eaf3;
  transition: 0.3s;
}

/* line 5366, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-frame-highlighted, .card-frame:hover {
  border-color: rgba(55, 125, 255, 0.3);
  box-shadow: 0 0 35px rgba(55, 125, 255, 0.125);
}

/* line 5371, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-text-dark {
  color: #1e2022;
}

/* line 5375, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-text-dark:hover {
  color: #377dff;
}

/* Collapse */
/* line 5380, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-collapse {
  padding: 0;
  transition: 0.3s ease-in-out;
}

/* line 5385, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-collapse:hover {
  background-color: #f8fafd;
}

/* line 5389, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-collapse .card-body {
  color: #77838f;
}

/* line 5393, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-btn {
  color: #1e2022;
  text-align: left;
  white-space: inherit;
}

/* line 5399, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-btn-arrow {
  display: inline-block;
  color: #377dff;
  margin-left: 1rem;
  transition: 0.3s ease-in-out;
}

/* line 5406, app/assets/stylesheets/css/mobile_menu_css.scss */
.collapsed .card-btn-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* IE image rendering fix */
/* line 5412, app/assets/stylesheets/css/mobile_menu_css.scss */
.card-img-top,
.card-img-bottom {
  min-height: 1px;
}

/*------------------------------------
  Card Gutters
------------------------------------*/
@media (min-width: 576px) {
  /* line 5421, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-sm-gutters-1 {
    margin-right: -.25rem;
    margin-left: -.25rem;
  }
  /* line 5425, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-sm-gutters-1 .card {
    margin-right: .25rem;
    margin-left: .25rem;
  }
  /* line 5429, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-sm-gutters-2 {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }
  /* line 5433, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-sm-gutters-2 .card {
    margin-right: .5rem;
    margin-left: .5rem;
  }
  /* line 5437, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-sm-gutters-3 {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
  /* line 5441, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-sm-gutters-3 .card {
    margin-right: .9375rem;
    margin-left: .9375rem;
  }
}

@media (min-width: 768px) {
  /* line 5448, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-md-gutters-1 {
    margin-right: -.25rem;
    margin-left: -.25rem;
  }
  /* line 5452, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-md-gutters-1 .card {
    margin-right: .25rem;
    margin-left: .25rem;
  }
  /* line 5456, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-md-gutters-2 {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }
  /* line 5460, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-md-gutters-2 .card {
    margin-right: .5rem;
    margin-left: .5rem;
  }
  /* line 5464, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-md-gutters-3 {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
  /* line 5468, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-md-gutters-3 .card {
    margin-right: .9375rem;
    margin-left: .9375rem;
  }
}

@media (min-width: 992px) {
  /* line 5475, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-lg-gutters-1 {
    margin-right: -.25rem;
    margin-left: -.25rem;
  }
  /* line 5479, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-lg-gutters-1 .card {
    margin-right: .25rem;
    margin-left: .25rem;
  }
  /* line 5483, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-lg-gutters-2 {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }
  /* line 5487, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-lg-gutters-2 .card {
    margin-right: .5rem;
    margin-left: .5rem;
  }
  /* line 5491, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-lg-gutters-3 {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
  /* line 5495, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-lg-gutters-3 .card {
    margin-right: .9375rem;
    margin-left: .9375rem;
  }
}

/*------------------------------------
  Card Group - Break
------------------------------------*/
@media (max-width: 767.98px) {
  /* line 5505, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-sm-break {
    display: block;
  }
  /* line 5508, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-sm-break > .card:not(:last-child) {
    margin-bottom: -1px;
  }
  /* line 5511, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-sm-break > .card + .card {
    border-left: 1px solid #e7eaf3;
  }
  /* line 5514, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-sm-break > .card:first-child {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 5520, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-sm-break > .card:first-child .card-img-top,
.card-group-sm-break > .card:first-child .card-header {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
  }
  /* line 5525, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-sm-break > .card:first-child .card-img-bottom,
.card-group-sm-break > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 5530, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-sm-break > .card:last-child {
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 5536, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-sm-break > .card:last-child .card-img-top,
.card-group-sm-break > .card:last-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 5541, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-sm-break > .card:last-child .card-img-bottom,
.card-group-sm-break > .card:last-child .card-footer {
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
  }
}

@media (max-width: 991.98px) {
  /* line 5549, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-md-break {
    display: block;
  }
  /* line 5552, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-md-break > .card:not(:last-child) {
    margin-bottom: -1px;
  }
  /* line 5555, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-md-break > .card + .card {
    border-left: 1px solid #e7eaf3;
  }
  /* line 5558, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-md-break > .card:first-child {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 5564, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-md-break > .card:first-child .card-img-top,
.card-group-md-break > .card:first-child .card-header {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
  }
  /* line 5569, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-md-break > .card:first-child .card-img-bottom,
.card-group-md-break > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 5574, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-md-break > .card:last-child {
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 5580, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-md-break > .card:last-child .card-img-top,
.card-group-md-break > .card:last-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 5585, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-md-break > .card:last-child .card-img-bottom,
.card-group-md-break > .card:last-child .card-footer {
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
  }
}

@media (max-width: 1199.98px) {
  /* line 5593, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-lg-break {
    display: block;
  }
  /* line 5596, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-lg-break > .card:not(:last-child) {
    margin-bottom: -1px;
  }
  /* line 5599, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-lg-break > .card + .card {
    border-left: 1px solid #e7eaf3;
  }
  /* line 5602, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-lg-break > .card:first-child {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 5608, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-lg-break > .card:first-child .card-img-top,
.card-group-lg-break > .card:first-child .card-header {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
  }
  /* line 5613, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-lg-break > .card:first-child .card-img-bottom,
.card-group-lg-break > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 5618, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-lg-break > .card:last-child {
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 5624, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-lg-break > .card:last-child .card-img-top,
.card-group-lg-break > .card:last-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 5629, app/assets/stylesheets/css/mobile_menu_css.scss */
  .card-group-lg-break > .card:last-child .card-img-bottom,
.card-group-lg-break > .card:last-child .card-footer {
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
  }
}

/*------------------------------------
  Sidebar Navigation
------------------------------------*/
/* Disable content revealing on page load */
/* line 5640, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar[aria-labelledby] {
  opacity: 0;
}

/* line 5644, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar[aria-labelledby][role="tabpanel"] {
  opacity: 1;
}

/* line 5648, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar.u-unfold--css-animation[aria-labelledby], .u-sidebar.u-unfold--jquery-slide[aria-labelledby] {
  opacity: 1;
}

/* line 5652, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar.u-unfold--css-animation.u-unfold--hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/* line 5658, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1002;
  width: 23.4375rem;
  height: 100%;
  background-color: #fff;
  box-shadow: -13px 0 20px rgba(119, 131, 143, 0.08);
}

/* line 5669, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar__body, .u-sidebar__content {
  height: 100%;
}

/* line 5673, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar--left {
  right: auto;
  left: 0;
  box-shadow: 13px 0 20px rgba(119, 131, 143, 0.08);
}

/* line 5679, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar__scroller {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

/* line 5685, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar__container {
  position: relative;
  height: 100%;
  min-height: 100%;
}

/* line 5691, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar__footer {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

/*------------------------------------
  Sidebar Account
------------------------------------*/
/* line 5702, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar--account__footer-offset {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 10.3125rem;
}

/* line 5708, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar__content--account {
  padding: 1.5rem 3rem;
}

/* Holder */
/* line 5713, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar--account__holder {
  background-color: #f8fafd;
  padding: 1.5rem 3rem;
}

/* line 5718, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar--account__holder-img {
  width: 3rem;
  border-radius: 0.3125rem;
}

/* line 5723, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar--account__holder-text {
  display: block;
  font-size: .75rem;
  color: #8c98a4;
}

/* Toggle */
/* line 5730, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar--account__toggle-bg {
  position: relative;
  top: 1px;
  padding: .25rem .25rem .25rem .75rem;
  background-color: rgba(55, 125, 255, 0.1);
  border-radius: 6.1875rem;
}

@media (max-width: 767.98px) {
  /* line 5739, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-sidebar--account__toggle-bg {
    padding-left: .25rem;
  }
}

/* line 5744, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar--account__toggle-bg:hover .u-sidebar--account__toggle-text {
  color: #377dff;
}

/* line 5748, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar--account__toggle-text {
  color: #1e2022;
  font-size: .75rem;
  vertical-align: middle;
  margin-right: .3125rem;
}

@media (max-width: 767.98px) {
  /* line 5756, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-sidebar--account__toggle-text {
    display: none;
  }
}

/* line 5761, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar--account__toggle-img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}

/* List */
/* line 5768, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar--account__list {
  margin-bottom: 0;
}

/* line 5772, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar--account__list-item {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

/* line 5777, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar--account__list-link {
  display: block;
  font-size: .875rem;
  color: #97a4af;
  border-radius: 0.3125rem;
  padding: .625rem;
  transition: 0.2s ease-in-out;
}

/* line 5786, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar--account__list-link.active, .u-sidebar--account__list-link:hover {
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
}

/* line 5791, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar--account__list-link.active .u-sidebar--account__list-icon, .u-sidebar--account__list-link:hover .u-sidebar--account__list-icon {
  color: #377dff;
}

/* line 5795, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar--account__list-icon {
  display: inline-block;
  text-align: center;
  width: 1.125rem;
  font-size: .8125rem;
  color: #8c98a4;
  transition: 0.2s ease-in-out;
}

/* line 5804, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar--account__list-divider {
  border-top: 1px solid #e4ecf7;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Footer Links */
/* line 5813, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar__footer--account {
  padding: 0 3rem 1.5rem;
}

/* line 5817, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar__footer--account__text {
  position: relative;
  z-index: 1;
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.7);
}

/* line 5824, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar__footer--account__text:hover {
  color: #fff;
}

/*------------------------------------
  Sidebar Shopping Cart
------------------------------------*/
/* line 5831, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-sidebar__cart-footer-offset {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 13.4375rem;
}

/*------------------------------------
  Clients
------------------------------------*/
/* line 5840, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-clients {
  width: 100%;
  max-width: 6rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/*------------------------------------
  Close
------------------------------------*/
/* line 5851, app/assets/stylesheets/css/mobile_menu_css.scss */
.close-light {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5855, app/assets/stylesheets/css/mobile_menu_css.scss */
.close-light:not(:disabled):not(.disabled):hover, .close-light:not(:disabled):not(.disabled):focus {
  color: #fff;
}

/*------------------------------------
  Divider
------------------------------------*/
/* line 5862, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-divider {
  position: relative;
  display: inline-block;
  font-size: 1rem;
}

/* line 5868, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-divider::before, .u-divider::after {
  position: absolute;
  top: 50%;
  content: "";
}

/* line 5874, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-divider::before {
  right: 100%;
  background-image: linear-gradient(45deg, transparent 0%, #bdc5d1 100%);
  background-repeat: repeat-x;
}

/* line 5880, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-divider::after {
  left: 100%;
  background-image: linear-gradient(45deg, #bdc5d1 0%, transparent 100%);
  background-repeat: repeat-x;
}

/*------------------------------------
  Divider Sizes
------------------------------------*/
/* line 5889, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-divider::before, .u-divider::after {
  width: 10rem;
  height: 0.0625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 5896, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-divider::before {
  margin-right: .625rem;
}

/* line 5900, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-divider::after {
  margin-left: .625rem;
}

@media (max-width: 767.98px) {
  /* line 5905, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-divider::before, .u-divider::after {
    width: 4rem;
  }
}

/* line 5910, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-divider--xs {
  font-size: 0.75rem;
}

/* line 5914, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-divider--xs::before, .u-divider--xs::after {
  width: 2rem;
  height: 0.0625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*------------------------------------
  Divider Styles
------------------------------------*/
/* Text */
/* line 5925, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-divider--text {
  color: #8c98a4;
}

/*------------------------------------
  Vertical Divider
------------------------------------*/
/* line 5932, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-ver-divider {
  position: relative;
}

/* line 5936, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-ver-divider::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-right: 1px solid #e7eaf3;
  content: "";
}

/* Breakpoint */
@media (max-width: 575.98px) {
  /* line 5947, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-ver-divider--none-sm::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 5953, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-ver-divider--none-md::after {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 5959, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-ver-divider--none-lg::after {
    display: none;
  }
}

/*------------------------------------
  Divider Sizes
------------------------------------*/
/* Extra Small */
/* line 5968, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-ver-divider--xs::after {
  top: 50%;
  height: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Small */
/* line 5976, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-ver-divider--sm::after {
  top: 50%;
  height: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Large */
/* line 5984, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-ver-divider--lg::after {
  top: 50%;
  height: 3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Extra Large */
/* line 5992, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-ver-divider--xl::after {
  top: 50%;
  height: 4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*------------------------------------
  Dropdown
------------------------------------*/
/* Disable content revealing on page load */
/* line 6003, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-unfold[aria-labelledby] {
  opacity: 0;
}

/* line 6007, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-unfold[aria-labelledby][role="tabpanel"] {
  display: block;
  opacity: 1;
}

/* line 6012, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-unfold.u-unfold--css-animation[aria-labelledby], .dropdown-unfold.u-unfold--jquery-slide[aria-labelledby] {
  display: block;
  opacity: 1;
}

/* line 6017, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-unfold.u-unfold--css-animation.u-unfold--hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/* line 6023, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-unfold--css-animation.u-unfold--hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/* line 6029, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-unfold.show {
  display: block;
  opacity: 1;
}

/* Menu */
/* line 6035, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-menu {
  margin-top: .5rem;
  font-size: 0.875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 5px 9px rgba(55, 125, 255, 0.075), 0 5px 9px rgba(119, 131, 143, 0.075);
}

/* Nav Link */
/* line 6044, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-nav-link {
  color: #77838f;
  font-weight: 300;
  font-size: 0.875rem;
}

/* line 6050, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-nav-link:hover {
  color: #1e2022;
}

/* Item */
/* line 6055, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-item {
  font-size: 0.875rem;
}

/* line 6059, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-item:hover {
  color: #377dff;
}

/* line 6063, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-item.active {
  color: #377dff;
}

/* line 6067, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-item-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 0.8125rem;
  min-width: 1rem;
  max-width: 1rem;
  margin-right: .5rem;
}

/* Toggle */
/* line 6078, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 80%;
  font-weight: 900;
  content: "";
  margin-left: .5rem;
}

/* line 6087, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-toggle-collapse::after {
  transition: 0.3s;
}

/* line 6091, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-toggle-collapse[aria-expanded="true"]::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* Dropdown Positions */
/* line 6097, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-menu-top {
  top: 0;
}

/* line 6101, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-menu-bottom {
  top: auto;
  bottom: 0;
}

@media (min-width: 576px) {
  /* line 6107, app/assets/stylesheets/css/mobile_menu_css.scss */
  .dropdown-menu-sm-top {
    top: 0;
  }
  /* line 6110, app/assets/stylesheets/css/mobile_menu_css.scss */
  .dropdown-menu-sm-bottom {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 6117, app/assets/stylesheets/css/mobile_menu_css.scss */
  .dropdown-menu-md-top {
    top: 0;
  }
  /* line 6120, app/assets/stylesheets/css/mobile_menu_css.scss */
  .dropdown-menu-md-bottom {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  /* line 6127, app/assets/stylesheets/css/mobile_menu_css.scss */
  .dropdown-menu-lg-top {
    top: 0;
  }
  /* line 6130, app/assets/stylesheets/css/mobile_menu_css.scss */
  .dropdown-menu-lg-bottom {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  /* line 6137, app/assets/stylesheets/css/mobile_menu_css.scss */
  .dropdown-menu-xl-top {
    top: 0;
  }
  /* line 6140, app/assets/stylesheets/css/mobile_menu_css.scss */
  .dropdown-menu-xl-bottom {
    top: auto;
    bottom: 0;
  }
}

/*------------------------------------
  Dropdown Card
------------------------------------*/
/* line 6149, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-card {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  /* line 6156, app/assets/stylesheets/css/mobile_menu_css.scss */
  .dropdown-card {
    min-width: 25rem;
  }
}

/*------------------------------------
  Dropdown Sizes
------------------------------------*/
@media (min-width: 576px) {
  /* line 6165, app/assets/stylesheets/css/mobile_menu_css.scss */
  .dropdown-menu-size-md {
    width: 440px;
  }
  /* line 6168, app/assets/stylesheets/css/mobile_menu_css.scss */
  .dropdown-menu-size-lg {
    width: 340px;
  }
}

@media (min-width: 768px) {
  /* line 6174, app/assets/stylesheets/css/mobile_menu_css.scss */
  .dropdown-menu-size-lg {
    width: 440px;
  }
}

@media (min-width: 992px) {
  /* line 6180, app/assets/stylesheets/css/mobile_menu_css.scss */
  .dropdown-menu-size-lg {
    width: 740px;
  }
}

/*------------------------------------
  Form
------------------------------------*/
/* line 6188, app/assets/stylesheets/css/mobile_menu_css.scss */
.custom-select:focus,
.form-control:focus {
  box-shadow: 0 0 10px rgba(55, 125, 255, 0.1);
  border-color: rgba(55, 125, 255, 0.5);
}

/* line 6194, app/assets/stylesheets/css/mobile_menu_css.scss */
.form-label {
  display: block;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: 500;
}

/* Form Borderless */
/* line 6202, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group-borderless .form-control,
.input-group-borderless .input-group-text {
  border: none;
}

/* line 6207, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group-borderless .form-control:focus,
.input-group-borderless .input-group-text:focus {
  box-shadow: none;
}

/*------------------------------------
  Form Pill
------------------------------------*/
/* line 6215, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group-pill {
  border-radius: 6.1875rem;
}

/* line 6219, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group-pill > .form-control:first-child {
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
}

/* line 6224, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group-pill > .form-control:last-child {
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem;
}

/* line 6229, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group-pill .input-group-prepend > .input-group-text,
.input-group-pill .input-group-prepend > .btn {
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
}

/* line 6235, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group-pill .input-group-append > .input-group-text,
.input-group-pill .input-group-append > .btn {
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem;
}

/*------------------------------------
  Form Sizes
------------------------------------*/
/* Default Size */
/* line 6245, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group.input-group-pill > .form-control:first-child {
  padding-left: 1.5rem;
}

/* line 6249, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group.input-group-pill .input-group-prepend > .input-group-text,
.input-group.input-group-pill .input-group-prepend > .btn {
  padding-left: 1.25rem;
}

/* line 6254, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group.input-group-pill .input-group-append > .input-group-text,
.input-group.input-group-pill .input-group-append > .btn {
  padding-right: 1.25rem;
}

/* line 6259, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group .input-group-prepend > .input-group-text,
.input-group .input-group-append > .input-group-text {
  font-size: 0.875rem;
}

/* Extra Small Size */
/* line 6265, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group-xs.input-group-pill > .form-control:first-child {
  padding-left: 1.375rem;
}

/* line 6269, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group-xs.input-group-pill .input-group-prepend > .input-group-text,
.input-group-xs.input-group-pill .input-group-prepend > .btn {
  padding-left: 1.25rem;
}

/* line 6274, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group-xs.input-group-pill .input-group-append > .input-group-text,
.input-group-xs.input-group-pill .input-group-append > .btn {
  padding-right: 1.25rem;
}

/* line 6279, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group-xs .input-group-prepend > .input-group-text,
.input-group-xs .input-group-append > .input-group-text {
  font-size: 0.625rem;
}

/* line 6284, app/assets/stylesheets/css/mobile_menu_css.scss */
.form-control-xs {
  height: calc(1.925rem + 1px);
  padding: 0.4375rem 0.9375rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

/* Small Size */
/* line 6292, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group-sm.input-group-pill > .form-control:first-child {
  padding-left: 1rem;
}

/* line 6296, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group-sm.input-group-pill .input-group-prepend > .input-group-text,
.input-group-sm.input-group-pill .input-group-prepend > .btn {
  padding-left: 1rem;
}

/* line 6301, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group-sm.input-group-pill .input-group-append > .input-group-text,
.input-group-sm.input-group-pill .input-group-append > .btn {
  padding-right: 1rem;
}

/* line 6306, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group-sm .input-group-prepend > .input-group-text,
.input-group-sm .input-group-append > .input-group-text {
  font-size: 0.75rem;
}

/* Large Size */
/* line 6312, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group-lg.input-group-pill > .form-control:first-child {
  padding-left: 2rem;
}

/* line 6316, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group-lg.input-group-pill .input-group-prepend > .input-group-text,
.input-group-lg.input-group-pill .input-group-prepend > .btn {
  padding-left: 1.375rem;
}

/* line 6321, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group-lg.input-group-pill .input-group-append > .input-group-text,
.input-group-lg.input-group-pill .input-group-append > .btn {
  padding-right: 1.5rem;
}

/* line 6326, app/assets/stylesheets/css/mobile_menu_css.scss */
.input-group-lg .input-group-prepend > .input-group-text,
.input-group-lg .input-group-append > .input-group-text {
  font-size: 1rem;
}

/*------------------------------------
  Focus States
------------------------------------*/
/* line 6334, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-focus-state .form-label + .form-control,
.u-focus-state .custom-select,
.u-focus-state .input-group,
.u-focus-state .form-control:first-child:last-child {
  box-shadow: 0 0 10px rgba(55, 125, 255, 0.1);
}

/* line 6341, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-focus-state .input-group-text {
  color: #377dff;
}

/* line 6345, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-focus-state:focus,
.u-focus-state *:focus,
.u-focus-state .input-group-text,
.u-focus-state .form-control {
  border-color: rgba(55, 125, 255, 0.5);
}

/* line 6352, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-focus-state .form-control {
  box-shadow: none;
}

/*------------------------------------
  Success State
------------------------------------*/
/* line 6359, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-has-success .form-label + .form-control,
.u-has-success .custom-select,
.u-has-success .input-group,
.u-has-success .form-control:first-child:last-child {
  box-shadow: 0 0 10px rgba(0, 201, 167, 0.1);
}

/* line 6366, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-has-success .input-group-text {
  color: #00c9a7;
}

/* line 6370, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-has-success:focus,
.u-has-success *:focus,
.u-has-success .input-group-text,
.u-has-success .form-control {
  border-color: rgba(0, 201, 167, 0.5);
}

/*------------------------------------
  Error State
------------------------------------*/
/* line 6380, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-has-error .form-label + .form-control,
.u-has-error .custom-select,
.u-has-error .input-group,
.u-has-error .form-control:first-child:last-child {
  box-shadow: 0 0 10px rgba(222, 68, 55, 0.1);
}

/* line 6387, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-has-error .input-group-text {
  color: #de4437;
}

/* line 6391, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-has-error:focus,
.u-has-error *:focus,
.u-has-error .input-group-text,
.u-has-error .form-control {
  border-color: rgba(222, 68, 55, 0.5);
}

/*------------------------------------
  Bookmark Checkbox
------------------------------------*/
/* line 6401, app/assets/stylesheets/css/mobile_menu_css.scss */
.bookmark-checkbox {
  position: relative;
  display: block;
  line-height: 0;
}

/* line 6407, app/assets/stylesheets/css/mobile_menu_css.scss */
.bookmark-checkbox-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 6413, app/assets/stylesheets/css/mobile_menu_css.scss */
.bookmark-checkbox-label {
  position: relative;
  width: 2rem;
  height: 2rem;
  font-size: 0.8175rem;
  color: #77838f;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 0;
  transition: 0.3s;
}

/* line 6425, app/assets/stylesheets/css/mobile_menu_css.scss */
.bookmark-checkbox-label::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  font-family: "Font Awesome 5 Free";
}

/* line 6435, app/assets/stylesheets/css/mobile_menu_css.scss */
.bookmark-checkbox-input:checked ~ .bookmark-checkbox-label {
  color: #fff;
  background-color: #377dff;
  box-shadow: 0 3px 6px 0 rgba(55, 125, 255, 0.25);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*------------------------------------
  Checkbox Outline
------------------------------------*/
/* line 6446, app/assets/stylesheets/css/mobile_menu_css.scss */
.checkbox-outline {
  padding-left: 0;
  margin-right: 0;
}

/* line 6451, app/assets/stylesheets/css/mobile_menu_css.scss */
.checkbox-outline__label {
  border: 1px solid #e7eaf3;
  cursor: pointer;
}

/* line 6456, app/assets/stylesheets/css/mobile_menu_css.scss */
.checkbox-outline__input:checked ~ .checkbox-outline__label {
  border-color: #377dff;
}

/*------------------------------------
  Checkbox Icon
------------------------------------*/
/* line 6463, app/assets/stylesheets/css/mobile_menu_css.scss */
.checkbox-icon__label::after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: none;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  color: #377dff;
  font-size: 1.5rem;
}

/* line 6475, app/assets/stylesheets/css/mobile_menu_css.scss */
.checkbox-icon__input:checked ~ .checkbox-icon__label::after {
  display: block;
  border-color: #377dff;
}

/*------------------------------------
  Checkbox Switch
------------------------------------*/
/* line 6483, app/assets/stylesheets/css/mobile_menu_css.scss */
.custom-switch {
  padding-left: 3.25rem;
}

/* line 6487, app/assets/stylesheets/css/mobile_menu_css.scss */
.custom-switch .custom-control-label::before {
  left: -3.25rem;
  height: 1.5rem;
  border: none;
  background-color: #e7eaf3;
  border-radius: 6.1875rem;
}

/* line 6495, app/assets/stylesheets/css/mobile_menu_css.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.625rem);
  left: calc(-2.875rem);
  background-color: #fff;
}

/* line 6501, app/assets/stylesheets/css/mobile_menu_css.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(1rem);
  transform: translateX(1rem);
}

/*------------------------------------
  Custom Checkbox
------------------------------------*/
/* line 6509, app/assets/stylesheets/css/mobile_menu_css.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: rgba(55, 125, 255, 0);
}

/*------------------------------------
  File Attachment Button
------------------------------------*/
/* line 6516, app/assets/stylesheets/css/mobile_menu_css.scss */
.file-attachment-btn {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

/* line 6522, app/assets/stylesheets/css/mobile_menu_css.scss */
.file-attachment-btn__label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  cursor: inherit;
  opacity: 0;
}

/*------------------------------------
  File Attachment Input
------------------------------------*/
/* line 6536, app/assets/stylesheets/css/mobile_menu_css.scss */
.file-attachment-input {
  position: relative;
  display: block;
  background-color: #f8fafd;
  border: 2px dashed #e7eaf3;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.3125rem;
  padding: 4rem;
  margin-bottom: 0;
}

/* line 6549, app/assets/stylesheets/css/mobile_menu_css.scss */
.file-attachment-input__label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  cursor: inherit;
  opacity: 0;
}

/* line 6560, app/assets/stylesheets/css/mobile_menu_css.scss */
.file-attachment-input:hover {
  background-color: #f5f8fc;
}

/*------------------------------------
  File Attachment Link
------------------------------------*/
/* line 6567, app/assets/stylesheets/css/mobile_menu_css.scss */
.file-attachment-link {
  position: relative;
  top: .4375rem;
  overflow: hidden;
}

/* line 6573, app/assets/stylesheets/css/mobile_menu_css.scss */
.file-attachment-link input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 6583, app/assets/stylesheets/css/mobile_menu_css.scss */
.file-attachment-link__label {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

/* line 6589, app/assets/stylesheets/css/mobile_menu_css.scss */
.file-attachment-link:hover .u-file-attachment-link__label {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

/*------------------------------------
  Google Map Interactive
------------------------------------*/
/* line 6597, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-gmap-interactive {
  height: 15.625rem;
  border: 4px solid #fff;
  border-radius: 0.3125rem;
  box-shadow: 0 0 45px rgba(140, 152, 164, 0.125);
}

/* line 6604, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-gmap-interactive .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:first-child {
  display: none;
}

/* line 6608, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-gmap-interactive .gm-style-iw {
  min-width: 11.0625rem;
  background-color: #fff;
  text-align: center;
  overflow: inherit;
  box-shadow: 0 0 45px rgba(140, 152, 164, 0.4);
  border-radius: 0.3125rem;
  padding-top: 1.5rem;
  padding-bottom: .5rem;
}

/* line 6619, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-gmap-interactive .gm-style-iw::before {
  position: absolute;
  bottom: -.75rem;
  left: 50%;
  width: 1rem;
  height: .875rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.1 14.5'%3E %3Cpath fill='#fff' d='M9.8,13.5L15.9,3c0.8-1.3-0.2-3-1.7-3H2C0.5,0-0.5,1.7,0.3,3l6.1,10.5C7.1,14.8,9,14.8,9.8,13.5z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 6632, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-gmap-interactive .gm-style-iw img {
  max-width: 100%;
}

/* line 6636, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-gmap-interactive__info {
  padding-right: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
}

/*------------------------------------
  Go To
------------------------------------*/
/* line 6645, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-go-to {
  display: none;
  position: relative;
  z-index: 100;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #377dff;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 0.3125rem;
  opacity: 0.5;
  transition: 0.3s ease-out;
}

/* line 6659, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-go-to__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 6667, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-go-to:hover, .u-go-to:focus:hover {
  color: #fff;
  opacity: 1;
}

/*------------------------------------
  Got to Section - Vertical Arrow
------------------------------------*/
/* line 6675, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-go-to-ver-arrow {
  display: inline-block;
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
  padding: 2rem 1rem;
  border-radius: 6.1875rem;
}

/* line 6683, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-go-to-ver-arrow:hover .u-go-to-ver-arrow__inner {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

/* line 6688, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-go-to-ver-arrow__inner {
  transition: 0.2s ease-in-out;
}

/*------------------------------------
  Got to Section - Modern
------------------------------------*/
/* line 6695, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-go-to-modern {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.125rem;
  color: #377dff;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 1.25rem rgba(140, 152, 164, 0.2);
}

/* line 6710, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-go-to-modern .u-go-to-modern__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*------------------------------------
  Got to Section - Wave
------------------------------------*/
/* line 6721, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-go-to-wave {
  width: 13.125rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575.98px) {
  /* line 6728, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-go-to-wave {
    width: 10rem;
  }
}

/* line 6733, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-go-to-wave__icon {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*------------------------------------
  Hamburgers
------------------------------------*/
/* line 6741, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hamburger {
  font-size: inherit;
  line-height: 0;
  padding: 0.25rem;
}

/* line 6747, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hamburger:hover .u-hamburger__inner, .u-hamburger:hover .u-hamburger__inner::before, .u-hamburger:hover .u-hamburger__inner::after {
  background-color: #377dff;
}

/* line 6751, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hamburger__box {
  width: 1.5625rem;
  height: 0.875rem;
  display: inline-block;
  position: relative;
}

/* line 6758, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hamburger__inner {
  display: block;
  top: 0.0625rem;
  margin: top, -0.0625rem;
}

/* line 6764, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hamburger__inner, .u-hamburger__inner::before, .u-hamburger__inner::after {
  width: 1.5625rem;
  height: 0.125rem;
  background-color: #8c98a4;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

/* line 6776, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hamburger__inner::before, .u-hamburger__inner::after {
  content: "";
  display: block;
}

/* line 6781, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hamburger__inner::before {
  top: 0.375rem;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

/* line 6790, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hamburger__inner::after {
  top: 0.75rem;
}

/* line 6794, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hamburger[aria-expanded="true"] .u-hamburger__inner,
.u-hamburger .is-active .u-hamburger__inner {
  -webkit-transform: translate3d(0, 0.375rem, 0) rotate(45deg);
  transform: translate3d(0, 0.375rem, 0) rotate(45deg);
}

/* line 6800, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hamburger[aria-expanded="true"] .u-hamburger__inner::before,
.u-hamburger .is-active .u-hamburger__inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-0.22321rem, -0.25rem, 0);
  transform: rotate(-45deg) translate3d(-0.22321rem, -0.25rem, 0);
  opacity: 0;
}

/* line 6807, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hamburger[aria-expanded="true"] .u-hamburger__inner::after,
.u-hamburger .is-active .u-hamburger__inner::after {
  -webkit-transform: translate3d(0, -0.75rem, 0) rotate(-90deg);
  transform: translate3d(0, -0.75rem, 0) rotate(-90deg);
}

/* line 6813, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hamburger--white .u-hamburger__inner, .u-hamburger--white .u-hamburger__inner::before, .u-hamburger--white .u-hamburger__inner::after {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 6817, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hamburger--white:hover .u-hamburger__inner, .u-hamburger--white:hover .u-hamburger__inner::before, .u-hamburger--white:hover .u-hamburger__inner::after {
  background-color: #fff;
}

/* line 6821, app/assets/stylesheets/css/mobile_menu_css.scss */
.js-header-fix-moment .u-hamburger--white .u-hamburger__inner, .js-header-fix-moment .u-hamburger--white .u-hamburger__inner::before, .js-header-fix-moment .u-hamburger--white .u-hamburger__inner::after {
  background-color: #8c98a4;
}

/* line 6825, app/assets/stylesheets/css/mobile_menu_css.scss */
.js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner, .js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner::before, .js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner::after {
  background-color: #377dff;
}

/*------------------------------------
  Hero v1
------------------------------------*/
/* line 6832, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hero-v1 {
  position: relative;
}

/* line 6836, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hero-v1__main {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 992px) {
  /* line 6845, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-hero-v1__main {
    height: 70vh;
  }
}

/* line 6850, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hero-v1__main::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(38, 60, 100, 0.3);
  content: "";
}

/* line 6861, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hero-v1__secondary {
  position: relative;
}

@media (min-width: 992px) {
  /* line 6866, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-hero-v1__secondary {
    height: 30vh;
  }
}

/* line 6871, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hero-v1__last {
  position: absolute;
  bottom: 0;
  left: 58.333333%;
}

/* line 6877, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hero-v1__last-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30%;
  padding-left: 3rem;
  padding-right: 3rem;
}

/* line 6887, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hero-v1__last-next {
  color: #0049d0;
}

/* line 6891, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hero-v1__last-prev {
  color: #962319;
}

/*------------------------------------
  Indicator Dots
------------------------------------*/
/* line 6898, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-indicator-dots {
  position: relative;
}

@media (min-width: 768px) {
  /* line 6903, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-indicator-dots::after {
    position: absolute;
    right: -2.1875rem;
    top: 50%;
    width: 2.4375rem;
    height: .75rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 16'%3E %3Ccircle fill='%23e7eaf3' cx='27.7' cy='8.1' r='7.7'/%3E %3Ccircle fill='%23e7eaf3' cx='5' cy='8.1' r='5'/%3E %3Ccircle fill='%23e7eaf3' cx='50' cy='8.1' r='5'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    margin-top: -.375rem;
  }
}

/*------------------------------------
  Indicator - Vertical Dashed
------------------------------------*/
/* line 6919, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-indicator-vertical-dashed-item:not(:last-child) {
  position: relative;
  margin-bottom: 1rem;
}

/* line 6924, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-indicator-vertical-dashed-item:not(:last-child)::after {
  position: absolute;
  top: 1.625rem;
  bottom: -.8125rem;
  left: .625rem;
  border-left: 2px dashed #e7eaf3;
  content: "";
}

/*------------------------------------
  Indicator Vertical Line
------------------------------------*/
/* line 6936, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-indicator-vertical-line {
  position: relative;
}

@media (min-width: 768px) {
  /* line 6941, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-indicator-vertical-line::after {
    position: absolute;
    right: -.9375rem;
    top: 50%;
    height: 4rem;
    border-left: 1px solid rgba(30, 32, 34, 0.2);
    content: "";
    margin-top: -2rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}

/*------------------------------------
  Indicator Steps
------------------------------------*/
/* line 6957, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-indicator-steps {
  position: relative;
  padding-left: 2.5rem;
}

/* line 6962, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-indicator-steps::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -.25rem;
  width: 2rem;
  height: .0625rem;
  border-top: 1px solid #e7eaf3;
  margin: auto auto auto 0;
  content: "";
}

/* line 6975, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-indicator-steps::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -.3125rem;
  width: .0625rem;
  height: 100%;
  border-right: 1px solid #e7eaf3;
  margin: auto auto auto 0;
  content: "";
}

/* line 6988, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-indicator-steps:first-child::after {
  height: 50%;
  top: auto;
}

/* line 6993, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-indicator-steps:last-child::after {
  height: 50%;
  bottom: auto;
}

/* line 6998, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-indicator-steps__inner {
  min-width: 3rem;
}

/*------------------------------------
  Media Player
------------------------------------*/
/* line 7005, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-media-player {
  color: #1e2022;
  transition: all 0.2s ease-in-out;
}

/* line 7010, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-media-player__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 0.8125rem;
  border-radius: 50%;
  color: #1e2022;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

/* line 7024, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-media-player__icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: .125rem;
}

/* line 7033, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-media-player__icon--box-shadow {
  box-shadow: 0 0 2.5rem rgba(140, 152, 164, 0.3);
}

/* line 7037, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-media-player:hover .u-media-player__icon, .u-media-player:focus .u-media-player__icon {
  color: #377dff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 7043, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-media-player:hover .u-media-player__icon--primary, .u-media-player:focus .u-media-player__icon--primary {
  background-color: #377dff;
}

/* line 7047, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-media-player:hover .u-media-player__icon--success, .u-media-player:focus .u-media-player__icon--success {
  background-color: #00c9a7;
}

/* Colors */
/* line 7052, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-media-player:hover .u-media-player__icon--primary, .u-media-player:hover .u-media-player__icon--success, .u-media-player:focus .u-media-player__icon--primary, .u-media-player:focus .u-media-player__icon--success {
  color: #fff;
}

/* line 7056, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-media-player__icon--primary {
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
}

/* line 7061, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-media-player__icon--success {
  color: #00c9a7;
  background-color: rgba(0, 201, 167, 0.1);
}

/* Large Size */
/* line 7067, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-media-player__icon--lg {
  width: 5rem;
  height: 5rem;
  font-size: 1rem;
}

/* Extra Large Size */
/* line 7074, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-media-player__icon--xl {
  width: 6.25rem;
  height: 6.25rem;
  font-size: 1rem;
}

/* Positions */
/* line 7081, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-media-player--centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  /* line 7090, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-media-player--left-minus-50x-top-50x-lg {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/*------------------------------------
  Media Viewer
------------------------------------*/
/* line 7101, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-media-viewer {
  position: relative;
  display: block;
}

/* line 7106, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-media-viewer:hover .u-media-viewer__icon {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 7112, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-media-viewer__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 7120, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-media-viewer__icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: #377dff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  transition: 0.3s ease-in-out;
}

/* line 7136, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-media-viewer__icon:hover, .u-media-viewer__icon:focus {
  color: #fff;
}

/* line 7140, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-media-viewer__icon--active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 7146, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-media-viewer__icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*------------------------------------
  Video Player
------------------------------------*/
/* line 7157, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-video-player {
  position: relative;
  background-color: #000;
}

/* line 7162, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-video-player__preview {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}

/* line 7176, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-video-player__played .u-video-player__preview {
  opacity: 0;
  pointer-events: none;
}

/* line 7181, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-video-player__btn {
  z-index: 3;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* line 7188, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-video-player__played .u-video-player__btn {
  -webkit-animation: videoPlayerButton 0.4s ease-in-out forwards;
  animation: videoPlayerButton 0.4s ease-in-out forwards;
  pointer-events: none;
}

/* line 7194, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-video-player__btn:hover .u-video-player__icon, .u-video-player__btn:focus .u-video-player__icon {
  color: #377dff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 7200, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-video-player__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.8125rem;
  border-radius: 50%;
  color: #1e2022;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

/* line 7214, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-video-player__icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: .125rem;
}

/* Large Size */
/* line 7224, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-video-player__icon--lg {
  width: 5rem;
  height: 5rem;
  font-size: 1rem;
}

/* Positions */
/* line 7231, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-video-player__centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes videoPlayerButton {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
}

@keyframes videoPlayerButton {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
}

/*------------------------------------
  Mockup Browser v1
------------------------------------*/
/* line 7264, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-browser-v1 {
  position: relative;
  max-width: 53.125rem;
}

/* line 7269, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-browser-v1__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 85%;
  border-radius: 0.5rem;
  box-shadow: 0 0.625rem 2.5rem 0.625rem rgba(140, 152, 164, 0.175);
}

/*------------------------------------
  Mockup Devices v1
------------------------------------*/
/* line 7284, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-devices-v1 {
  position: absolute;
  top: 3rem;
  left: 50%;
  width: 40.625rem;
  -webkit-transform: rotate(-17deg);
  transform: rotate(-17deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 7295, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-devices-v1__tablet-svg, .u-devices-v1__phone-svg {
  border-radius: 2.125rem;
  box-shadow: 0 0 10px 6px rgba(30, 32, 34, 0.05);
}

/* line 7300, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-devices-v1__tablet {
  width: 26.875rem;
  height: 34.3125rem;
}

/* line 7305, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-devices-v1__phone {
  width: 13.75rem;
  height: 27.5rem;
  margin-right: 1.25rem;
}

/*------------------------------------
  Devices v2
------------------------------------*/
/* line 7314, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-devices-v2 {
  position: relative;
  overflow: hidden;
}

/* line 7319, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-devices-v2__tablet {
  position: absolute;
  left: 0;
  top: 0%;
  z-index: 1;
  width: 34.375rem;
  height: 50.875rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-transform-origin: 90% -20%;
  transform-origin: 90% -20%;
}

@media (max-width: 991.98px) {
  /* line 7333, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-devices-v2__tablet {
    -webkit-transform-origin: 100% -40%;
    transform-origin: 100% -40%;
  }
}

/* line 7339, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-devices-v2__tablet-svg {
  border-radius: 1.85rem;
  box-shadow: 0 0 0.75rem 0.5rem rgba(30, 32, 34, 0.1);
}

/* line 7344, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-devices-v2__phone {
  position: absolute;
  right: 0;
  bottom: -25%;
  z-index: 1;
  width: 19.8125rem;
  height: 41.5625rem;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 7357, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-devices-v2__phone--left-position {
  position: absolute;
  right: auto;
  left: 0;
  -webkit-transform-origin: 100% 40%;
  transform-origin: 100% 40%;
}

@media (max-width: 1199.98px) {
  /* line 7366, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-devices-v2__phone--left-position {
    -webkit-transform-origin: 100% 65%;
    transform-origin: 100% 65%;
  }
}

/* line 7372, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-devices-v2__phone-svg {
  border-radius: 3rem;
  box-shadow: 0 0 0.75rem 0.5rem rgba(30, 32, 34, 0.1);
}

/*------------------------------------
  Devices v3
------------------------------------*/
/* line 7380, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-devices-v3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 40%;
  border-radius: 4.0625rem;
  box-shadow: 10px 15px 55px 15px rgba(140, 152, 164, 0.1);
}

/*------------------------------------
  Mockup Devices v4
------------------------------------*/
/* line 7394, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-devices-v4 {
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

/* line 7399, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-devices-v4__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 7410, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-devices-v4__laptop {
  width: 35.9375rem;
  height: 20.75rem;
}

/* line 7415, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-devices-v4__tablet-svg, .u-devices-v4__tablet-ver-svg {
  border-radius: 1.375rem;
  box-shadow: 0 0 0.625rem 0.375rem rgba(30, 32, 34, 0.05);
}

/* line 7420, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-devices-v4__tablet {
  width: 17.1875rem;
  height: 25.4375rem;
  margin-left: 1.5625rem;
}

/* line 7426, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-devices-v4__tablet-ver {
  width: 25rem;
  height: 16.875rem;
}

/* line 7431, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-devices-v4__phone {
  width: 6.25rem;
  height: 13.0625rem;
  margin-left: 1.5625rem;
}

/* line 7437, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-devices-v4__phone-svg {
  border-radius: 1rem;
  box-shadow: 0 0 0.625rem 0.375rem rgba(30, 32, 34, 0.05);
}

/*------------------------------------
  Modal Window
------------------------------------*/
/* line 7445, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-modal-window {
  display: none;
  max-height: 85vh;
}

/*------------------------------------
  Modal Window - Facebook
------------------------------------*/
/* line 7453, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-modal--facebook {
  width: 31.25rem;
  border-radius: 0.3125rem;
}

/* line 7458, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-modal--facebook__body {
  position: relative;
  background-color: #3b5998;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

/* line 7465, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-modal--facebook__body::after {
  position: absolute;
  left: 5rem;
  top: 100%;
  display: block;
  border-style: solid;
  border-width: 1.125rem 1.375rem 0 0;
  border-color: #3b5998 transparent transparent transparent;
  content: "";
}

/* line 7476, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-modal--facebook__space {
  padding: 2rem;
}

/* line 7480, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-modal--facebook__content {
  background-color: #fff;
  padding: 2rem;
}

/* line 7485, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-modal--facebook__navbar {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 7490, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-modal--facebook__navbar-logo {
  width: 7.5rem;
}

/* line 7494, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-modal--facebook__text {
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
}

/*------------------------------------
  Page Preloader
------------------------------------*/
/* line 7503, app/assets/stylesheets/css/mobile_menu_css.scss */
.page-preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  background-color: #fff;
}

/* line 7515, app/assets/stylesheets/css/mobile_menu_css.scss */
.page-preloader__content-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

/*------------------------------------
  Pagination
------------------------------------*/
/* line 7528, app/assets/stylesheets/css/mobile_menu_css.scss */
.page-link {
  cursor: pointer;
  text-align: center;
  min-width: 2.25rem;
}

/* line 7534, app/assets/stylesheets/css/mobile_menu_css.scss */
.page-item {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 7539, app/assets/stylesheets/css/mobile_menu_css.scss */
.page-item .page-link {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

/* line 7544, app/assets/stylesheets/css/mobile_menu_css.scss */
.page-item .page-link {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

/*------------------------------------
  Navs
------------------------------------*/
/* line 7552, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-classic {
  border-bottom: 1px solid #e7eaf3;
}

/* line 7556, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-classic .nav-link {
  color: #77838f;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  padding: 1rem 1.5rem;
  margin-bottom: -.125rem;
  transition: 0.3s;
}

/* line 7565, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-classic .nav-link:hover {
  color: #377dff;
}

/* line 7569, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-classic .nav-link.active {
  color: #377dff;
  border-bottom-color: #377dff;
}

/* line 7574, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-borderless {
  border-color: transparent;
}

/* line 7578, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-rounded {
  border-radius: 0.3125rem;
}

/* line 7582, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-rounded .nav-item:first-child .nav-link {
  border-bottom-left-radius: 0.3125rem;
}

/* line 7586, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-rounded .nav-item:last-child .nav-link {
  border-bottom-right-radius: 0.3125rem;
}

/* line 7590, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-shadow {
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}

/* line 7594, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav .nav-item:not(:first-child) {
  margin-left: .25rem;
}

/* line 7598, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav .nav-item:not(:last-child) {
  margin-right: .25rem;
}

/* White Color */
/* line 7603, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-white .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 7607, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-white .nav-link.active {
  color: #377dff;
  background-color: #fff;
}

/* line 7612, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-white .nav-link:not(.active):hover {
  color: #fff;
}

/* White Border Color */
/* line 7617, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-border-white .nav-link {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid transparent;
}

/* line 7622, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-border-white .nav-link.active {
  color: #fff;
  border-bottom-color: #fff;
}

/* line 7627, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-border-white .nav-link:not(.active):hover {
  color: #fff;
}

/* Box */
/* line 7632, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-box .nav-link {
  color: #1e2022;
  border: 1px solid transparent;
  border-radius: 0.3125rem;
}

/* line 7638, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-box .nav-link.active {
  color: #377dff;
  background-color: #fff;
  border-color: #e7eaf3;
  box-shadow: 0 0 35px rgba(140, 152, 164, 0.125);
}

/* line 7645, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-box .nav-link:hover {
  border-color: #e7eaf3;
  box-shadow: 0 0 35px rgba(140, 152, 164, 0.125);
}

/* Nav Steps */
/* line 7651, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-icon .nav-item {
  color: #77838f;
}

/* line 7655, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-icon .nav-item.active {
  color: #377dff;
}

/* line 7659, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-icon .nav-item.active .nav-icon-action {
  color: #fff;
  background-color: #377dff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 7666, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-icon-action {
  position: relative;
  display: block;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
  line-height: 0.7;
  width: 4rem;
  height: 4rem;
  font-size: 1.375rem;
  color: #77838f;
  background-color: rgba(119, 131, 143, 0.1);
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: .5rem;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 7687, app/assets/stylesheets/css/mobile_menu_css.scss */
.nav-icon-action-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*------------------------------------
  Blog Thumb Minimal
------------------------------------*/
/* line 7698, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-blog-thumb-minimal {
  padding: .5rem;
  transition: 0.3s ease-in-out;
}

/* line 7703, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-blog-thumb-minimal, .u-blog-thumb-minimal__img {
  border-radius: 0.3125rem;
}

/* line 7707, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-blog-thumb-minimal:hover {
  background-color: #196eff;
}

/* line 7711, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-blog-thumb-minimal__img-wrapper {
  width: 5rem;
}

/*------------------------------------
  Vertical Progress Bar
------------------------------------*/
/* line 7718, app/assets/stylesheets/css/mobile_menu_css.scss */
.progress-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #f8fafd;
  height: 12.5rem;
}

/*------------------------------------
  Paging Modern
------------------------------------*/
/* line 7732, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-paging-modern .u-paging-modern__arrow-icon-prev, .u-paging-modern .u-paging-modern__arrow-icon-next {
  transition: 0.3s;
}

/* line 7736, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-paging-modern .u-paging-modern__arrow-icon-prev {
  margin-right: 1rem;
}

/* line 7740, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-paging-modern .u-paging-modern__arrow-icon-next {
  margin-left: 1rem;
}

/* line 7744, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-paging-modern:hover .u-paging-modern__arrow-icon-prev {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

/* line 7749, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-paging-modern:hover .u-paging-modern__arrow-icon-next {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

/* line 7754, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-paging-modern-view-all {
  color: #fff;
  text-align: center;
  background-color: #ffc107;
}

/* line 7760, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-paging-modern-view-all__icon {
  display: block;
  font-size: 2rem;
  margin-bottom: .5rem;
  transition: 0.3s;
}

/* line 7767, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-paging-modern-view-all:hover {
  color: #fff;
}

/* line 7771, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-paging-modern-view-all:hover .u-paging-modern-view-all__icon {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/*------------------------------------
  Popover
------------------------------------*/
/* line 7779, app/assets/stylesheets/css/mobile_menu_css.scss */
.popover-header {
  font-weight: 500;
}

/*------------------------------------
  Quantity
------------------------------------*/
/* line 7786, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-quantity {
  width: 4rem;
}

/* line 7790, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-quantity > .u-quantity__input {
  padding-right: 1.875rem;
}

/* line 7794, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-quantity > .u-quantity__input:not(:last-child) {
  border-radius: 0.3125rem;
}

/* line 7798, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-quantity__arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: .75rem;
  z-index: 3;
}

/* line 7807, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-quantity__arrows-inner {
  display: block;
  color: #77838f;
  cursor: pointer;
}

/* line 7813, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-quantity__arrows-inner:hover {
  color: #377dff;
}

/*------------------------------------
  Search Form - Push Top
------------------------------------*/
/* line 7820, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-search-push-top {
  display: none;
  background-color: #f8fafd;
  padding-top: 3rem;
  padding-bottom: 3rem;
  box-shadow: inset 0 -10px 20px -10px rgba(151, 164, 175, 0.05);
}

/* line 7828, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-search-push-top__content {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 7834, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-search-push-top__close-btn {
  position: absolute;
  top: -1.5625rem;
  right: .4375rem;
}

@media (max-width: 575.98px) {
  /* line 7841, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-search-push-top {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/* Banner */
/* line 7848, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-search-push-top__banner {
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(151, 164, 175, 0.05);
  padding-right: 1.5625rem;
  padding-top: 1.875rem;
  overflow: hidden;
}

/* line 7856, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-search-push-top__banner-container {
  position: relative;
  width: 75%;
  min-height: 11.5625rem;
}

/* line 7862, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-search-push-top__banner-img {
  position: absolute;
  bottom: -.625rem;
  left: -.625rem;
  transition: all .3s ease-in-out;
}

/* line 7869, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-search-push-top__banner:hover .u-search-push-top__banner-img:first-child {
  bottom: 0;
  left: 0;
}

/*------------------------------------
  Search Form - Slide Down
------------------------------------*/
/* line 7877, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-search-slide-down {
  position: absolute;
  z-index: 1003;
  top: 5rem;
  left: calc(50% - 18rem) !important;
  width: 36rem;
}

/* line 7885, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-search-slide-down-trigger.active .u-search-slide-down-trigger__icon::before {
  content: "\f00d";
}

/* line 7889, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-search-slide-down-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  display: none;
  width: 100%;
  height: 100%;
}

/* line 7899, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-search-slide-down .u-search-slide-down__input {
  opacity: 0;
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
  transition: opacity 0.2s, -webkit-transform 0.3s cubic-bezier(0.37, 0.41, 0.55, 0.98);
  transition: transform 0.3s cubic-bezier(0.37, 0.41, 0.55, 0.98), opacity 0.2s;
  transition: transform 0.3s cubic-bezier(0.37, 0.41, 0.55, 0.98), opacity 0.2s, -webkit-transform 0.3s cubic-bezier(0.37, 0.41, 0.55, 0.98);
}

/* line 7908, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-search-slide-down .u-search-slide-down__suggestions {
  opacity: 0;
  -webkit-transform: translateY(-3rem);
  transform: translateY(-3rem);
  transition: opacity 0.2s, -webkit-transform 0.4s cubic-bezier(0.37, 0.41, 0.55, 0.98);
  transition: transform 0.4s cubic-bezier(0.37, 0.41, 0.55, 0.98), opacity 0.2s;
  transition: transform 0.4s cubic-bezier(0.37, 0.41, 0.55, 0.98), opacity 0.2s, -webkit-transform 0.4s cubic-bezier(0.37, 0.41, 0.55, 0.98);
}

/* line 7917, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-search-slide-down.active .u-search-slide-down__input,
.u-search-slide-down.active .u-search-slide-down__suggestions {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

/* line 7924, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-search-slide-down.active .u-search-slide-down__suggestions {
  transition-delay: 0.2s;
}

/*------------------------------------
  Slick
------------------------------------*/
/* line 7931, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick {
  position: relative;
}

/* line 7935, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick--transform-off.slick-transform-off .slick-track {
  -webkit-transform: none !important;
  transform: none !important;
}

/* line 7940, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick-thumb-progress {
  width: 110%;
  height: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*------------------------------------
  Slick Equal Height
------------------------------------*/
/* line 7953, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick--equal-height .slick-list {
  height: 100%;
}

/* line 7957, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick--equal-height .slick-track {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

/* line 7963, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick--equal-height .slick-track .slick-slide {
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

/*------------------------------------
  Slick Gutters
------------------------------------*/
/* Gutters X */
/* line 7973, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick--gutters-1 {
  margin-left: -.25rem;
  margin-right: -.25rem;
}

/* line 7978, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick--gutters-1 .slick-slide {
  margin-left: .25rem;
  margin-right: .25rem;
}

/* line 7983, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick--gutters-2 {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

/* line 7988, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick--gutters-2 .slick-slide {
  margin-left: .5rem;
  margin-right: .5rem;
}

/* line 7993, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick--gutters-3 {
  margin-left: -.9375rem;
  margin-right: -.9375rem;
}

/* line 7998, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick--gutters-3 .slick-slide {
  margin-left: .9375rem;
  margin-right: .9375rem;
}

/*------------------------------------
  Slick Zoom
------------------------------------*/
/* line 8006, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick-zoom .slick-slide .u-slick-zoom__slide {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: all 0.5s ease-in-out;
}

/* line 8012, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick-zoom .slick-center .u-slick-zoom__slide {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*------------------------------------
  Slick Arrows
------------------------------------*/
/* line 8020, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__arrow {
  z-index: 1;
  line-height: 0;
  display: inline-block;
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: 0.3s;
}

/* line 8033, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__arrow:hover {
  color: #fff;
  background-color: #377dff;
}

/* line 8038, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__arrow-inner:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 8046, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__arrow-inner--left {
  left: 0;
}

/* line 8050, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__arrow-inner--right {
  right: 0;
}

/* Flat */
/* line 8055, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__arrow--flat {
  color: #fff;
  background-color: rgba(55, 125, 255, 0.8);
}

/* Flat White */
/* line 8061, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__arrow--flat-white {
  color: #1e2022;
  background-color: #fff;
}

/* line 8066, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__arrow--flat-white:hover {
  color: #377dff;
  background-color: #fff;
}

/* Offset */
@media (min-width: 992px) {
  /* line 8073, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-slick__arrow--offset.u-slick__arrow-inner--left {
    left: -2.5rem;
  }
  /* line 8076, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-slick__arrow--offset.u-slick__arrow-inner--right {
    right: -2.5rem;
  }
}

/* Vertical Center Alignment */
/* line 8082, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__arrow-centered--y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*------------------------------------
  Slick Arrows Classic
------------------------------------*/
/* line 8092, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__arrow-classic {
  z-index: 1;
  line-height: 0;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: 0.3s;
}

/* line 8105, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__arrow-classic:hover {
  color: #fff;
  background-color: #377dff;
}

/* line 8110, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__arrow-classic-inner:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 8118, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__arrow-classic-inner--left {
  left: 0;
}

/* line 8122, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__arrow-classic-inner--right {
  right: 0;
}

/*------------------------------------
  Slick Paging
------------------------------------*/
/* line 8129, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__paging {
  position: absolute;
  bottom: 2rem;
  right: 0;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

/* line 8137, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__paging .u-paging__current {
  color: #fff;
  font-size: 3.875rem;
  font-weight: 300;
  line-height: 1;
}

/* line 8144, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__paging .u-paging__divider {
  position: relative;
  margin-right: .5rem;
  margin-left: .25rem;
}

/* line 8150, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__paging .u-paging__divider::before {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  content: "\002f";
}

/* line 8159, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__paging .u-paging__total {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
}

/*------------------------------------
  Slick Pagination
------------------------------------*/
/* line 8167, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__pagination {
  padding-left: 0;
}

/* line 8171, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__pagination:not(.u-slick__pagination--block) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}

/* line 8181, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__pagination li {
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
  margin: 0 .25rem;
  cursor: pointer;
}

/* line 8189, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__pagination li span {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  box-sizing: border-box;
  background-color: #377dff;
  border: 3px solid transparent;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  transition: 0.3s;
}

/* line 8202, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__pagination li.slick-active span {
  background-color: transparent;
  border-color: #377dff;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* White Version */
/* line 8210, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__pagination--white li span {
  background-color: #fff;
}

/* line 8214, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__pagination--white li.slick-active span {
  border-color: #fff;
}

/* Block */
/* line 8219, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__pagination--block li {
  display: block;
}

/* Vertical Center Alignment */
/* line 8224, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick__pagination-centered--y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (min-width: 992px) {
  /* Vertical Option */
  /* line 8233, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-slick__pagination--vertical-lg li {
    display: block;
    margin: .25rem 0;
  }
  /* Vertical Option Positions */
  /* line 8238, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-slick__pagination--vertical-pos-v1-lg {
    position: absolute;
    top: 50%;
    left: -15.7%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/*------------------------------------
  Slick Pagination Modern
------------------------------------*/
/* line 8250, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick--pagination-modern {
  width: 100%;
  max-width: 12.5rem;
}

/* line 8255, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick--pagination-modern .slick-slide {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.3s;
}

/* line 8265, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick--pagination-modern .slick-current {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*------------------------------------
  Slick Pagination Interactive
------------------------------------*/
/* line 8274, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick--pagination-interactive__text {
  color: rgba(255, 255, 255, 0.7);
}

/* line 8278, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick--pagination-interactive .slick-slide {
  cursor: pointer;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}

/* line 8285, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick--pagination-interactive .slick-slide:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* line 8289, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick--pagination-interactive .slick-slide.slick-center:hover {
  background: #fff;
}

/* line 8293, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick--pagination-interactive .slick-center {
  background: #fff;
}

/* line 8297, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick--pagination-interactive .slick-center .u-slick--pagination-interactive__title {
  color: #377dff;
}

/* line 8301, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick--pagination-interactive .slick-center .u-slick--pagination-interactive__text {
  color: #77838f;
}

/*------------------------------------
  Spinner
------------------------------------*/
/* line 8308, app/assets/stylesheets/css/mobile_menu_css.scss */
.spinner-border,
.spinner-grow {
  vertical-align: middle;
}

/*------------------------------------
  Stats Progress
------------------------------------*/
/* line 8316, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-stats-progress {
  position: relative;
  width: 13.75rem;
  height: 13.75rem;
  border-radius: 50%;
  box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
  margin-left: auto;
  margin-right: auto;
}

/* line 8326, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-stats-progress__info {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  padding: 2rem;
  text-align: center;
}

/*------------------------------------
  SVG
------------------------------------*/
/* line 8340, app/assets/stylesheets/css/mobile_menu_css.scss */
.svg-preloader {
  z-index: -1;
  background: transparent url(/../svg/preloaders/circle-preloader.svg) center no-repeat !important;
  overflow: hidden;
  transition: all 0.4s ease-in;
}

/* line 8347, app/assets/stylesheets/css/mobile_menu_css.scss */
.svg-preloader *:not(.u-icon):not(.btn):not(.u-media-player):not(.u-media-player__icon):not(.u-label) {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

/*------------------------------------
  SVG IE10+ specific styles go here
------------------------------------*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* line 8356, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header__promo-icon {
    height: 48px;
  }
  /* line 8359, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-height-24 {
    height: 24px;
  }
  /* line 8362, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-height-40 {
    height: 40px;
  }
  /* line 8365, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-height-48 {
    height: 48px;
  }
  /* line 8368, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-height-56 {
    height: 56px;
  }
  /* line 8371, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-height-72 {
    height: 72px;
  }
  /* line 8374, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-height-90 {
    height: 90px;
  }
  /* line 8377, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-height-111 {
    height: 111px;
  }
  /* line 8380, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-main-hero {
    height: 686px;
  }
  /* line 8383, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-soft-triangle-shape {
    height: 610px;
  }
  /* line 8386, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-browser {
    height: 565px;
  }
  /* line 8389, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-wave-1-bottom {
    height: 100px;
  }
  /* line 8392, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-vault,
.ie-responsive,
.ie-easy-payment {
    height: 210px;
  }
  /* line 8397, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-devices-v1-tablet {
    height: 38.5rem;
  }
  /* line 8400, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-devices-v1-phone {
    height: 27.5rem;
  }
  /* line 8403, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-devices-v2-tablet {
    height: 37.875rem;
  }
  /* line 8406, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-devices-v2-iphone {
    height: 31rem;
  }
  /* line 8409, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-devices-v3-iphone {
    height: 633px;
  }
  /* line 8412, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-devices-v4-tablet-horizontal {
    height: 16.875rem;
  }
  /* line 8415, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-devices-v4-tablet {
    height: 25.4375rem;
  }
  /* line 8418, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-devices-v4-laptop {
    height: 20.75rem;
  }
  /* line 8421, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-devices-v4-iphone {
    height: 13.0625rem;
  }
  /* line 8424, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-wave-6-top-left {
    height: 379px;
  }
  /* line 8427, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-double-ellipse-top-right {
    height: 431px;
  }
  /* line 8430, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-double-ellipse-top-left {
    height: 788px;
  }
  /* line 8433, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-double-ellipse-bottom-right {
    height: 252px;
  }
  /* line 8436, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-ellipse-mockup {
    height: 656px;
  }
  /* line 8439, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-irregular-shape-2-right {
    height: 660px;
  }
  /* line 8442, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-irregular-shape-3-bottom {
    height: 255px;
  }
  /* line 8445, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-circle-chart {
    height: 219px;
  }
  /* line 8448, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-curved-shape {
    height: 55.8px;
  }
  /* line 8451, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-subscribe-illustration {
    height: 329px;
  }
  /* line 8454, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-subscribe-1 {
    height: 315px;
  }
  /* line 8457, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-subscribe-2 {
    height: 295px;
  }
  /* line 8460, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-subscribe-2-flat-icons {
    height: 200px;
  }
  /* line 8463, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-color-gradient {
    height: 566px;
  }
  /* line 8466, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-for-sale,
.ie-buyer {
    height: 208px;
  }
  /* line 8470, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-events,
.ie-data-report,
.ie-image-upload {
    height: 219px;
  }
  /* line 8475, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-analysis,
.ie-in-the-office,
.ie-make-it-rain {
    height: 200px;
  }
  /* line 8480, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-house-agency {
    height: 381px;
  }
  /* line 8483, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-laptop-and-iphone {
    height: 421px;
  }
  /* line 8486, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-get-answered {
    height: 386px;
  }
  /* line 8489, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-bg-elements-1 {
    height: 420px;
  }
  /* line 8492, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-bg-elements-2 {
    height: 374px;
  }
  /* line 8495, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-bg-elements-3 {
    height: 583px;
  }
  /* line 8498, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-bg-elements-4 {
    height: 850px;
  }
  /* line 8501, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-circle-1 {
    height: 379px;
  }
  /* line 8504, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-go-to-wave {
    height: 46px;
  }
  /* line 8507, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-graphic-illustration-1 {
    height: 270px;
  }
  /* line 8510, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-app-development {
    height: 328px;
  }
  /* line 8513, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-we-have-an-idea {
    height: 335px;
  }
  /* line 8516, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-chatting-girl,
.ie-chatting-boy {
    height: 328px;
  }
  /* line 8520, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-virtual-reality {
    height: 320px;
  }
  /* line 8523, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-maintenance-mode {
    height: 200px;
  }
  /* line 8526, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-non-standard-hero-shape {
    height: 556px;
  }
  /* line 8529, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-enterprise-2 {
    height: 267px;
  }
  /* line 8532, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-abstract-shapes-1 {
    height: 554px;
  }
  /* line 8535, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-abstract-shapes-2,
.ie-abstract-shapes-3,
.ie-abstract-shapes-4 {
    height: 532px;
  }
  /* line 8540, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-abstract-shapes-6 {
    height: 187px;
  }
  /* line 8543, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-abstract-shapes-7 {
    height: 624px;
  }
  /* line 8546, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-abstract-shapes-9 {
    height: 182px;
  }
  /* line 8549, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-abstract-shapes-10 {
    height: 573px;
  }
  /* line 8552, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-abstract-shapes-11 {
    height: 192px;
  }
  /* line 8555, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-abstract-shapes-12 {
    height: 597px;
  }
  /* line 8558, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-abstract-shapes-13,
.ie-abstract-shapes-14 {
    height: 615px;
  }
  /* line 8562, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-showcase-mockup-1 {
    height: 384px;
  }
  /* line 8565, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-showcase-mockup-2 {
    height: 371px;
  }
  /* line 8568, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-showcase-mockup-3 {
    height: 535px;
  }
  /* line 8571, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-knowledgebase-community {
    height: 447px;
  }
  /* line 8574, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-knowledgebase-community-2 {
    height: 542px;
  }
  /* line 8577, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-files {
    height: 293px;
  }
  /* line 8580, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-half-circle-1-1 {
    height: 1136px;
  }
  /* line 8583, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-half-circle-2-1 {
    height: 835px;
  }
  /* line 8586, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-half-circle-2-2 {
    height: 660px;
  }
  /* line 8589, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-iphone-x-1 {
    height: 601px;
  }
  /* line 8592, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-half-iphone-x-1-iphone {
    height: 372px;
  }
  /* line 8595, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-circles-hero,
.ie-circles-cta {
    display: none;
  }
  /* line 8599, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-communicating-men {
    height: 531px;
  }
  /* line 8602, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-devices-1 {
    height: 637px;
  }
  /* line 8605, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-support-man,
.ie-list-app {
    height: 215px;
  }
  /* line 8609, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-mobile-article {
    height: 268px;
  }
  /* line 8612, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-working-men {
    height: 325px;
  }
  /* line 8615, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-server-woman {
    height: 432px;
  }
  /* line 8618, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-drawing-woman {
    height: 415px;
  }
  /* line 8621, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-subscribe-3 {
    height: 338px;
  }
  /* line 8624, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-hiker-man {
    height: 405px;
  }
  /* line 8627, app/assets/stylesheets/css/mobile_menu_css.scss */
  .ie-chatting-man {
    height: 268px;
  }
}

/*------------------------------------
  Tables
------------------------------------*/
/* line 8635, app/assets/stylesheets/css/mobile_menu_css.scss */
.table-heighlighted thead th {
  border-bottom-color: #1e2022;
  border-top: none;
}

/* line 8640, app/assets/stylesheets/css/mobile_menu_css.scss */
.table-heighlighted tfoot td {
  border-top: 2px solid #1e2022;
}

/* line 8644, app/assets/stylesheets/css/mobile_menu_css.scss */
.table-light-bordered {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 8648, app/assets/stylesheets/css/mobile_menu_css.scss */
.table-light-bordered thead th,
.table-light-bordered th,
.table-light-bordered td {
  border-color: rgba(255, 255, 255, 0.3);
}

/*------------------------------------
  Timeline
------------------------------------*/
/* line 8657, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-timeline {
  list-style: none;
  padding-left: 1rem;
  margin-bottom: 0;
}

/* line 8663, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-timeline__item {
  position: relative;
  padding-right: .9375rem;
  padding-left: 2rem;
}

/* line 8669, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-timeline__item:not(:last-child) {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 8674, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-timeline__item::before {
  position: absolute;
  top: 3.5rem;
  bottom: 0;
  left: 0;
  height: auto;
  border-left: 0.1875rem solid #e7eaf3;
  content: "";
}

/* line 8684, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-timeline__icon {
  position: absolute;
  left: -.875rem;
}

/* line 8689, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-timeline__heading {
  position: relative;
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  padding-bottom: .75rem;
  margin-bottom: 1rem;
}

/* line 8698, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-timeline__heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.1rem solid #e7eaf3;
  content: "";
}

/*------------------------------------
  Sticky Blocks
------------------------------------*/
/* line 8710, app/assets/stylesheets/css/mobile_menu_css.scss */
[class*="sticky-block"] {
  max-width: 100%;
}

/*------------------------------------
  Background Gradients
------------------------------------*/
/* line 8717, app/assets/stylesheets/css/mobile_menu_css.scss */
.gradient-half-primary-body-v1 {
  background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 100%);
  background-repeat: repeat-x;
  background-attachment: fixed;
}

/* line 8723, app/assets/stylesheets/css/mobile_menu_css.scss */
.gradient-half-primary-v1 {
  background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 100%);
  background-repeat: repeat-x;
}

/* line 8728, app/assets/stylesheets/css/mobile_menu_css.scss */
.gradient-half-primary-v2 {
  background-image: linear-gradient(0deg, rgba(55, 125, 255, 0.05) 0%, transparent 100%);
  background-repeat: repeat-x;
}

/* line 8733, app/assets/stylesheets/css/mobile_menu_css.scss */
.gradient-half-primary-v3 {
  background-image: linear-gradient(0deg, rgba(55, 125, 255, 0.1) 0%, transparent 100%);
  background-repeat: repeat-x;
}

/* line 8738, app/assets/stylesheets/css/mobile_menu_css.scss */
.gradient-half-primary-v4 {
  background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 85%);
  background-repeat: repeat-x;
}

/* line 8743, app/assets/stylesheets/css/mobile_menu_css.scss */
.gradient-half-primary-v5 {
  background-image: linear-gradient(150deg, #377dff 0%, #2d1582 100%);
  background-repeat: repeat-x;
}

/* line 8748, app/assets/stylesheets/css/mobile_menu_css.scss */
.gradient-half-info-v1 {
  background-image: linear-gradient(0deg, #377dff 0%, #00dffc 100%);
  background-repeat: repeat-x;
}

/* line 8753, app/assets/stylesheets/css/mobile_menu_css.scss */
.gradient-half-warning-v1 {
  background-image: linear-gradient(25deg, #ffc107 30%, #de4437 100%);
  background-repeat: repeat-x;
}

/* line 8758, app/assets/stylesheets/css/mobile_menu_css.scss */
.gradient-half-warning-v2 {
  background-image: linear-gradient(150deg, #ffc107 0%, #efa02e 100%);
  background-repeat: repeat-x;
}

/* line 8763, app/assets/stylesheets/css/mobile_menu_css.scss */
.gradient-half-warning-v3 {
  background-image: linear-gradient(150deg, #ffc107 0%, #de4437 100%);
  background-repeat: repeat-x;
}

/*------------------------------------
  Background Overlay Gradients
------------------------------------*/
/* line 8771, app/assets/stylesheets/css/mobile_menu_css.scss */
[class*="gradient-overlay-half"] {
  position: relative;
  z-index: 1;
}

/* line 8776, app/assets/stylesheets/css/mobile_menu_css.scss */
[class*="gradient-overlay-half"]::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}

/* line 8788, app/assets/stylesheets/css/mobile_menu_css.scss */
.gradient-overlay-half-primary-video-v1::before {
  z-index: 2;
  background-image: linear-gradient(150deg, rgba(45, 21, 130, 0.9) 0%, rgba(25, 160, 255, 0.85) 100%);
  background-repeat: repeat-x;
}

/* line 8794, app/assets/stylesheets/css/mobile_menu_css.scss */
.gradient-overlay-half-primary-v1::before {
  background-image: linear-gradient(150deg, rgba(45, 21, 130, 0.9) 0%, rgba(25, 160, 255, 0.85) 100%);
  background-repeat: repeat-x;
}

/* line 8799, app/assets/stylesheets/css/mobile_menu_css.scss */
.gradient-overlay-half-primary-v2::before {
  background-image: linear-gradient(30deg, rgba(25, 160, 255, 0.85) 0%, rgba(45, 21, 130, 0.9) 100%);
  background-repeat: repeat-x;
}

/* line 8804, app/assets/stylesheets/css/mobile_menu_css.scss */
.gradient-overlay-half-primary-v3::before {
  background-image: linear-gradient(90deg, #377dff 0%, #0055e5 100%);
  background-repeat: repeat-x;
}

/* line 8809, app/assets/stylesheets/css/mobile_menu_css.scss */
.gradient-overlay-half-primary-v4::before {
  background-image: linear-gradient(0deg, rgba(55, 125, 255, 0.025) 0%, #fff 100%);
  background-repeat: repeat-x;
}

/* line 8814, app/assets/stylesheets/css/mobile_menu_css.scss */
.gradient-overlay-half-indigo-v1::before {
  background-image: linear-gradient(45deg, transparent 50%, rgba(45, 21, 130, 0.1) 100%);
  background-repeat: repeat-x;
}

/* line 8819, app/assets/stylesheets/css/mobile_menu_css.scss */
.gradient-overlay-half-info-v1::before {
  background-image: linear-gradient(0deg, rgba(55, 125, 255, 0.92) 0%, rgba(0, 223, 252, 0.92) 100%);
  background-repeat: repeat-x;
}

/* line 8824, app/assets/stylesheets/css/mobile_menu_css.scss */
.gradient-overlay-half-dark-v1::before {
  background-image: linear-gradient(0deg, #1e2022 0%, transparent 75%);
  background-repeat: repeat-x;
}

/* line 8829, app/assets/stylesheets/css/mobile_menu_css.scss */
.gradient-overlay-half-dark-v2::before {
  background-image: linear-gradient(150deg, rgba(34, 48, 73, 0.675) 0%, rgba(119, 131, 143, 0.3) 100%);
  background-repeat: repeat-x;
}

/*------------------------------------
  Fill Colors
------------------------------------*/
/* line 8837, app/assets/stylesheets/css/mobile_menu_css.scss */
.fill-none {
  fill: none !important;
}

/* line 8841, app/assets/stylesheets/css/mobile_menu_css.scss */
.fill-white {
  fill: #fff !important;
}

/* line 8845, app/assets/stylesheets/css/mobile_menu_css.scss */
.fill-dark {
  fill: #1e2022 !important;
}

/* line 8849, app/assets/stylesheets/css/mobile_menu_css.scss */
.fill-primary {
  fill: #377dff !important;
}

/* line 8853, app/assets/stylesheets/css/mobile_menu_css.scss */
.fill-primary-lighter {
  fill: #19a0ff !important;
}

/* line 8857, app/assets/stylesheets/css/mobile_menu_css.scss */
.fill-primary-darker {
  fill: #196eff !important;
}

/* line 8861, app/assets/stylesheets/css/mobile_menu_css.scss */
.fill-success {
  fill: #00c9a7 !important;
}

/* line 8865, app/assets/stylesheets/css/mobile_menu_css.scss */
.fill-success-lighter {
  fill: #13d7b6 !important;
}

/* line 8869, app/assets/stylesheets/css/mobile_menu_css.scss */
.fill-info {
  fill: #00dffc !important;
}

/* line 8873, app/assets/stylesheets/css/mobile_menu_css.scss */
.fill-danger {
  fill: #de4437 !important;
}

/* line 8877, app/assets/stylesheets/css/mobile_menu_css.scss */
.fill-danger-lighter {
  fill: #ec5245 !important;
}

/* line 8881, app/assets/stylesheets/css/mobile_menu_css.scss */
.fill-warning {
  fill: #ffc107 !important;
}

/* line 8885, app/assets/stylesheets/css/mobile_menu_css.scss */
.fill-warning-lighter {
  fill: #fdd14e !important;
}

/* line 8889, app/assets/stylesheets/css/mobile_menu_css.scss */
.fill-warning-darker {
  fill: #efa02e !important;
}

/* line 8893, app/assets/stylesheets/css/mobile_menu_css.scss */
.fill-gray-100 {
  fill: #f8f9fa !important;
}

/* line 8897, app/assets/stylesheets/css/mobile_menu_css.scss */
.fill-gray-200 {
  fill: #f8fafd !important;
}

/* line 8901, app/assets/stylesheets/css/mobile_menu_css.scss */
.fill-gray-300 {
  fill: #e7eaf3 !important;
}

/* line 8905, app/assets/stylesheets/css/mobile_menu_css.scss */
.fill-gray-400 {
  fill: #bdc5d1 !important;
}

/* line 8909, app/assets/stylesheets/css/mobile_menu_css.scss */
.fill-gray-500 {
  fill: #97a4af !important;
}

/* line 8913, app/assets/stylesheets/css/mobile_menu_css.scss */
.fill-gray-600 {
  fill: #8c98a4 !important;
}

/*------------------------------------
  Stop Colors
------------------------------------*/
/* line 8920, app/assets/stylesheets/css/mobile_menu_css.scss */
.stop-color-white {
  stop-color: #fff !important;
}

/* line 8924, app/assets/stylesheets/css/mobile_menu_css.scss */
.stop-color-primary {
  stop-color: #377dff !important;
}

/* line 8928, app/assets/stylesheets/css/mobile_menu_css.scss */
.stop-color-primary-darker {
  stop-color: #196eff !important;
}

/* line 8932, app/assets/stylesheets/css/mobile_menu_css.scss */
.stop-color-primary-lighter {
  stop-color: #19a0ff !important;
}

/* line 8936, app/assets/stylesheets/css/mobile_menu_css.scss */
.stop-color-warning {
  stop-color: #ffc107 !important;
}

/* line 8940, app/assets/stylesheets/css/mobile_menu_css.scss */
.stop-color-danger {
  stop-color: #de4437 !important;
}

/* line 8944, app/assets/stylesheets/css/mobile_menu_css.scss */
.stop-color-info {
  stop-color: #00dffc !important;
}

/* line 8948, app/assets/stylesheets/css/mobile_menu_css.scss */
.stop-color-indigo {
  stop-color: #2d1582 !important;
}

/*------------------------------------
  Stroke Colors
------------------------------------*/
/* line 8955, app/assets/stylesheets/css/mobile_menu_css.scss */
.stroke-white {
  stroke: #fff !important;
}

/* line 8959, app/assets/stylesheets/css/mobile_menu_css.scss */
.stroke-primary {
  stroke: #377dff !important;
}

/* line 8963, app/assets/stylesheets/css/mobile_menu_css.scss */
.stroke-primary-lighter {
  stroke: #19a0ff !important;
}

/* line 8967, app/assets/stylesheets/css/mobile_menu_css.scss */
.stroke-primary-darker {
  stroke: #196eff !important;
}

/* line 8971, app/assets/stylesheets/css/mobile_menu_css.scss */
.stroke-success {
  stroke: #00c9a7 !important;
}

/* line 8975, app/assets/stylesheets/css/mobile_menu_css.scss */
.stroke-danger {
  stroke: #de4437 !important;
}

/* line 8979, app/assets/stylesheets/css/mobile_menu_css.scss */
.stroke-warning {
  stroke: #ffc107 !important;
}

/* line 8983, app/assets/stylesheets/css/mobile_menu_css.scss */
.stroke-info {
  stroke: #00dffc !important;
}

/* line 8987, app/assets/stylesheets/css/mobile_menu_css.scss */
.stroke-gray-200 {
  stroke: #f8fafd !important;
}

/* line 8991, app/assets/stylesheets/css/mobile_menu_css.scss */
.stroke-gray-300 {
  stroke: #e7eaf3 !important;
}

/* line 8995, app/assets/stylesheets/css/mobile_menu_css.scss */
.stroke-gray-400 {
  stroke: #bdc5d1 !important;
}

/* line 8999, app/assets/stylesheets/css/mobile_menu_css.scss */
.stroke-gray-500 {
  stroke: #97a4af !important;
}

/*------------------------------------
  Background Image Style
------------------------------------*/
/* line 9006, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-img-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

/* line 9012, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-img-hero-bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

/* line 9018, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-img-hero-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 9024, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-img-hero-fixed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

/*------------------------------------
  Background Soft Colors
------------------------------------*/
/* line 9034, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-soft-primary {
  background-color: rgba(55, 125, 255, 0.1);
}

/* line 9038, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-soft-secondary {
  background-color: rgba(119, 131, 143, 0.1);
}

/* line 9042, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-soft-success {
  background-color: rgba(0, 201, 167, 0.1);
}

/* line 9046, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-soft-info {
  background-color: rgba(0, 223, 252, 0.1);
}

/* line 9050, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-soft-warning {
  background-color: rgba(255, 193, 7, 0.1);
}

/* line 9054, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-soft-danger {
  background-color: rgba(222, 68, 55, 0.1);
}

/* line 9058, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-soft-light {
  background-color: rgba(248, 249, 250, 0.1);
}

/* line 9062, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-soft-dark {
  background-color: rgba(30, 32, 34, 0.1);
}

/* line 9066, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 9070, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-soft-indigo {
  background-color: rgba(45, 21, 130, 0.1);
}

/* line 9074, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-soft-facebook {
  background-color: rgba(59, 89, 152, 0.1);
}

/* line 9078, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-soft-google {
  background-color: rgba(209, 65, 48, 0.1);
}

/* line 9082, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-soft-twitter {
  background-color: rgba(29, 161, 242, 0.1);
}

/* line 9086, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-soft-instagram {
  background-color: rgba(63, 114, 155, 0.1);
}

/* line 9090, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-soft-github {
  background-color: rgba(36, 41, 46, 0.1);
}

/* line 9094, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-soft-gray {
  background-color: rgba(248, 250, 253, 0.1);
}

/* line 9098, app/assets/stylesheets/css/mobile_menu_css.scss */
.bg-soft-light {
  background-color: #f8f9fa;
}

/*------------------------------------
  Borders-radius
------------------------------------*/
/* line 9105, app/assets/stylesheets/css/mobile_menu_css.scss */
.rounded-pill {
  border-radius: 6.1875rem;
}

/* line 9109, app/assets/stylesheets/css/mobile_menu_css.scss */
.rounded-top-pill {
  border-top-left-radius: 6.1875rem;
  border-top-right-radius: 6.1875rem;
}

/* line 9114, app/assets/stylesheets/css/mobile_menu_css.scss */
.rounded-right-pill {
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem;
}

/* line 9119, app/assets/stylesheets/css/mobile_menu_css.scss */
.rounded-bottom-pill {
  border-bottom-right-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
}

/* line 9124, app/assets/stylesheets/css/mobile_menu_css.scss */
.rounded-left-pill {
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
}

/* line 9129, app/assets/stylesheets/css/mobile_menu_css.scss */
.rounded-top-left-pill {
  border-top-left-radius: 6.1875rem;
}

/* line 9133, app/assets/stylesheets/css/mobile_menu_css.scss */
.rounded-bottom-left-pill {
  border-bottom-left-radius: 6.1875rem;
}

/* line 9137, app/assets/stylesheets/css/mobile_menu_css.scss */
.rounded-pseudo {
  border-radius: 0.3125rem;
}

/* line 9141, app/assets/stylesheets/css/mobile_menu_css.scss */
.rounded-pseudo::before, .rounded-pseudo::after {
  border-radius: 0.3125rem;
}

/* line 9145, app/assets/stylesheets/css/mobile_menu_css.scss */
.rounded-top-pseudo {
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

/* line 9150, app/assets/stylesheets/css/mobile_menu_css.scss */
.rounded-top-pseudo::before, .rounded-top-pseudo::after {
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

/*------------------------------------
  Borders
------------------------------------*/
/* line 9158, app/assets/stylesheets/css/mobile_menu_css.scss */
.border-dashed {
  border: 1px dashed #e7eaf3;
}

/*------------------------------------
  Position Spaces
------------------------------------*/
/* line 9165, app/assets/stylesheets/css/mobile_menu_css.scss */
.top-0 {
  top: 0;
}

/* line 9169, app/assets/stylesheets/css/mobile_menu_css.scss */
.right-0 {
  right: 0;
}

/* line 9173, app/assets/stylesheets/css/mobile_menu_css.scss */
.bottom-0 {
  bottom: 0;
}

/* line 9177, app/assets/stylesheets/css/mobile_menu_css.scss */
.left-0 {
  left: 0;
}

@media (min-width: 576px) {
  /* line 9182, app/assets/stylesheets/css/mobile_menu_css.scss */
  .position-sm-absolute {
    position: absolute;
  }
}

@media (min-width: 768px) {
  /* line 9188, app/assets/stylesheets/css/mobile_menu_css.scss */
  .top-md-0 {
    top: 0;
  }
  /* line 9191, app/assets/stylesheets/css/mobile_menu_css.scss */
  .right-md-0 {
    right: 0;
  }
  /* line 9194, app/assets/stylesheets/css/mobile_menu_css.scss */
  .bottom-md-0 {
    bottom: 0;
  }
  /* line 9197, app/assets/stylesheets/css/mobile_menu_css.scss */
  .left-md-0 {
    left: 0;
  }
  /* line 9200, app/assets/stylesheets/css/mobile_menu_css.scss */
  .position-md-absolute {
    position: absolute;
  }
}

@media (min-width: 992px) {
  /* line 9206, app/assets/stylesheets/css/mobile_menu_css.scss */
  .top-lg-0 {
    top: 0;
  }
  /* line 9209, app/assets/stylesheets/css/mobile_menu_css.scss */
  .right-lg-0 {
    right: 0;
  }
  /* line 9212, app/assets/stylesheets/css/mobile_menu_css.scss */
  .bottom-lg-0 {
    bottom: 0;
  }
  /* line 9215, app/assets/stylesheets/css/mobile_menu_css.scss */
  .left-lg-0 {
    left: 0;
  }
  /* line 9218, app/assets/stylesheets/css/mobile_menu_css.scss */
  .position-lg-absolute {
    position: absolute;
  }
}

/*------------------------------------
  Content Centered
------------------------------------*/
/* line 9226, app/assets/stylesheets/css/mobile_menu_css.scss */
.content-centered-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (min-width: 768px) {
  /* line 9234, app/assets/stylesheets/css/mobile_menu_css.scss */
  .content-centered-y--md {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media (min-width: 992px) {
  /* line 9243, app/assets/stylesheets/css/mobile_menu_css.scss */
  .content-centered-y--lg {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

/*------------------------------------
  Margin Spacing
------------------------------------*/
/* line 9254, app/assets/stylesheets/css/mobile_menu_css.scss */
.ml-n2 {
  margin-left: -.5rem;
}

/* line 9258, app/assets/stylesheets/css/mobile_menu_css.scss */
.ml-n3 {
  margin-left: -1rem;
}

/* line 9262, app/assets/stylesheets/css/mobile_menu_css.scss */
.mr-n2 {
  margin-right: -.5rem;
}

/* line 9266, app/assets/stylesheets/css/mobile_menu_css.scss */
.mt-n1 {
  margin-top: -.25rem;
}

/* line 9270, app/assets/stylesheets/css/mobile_menu_css.scss */
.mt-n5 {
  margin-top: -2rem;
}

/* line 9274, app/assets/stylesheets/css/mobile_menu_css.scss */
.mt-n6 {
  margin-top: -2.5rem;
}

/* line 9278, app/assets/stylesheets/css/mobile_menu_css.scss */
.mt-n9 {
  margin-top: -4rem;
}

/* line 9282, app/assets/stylesheets/css/mobile_menu_css.scss */
.mt-n23 {
  margin-top: -10rem;
}

/* line 9286, app/assets/stylesheets/css/mobile_menu_css.scss */
.mb-n3 {
  margin-bottom: -1rem;
}

/* line 9290, app/assets/stylesheets/css/mobile_menu_css.scss */
.mb-n9 {
  margin-bottom: -4rem;
}

/* Gutters X */
/* line 9295, app/assets/stylesheets/css/mobile_menu_css.scss */
.mx-gutters-1 {
  margin-right: -.25rem;
  margin-left: -.25rem;
}

/* line 9300, app/assets/stylesheets/css/mobile_menu_css.scss */
.mx-gutters-1 > .col,
.mx-gutters-1 > [class*="col-"] {
  padding-right: .25rem;
  padding-left: .25rem;
}

/* line 9306, app/assets/stylesheets/css/mobile_menu_css.scss */
.mx-gutters-2 {
  margin-right: -.5rem;
  margin-left: -.5rem;
}

/* line 9311, app/assets/stylesheets/css/mobile_menu_css.scss */
.mx-gutters-2 > .col,
.mx-gutters-2 > [class*="col-"] {
  padding-right: .5rem;
  padding-left: .5rem;
}

/*------------------------------------
  Opacity
------------------------------------*/
/* line 9320, app/assets/stylesheets/css/mobile_menu_css.scss */
.opacity-md {
  opacity: .2;
}

/*------------------------------------
  Box Shadow
------------------------------------*/
/* line 9327, app/assets/stylesheets/css/mobile_menu_css.scss */
.shadow-primary-lg {
  box-shadow: 0 0 50px rgba(55, 125, 255, 0.4) !important;
}

/* line 9331, app/assets/stylesheets/css/mobile_menu_css.scss */
.shadow-soft {
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25) !important;
}

/*------------------------------------
  Width
------------------------------------*/
/* line 9338, app/assets/stylesheets/css/mobile_menu_css.scss */
.min-width-3 {
  min-width: 1rem !important;
}

/* line 9342, app/assets/stylesheets/css/mobile_menu_css.scss */
.min-width-4 {
  min-width: 1.5rem !important;
}

/* line 9346, app/assets/stylesheets/css/mobile_menu_css.scss */
.min-width-15 {
  min-width: 7rem !important;
}

/* line 9350, app/assets/stylesheets/css/mobile_menu_css.scss */
.min-width-21 {
  min-width: 10rem !important;
}

/* line 9354, app/assets/stylesheets/css/mobile_menu_css.scss */
.max-width-3 {
  max-width: 1rem !important;
}

/* line 9358, app/assets/stylesheets/css/mobile_menu_css.scss */
.max-width-4 {
  max-width: 1.5rem !important;
}

/* line 9362, app/assets/stylesheets/css/mobile_menu_css.scss */
.max-width-5 {
  max-width: 2rem !important;
}

/* line 9366, app/assets/stylesheets/css/mobile_menu_css.scss */
.max-width-6 {
  max-width: 2.5rem !important;
}

/* line 9370, app/assets/stylesheets/css/mobile_menu_css.scss */
.max-width-8 {
  max-width: 3.5rem;
}

/* line 9374, app/assets/stylesheets/css/mobile_menu_css.scss */
.max-width-9 {
  max-width: 4rem;
}

/* line 9378, app/assets/stylesheets/css/mobile_menu_css.scss */
.max-width-10 {
  max-width: 4.5rem;
}

/* line 9382, app/assets/stylesheets/css/mobile_menu_css.scss */
.max-width-11 {
  max-width: 5rem;
}

/* line 9386, app/assets/stylesheets/css/mobile_menu_css.scss */
.max-width-15 {
  max-width: 7rem;
}

/* line 9390, app/assets/stylesheets/css/mobile_menu_css.scss */
.max-width-19 {
  max-width: 9rem;
}

/* line 9394, app/assets/stylesheets/css/mobile_menu_css.scss */
.max-width-23 {
  max-width: 11rem;
}

/* line 9398, app/assets/stylesheets/css/mobile_menu_css.scss */
.max-width-27 {
  max-width: 13rem;
}

/* line 9402, app/assets/stylesheets/css/mobile_menu_css.scss */
.max-width-35 {
  max-width: 17rem;
}

/* line 9406, app/assets/stylesheets/css/mobile_menu_css.scss */
.max-width-40 {
  max-width: 19.5rem;
}

/* line 9410, app/assets/stylesheets/css/mobile_menu_css.scss */
.max-width-50 {
  max-width: 24.5rem;
}

/* line 9414, app/assets/stylesheets/css/mobile_menu_css.scss */
.max-width-60 {
  max-width: 29.5rem;
}

/*------------------------------------
  Height
------------------------------------*/
/* line 9421, app/assets/stylesheets/css/mobile_menu_css.scss */
.height-40vh {
  height: 40vh;
}

/* line 9425, app/assets/stylesheets/css/mobile_menu_css.scss */
.height-60vh {
  height: 60vh;
}

/* line 9429, app/assets/stylesheets/css/mobile_menu_css.scss */
.height-100vh {
  height: 100vh;
}

/* line 9433, app/assets/stylesheets/css/mobile_menu_css.scss */
.height-4 {
  height: .25rem;
}

/* line 9437, app/assets/stylesheets/css/mobile_menu_css.scss */
.height-250 {
  height: 15.625rem;
}

/* line 9441, app/assets/stylesheets/css/mobile_menu_css.scss */
.height-380 {
  height: 23.75rem;
}

/* line 9445, app/assets/stylesheets/css/mobile_menu_css.scss */
.height-400 {
  height: 25rem;
}

/* line 9449, app/assets/stylesheets/css/mobile_menu_css.scss */
.height-450 {
  height: 28.125rem;
}

/* line 9453, app/assets/stylesheets/css/mobile_menu_css.scss */
.min-height-100vh {
  min-height: 100vh;
}

/* line 9457, app/assets/stylesheets/css/mobile_menu_css.scss */
.min-height-155 {
  min-height: 9.6875rem;
}

/* line 9461, app/assets/stylesheets/css/mobile_menu_css.scss */
.min-height-300 {
  min-height: 18.75rem;
}

/* line 9465, app/assets/stylesheets/css/mobile_menu_css.scss */
.min-height-380 {
  min-height: 23.75rem;
}

/* line 9469, app/assets/stylesheets/css/mobile_menu_css.scss */
.min-height-450 {
  min-height: 28.125rem;
}

/* line 9473, app/assets/stylesheets/css/mobile_menu_css.scss */
.min-height-550 {
  min-height: 34.375rem;
}

/* line 9477, app/assets/stylesheets/css/mobile_menu_css.scss */
.min-height-600 {
  min-height: 37.5rem;
}

/* line 9481, app/assets/stylesheets/css/mobile_menu_css.scss */
.min-height-620 {
  min-height: 38.75rem;
}

@media (min-width: 576px) {
  /* line 9486, app/assets/stylesheets/css/mobile_menu_css.scss */
  .height-sm-100vh {
    height: 100vh;
  }
}

@media (min-width: 768px) {
  /* line 9492, app/assets/stylesheets/css/mobile_menu_css.scss */
  .height-md-60vh {
    height: 60vh;
  }
  /* line 9495, app/assets/stylesheets/css/mobile_menu_css.scss */
  .height-md-100vh {
    height: 100vh;
  }
  /* line 9498, app/assets/stylesheets/css/mobile_menu_css.scss */
  .min-height-md-100vh {
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  /* line 9504, app/assets/stylesheets/css/mobile_menu_css.scss */
  .height-lg-100vh {
    height: 100vh;
  }
  /* line 9507, app/assets/stylesheets/css/mobile_menu_css.scss */
  .min-height-lg-auto {
    min-height: auto;
  }
  /* line 9510, app/assets/stylesheets/css/mobile_menu_css.scss */
  .min-height-lg-100vh {
    min-height: 100vh;
  }
}

@media (min-width: 1200px) {
  /* line 9516, app/assets/stylesheets/css/mobile_menu_css.scss */
  .min-height-xl-100vh {
    min-height: 100vh;
  }
}

/*------------------------------------
  SVG Dividers
------------------------------------*/
/* line 9524, app/assets/stylesheets/css/mobile_menu_css.scss */
.svg-divider-polygon {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 35%, 0 95%);
  clip-path: polygon(0 0, 100% 0, 100% 35%, 0 95%);
}

/*------------------------------------
  Typography Font Size
------------------------------------*/
/* line 9532, app/assets/stylesheets/css/mobile_menu_css.scss */
.font-size-1 {
  font-size: 0.875rem;
}

/* line 9536, app/assets/stylesheets/css/mobile_menu_css.scss */
.font-size-2 {
  font-size: 1.5rem;
}

/* line 9540, app/assets/stylesheets/css/mobile_menu_css.scss */
.font-size-3 {
  font-size: 2rem;
}

/* line 9544, app/assets/stylesheets/css/mobile_menu_css.scss */
.font-size-4 {
  font-size: 2.5rem;
}

/* line 9548, app/assets/stylesheets/css/mobile_menu_css.scss */
.font-size-5 {
  font-size: 3rem;
}

@media (max-width: 991.98px) {
  /* line 9553, app/assets/stylesheets/css/mobile_menu_css.scss */
  .font-size-md-down-3 {
    font-size: 2rem;
  }
  /* line 9556, app/assets/stylesheets/css/mobile_menu_css.scss */
  .font-size-md-down-5 {
    font-size: 3rem;
  }
}

/*------------------------------------
  Font Weight
------------------------------------*/
/* line 9564, app/assets/stylesheets/css/mobile_menu_css.scss */
.font-weight-medium {
  font-weight: 500 !important;
}

/* line 9568, app/assets/stylesheets/css/mobile_menu_css.scss */
.font-weight-semi-bold {
  font-weight: 600 !important;
}

/*------------------------------------
  Line Height
------------------------------------*/
/* line 9575, app/assets/stylesheets/css/mobile_menu_css.scss */
.text-lh-sm {
  line-height: 1.2;
}

/* line 9579, app/assets/stylesheets/css/mobile_menu_css.scss */
.text-lh-md {
  line-height: 1.8;
}

/*------------------------------------
  Text Colors
------------------------------------*/
/* line 9586, app/assets/stylesheets/css/mobile_menu_css.scss */
.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 9590, app/assets/stylesheets/css/mobile_menu_css.scss */
.text-white-70[href]:hover {
  color: #fff;
}

/*------------------------------------
  Transform
------------------------------------*/
/* line 9597, app/assets/stylesheets/css/mobile_menu_css.scss */
.transform-rotate-1 {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transform-origin: 30% 20%;
  transform-origin: 30% 20%;
}

/*------------------------------------
  Transitions
------------------------------------*/
/* 3D Hover */
/* line 9608, app/assets/stylesheets/css/mobile_menu_css.scss */
.transition-3d-hover {
  transition: all 0.2s ease-in-out;
}

/* line 9612, app/assets/stylesheets/css/mobile_menu_css.scss */
.transition-3d-hover:hover, .transition-3d-hover:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

/*------------------------------------
  Z-Index
------------------------------------*/
/* line 9620, app/assets/stylesheets/css/mobile_menu_css.scss */
.z-index-n1 {
  z-index: -1;
}

/* line 9624, app/assets/stylesheets/css/mobile_menu_css.scss */
.z-index-2 {
  z-index: 2;
}

/* line 9628, app/assets/stylesheets/css/mobile_menu_css.scss */
.z-index-4 {
  z-index: 4;
}

/*------------------------------------
  Animate.css
------------------------------------*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 9660, app/assets/stylesheets/css/mobile_menu_css.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 9689, app/assets/stylesheets/css/mobile_menu_css.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/*------------------------------------
  Area Chart
------------------------------------*/
/* line 9697, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-area-chart {
  position: relative;
  line-height: 0;
}

/* line 9702, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-area-chart .ct-point {
  stroke-width: .375rem;
}

/* line 9706, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-area-chart__tooltip {
  color: #77838f;
  background-color: #fff;
  border-radius: 0.3125rem;
  box-shadow: 0 0.375rem 0.9375rem 0.0625rem rgba(140, 152, 164, 0.2);
  padding: 1rem;
  font-size: .75rem;
  font-weight: 400;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}

/* line 9717, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-area-chart__tooltip::before {
  border: 8px #fff;
  margin-left: -.5rem;
}

/* line 9722, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-area-chart__tooltip .chartist-tooltip-value {
  font-weight: 600;
}

/*------------------------------------
  Cubeportfolio
------------------------------------*/
/* line 9729, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-cubeportfolio .u-cubeportfolio__item {
  font-size: .875rem;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
  margin: 0;
  padding-left: .75rem;
  padding-right: .75rem;
}

/* line 9739, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-cubeportfolio .u-cubeportfolio__item:first-child {
  padding-left: 0;
}

/* line 9743, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-cubeportfolio .u-cubeportfolio__item:last-child {
  padding-right: 0;
}

/* line 9747, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-cubeportfolio .u-cubeportfolio__item:hover {
  color: #1e2022;
}

/* line 9751, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-cubeportfolio .u-cubeportfolio__item.cbp-filter-item-active {
  color: #377dff;
  background-color: transparent;
  border: transparent;
}

/* Load more disabled class */
/* line 9758, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-cubeportfolio .cbp-l-loadMore-stop {
  pointer-events: none;
  color: #77838f;
}

/* Zoom overlay effect */
/* line 9764, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-cubeportfolio .cbp-caption-zoom .cbp-caption-activeWrap {
  background-color: rgba(55, 125, 255, 0.9);
}

/*------------------------------------
  Hover Animation Effects
------------------------------------*/
/* line 9771, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-cubeportfolio--reveal-v1 .cbp-l-caption-body {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: 0.4s ease-in-out;
}

/* line 9777, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-cubeportfolio--reveal-v1 .cbp-caption:hover .cbp-l-caption-body {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*------------------------------------
  Custombox
------------------------------------*/
/* line 9785, app/assets/stylesheets/css/mobile_menu_css.scss */
.custombox-lock {
  overflow: auto;
}

/* line 9789, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-custombox-no-scroll.custombox-lock {
  margin-right: 1.0625rem;
  overflow: hidden;
}

/*------------------------------------
  Datatable
------------------------------------*/
/* line 9797, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datatable .dataTables_length,
.u-datatable .dataTables_filter,
.u-datatable .dataTables_info,
.u-datatable .dataTables_paginate {
  display: none;
}

/* line 9804, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datatable__striped .odd {
  background-color: #f8fafd;
}

/* line 9808, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datatable .u-datatable__trigger {
  cursor: pointer;
}

/* line 9812, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datatable .u-datatable__trigger-icon::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  margin-right: .75rem;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* line 9822, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datatable__content td[colspan] {
  padding-left: 0;
  padding-right: 0;
}

/* line 9827, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datatable .opened .u-datatable__trigger-icon::before {
  content: "\f106";
}

/* line 9831, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datatable__thead-icon {
  display: block;
  line-height: .7;
  cursor: pointer;
  color: #bdc5d1;
}

/* line 9838, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datatable__thead-icon:hover {
  color: #377dff;
}

/*------------------------------------
  Dropzone
------------------------------------*/
/* line 9845, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-dropzone {
  width: 100%;
  background-color: #f8fafd;
  border: 2px dashed #e7eaf3;
  border-radius: 0.3125rem;
  cursor: pointer;
  padding: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 9858, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-dropzone .dz-message {
  width: 100%;
  text-align: center;
}

/* line 9863, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-dropzone .dz-details {
  margin-bottom: 1rem;
}

/* line 9867, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-dropzone .dz-file-preview {
  background-color: #fff;
  border-radius: 0.3125rem;
  padding: 1rem;
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}

/* line 9874, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-dropzone .dz-file-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 9880, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-dropzone .dz-filename {
  margin-bottom: .25rem;
}

/* line 9884, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-dropzone .dz-img {
  max-width: 4rem;
  border: 1px solid #e7eaf3;
  border-radius: 0.3125rem;
  padding: 0.25rem;
  margin-right: .75rem;
}

/* line 9892, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-dropzone .dz-close-icon,
.u-dropzone .dz-size {
  color: #77838f;
}

/* line 9897, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-dropzone .dz-title {
  font-size: 0.75rem;
  font-weight: 600;
}

/* line 9902, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-dropzone .dz-size {
  font-size: 80%;
}

/* line 9906, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-dropzone .dz-file-abbr {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 4;
  font-weight: 600;
  font-size: 1rem;
  color: #377dff;
  text-align: center;
  background-color: rgba(55, 125, 255, 0.1);
  border-radius: 0.3125rem;
  margin-right: .75rem;
}

/* line 9920, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-dropzone [data-dz-thumbnail]:not([src]) {
  display: none;
  margin-bottom: 0;
}

/* line 9925, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-dropzone .dz-progress {
  margin-bottom: 1rem;
}

/* line 9929, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-dropzone.dz-started .u-dropzone__message,
.u-dropzone .dz-processing .dz-error-mark,
.u-dropzone .dz-processing .dz-success-mark {
  display: none;
}

/* line 9935, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-dropzone .dz-processing.dz-error .dz-error-mark,
.u-dropzone .dz-processing.dz-success .dz-success-mark {
  display: block;
}

/* line 9940, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-dropzone .dz-processing .dz-error-mark {
  color: #de4437;
}

/* line 9944, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-dropzone .dz-processing .dz-success-mark {
  color: #00c9a7;
}

/*------------------------------------
  DatePicker
------------------------------------*/
/* line 9951, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker {
  position: relative;
}

/* line 9955, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-calendar {
  top: 3.75rem !important;
  left: 0 !important;
  box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
}

/* line 9961, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-calendar::before, .u-datepicker .flatpickr-calendar::after {
  display: none;
}

/* line 9965, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-months {
  position: relative;
  background-color: #377dff;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  padding: .75rem;
}

/* line 9973, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-months .cur-month,
.u-datepicker .flatpickr-months .cur-year {
  color: #fff;
}

/* line 9978, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-current-month,
.u-datepicker .flatpickr-prev-month,
.u-datepicker .flatpickr-next-month {
  padding: 0;
}

/* line 9984, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-prev-month,
.u-datepicker .flatpickr-next-month {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 9991, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-prev-month.flatpickr-prev-month,
.u-datepicker .flatpickr-next-month.flatpickr-prev-month {
  left: .75rem;
}

/* line 9996, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-prev-month.flatpickr-next-month,
.u-datepicker .flatpickr-next-month.flatpickr-next-month {
  right: .75rem;
}

/* line 10001, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-prev-month svg,
.u-datepicker .flatpickr-next-month svg {
  fill: rgba(255, 255, 255, 0.7);
}

/* line 10006, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-prev-month:hover svg,
.u-datepicker .flatpickr-next-month:hover svg {
  fill: #fff;
}

/* line 10011, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-weekday {
  color: #1e2022;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 10017, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-day {
  color: #1e2022;
  border-color: transparent;
}

/* line 10022, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-day:focus, .u-datepicker .flatpickr-day:hover {
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
}

/* line 10027, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-day.inRange {
  background-color: #e7eaf3;
  box-shadow: -0.3125rem 0 0 #e7eaf3, 0.3125rem 0 0 #e7eaf3;
}

/* line 10032, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-day.today {
  color: #fff;
  background-color: #377dff;
}

/* line 10037, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-day.prevMonthDay, .u-datepicker .flatpickr-day.nextMonthDay {
  color: #e7eaf3;
}

/* line 10041, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-day.prevMonthDay:focus, .u-datepicker .flatpickr-day.prevMonthDay:hover, .u-datepicker .flatpickr-day.nextMonthDay:focus, .u-datepicker .flatpickr-day.nextMonthDay:hover {
  color: #97a4af;
  background-color: #e7eaf3;
}

/* line 10046, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-day.disabled {
  color: #e7eaf3;
}

/* line 10050, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-day.disabled:hover {
  color: #97a4af;
  background-color: #e7eaf3;
}

/* line 10055, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-day.selected {
  color: #377dff;
  background-color: transparent;
  border-color: #377dff;
}

/* line 10061, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-day.selected.prevMonthDay:focus, .u-datepicker .flatpickr-day.selected.nextMonthDay:focus, .u-datepicker .flatpickr-day.selected.prevMonthDay:hover, .u-datepicker .flatpickr-day.selected.nextMonthDay:hover {
  color: #377dff;
  background-color: transparent;
}

/* line 10066, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .flatpickr-day.selected.startRange, .u-datepicker .flatpickr-day.selected.endRange {
  color: #fff;
  background-color: #377dff;
}

/* line 10071, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .numInputWrapper span.arrowUp,
.u-datepicker .numInputWrapper span.arrowDown {
  display: none;
}

/* line 10076, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker .numInputWrapper:hover {
  background-color: transparent;
}

/* Positions */
/* line 10081, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-datepicker--top .flatpickr-calendar {
  top: auto !important;
  bottom: 3.5rem !important;
}

/*------------------------------------
  Dzsparallaxer
------------------------------------*/
/* line 10089, app/assets/stylesheets/css/mobile_menu_css.scss */
.dzsparallaxer {
  color: inherit;
}

/*--------------------------------------------------
  Fancybox
----------------------------------------------------*/
/* line 10096, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fancybox-theme .fancybox-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 10104, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fancybox-theme .fancybox-slide--iframe .fancybox-content {
  position: static;
}

/* line 10108, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fancybox-theme .fancybox-bg {
  background-color: #1e2022;
}

/* line 10112, app/assets/stylesheets/css/mobile_menu_css.scss */
.fancybox-controls--canzoomIn .fancybox-placeholder,
.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: inherit;
}

/* line 10117, app/assets/stylesheets/css/mobile_menu_css.scss */
.fancybox-slide.has-animation {
  display: block;
}

/* line 10121, app/assets/stylesheets/css/mobile_menu_css.scss */
.fancybox-is-sliding .fancybox-slide.has-animation,
.fancybox-slide--current.has-animation,
.fancybox-slide--next.has-animation,
.fancybox-slide--previous.has-animation {
  display: none;
}

/* line 10128, app/assets/stylesheets/css/mobile_menu_css.scss */
.fancybox-is-sliding .fancybox-slide.has-animation.animated,
.fancybox-slide--current.has-animation.animated,
.fancybox-slide--next.has-animation.animated,
.fancybox-slide--previous.has-animation.animated {
  display: block;
}

/* line 10135, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-blur-30 {
  -webkit-filter: blur(30px);
  filter: blur(30px);
}

/*------------------------------------
  Fileuploader
------------------------------------*/
/* Default Style */
/* line 10144, app/assets/stylesheets/css/mobile_menu_css.scss */
.fileuploader {
  margin-top: 0;
}

/* Front Style */
/* line 10149, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fileuploader-input {
  display: block;
  cursor: pointer;
  background: #fff;
  border: 2px dashed #e7eaf3;
  border-radius: 0.3125rem;
  padding: 2rem 0;
  text-align: center;
}

/* line 10159, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fileuploader-input__icon {
  display: block;
  color: #377dff;
  font-size: 2.5rem;
}

/* Dragging State */
/* line 10166, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fileuploader-input__inner,
.u-fileuploader-input.fileuploader-dragging .u-fileuploader-input__icon {
  transition: all 0.3s ease-in-out;
}

/* line 10171, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fileuploader-input.fileuploader-dragging .u-fileuploader-input__inner {
  opacity: .6;
}

/* line 10175, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fileuploader-input.fileuploader-dragging .u-fileuploader-input__icon {
  -webkit-transform: translateY(18px);
  transform: translateY(18px);
}

/* line 10180, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-fileuploader-input.fileuploader-dragging .u-fileuploader-input__btn {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

/*------------------------------------
  Onscroll Animation
------------------------------------*/
/* line 10189, app/assets/stylesheets/css/mobile_menu_css.scss */
[data-animation]:not(.u-in-viewport) {
  visibility: hidden;
}

/* line 10193, app/assets/stylesheets/css/mobile_menu_css.scss */
.js-carousel[data-animation] {
  visibility: visible;
}

/* line 10197, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-in-viewport {
  visibility: visible;
}

/*------------------------------------
  Range Slider
------------------------------------*/
/* line 10204, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider {
  height: 1.25rem;
}

/* line 10208, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider .irs {
  height: 1.25rem;
}

/* line 10212, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider .irs-line {
  top: .5rem;
  height: 0.25rem;
}

/* line 10217, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider .irs-line-left {
  left: 0;
  height: 0.25rem;
  background-color: #e7eaf3;
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
}

/* line 10225, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider .irs-line-mid {
  height: 0.25rem;
  background-color: #e7eaf3;
}

/* line 10230, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider .irs-line-right {
  right: 0;
  height: 0.25rem;
  background-color: #e7eaf3;
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem;
}

/* line 10238, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider .irs-bar {
  top: .5rem;
  height: 0.25rem;
  background-color: #377dff;
}

/* line 10244, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider .irs-bar-edge {
  top: .5rem;
  left: .0625rem;
  height: 0.25rem;
  width: .6875rem;
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
  background-color: #377dff;
}

/* line 10254, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider .irs-slider {
  top: -.1875rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0.1875rem 0.75rem rgba(140, 152, 164, 0.3125);
}

/* line 10264, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider .irs-slider.state_hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* line 10269, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider .irs-from,
.u-range-slider .irs-to,
.u-range-slider .irs-single {
  display: inline-block;
  min-width: 2.5rem;
  background-color: #fff;
  color: #1e2022;
  font-size: 0.875rem;
  text-shadow: none;
  text-align: center;
  border-radius: 0.3125rem;
  box-shadow: 0 0 35px rgba(140, 152, 164, 0.125);
  padding: .5rem;
}

/* Indicator */
/* line 10285, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider-indicator {
  height: 5rem;
}

/* line 10289, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider-indicator .irs {
  height: 5rem;
}

/* line 10293, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider-indicator.u-range-slider-grid {
  height: 8rem;
}

/* line 10297, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider-indicator.u-range-slider-grid .irs {
  height: 8rem;
}

/* line 10301, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider-indicator .irs-line {
  top: 3.875rem;
}

/* line 10305, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider-indicator .irs-bar {
  top: 3.875rem;
}

/* line 10309, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider-indicator .irs-bar-edge {
  top: 3.875rem;
}

/* line 10313, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider-indicator .irs-slider {
  top: 3.1875rem;
}

/* Grid */
/* line 10318, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider-grid {
  height: 4.5rem;
}

/* line 10322, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider-grid .irs {
  height: 4.5rem;
}

/* line 10326, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider-grid .irs-grid {
  height: 2.5rem;
}

/* line 10330, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider-grid .irs-grid-text {
  display: inline-block;
  min-width: 2.5rem;
  line-height: 1;
  font-size: 0.875rem;
  color: #77838f;
  border-radius: 6.1875rem;
  padding: 0.25rem;
}

/* line 10340, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider-grid .irs-grid-text.current {
  background: rgba(55, 125, 255, 0.1);
  color: #377dff;
}

/* line 10345, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider-grid .irs-grid-pol {
  height: .75rem;
  background-color: #e7eaf3;
}

/* line 10350, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-range-slider-grid .irs-grid-pol.small {
  display: none;
}

/*------------------------------------
  Select
------------------------------------*/
/* line 10357, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-select.bootstrap-select li .dropdown-item.opt {
  padding-left: 1.5rem;
}

/* line 10361, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-select.bootstrap-select .bs-searchbox {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/* line 10366, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-select.bootstrap-select .dropdown-header .text {
  font-size: 80%;
  font-weight: 500;
  color: #1e2022;
  text-transform: uppercase;
}

/* line 10373, app/assets/stylesheets/css/mobile_menu_css.scss */
.dropdown-select .form-control {
  margin-bottom: .5rem;
}

/*------------------------------------
  Slick
------------------------------------*/
/* line 10380, app/assets/stylesheets/css/mobile_menu_css.scss */
[data-lazy] {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* line 10385, app/assets/stylesheets/css/mobile_menu_css.scss */
.slick-cloned [data-scs-animation-in] {
  opacity: 0;
}

/* line 10389, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick {
  background: url(/../svg/preloaders/circle-preloader.svg) no-repeat 50% 50%;
}

/* line 10393, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick .js-next,
.u-slick .js-prev {
  opacity: 0;
}

/* line 10398, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick.slick-initialized {
  background: none;
}

/* line 10402, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick.slick-initialized .js-slide,
.u-slick.slick-initialized .js-thumb {
  visibility: visible;
  height: auto;
  overflow: visible;
}

/* line 10409, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick.slick-initialized .js-next,
.u-slick.slick-initialized .js-prev {
  opacity: 1;
}

/* line 10414, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick .js-slide,
.u-slick .js-thumb {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

/* line 10421, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-slick .js-slide:first-child,
.u-slick .js-thumb:first-child {
  height: auto;
}

/*------------------------------------
  Summernote Editor
------------------------------------*/
/* line 10429, app/assets/stylesheets/css/mobile_menu_css.scss */
.note-modal-footer {
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 30px;
}

/* line 10438, app/assets/stylesheets/css/mobile_menu_css.scss */
.note-modal-footer .note-btn {
  float: inherit;
}

/* line 10442, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-summernote-editor .note-editor.note-frame {
  border-color: #e7eaf3;
}

/* line 10446, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-summernote-editor .note-editor.note-frame .note-statusbar {
  background-color: #f8fafd;
  border-top-color: #e7eaf3;
}

/* line 10451, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-summernote-editor .note-toolbar {
  background-color: #f8fafd;
}

/* line 10455, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-summernote-editor .note-toolbar > .note-btn-group {
  border: 1px solid #e7eaf3;
  border-radius: 0.3125rem;
}

/* line 10460, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-summernote-editor .note-toolbar .note-dropdown-menu {
  min-width: 12.5rem;
  border-color: #e7eaf3;
  box-shadow: 0 0 35px rgba(140, 152, 164, 0.125);
  padding: .5rem;
}

/* line 10467, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-summernote-editor .note-toolbar .note-color .note-dropdown-menu {
  min-width: 21.5rem;
}

/* line 10471, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-summernote-editor .note-btn:focus, .u-summernote-editor .note-btn:hover {
  color: #377dff;
  background-color: transparent;
}

/* line 10476, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-summernote-editor .note-dropdown-item:hover {
  background-color: #f8fafd;
}

/* line 10480, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-summernote-editor .dropdown-toggle::after {
  display: none;
}

/*------------------------------------
  Tagsinput
------------------------------------*/
/* line 10487, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-tagsinput .bootstrap-tagsinput {
  width: 100%;
  border-color: #e7eaf3;
  border-radius: 0.3125rem;
  box-shadow: none;
  padding: .25rem;
  padding-bottom: 0;
}

/* line 10496, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-tagsinput .bootstrap-tagsinput::before {
  content: "|";
  display: inline-block;
  width: 1px;
  line-height: 1;
  font-size: .625rem;
  opacity: 0;
  padding: .75rem 0;
}

/* line 10506, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-tagsinput .bootstrap-tagsinput .tag {
  position: relative;
  display: inline-block;
  font-size: .875rem;
  color: #77838f;
  background-color: rgba(119, 131, 143, 0.1);
  border-radius: 0.3125rem;
  padding: .25rem 1.875rem .25rem .75rem;
  margin-bottom: .25rem;
  margin-right: 0;
}

/* line 10518, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-tagsinput .bootstrap-tagsinput .tag [data-role="remove"] {
  position: absolute;
  right: .5rem;
  top: 50%;
  color: #77838f;
  font-size: 1.25rem;
  outline: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 10529, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-tagsinput .bootstrap-tagsinput .tag [data-role="remove"]::after {
  content: "\00d7";
}

/* line 10533, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-tagsinput .bootstrap-tagsinput .tag [data-role="remove"]:hover {
  color: #1e2022;
  box-shadow: none;
}

/*------------------------------------
  Typed.js
------------------------------------*/
/* line 10541, app/assets/stylesheets/css/mobile_menu_css.scss */
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 10571, app/assets/stylesheets/css/mobile_menu_css.scss */
.u-hamburger, #mobileNav {
  display: none;
}

@media screen and (max-width: 1190px) {
  /* line 10575, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-hamburger {
    display: inline-block;
    display: inline-block;
    position: absolute;
    right: 18px;
    top: 19px;
    z-index: 99999999999;
    background: transparent !important;
  }
  /* line 10584, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-hamburger.btn, .u-hamburger.btn:focus, .u-hamburger.btn.focus {
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
  }
  /* line 10589, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-hamburger__inner, .u-hamburger__inner::before, .u-hamburger__inner::after {
    width: 1.9rem;
    height: 0.135rem;
  }
  /* line 10593, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-hamburger__inner, .u-hamburger__inner::before, .u-hamburger__inner::after {
    background-color: #05b6a6;
  }
  /* line 10596, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-hamburger:hover .u-hamburger__inner, .u-hamburger:hover .u-hamburger__inner::before, .u-hamburger:hover .u-hamburger__inner::after {
    background-color: #05b6a6;
  }
  /* line 10599, app/assets/stylesheets/css/mobile_menu_css.scss */
  div#mobileNav {
    display: block;
    background: #fff !important;
    position: absolute;
    z-index: 9999999999999;
    padding: 0;
  }
  /* line 10606, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header__navbar {
    padding: 0px;
    padding: 0px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    max-height: calc(100vh - 188px);
    overflow: hidden;
    overflow-y: scroll !important;
    box-shadow: 1px 1px 32px -18px rgba(0, 0, 0, 0.5);
    width: 100%;
    margin: 0 0%;
    background: #fff !important;
  }
}

/* line 10622, app/assets/stylesheets/css/mobile_menu_css.scss */
.show-on-mobile.mobile_app_icons button.navbar-toggler.btn.u-hamburger {
  display: none;
}

@media screen and (max-width: 1190px) {
  /* line 10626, app/assets/stylesheets/css/mobile_menu_css.scss */
  .contact-container button.navbar-toggler.btn.u-hamburger {
    display: inline-block !important;
  }
  /* line 10629, app/assets/stylesheets/css/mobile_menu_css.scss */
  ul#pagesSubMenu {
    height: inherit !important;
  }
  /* line 10633, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header__navbar .u-header__sub-menu .hs-has-sub-menu {
    padding: 0 !important;
  }
  /* line 10637, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header__navbar .u-header__sub-menu {
    border: none !important;
  }
  /* line 10641, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header__sub-menu-nav-link-toggle::after, .u-header__nav-link-toggle::after {
    margin-left: 10px !important;
    margin-right: auto;
  }
  /* line 10649, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-header__nav-item:hover .u-header__nav-link, .u-header__nav-item:focus .u-header__nav-link, .navbar-expand-xl #navBar > ul > li.hs-sub-menu-opened > a, .navbar-expand-xl #navBar > ul > li.active > a {
    background: #007640  !important;
    color: #fff !important;
  }
  /* line 10653, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__nav-link, .navbar-expand-xl .u-header__sub-menu-nav-link {
    padding: 10px 20px;
    line-height: 23px;
  }
  /* line 10658, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
    padding-left: 0;
  }
  /* line 10660, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl #navBar ul.hs-sub-menu > li.hs-sub-menu-opened > a:hover,
.navbar-expand-xl #navBar ul.hs-sub-menu > li.hs-sub-menu-opened > a:focus,
.navbar-expand-xl #navBar ul.hs-sub-menu > li.active > a,
.navbar-expand-xl #navBar ul.hs-sub-menu > li.hs-sub-menu-opened > a {
    background: #F2FDF9;
    color: #121212;
  }
  /* line 10668, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl #navBar > ul > li > ul > li > a {
    padding: 10px 30px;
    line-height: 23px;
  }
  /* line 10672, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl #navBar > ul > li > ul > li > a:hover,
.navbar-expand-xl #navBar > ul > li > ul > li > a:active,
.navbar-expand-xl #navBar > ul > li > ul > li > a:focus,
.navbar-expand-xl #navBar > ul > li > ul > li.active > a {
    background: #F2FDF9;
    color: #121212;
  }
  /* line 10680, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #121212;
    line-height: 25px;
  }
  /* line 10688, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl ul.hs-sub-menu > li.hs-has-sub-menu > a {
    padding: 10px 30px;
  }
  /* line 10690, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl ul.hs-sub-menu > li.hs-has-sub-menu > ul.hs-sub-menu > li > a {
    padding: 10px 40px;
    line-height: 23px;
  }
  /* line 10694, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-expand-xl ul.hs-sub-menu > li.hs-has-sub-menu > ul.hs-sub-menu > li > a:hover,
.navbar-expand-xl ul.hs-sub-menu > li.hs-has-sub-menu > ul.hs-sub-menu > li > a:focus,
.navbar-expand-xl ul.hs-sub-menu > li.hs-has-sub-menu > ul.hs-sub-menu > li.active > a {
    background: #EBF8FF !important;
    color: #0196D2 !important;
  }
  /* line 10701, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-nav li.simple-item a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #121212;
    padding: 10px 20px;
    line-height: normal;
    line-height: 25px;
  }
  /* line 10710, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-nav li.simple-item.active a, .navbar-nav li.simple-item:hover a, .navbar-nav li.simple-item:focus a {
    background: #007640  !important;
    color: #fff !important;
  }
  /* line 10715, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-nav li.simple-item.green_link a {
    background: #007640 !important;
    color: #fff !important;
  }
  /* line 10720, app/assets/stylesheets/css/mobile_menu_css.scss */
  .navbar-nav li.simple-item.green_link.active a, .navbar-nav li.simple-item.green_link:hover a, .navbar-nav li.simple-item.green_link:focus a {
    background: #007640  !important;
    color: #fff !important;
  }
}

@media screen and (max-width: 991px) {
  /* line 10728, app/assets/stylesheets/css/mobile_menu_css.scss */
  .welcome-text {
    margin-right: 0px;
  }
  /* line 10731, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-hamburger {
    top: 19px !important;
  }
}

@media screen and (max-width: 785px) {
  /* line 10736, app/assets/stylesheets/css/mobile_menu_css.scss */
  .callto-actions-top {
    margin-top: 4px;
  }
  /* line 10739, app/assets/stylesheets/css/mobile_menu_css.scss */
  .u-hamburger {
    right: 18px;
    top: 9px;
  }
}

@media screen and (max-width: 575px) {
  /* line 10746, app/assets/stylesheets/css/mobile_menu_css.scss */
  .contact-container button.navbar-toggler.btn.u-hamburger {
    display: none !important;
  }
  /* line 10749, app/assets/stylesheets/css/mobile_menu_css.scss */
  .show-on-mobile.mobile_app_icons button.navbar-toggler.btn.u-hamburger {
    display: inline-block !important;
    right: 0px;
    top: 3px;
    margin-right: -45px;
  }
  /* line 10755, app/assets/stylesheets/css/mobile_menu_css.scss */
  .show-on-mobile.mobile_app_icons a:nth-child(2) {
    margin-right: 0px;
  }
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/css/custom-new.scss */
#fh5co-header-section .container-fluid {
  max-width: inherit;
  padding-right: 25px;
  padding-left: 25px;
}

@media screen and (max-width: 1190px) {
  /* line 7, app/assets/stylesheets/css/custom-new.scss */
  #fh5co-header-section .container-fluid {
    max-width: inherit;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 13, app/assets/stylesheets/css/custom-new.scss */
#banner-slider .item-bg {
  max-height: 427px;
  overflow: hidden;
}

/* line 17, app/assets/stylesheets/css/custom-new.scss */
.inner_banner_content_wrap > img {
  max-height: 427px;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1600px) {
  /* line 23, app/assets/stylesheets/css/custom-new.scss */
  .item-bg {
    min-height: 385px;
    position: relative;
  }
  /* line 27, app/assets/stylesheets/css/custom-new.scss */
  .inner_banner_content_wrap > img {
    min-height: 385px;
    width: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 1440px) {
  /* line 34, app/assets/stylesheets/css/custom-new.scss */
  .item-bg {
    min-height: 375px;
    position: relative;
  }
  /* line 38, app/assets/stylesheets/css/custom-new.scss */
  .inner_banner_content_wrap > img {
    min-height: 375px;
    width: 100%;
    object-fit: cover;
  }
  /* line 43, app/assets/stylesheets/css/custom-new.scss */
  #fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown {
    left: 50%;
    transform: translateX(-5%);
  }
}

@media screen and (max-width: 1280px) {
  /* line 49, app/assets/stylesheets/css/custom-new.scss */
  .item-bg {
    min-height: 345px;
    position: relative;
  }
  /* line 53, app/assets/stylesheets/css/custom-new.scss */
  .inner_banner_content_wrap > img {
    min-height: 345px;
    width: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 1024px) {
  /* line 60, app/assets/stylesheets/css/custom-new.scss */
  .item-bg {
    min-height: 315px;
    position: relative;
  }
  /* line 64, app/assets/stylesheets/css/custom-new.scss */
  .inner_banner_content_wrap > img {
    min-height: 315px;
    width: 100%;
    object-fit: cover;
  }
}

/* line 70, app/assets/stylesheets/css/custom-new.scss */
div#banner-slider .banner-item .digi-banner-content h1 {
  font-size: 34px;
  line-height: 48px;
  color: #121212;
  margin-bottom: 15px;
}

/* line 76, app/assets/stylesheets/css/custom-new.scss */
div#banner-slider .banner-item .digi-banner-content p {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #121212;
  margin-bottom: 15px;
}

@media screen and (max-width: 1100px) {
  /* line 85, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .digi-banner-content h1 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 12px;
  }
  /* line 90, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .digi-banner-content p {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #121212;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 991px) {
  /* line 100, app/assets/stylesheets/css/custom-new.scss */
  .item-bg {
    min-height: 300px;
    position: relative;
  }
  /* line 104, app/assets/stylesheets/css/custom-new.scss */
  .inner_banner_content_wrap > img {
    min-height: 300px;
    width: 100%;
    object-fit: cover;
  }
  /* line 109, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .owl-dots {
    bottom: 3px;
  }
  /* line 112, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .digi-banner-content h1 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 8px;
  }
  /* line 117, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .digi-banner-content p {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 630px) {
  /* line 124, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .digi-banner-content h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 8px;
  }
  /* line 129, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .digi-banner-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 575px) {
  /* line 136, app/assets/stylesheets/css/custom-new.scss */
  .item-bg {
    min-height: 250px;
    position: relative;
  }
  /* line 140, app/assets/stylesheets/css/custom-new.scss */
  .inner_banner_content_wrap > img {
    min-height: 250px;
    width: 100%;
    object-fit: cover;
  }
  /* line 145, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .owl-dots {
    bottom: 3px;
  }
  /* line 148, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .container {
    top: 45%;
  }
  /* line 151, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .digi-banner-content h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  /* line 156, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .digi-banner-content p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 430px) {
  /* line 163, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .digi-banner-content h1 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  /* line 168, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .digi-banner-content p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 3px;
    font-weight: 500;
  }
  /* line 174, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .container {
    top: 19px;
  }
  /* line 177, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider.owl-carousel .owl-item .item-bg.bg1 img {
    object-position: -420px;
  }
}

@media screen and (max-width: 387px) {
  /* line 182, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .digi-banner-content h1 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  /* line 187, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .digi-banner-content p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 3px;
    font-weight: 500;
  }
  /* line 193, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .container {
    top: 19px;
  }
  /* line 196, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider.owl-carousel .owl-item .item-bg.bg1 img {
    object-position: -420px;
  }
}

/* line 200, app/assets/stylesheets/css/custom-new.scss */
.u-header__nav-link-toggle::after {
  font-size: 90%;
  font-weight: bolder;
}

/* line 205, app/assets/stylesheets/css/custom-new.scss */
.main-menu-wrap .navbar-container {
  justify-content: space-between;
}

/* line 208, app/assets/stylesheets/css/custom-new.scss */
body #fh5co-primary-menu li.sf-with-ul a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  position: relative;
  float: none;
  margin-left: 4px;
  margin-right: -7px;
  right: -7px;
  font-size: 12px;
  margin-top: 0;
  color: #121212;
  width: 6px;
  height: 6px;
  border: none;
  border-right: 1px solid #121212;
  border-bottom: 1px solid #121212;
  transform: rotate(43deg) translate(-55%, -5%);
  top: 2px;
  background: #fff;
}

/* line 230, app/assets/stylesheets/css/custom-new.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu {
  transform: translate(-60px);
}

/* line 233, app/assets/stylesheets/css/custom-new.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu:before {
  left: 50px;
}

@media screen and (max-width: 655px) {
  /* line 237, app/assets/stylesheets/css/custom-new.scss */
  .callto-links-top a.invert {
    display: none;
  }
}

@media screen and (min-width: 1500px) {
  /* line 242, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 575px) {
  /* line 249, app/assets/stylesheets/css/custom-new.scss */
  .show-on-mobile.mobile_app_icons {
    top: 50%;
    transform: translateY(-47%);
  }
  /* line 253, app/assets/stylesheets/css/custom-new.scss */
  .fh5co-nav-toggle {
    top: -43px;
  }
  /* line 256, app/assets/stylesheets/css/custom-new.scss */
  .contact-container button.navbar-toggler.btn.u-hamburger,
.main-menu-wrap div#callto-actions-top {
    display: inline-block !important;
  }
}

@media screen and (max-width: 499px) {
  /* line 262, app/assets/stylesheets/css/custom-new.scss */
  .fh5co-nav-toggle {
    top: -39px;
  }
}

@media screen and (max-width: 450px) {
  /* line 267, app/assets/stylesheets/css/custom-new.scss */
  .fh5co-nav-toggle {
    top: -34px;
  }
}

@media screen and (max-width: 380px) {
  /* line 272, app/assets/stylesheets/css/custom-new.scss */
  .fh5co-nav-toggle {
    top: -33px;
  }
}

@media screen and (min-width: 1850px) {
  /* line 277, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* line 283, app/assets/stylesheets/css/custom-new.scss */
.main-menu-wrap {
  padding-top: 0px;
  padding-bottom: 5px;
}

@media screen and (max-width: 430px) {
  /* line 288, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider.owl-carousel .owl-item .item-bg img {
    opacity: 0.5;
  }
  /* line 291, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider.owl-carousel .owl-item .item-bg.bg3 img {
    object-position: 70%;
  }
}

/* line 295, app/assets/stylesheets/css/custom-new.scss */
ul.list-with-check-mark button[data-toggle="popover"] {
  /*background:0 0!important;border:1px solid #272727;color:#272727;border-radius:25px;font-size:11px;width:20px;height:20px;padding:0;text-align:center;line-height:19px;position:relative;top:-1px;margin-left:4px*/
  background: url("https://digimedspa.s3.us-west-1.amazonaws.com/mp-icon.png") no-repeat !important;
  background-size: contain !important;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  text-align: center;
  line-height: 19px;
  position: relative;
  top: -1px;
  margin-left: 4px;
}

/* line 309, app/assets/stylesheets/css/custom-new.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li > ul li a:before {
  content: "•";
}

/* line 312, app/assets/stylesheets/css/custom-new.scss */
.why-digimedspa-section .card-body {
  padding: 0 1.25rem 0.5rem;
}

/* line 315, app/assets/stylesheets/css/custom-new.scss */
#gtco-footer .gtco-widget ul.quick-links li {
  margin-bottom: 15px;
}

/* line 318, app/assets/stylesheets/css/custom-new.scss */
#gtco-footer .gtco-widget ul.quick-links li a {
  display: block;
}

/* line 321, app/assets/stylesheets/css/custom-new.scss */
.welcome-text a.mobile_login_link {
  display: none;
}

@media screen and (max-width: 575px) {
  /* line 325, app/assets/stylesheets/css/custom-new.scss */
  .welcome-text a.themebtn {
    float: left;
    margin-bottom: 10px;
  }
  /* line 329, app/assets/stylesheets/css/custom-new.scss */
  .welcome-text a.mobile_login_link {
    display: inline-block;
    float: right;
    margin-bottom: 10px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 609px) {
  /* line 337, app/assets/stylesheets/css/custom-new.scss */
  .callto-actions-top {
    margin-right: 55px;
  }
}

/* line 341, app/assets/stylesheets/css/custom-new.scss */
body.mfp-zoom-out-cur div#fh5co-wrapper {
  z-index: 0;
}

/* line 345, app/assets/stylesheets/css/custom-new.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown {
  min-width: 55em;
}

/*#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > li {
    width: 42%;
}*/
/* line 351, app/assets/stylesheets/css/custom-new.scss */
ul.list-with-check-mark button[data-toggle="popover"] {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/mp-icon.png) center center/contain no-repeat !important;
  width: 19px;
  height: 19px;
  top: -2px;
  margin-left: 2px;
}

/* line 358, app/assets/stylesheets/css/custom-new.scss */
.esthetic-practice .section-gradient-text {
  position: relative;
  padding-left: 40px;
}

/* line 362, app/assets/stylesheets/css/custom-new.scss */
.esthetic-practice .section-gradient-text:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #05b3a9;
  position: absolute;
  left: 0;
  top: 18px;
}

@media screen and (max-width: 1190px) {
  /* line 372, app/assets/stylesheets/css/custom-new.scss */
  .main-menu-wrap {
    padding-top: 15px;
  }
}

@media screen and (max-width: 657px) {
  /* line 377, app/assets/stylesheets/css/custom-new.scss */
  .side-social-icons {
    left: 0;
    top: auto;
    bottom: 315px;
  }
  /* line 382, app/assets/stylesheets/css/custom-new.scss */
  .side-social-icons ul li a {
    width: 25px;
    padding: 3px 4px;
    font-size: 13px;
  }
  /* line 387, app/assets/stylesheets/css/custom-new.scss */
  .chat-icons a.chat-icon1 img {
    max-width: 17px;
  }
  /* line 390, app/assets/stylesheets/css/custom-new.scss */
  .chat-icons a.chat-icon2 img {
    max-width: 13px;
  }
  /* line 393, app/assets/stylesheets/css/custom-new.scss */
  .chat-icons a {
    width: 30px;
    height: 30px;
    line-height: 27px;
  }
  /* line 398, app/assets/stylesheets/css/custom-new.scss */
  .fixed-area {
    right: 0;
    top: auto;
    bottom: 330px;
  }
  /* line 403, app/assets/stylesheets/css/custom-new.scss */
  ul.list-with-check-mark button[data-toggle="popover"] {
    width: 28px;
    height: 20px;
    top: -2px;
    margin-left: 2px;
    position: relative;
    z-index: 4;
  }
  /* line 411, app/assets/stylesheets/css/custom-new.scss */
  .rounded-border-container {
    padding: 50px 10px;
  }
  /* line 414, app/assets/stylesheets/css/custom-new.scss */
  .who-we-are-text-with-bg p {
    font-size: 20px;
    line-height: 30px;
  }
  /* line 418, app/assets/stylesheets/css/custom-new.scss */
  .section-arrow.section-inner-arow {
    display: none;
  }
  /* line 421, app/assets/stylesheets/css/custom-new.scss */
  .media.phone-link.link_new {
    flex-basis: auto;
  }
}

/* line 425, app/assets/stylesheets/css/custom-new.scss */
.main-menu-wrap {
  background: #fff;
}

/* line 428, app/assets/stylesheets/css/custom-new.scss */
#fh5co-primary-menu .fh5co-sub-menu > li.sf-withul:hover > a,
#fh5co-primary-menu .fh5co-sub-menu li > a:hover,
#fh5co-primary-menu .fh5co-sub-menu li > a:active,
#fh5co-primary-menu .fh5co-sub-menu > li.hover-1.sf-withul:hover > a,
#fh5co-primary-menu .fh5co-sub-menu li.hover-1 > a:hover,
#fh5co-primary-menu .fh5co-sub-menu li.hover-1 > a:active,
#fh5co-primary-menu .fh5co-sub-menu > li.hover-2.sf-withul:hover > a,
#fh5co-primary-menu .fh5co-sub-menu li.hover-2 > a:hover,
#fh5co-primary-menu .fh5co-sub-menu li.hover-2 > a:active,
#fh5co-primary-menu .fh5co-sub-menu > li.hover-3.sf-withul:hover > a,
#fh5co-primary-menu .fh5co-sub-menu li.hover-3 > a:hover,
#fh5co-primary-menu .fh5co-sub-menu li.hover-3 > a:active,
#fh5co-primary-menu .fh5co-sub-menu > li.hover-4.sf-withul:hover > a,
#fh5co-primary-menu .fh5co-sub-menu li.hover-4 > a:hover,
#fh5co-primary-menu .fh5co-sub-menu li.hover-4 > a:active {
  background: #f2fdf9 !important;
  color: #007640 !important;
}

/* line 446, app/assets/stylesheets/css/custom-new.scss */
.section-arrow-2 img,
.section-arrow img {
  max-width: 360px;
}

/* line 450, app/assets/stylesheets/css/custom-new.scss */
.section-arrow-2 {
  top: 65px;
  margin-top: -90px;
}

/* line 454, app/assets/stylesheets/css/custom-new.scss */
.section-arrow {
  top: -70px;
  margin-bottom: -100px;
}

/* line 458, app/assets/stylesheets/css/custom-new.scss */
.section-arrow.adjust_arrow {
  margin-bottom: -70px;
}

@media screen and (max-width: 991px) {
  /* line 462, app/assets/stylesheets/css/custom-new.scss */
  .section-arrow,
.section-arrow-2 {
    margin-bottom: 0px;
    margin-top: 0px;
    height: 0px;
    display: none;
  }
  /* line 469, app/assets/stylesheets/css/custom-new.scss */
  .esthetic-practice .blue-light-bg,
.esthetic-practice .transparent-bg {
    padding: 50px 0 0;
  }
}

/* line 474, app/assets/stylesheets/css/custom-new.scss */
#fh5co-primary-menu .fh5co-sub-menu li.hover-2.active > a,
#fh5co-primary-menu .fh5co-sub-menu li.hover-1.active > a,
#fh5co-primary-menu .fh5co-sub-menu li.hover-3.active > a,
#fh5co-primary-menu .fh5co-sub-menu li.hover-4.active > a,
#fh5co-primary-menu .fh5co-sub-menu li.active > a {
  background: #f2fdf9 !important;
  color: #007640 !important;
}

/* line 482, app/assets/stylesheets/css/custom-new.scss */
.sticky-banner.stuck .main-menu-wrap {
  padding-top: 0px;
  padding-bottom: 6px;
}

/* line 488, app/assets/stylesheets/css/custom-new.scss */
.blue-light-bg {
  padding-top: 30px;
  padding-bottom: 40px;
}

/* line 492, app/assets/stylesheets/css/custom-new.scss */
.section-arrow-2 img, .section-arrow img {
  max-width: 280px;
}

/* line 495, app/assets/stylesheets/css/custom-new.scss */
.section-arrow {
  left: 42%;
}

/* line 498, app/assets/stylesheets/css/custom-new.scss */
.transparent-bg {
  padding-bottom: 10px;
}

/* line 501, app/assets/stylesheets/css/custom-new.scss */
.section-arrow-2 {
  left: 42%;
}

/* line 504, app/assets/stylesheets/css/custom-new.scss */
.section-arrow-2 {
  margin-top: -110px;
  margin-bottom: 10px;
}

/* line 508, app/assets/stylesheets/css/custom-new.scss */
.section-arrow.adjust_arrow {
  margin-bottom: -70px;
}

/* line 511, app/assets/stylesheets/css/custom-new.scss */
.section-arrow-2.adjust_arrow2 {
  margin-top: -90px;
  margin-bottom: 20px;
}

/* line 515, app/assets/stylesheets/css/custom-new.scss */
.banner_overlay_mobile {
  display: none;
}

/* line 519, app/assets/stylesheets/css/custom-new.scss */
.digi-banner-mobile-buttons {
  display: none;
}

/* line 523, app/assets/stylesheets/css/custom-new.scss */
.esthetic-practice .section-gradient-text {
  text-transform: uppercase;
}

@media screen and (max-width: 575px) {
  /* line 529, app/assets/stylesheets/css/custom-new.scss */
  .topbar-search-box-text {
    font-size: 12px;
    margin-bottom: 5px;
  }
  /* line 533, app/assets/stylesheets/css/custom-new.scss */
  .topbar-search-form .form-control {
    font-size: 11px;
    height: 30px !important;
  }
  /* line 537, app/assets/stylesheets/css/custom-new.scss */
  .topbar-search-form .form-contro::placeholder {
    color: #272727;
  }
  /* line 540, app/assets/stylesheets/css/custom-new.scss */
  .topbar-search-form .search-icon {
    padding: 7px 11px;
  }
  /* line 543, app/assets/stylesheets/css/custom-new.scss */
  .topbar-search-form .search-icon img {
    max-width: 20px;
  }
  /*.topbar-search-form .input-group .form-control {
       padding: 3px 0 0;
   }*/
  /* line 549, app/assets/stylesheets/css/custom-new.scss */
  .topbar-search-form {
    margin-bottom: 9px;
  }
  /* line 552, app/assets/stylesheets/css/custom-new.scss */
  .mobile-logo img {
    max-width: 181px;
  }
  /* line 555, app/assets/stylesheets/css/custom-new.scss */
  .digi-top-bar:after {
    display: none;
  }
  /* line 556, app/assets/stylesheets/css/custom-new.scss */
  .u-hamburger {
    right: 6px;
  }
  /* line 559, app/assets/stylesheets/css/custom-new.scss */
  .callto-actions-top {
    margin-right: 40px;
    margin-top: 3px;
  }
  /* line 563, app/assets/stylesheets/css/custom-new.scss */
  .main-menu-wrap .navbar-container {
    justify-content: space-between;
    gap: 0;
  }
  /* line 567, app/assets/stylesheets/css/custom-new.scss */
  .main-menu-wrap {
    padding-top: 7px;
  }
  /* line 570, app/assets/stylesheets/css/custom-new.scss */
  .medspa-clinic {
    margin: 15px 0 10px;
  }
  /* line 573, app/assets/stylesheets/css/custom-new.scss */
  .u-hamburger__inner, .u-hamburger__inner::before, .u-hamburger__inner::after {
    border-radius: 3px;
  }
  /* line 576, app/assets/stylesheets/css/custom-new.scss */
  .item-bg {
    min-height: 205px;
  }
  /* line 579, app/assets/stylesheets/css/custom-new.scss */
  .banner_overlay_mobile {
    display: block;
    background: url(https://digimedspa.s3.us-west-1.amazonaws.com/banner_overlay_mobile.png) no-repeat top left;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  /* line 590, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .container {
    top: 18px;
    transform: translateY(0) translateX(0);
    left: 0;
    padding: 0 15px;
  }
  /* line 596, app/assets/stylesheets/css/custom-new.scss */
  .digi-banner-buttons {
    display: none;
  }
  /* line 599, app/assets/stylesheets/css/custom-new.scss */
  .digi-banner-mobile-buttons {
    display: block;
  }
  /* line 600, app/assets/stylesheets/css/custom-new.scss */
  a.themebtn.mobile {
    padding: 11px 11px;
    text-align: center !important;
  }
  /* line 605, app/assets/stylesheets/css/custom-new.scss */
  a.themebtn.mobile img {
    width: initial;
  }
  /* line 608, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .digi-banner-content h1 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 8px;
  }
  /* line 613, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .digi-banner-content p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 400;
  }
  /* line 619, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider.owl-carousel .owl-item img {
    object-position: 0px;
  }
  /* line 620, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .digi-banner-content {
    margin-right: -40px;
  }
  /* line 623, app/assets/stylesheets/css/custom-new.scss */
  .heading-tag-line {
    font-size: 13px;
  }
  /* line 627, app/assets/stylesheets/css/custom-new.scss */
  .heading-tag-line img {
    margin-right: 5px;
    top: -1px;
    max-width: 26px;
  }
  /* line 632, app/assets/stylesheets/css/custom-new.scss */
  .heading-with-sub h2.section-content-heading, .heading-with-sub h2.section-heading {
    font-size: 22px;
    line-height: 33px;
  }
  /* line 637, app/assets/stylesheets/css/custom-new.scss */
  .black-caption + p, .paragraph, .section-para {
    font-size: 14px !important;
    line-height: 26px;
  }
  /* line 642, app/assets/stylesheets/css/custom-new.scss */
  section#home-about-section {
    padding-top: 140px !important;
  }
  /* line 645, app/assets/stylesheets/css/custom-new.scss */
  .buttons-group {
    flex-direction: row;
  }
  /* line 649, app/assets/stylesheets/css/custom-new.scss */
  .buttons-group a.themebtn.invert.book span {
    display: none;
  }
  /* line 653, app/assets/stylesheets/css/custom-new.scss */
  .buttons-group a.themebtn {
    font-size: 11px;
    padding: 12px 10px 12px 13px;
  }
  /* line 658, app/assets/stylesheets/css/custom-new.scss */
  .buttons-group .media.phone-link {
    flex-basis: auto;
  }
  /* line 662, app/assets/stylesheets/css/custom-new.scss */
  .buttons-group {
    gap: 7px;
  }
  /* line 666, app/assets/stylesheets/css/custom-new.scss */
  a.themebtn.with-icon.learn-more img {
    margin-left: 8px;
    margin-top: -1px;
    max-width: 6px;
  }
  /* line 672, app/assets/stylesheets/css/custom-new.scss */
  .buttons-group a.themebtn.invert.book {
    padding: 12px 12px 12px 12px;
  }
  /* line 676, app/assets/stylesheets/css/custom-new.scss */
  .media.phone-link a {
    font-size: 13px;
  }
  /* line 680, app/assets/stylesheets/css/custom-new.scss */
  .media.phone-link p {
    font-size: 10px;
  }
  /* line 684, app/assets/stylesheets/css/custom-new.scss */
  .media.phone-link .media-left {
    padding-right: 0;
    margin-right: 10px;
    padding: 8px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 15px 35px rgba(1, 142, 199, 0.24);
  }
  /* line 693, app/assets/stylesheets/css/custom-new.scss */
  .media.phone-link .media-left img {
    max-width: 26px !important;
  }
  /* line 696, app/assets/stylesheets/css/custom-new.scss */
  .esthetic-practice-head-mobile {
    background: url(https://digimedspa.s3.us-west-1.amazonaws.com/mobile_bg_esthetic_practice.png) no-repeat center center;
    background-size: cover;
    padding: 30px 0;
    margin-top: -15px;
  }
  /* line 703, app/assets/stylesheets/css/custom-new.scss */
  .black-caption {
    margin-bottom: 13px;
  }
  /* line 707, app/assets/stylesheets/css/custom-new.scss */
  .esthetic-practice-head-mobile .black-caption, .esthetic-practice-head-mobile .black-caption h2.section-heading {
    margin-bottom: 0px;
  }
  /* line 710, app/assets/stylesheets/css/custom-new.scss */
  .esthetic-practice .blue-light-bg, .esthetic-practice .transparent-bg {
    padding: 30px 0 0;
  }
  /* line 713, app/assets/stylesheets/css/custom-new.scss */
  .esthetic-practice .section-gradient-text {
    text-transform: uppercase;
  }
  /* line 717, app/assets/stylesheets/css/custom-new.scss */
  .esthetic-practice .section-gradient-text {
    padding-left: 30px;
    font-size: 13px;
    line-height: normal;
  }
  /* line 723, app/assets/stylesheets/css/custom-new.scss */
  .esthetic-practice .section-gradient-text:before {
    width: 22px;
    top: 7px;
  }
  /* line 727, app/assets/stylesheets/css/custom-new.scss */
  .list-bg-img {
    line-height: 25px;
    padding-left: 27px;
    padding-right: 10px;
  }
  /* line 732, app/assets/stylesheets/css/custom-new.scss */
  .section-img-box {
    margin: 0 -30px 0;
  }
  /* line 735, app/assets/stylesheets/css/custom-new.scss */
  .section-img-box.adjust {
    margin: 0 -20px 0;
  }
  /* line 739, app/assets/stylesheets/css/custom-new.scss */
  section#home-pricing-table-section {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  /* line 743, app/assets/stylesheets/css/custom-new.scss */
  section#home-pricing-table-section .heading-with-sub h2.section-heading {
    line-height: 33px;
    margin-bottom: 0px;
  }
  /* line 748, app/assets/stylesheets/css/custom-new.scss */
  section#home-pricing-table-section .black-caption {
    margin-bottom: 10px;
  }
  /* line 752, app/assets/stylesheets/css/custom-new.scss */
  section#home-pricing-table-section .black-caption:not(.mt-5),
section#home-pricing-table-section .black-caption:not(.mt-5) h2,
section#home-pricing-table-section .sub-head,
section#home-pricing-table-section p.paragraph {
    text-align: left !important;
  }
  /* line 757, app/assets/stylesheets/css/custom-new.scss */
  section#home-pricing-table-section .sub-head {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  /* line 763, app/assets/stylesheets/css/custom-new.scss */
  section#home-pricing-table-section p.paragraph {
    margin-bottom: 20px;
  }
}

/* line 768, app/assets/stylesheets/css/custom-new.scss */
section#home-pricing-table-section .sub-head {
  text-transform: uppercase;
}

@media screen and (max-width: 430px) {
  /* line 771, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider.owl-carousel .owl-item .item-bg.bg1 img {
    object-position: -180px;
  }
}

@media screen and (max-width: 657px) {
  /* line 776, app/assets/stylesheets/css/custom-new.scss */
  .side-social-icons {
    bottom: 165px;
  }
  /* line 779, app/assets/stylesheets/css/custom-new.scss */
  .fixed-area {
    bottom: 180px;
  }
}

@media screen and (max-width: 375px) {
  /* line 784, app/assets/stylesheets/css/custom-new.scss */
  .side-social-icons {
    bottom: 185px;
  }
  /* line 787, app/assets/stylesheets/css/custom-new.scss */
  .fixed-area {
    bottom: 204px;
  }
}

/* line 793, app/assets/stylesheets/css/custom-new.scss */
.mobile-pricing-table-wrap {
  position: relative;
  box-shadow: 0px 0px 13px rgba(1, 142, 199, 0.24);
  border-radius: 10px;
  margin: 0 5px;
}

/* line 800, app/assets/stylesheets/css/custom-new.scss */
.mobile-pricing-table-wrap .pricing-head {
  display: flex;
  align-items: center;
}

/* line 805, app/assets/stylesheets/css/custom-new.scss */
.mobile-pricing-table-wrap .pricing-head .head-col {
  flex-basis: 100%;
  text-align: center;
  align-items: center;
  line-height: normal;
  color: #019ABC;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding: 8px 0;
  line-height: 22px;
}

/* line 818, app/assets/stylesheets/css/custom-new.scss */
.mobile-pricing-table-wrap .pricing-head .head-col.active {
  /*    background: #34AEC9;
    color: #fff;
    border-radius: 10px 10px 0px 0px;*/
  position: relative;
}

/* line 825, app/assets/stylesheets/css/custom-new.scss */
.mobile-pricing-table-wrap .pricing-head .head-col.active:before {
  content: 'Popular';
  background: #34AEC9;
  position: absolute;
  top: -23px;
  width: 100%;
  left: 0;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 13px;
}

/* line 838, app/assets/stylesheets/css/custom-new.scss */
.mobile-pricing-table-wrap .pricing-border {
  border: 1px solid rgba(1, 154, 188, 0.8);
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
}

/* line 844, app/assets/stylesheets/css/custom-new.scss */
.mobile-pricing-table-wrap .mp-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

/* line 851, app/assets/stylesheets/css/custom-new.scss */
.mobile-pricing-table-wrap .mp-row .mp-column {
  flex-basis: 100%;
  text-align: center;
}

/* line 856, app/assets/stylesheets/css/custom-new.scss */
.mobile-pricing-table-wrap .mp-row .mp-column.transparent {
  font-size: 13px;
  color: #272727;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 0;
  line-height: normal;
}

/* line 865, app/assets/stylesheets/css/custom-new.scss */
.mobile-pricing-table-wrap .mp-row .mp-column.with-bg {
  font-size: 12px;
  padding: 10px 0;
  line-height: normal;
  background: #f2fdf9;
}

/* line 871, app/assets/stylesheets/css/custom-new.scss */
.mobile-pricing-table-wrap .mp-row.mp-top-space {
  margin-top: 10px;
}

/* line 874, app/assets/stylesheets/css/custom-new.scss */
.mobile-pricing-table-wrap .mp-row .mp-column.transparent button {
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
  top: -6px;
}

/* line 881, app/assets/stylesheets/css/custom-new.scss */
.mp-bottom {
  box-shadow: 0px 0px 13px rgba(1, 142, 199, 0.24);
  border-radius: 10px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

/* line 890, app/assets/stylesheets/css/custom-new.scss */
.mp-bottom .info {
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 15px;
  margin-top: 15px;
}

/* line 898, app/assets/stylesheets/css/custom-new.scss */
.mp-bottom .mp-button a.themebtn.invert {
  background: rgba(1, 154, 188, 0.8) !important;
  width: 90%;
  padding: 12px 0;
}

/* line 904, app/assets/stylesheets/css/custom-new.scss */
.mp-bottom .mp-button a.themebtn.invert img {
  margin-left: 10px;
  position: relative;
  top: -1px;
}

/* line 912, app/assets/stylesheets/css/custom-new.scss */
section#home-pricing-table-section {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/pricing_section_bg_new.png) no-repeat top center;
  background-size: cover;
}

@media screen and (min-width: 1366px) {
  /* line 918, app/assets/stylesheets/css/custom-new.scss */
  section#home-pricing-table-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* line 925, app/assets/stylesheets/css/custom-new.scss */
section#home_learning_center {
  position: relative;
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/home_learning_center_bg.png) no-repeat center top;
  background-size: cover;
  padding: 60px 0;
}

/* line 932, app/assets/stylesheets/css/custom-new.scss */
.learning_box a {
  background: #fff;
  display: flex;
  text-align: center;
  box-shadow: 0px 0px 13px rgba(1, 142, 199, 0.24);
  border-radius: 8px;
  margin: 15px 0;
  /* flex-wrap: wrap; */
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

/*.learning_box a span {flex-basis: 100%;}*/
/* line 946, app/assets/stylesheets/css/custom-new.scss */
.learning_box a.icon-1 {
  padding: 10px 30px 15px;
}

/* line 948, app/assets/stylesheets/css/custom-new.scss */
.learning_box a.icon-2 {
  padding: 25px 20px 15px;
}

/* line 952, app/assets/stylesheets/css/custom-new.scss */
.learning_box a.icon-3 {
  padding: 17px 40px 15px;
}

/* line 956, app/assets/stylesheets/css/custom-new.scss */
.learning_box a.icon-4 {
  padding: 35px 26px 15px;
}

/* line 959, app/assets/stylesheets/css/custom-new.scss */
.learning_box a span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 17px;
  display: block;
  margin-top: 7px;
  margin-bottom: -3px;
  color: #121212;
}

@media screen and (max-width: 991px) {
  /* line 969, app/assets/stylesheets/css/custom-new.scss */
  section#home_learning_center .row.justify-content-between.align-items-center {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  /* line 975, app/assets/stylesheets/css/custom-new.scss */
  section#home_learning_center {
    padding: 15px 0 30px;
  }
  /* line 978, app/assets/stylesheets/css/custom-new.scss */
  section#home_learning_center .row.justify-content-between.align-items-center .row .col {
    max-width: 50% !important;
  }
  /* line 982, app/assets/stylesheets/css/custom-new.scss */
  .learning_box a span {
    font-size: 14px;
  }
  /* line 985, app/assets/stylesheets/css/custom-new.scss */
  .learning_box a.icon-4 {
    padding: 25px 26px 15px;
  }
}

@media screen and (max-width: 575px) {
  /* line 991, app/assets/stylesheets/css/custom-new.scss */
  section#business-consultation-section {
    position: relative;
  }
  /* line 995, app/assets/stylesheets/css/custom-new.scss */
  section#business-consultation-section .business-consultation-section-overlay {
    display: block;
    background: url(https://digimedspa.s3.us-west-1.amazonaws.com/home_professional_overlay.png) no-repeat top left;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  /* line 1007, app/assets/stylesheets/css/custom-new.scss */
  .business-consultation {
    padding: 30px 0;
  }
  /* line 1011, app/assets/stylesheets/css/custom-new.scss */
  section#business-consultation-section .container.mt-5 {
    margin-top: 0px !important;
  }
  /* line 1015, app/assets/stylesheets/css/custom-new.scss */
  section#business-consultation-section .row.align-items-center.pt-5 {
    padding-top: 0px !important;
  }
  /* line 1019, app/assets/stylesheets/css/custom-new.scss */
  .business-consultation .black-caption .section-content-heading {
    color: #121212 !important;
    line-height: 33px;
  }
  /* line 1024, app/assets/stylesheets/css/custom-new.scss */
  .business-consultation .buttons-group .media.phone-link {
    flex-basis: auto;
  }
  /* line 1028, app/assets/stylesheets/css/custom-new.scss */
  .business-consultation .media.phone-link * img {
    filter: initial;
  }
  /* line 1032, app/assets/stylesheets/css/custom-new.scss */
  .business-consultation .media.phone-link * a, .business-consultation .media.phone-link * p {
    background: linear-gradient(to right, #007640, #019ABC, #018DC8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  /* line 1037, app/assets/stylesheets/css/custom-new.scss */
  section#portfolio-home-sectoin {
    padding: 30px 0 30px;
  }
  /* line 1040, app/assets/stylesheets/css/custom-new.scss */
  .portfolio_home_wrap {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  /* line 1045, app/assets/stylesheets/css/custom-new.scss */
  section#portfolio-home-sectoin .container {
    max-width: 95%;
  }
  /* line 1048, app/assets/stylesheets/css/custom-new.scss */
  .swiper-button-next, .swiper-button-prev {
    top: 46%;
  }
  /* line 1052, app/assets/stylesheets/css/custom-new.scss */
  .portfolio_home_wrap .swiper-button-prev {
    left: 5px;
  }
  /* line 1056, app/assets/stylesheets/css/custom-new.scss */
  .portfolio_home_wrap .swiper-button-next, .portfolio_home_wrap .swiper-button-prev {
    width: 22px;
    height: 40px;
    background-size: 22px 40px;
    filter: brightness(0) invert(1);
  }
  /* line 1063, app/assets/stylesheets/css/custom-new.scss */
  .portfolio_home_wrap .swiper-button-next {
    right: 5px;
  }
  /* line 1066, app/assets/stylesheets/css/custom-new.scss */
  section#portfolio-home-sectoin .buttons-group {
    margin: 20px 0 0 !important;
  }
  /* line 1069, app/assets/stylesheets/css/custom-new.scss */
  section#why-digimedspa-section .why-digimedspa {
    background: url(https://digimedspa.s3.us-west-1.amazonaws.com/why_digimedspa_bg_mobile.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 80px 0 20px;
  }
  /* line 1075, app/assets/stylesheets/css/custom-new.scss */
  .card-style p.card-text {
    font-size: 13px;
    line-height: 26px;
  }
  /* line 1080, app/assets/stylesheets/css/custom-new.scss */
  .card-style {
    margin-bottom: 30px;
  }
  /* line 1083, app/assets/stylesheets/css/custom-new.scss */
  section#why-digimedspa-section .why-digimedspa .buttons-group {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  /* line 1087, app/assets/stylesheets/css/custom-new.scss */
  section#home-mobile-app-section {
    padding: 200px 0 30px;
  }
  /* line 1091, app/assets/stylesheets/css/custom-new.scss */
  section#home-mobile-app-section .home-mobile-app-image-wrap img {
    width: 260px;
  }
  /* line 1095, app/assets/stylesheets/css/custom-new.scss */
  section#home-mobile-app-section .home-mobile-app-image-wrap {
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 1100, app/assets/stylesheets/css/custom-new.scss */
  .home-mobile-app-section-content .heading-with-sub h2.section-heading {
    font-size: 22px !important;
    line-height: 33px;
    margin-bottom: 10px !important;
  }
  /* line 1106, app/assets/stylesheets/css/custom-new.scss */
  .home-mobile-app-section-content .heading-with-sub:before {
    height: 170%;
    top: -24px;
  }
  /* line 1111, app/assets/stylesheets/css/custom-new.scss */
  .home-mobile-app-section-content .black-caption.with-bg {
    margin-bottom: 25px;
  }
  /* line 1114, app/assets/stylesheets/css/custom-new.scss */
  .home-mobile-app-section-content .download-buttons-group {
    flex-wrap: nowrap;
  }
  /* line 1117, app/assets/stylesheets/css/custom-new.scss */
  section#home-reviews-section {
    padding: 30px 0;
    z-index: 2 !important;
  }
  /* line 1122, app/assets/stylesheets/css/custom-new.scss */
  section#home-reviews-section .black-caption h2.section-heading {
    margin-bottom: 10px;
  }
  /* line 1126, app/assets/stylesheets/css/custom-new.scss */
  section#home-reviews-section .sub-head {
    margin-bottom: 20px;
  }
  /* line 1130, app/assets/stylesheets/css/custom-new.scss */
  .home-review-item {
    padding: 20px 25px;
  }
  /* line 1134, app/assets/stylesheets/css/custom-new.scss */
  .home-review-item p {
    font-size: 14px;
    text-align: left;
    line-height: 26px;
    margin-bottom: 30px;
  }
  /* line 1141, app/assets/stylesheets/css/custom-new.scss */
  section#home-reviews-section .center-buttons {
    margin: 20px 0 10px !important;
  }
  /* line 1145, app/assets/stylesheets/css/custom-new.scss */
  section#home-reviews-section .center-buttons a.themebtn.invert {
    font-size: 11px;
    padding: 12px 13px 12px 13px;
  }
  /* line 1149, app/assets/stylesheets/css/custom-new.scss */
  footer#gtco-footer {
    padding: 190px 0 0;
  }
  /* line 1153, app/assets/stylesheets/css/custom-new.scss */
  footer#gtco-footer .my_row_footer {
    padding: 0;
    margin-bottom: 25px;
  }
  /* line 1158, app/assets/stylesheets/css/custom-new.scss */
  .contact_info_footer p {
    font-size: 15px !important;
    line-height: 26px !important;
  }
  /* line 1163, app/assets/stylesheets/css/custom-new.scss */
  .my_row_footer [class*="col-"]:not(:last-child) {
    margin-bottom: 20px;
  }
  /* line 1166, app/assets/stylesheets/css/custom-new.scss */
  .portfolio_home_wrap .item-frame .picture .detail h3 {
    line-height: normal;
    margin: 2px;
    font-size: 16px;
  }
  /* line 1172, app/assets/stylesheets/css/custom-new.scss */
  .portfolio_home_wrap .item-frame .picture .detail span {
    font-size: 14px;
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  /* line 1179, app/assets/stylesheets/css/custom-new.scss */
  .rounded-border-container {
    flex-direction: column-reverse;
  }
}

/* line 1183, app/assets/stylesheets/css/custom-new.scss */
.section-arrow.section-inner-arow {
  left: -1%;
  top: -20px;
  margin-bottom: 0px;
}

/* line 1189, app/assets/stylesheets/css/custom-new.scss */
.section-arrow.section-inner-arow img {
  max-width: 200px;
}

@media screen and (max-width: 575px) {
  /* line 1193, app/assets/stylesheets/css/custom-new.scss */
  section#inner-banner-section .inner_banner_content_wrap img {
    min-height: 205px;
  }
  /* line 1196, app/assets/stylesheets/css/custom-new.scss */
  .inner_banner_content h1 {
    font-size: 22px;
    padding-left: 30px;
    line-height: normal;
  }
  /* line 1201, app/assets/stylesheets/css/custom-new.scss */
  .rounded-border-container {
    padding: 15px 0px;
    border: 5px solid #F7FDFC;
    border-radius: 20px;
  }
  /* line 1206, app/assets/stylesheets/css/custom-new.scss */
  .rounded-border-container .section-content-box p.paragraph {
    margin-bottom: 15px;
  }
  /* line 1210, app/assets/stylesheets/css/custom-new.scss */
  .who-we-are-text-with-bg {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  /* line 1215, app/assets/stylesheets/css/custom-new.scss */
  .who-we-are-text-with-bg p {
    font-size: 16px;
    line-height: 26px;
  }
  /* line 1219, app/assets/stylesheets/css/custom-new.scss */
  .vision-and-mission {
    padding-top: 30px;
    padding-bottom: 110px;
  }
}

/* line 1225, app/assets/stylesheets/css/custom-new.scss */
.who-we-are-text-with-bg .media-body {
  text-align: left;
}

/* line 1228, app/assets/stylesheets/css/custom-new.scss */
.who-we-are-text-with-bg .buttons-group .media.phone-link {
  flex-basis: auto;
}

/* line 1232, app/assets/stylesheets/css/custom-new.scss */
section.vision-and-mission {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/mission_vission_section_bg.png) no-repeat center center;
  background-size: cover;
}

/* line 1237, app/assets/stylesheets/css/custom-new.scss */
section.vision-and-mission .container-fluid {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/mission_vission_center_line.png) no-repeat center center;
  background-size: 20px;
}

@media screen and (max-width: 1170px) {
  /* line 1242, app/assets/stylesheets/css/custom-new.scss */
  section.vision-and-mission .container-fluid {
    background: url(https://digimedspa.s3.us-west-1.amazonaws.com/mission_vission_center_line.png) no-repeat center center;
    background-size: 15px;
    background-position-x: 49.5%;
  }
}

@media screen and (max-width: 767px) {
  /* line 1250, app/assets/stylesheets/css/custom-new.scss */
  section.vision-and-mission .container-fluid {
    background: transparent !important;
  }
}

@media screen and (max-width: 575px) {
  /* line 1258, app/assets/stylesheets/css/custom-new.scss */
  section.vision-and-mission .heading-with-sub h2.section-heading {
    margin-bottom: 0px;
  }
  /* line 1262, app/assets/stylesheets/css/custom-new.scss */
  section.vision-and-mission .black-caption {
    margin-bottom: 10px;
  }
  /* line 1266, app/assets/stylesheets/css/custom-new.scss */
  section.vision-and-mission p.paragraph {
    padding-right: 0px !important;
    margin-bottom: 15px;
  }
  /* line 1271, app/assets/stylesheets/css/custom-new.scss */
  section.vision-and-mission .section-img-wrap {
    margin-top: 20px;
    margin-left: -18px;
    margin-right: -18px;
  }
  /* line 1277, app/assets/stylesheets/css/custom-new.scss */
  section.vision-and-mission .mobile_reverse {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  /* line 1282, app/assets/stylesheets/css/custom-new.scss */
  section.vision-and-mission .mobile_reverse .section-img-wrap {
    margin-left: -25px;
    margin-right: -35px;
    margin-bottom: 20px;
  }
  /* line 1287, app/assets/stylesheets/css/custom-new.scss */
  .why-digimedspa-section {
    z-index: 3 !important;
  }
  /* line 1290, app/assets/stylesheets/css/custom-new.scss */
  .unlock-wrapper {
    padding-top: 100px;
    padding-bottom: 50px;
    z-index: 2;
    position: relative;
    background-position: 50%;
    overflow: hidden;
  }
  /* line 1298, app/assets/stylesheets/css/custom-new.scss */
  .unlock-wrapper:before {
    content: '';
    background: url(https://digimedspa.s3.us-west-1.amazonaws.com/home_professional_overlay.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  /* line 1308, app/assets/stylesheets/css/custom-new.scss */
  .unlock-wrapper h2.text-white.section-content-heading {
    color: #121221 !important;
  }
  /* line 1312, app/assets/stylesheets/css/custom-new.scss */
  .unlock-wrapper .media.phone-link a, .unlock-wrapper .media.phone-link p.text-white {
    background: linear-gradient(to right, #007640, #019ABC, #018DC8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  /* line 1318, app/assets/stylesheets/css/custom-new.scss */
  section#home-about-section.who_we_help_section0 {
    padding-top: 120px !important;
    padding-bottom: 35px;
  }
  /* line 1323, app/assets/stylesheets/css/custom-new.scss */
  section#home-about-section.who_we_help_section0 .black-caption {
    line-height: normal;
    margin-bottom: 0px;
  }
  /* line 1328, app/assets/stylesheets/css/custom-new.scss */
  section#who_we_help_section1 {
    background: #E7F7FF;
    padding: 30px 0 15px;
  }
  /* line 1333, app/assets/stylesheets/css/custom-new.scss */
  section#who_we_help_section1 h2.section-content-heading {
    text-align: left !important;
  }
  /* line 1337, app/assets/stylesheets/css/custom-new.scss */
  section#who_we_help_section1 p.paragraph {
    text-align: left !important;
    margin-bottom: 10px;
  }
  /* line 1343, app/assets/stylesheets/css/custom-new.scss */
  .who_we_help_section1_bg {
    background: transparent;
    padding: 0;
  }
  /* line 1348, app/assets/stylesheets/css/custom-new.scss */
  .how_we_help_box {
    padding: 25px 0px 20px !important;
  }
  /* line 1352, app/assets/stylesheets/css/custom-new.scss */
  .how_we_help_box:after {
    right: inherit !important;
    left: 0 !important;
    transform: translate(0, 0);
  }
  /* line 1358, app/assets/stylesheets/css/custom-new.scss */
  .how_we_help_box > span {
    height: 34px;
    width: 34px;
    line-height: 34px;
    font-size: 15px;
    margin-bottom: 17px;
  }
  /* line 1366, app/assets/stylesheets/css/custom-new.scss */
  .how_we_help_box h2 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
  }
  /* line 1372, app/assets/stylesheets/css/custom-new.scss */
  .how_we_help_box p {
    font-size: 14px;
    line-height: 26px;
  }
  /* line 1377, app/assets/stylesheets/css/custom-new.scss */
  section#who_we_help_section2 {
    padding: 30px 0;
  }
  /* line 1381, app/assets/stylesheets/css/custom-new.scss */
  section#who_we_help_section2 .heading-with-sub h2.section-heading {
    text-align: left;
    line-height: 33px !important;
    margin-bottom: 15px;
  }
  /* line 1387, app/assets/stylesheets/css/custom-new.scss */
  section#who_we_help_section2
p.paragraph {
    margin-bottom: 0;
    text-align: left !important;
  }
  /* line 1393, app/assets/stylesheets/css/custom-new.scss */
  section#who_we_help_section2 .buttons-group {
    justify-content: flex-start !important;
    margin-top: 25px !important;
    margin-bottom: 0px !important;
  }
  /* line 1400, app/assets/stylesheets/css/custom-new.scss */
  section#who_we_help_section3 {
    z-index: 2 !important;
    padding: 30px 0 30px;
  }
  /* line 1405, app/assets/stylesheets/css/custom-new.scss */
  section#who_we_help_section3:before {
    content: '';
    background: url(https://digimedspa.s3.us-west-1.amazonaws.com/home_professional_overlay.png) no-repeat top left;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  /* line 1417, app/assets/stylesheets/css/custom-new.scss */
  section#who_we_help_section3 h2.text-white.section-content-heading {
    color: #121212 !important;
  }
  /* line 1420, app/assets/stylesheets/css/custom-new.scss */
  section#who_we_help_section3 .media.phone-link a, section#who_we_help_section3 .media.phone-link p {
    background: linear-gradient(to right, #007640, #019ABC, #018DC8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
  }
  /* line 1427, app/assets/stylesheets/css/custom-new.scss */
  section#home_learning_center .heading-tag-line {
    margin-bottom: 10px;
  }
  /* line 1430, app/assets/stylesheets/css/custom-new.scss */
  section#home_learning_center p.paragraph.mb-4 {
    margin-bottom: 10px !important;
  }
}

/* line 1435, app/assets/stylesheets/css/custom-new.scss */
.how_we_help_box > span {
  background: #018DC8 !important;
}

@media screen and (max-width: 991px) {
  /* line 1440, app/assets/stylesheets/css/custom-new.scss */
  footer#gtco-footer .download-buttons-group {
    max-width: 300px;
    margin: 5px auto !important;
  }
}

/* line 1448, app/assets/stylesheets/css/custom-new.scss */
section#ir-login-section {
  position: relative;
  padding: 50px 0 50px;
}

/* line 1452, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .panel-heading {
  text-align: center;
  margin-bottom: 10px;
}

/* line 1456, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap #forgot {
  min-width: 100px;
  margin-right: auto;
  text-decoration: none;
  color: #272727;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  margin-left: 25px;
  margin-top: 5px;
  font-size: 16px;
}

/* line 1467, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap a:hover {
  text-decoration: none;
}

/* line 1470, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .form-inline label {
  padding-left: 10px;
  margin: 0;
  cursor: pointer;
}

/* line 1475, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .btn.btn-primary {
  margin-top: 20px;
  border-radius: 15px;
}

/* line 1479, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .panel {
  min-height: 380px;
  box-shadow: 20px 20px 80px #dadada;
  border-radius: 12px;
}

/* line 1484, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .input-field {
  border-radius: 5px;
  padding: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #ddd;
  color: #4343ff;
}

/* line 1493, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap input[type='text'],
.ir-login-wrap input[type='password'] {
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
}

/* line 1500, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .fa-eye-slash.btn {
  border: none;
  outline: none;
  box-shadow: none;
}

/* line 1505, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap img {
  /*    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    position: relative;*/
}

/* line 1512, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap a[target='_blank'] {
  position: relative;
  transition: all 0.1s ease-in-out;
}

/* line 1517, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .bordert {
  border-top: 1px solid #aaa;
  position: relative;
  margin-top: 25px !important;
  padding-top: 25px !important;
}

/* line 1523, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .bordert:after {
  content: "or";
  position: absolute;
  top: -13px;
  left: 50%;
  background-color: #fff;
  padding: 0px 38px;
  transform: translateX(-50%);
}

@media (max-width: 360px) {
  /*.ir-login-wrap .bordert:after{
        left: 25%;
    }*/
}

/* line 1538, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .panel {
  background: #fff;
  border-color: #018DC8 !important;
  border-radius: 22px;
  padding: 40px;
  min-height: auto;
  box-shadow: none;
}

/* line 1547, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .panel h1 {
  font-size: 35px;
  line-height: 43px;
  margin: 20px 0;
}

/* line 1553, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .panel .form-group {
  margin-bottom: 0;
}

/* line 1557, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .panel .form-group .input-field {
  border-color: #272727;
  border-radius: 120px;
  min-height: 58px;
  padding-left: 30px;
}

/* line 1564, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .panel .form-group .input-field input {
  color: rgba(39, 39, 39, 0.7);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: normal;
  height: 40px;
  background: transparent;
}

/* line 1573, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .panel .form-group > .input-field > span:not(.btn) {
  min-width: 32px;
  width: 32px;
  text-align: center;
  margin-right: 15px;
}

/* line 1580, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .panel .form-group .input-field > span:not(.btn) img {
  object-fit: contain;
  border-radius: 0px;
  width: auto;
  height: auto;
}

/* line 1586, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .panel .form-group > .input-field > span.btn {
  background: transparent !important;
  border: none !important;
}

/* line 1591, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .sub-btn {
  text-align: center;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  transition: all .3s ease;
  min-width: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  padding: 10px 25px;
  border-radius: 65px !important;
  background: #018DC8;
  color: #fff !important;
  letter-spacing: normal;
}

/* line 1607, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .sub-btn:hover, .ir-login-wrap .sub-btn:focus, .ir-login-wrap .sub-btn:active {
  box-shadow: 0px 7px 35px rgba(1, 141, 200, 0.3);
  background: #018dc8 !important;
}

/* line 1611, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .a_logins a {
  margin-bottom: 13px;
  box-shadow: 0 4px 8px #E6E6E6;
  border-radius: 100px;
  padding: 10px 0 !important;
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 500;
  color: #272727;
  display: flex !important;
  justify-content: center;
  align-items: center;
  line-height: normal !important;
}

/* line 1626, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .a_logins a:last-child {
  margin-bottom: 0px;
}

/* line 1630, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .a_logins a img {
  max-width: 28px;
  width: inherit;
  height: inherit;
  object-fit: inherit !important;
  border-radius: 0px;
  margin-right: 10px;
}

/* line 1639, app/assets/stylesheets/css/custom-new.scss */
.ir-login-wrap .a_logins a.apple {
  background: #000000;
  color: #fff;
}

@media screen and (max-width: 575px) {
  /* line 1645, app/assets/stylesheets/css/custom-new.scss */
  section#ir-login-section {
    position: relative;
    padding: 30px 0 40px;
  }
  /* line 1649, app/assets/stylesheets/css/custom-new.scss */
  .ir-login-wrap .panel {
    padding: 15px 15px 10px;
  }
  /* line 1652, app/assets/stylesheets/css/custom-new.scss */
  .ir-login-wrap .panel h1 {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 0;
  }
  /* line 1657, app/assets/stylesheets/css/custom-new.scss */
  .ir-login-wrap .panel .form-group .input-field {
    min-height: 45px;
    padding-left: 22px;
  }
  /* line 1661, app/assets/stylesheets/css/custom-new.scss */
  .ir-login-wrap .panel .form-group .input-field input {
    height: 30px;
  }
  /* line 1664, app/assets/stylesheets/css/custom-new.scss */
  .ir-login-wrap .panel .form-group > .input-field > span:not(.btn) {
    margin-right: 10px;
  }
  /* line 1667, app/assets/stylesheets/css/custom-new.scss */
  .ir-login-wrap .sub-btn {
    font-size: 14px;
    line-height: normal;
  }
  /* line 1671, app/assets/stylesheets/css/custom-new.scss */
  .ir-login-wrap .a_logins a, .ir-login-wrap #forgot {
    font-size: 13px;
  }
  /* line 1674, app/assets/stylesheets/css/custom-new.scss */
  .ir-login-wrap .a_logins a img {
    max-width: 20px;
  }
  /* line 1677, app/assets/stylesheets/css/custom-new.scss */
  .ir-login-wrap .panel .form-group > .input-field > span:not(.btn) {
    min-width: 25px;
    width: 25px;
  }
}

/* line 1684, app/assets/stylesheets/css/custom-new.scss */
#banner-slider .owl-stage-outer {
  overflow: visible;
}

/* line 1687, app/assets/stylesheets/css/custom-new.scss */
.appointment_dropdown {
  display: inline-block;
}

/* line 1691, app/assets/stylesheets/css/custom-new.scss */
.appointment_dropdown .dropdown-toggle::after {
  display: none;
}

/* line 1695, app/assets/stylesheets/css/custom-new.scss */
.appointment_dropdown .dropdown-menu {
  min-width: 14rem;
  top: -10px !important;
  padding: 0;
  left: 3px !important;
}

/* line 1702, app/assets/stylesheets/css/custom-new.scss */
.appointment_dropdown .dropdown-menu a.dropdown-item {
  padding: 9px 18px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

/* line 1709, app/assets/stylesheets/css/custom-new.scss */
.appointment_dropdown .dropdown-menu a.dropdown-item:hover {
  background: #F2FDF9 !important;
  color: #007640 !important;
  font-weight: 400;
}

@media screen and (max-width: 575px) {
  /* line 1716, app/assets/stylesheets/css/custom-new.scss */
  .appointment_dropdown .dropdown-menu {
    min-width: 14rem;
    top: auto !important;
    bottom: 93px !important;
    padding: 0;
    z-index: 1000;
  }
  /* line 1723, app/assets/stylesheets/css/custom-new.scss */
  .appointment_dropdown .dropdown-menu a.dropdown-item {
    padding: 3px 8px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
  }
}

/* line 1732, app/assets/stylesheets/css/custom-new.scss */
.inner_banner_buttons a.themebtn.with-icon img {
  position: relative;
  margin-left: 7px;
  top: -2px;
}

@media screen and (max-width: 1440px) {
  /* line 1738, app/assets/stylesheets/css/custom-new.scss */
  .inner_banner_buttons {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  /* line 1743, app/assets/stylesheets/css/custom-new.scss */
  .inner_banner_buttons a.themebtn {
    padding: 11px 16px;
    font-size: 14px;
  }
  /* line 1747, app/assets/stylesheets/css/custom-new.scss */
  .inner_banner_buttons a.themebtn.with-icon img {
    top: -1px;
    margin-left: 4px;
  }
  /* line 1751, app/assets/stylesheets/css/custom-new.scss */
  section#inner-banner-section .inner_banner_content_wrap .inner_banner_buttons a.themebtn img {
    min-height: inherit;
    object-position: 0px;
  }
}

@media screen and (max-width: 657px) {
  /* line 1758, app/assets/stylesheets/css/custom-new.scss */
  .inner_banner_buttons {
    padding-left: 0px;
  }
}

@media screen and (max-width: 575px) {
  /* line 1764, app/assets/stylesheets/css/custom-new.scss */
  .inner_banner_buttons {
    padding-left: 30px;
  }
  /* line 1768, app/assets/stylesheets/css/custom-new.scss */
  .inner_banner_buttons a.themebtn img.d-block {
    display: none !important;
  }
  /* line 1772, app/assets/stylesheets/css/custom-new.scss */
  .inner_banner_buttons a.themebtn span {
    display: inline-block !important;
  }
  /* line 1776, app/assets/stylesheets/css/custom-new.scss */
  .inner_banner_buttons .appointment_dropdown {
    top: 0;
  }
  /* line 1779, app/assets/stylesheets/css/custom-new.scss */
  .inner_banner_buttons a.themebtn {
    font-size: 12px;
    padding: 9px 12px !important;
  }
}

@media screen and (max-width: 390px) {
  /* line 1786, app/assets/stylesheets/css/custom-new.scss */
  .inner_banner_buttons, .inner_banner_content h1 {
    padding-left: 10px;
  }
}

@media screen and (max-width: 575px) {
  /* line 1794, app/assets/stylesheets/css/custom-new.scss */
  .digi-banner-mobile-buttons {
    display: none !important;
  }
  /* line 1798, app/assets/stylesheets/css/custom-new.scss */
  .digi-banner-buttons {
    text-align: left !important;
    position: fixed !important;
    bottom: -42px !important;
    width: 100% !important;
    left: 0 !important;
    padding: 0 13px !important;
    display: block !important;
  }
  /* line 1808, app/assets/stylesheets/css/custom-new.scss */
  .digi-banner-buttons .appointment_dropdown {
    top: 0 !important;
  }
  /* line 1812, app/assets/stylesheets/css/custom-new.scss */
  .digi-banner-buttons .appointment_dropdown img {
    display: none !important;
  }
  /* line 1816, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .digi-banner-content .digi-banner-buttons a.themebtn {
    padding: 7px 9px !important;
    font-size: 10px !important;
    margin-left: 0px !important;
    margin-top: 0 !important;
    min-width: inherit !important;
  }
  /* line 1824, app/assets/stylesheets/css/custom-new.scss */
  .digi-banner-buttons .themebtn.with-icon img {
    max-width: 11px !important;
    margin-left: 5px !important;
  }
  /* line 1829, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .digi-banner-content .digi-banner-buttons a.themebtn.with-icon {
    float: right !important;
  }
  /* line 1832, app/assets/stylesheets/css/custom-new.scss */
  .buttons-group a.themebtn.invert.book span {
    display: block !important;
  }
  /* line 1836, app/assets/stylesheets/css/custom-new.scss */
  .buttons-group a.themebtn.invert.book img {
    display: none !important;
  }
  /* line 1840, app/assets/stylesheets/css/custom-new.scss */
  .buttons-group .appointment_dropdown {
    top: 0px !important;
  }
}

/* line 1846, app/assets/stylesheets/css/custom-new.scss */
.book_modal {
  z-index: 99999999999;
}

/* line 1849, app/assets/stylesheets/css/custom-new.scss */
.modal-backdrop {
  z-index: 1;
  background: transparent;
}

/* line 1853, app/assets/stylesheets/css/custom-new.scss */
.book_modal .modal-header {
  padding: 0px;
  border: none;
}

/* line 1858, app/assets/stylesheets/css/custom-new.scss */
.book_modal .modal-header .close {
  padding: 0;
  position: absolute;
  right: 35px;
  top: 35px;
  opacity: 1;
  max-width: 25px;
  z-index: 111;
}

/* line 1868, app/assets/stylesheets/css/custom-new.scss */
.book_modal .modal-content {
  border: none;
  box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.11);
  border-radius: 12px;
  /*overflow: hidden;*/
}

/* line 1875, app/assets/stylesheets/css/custom-new.scss */
.book_modal .modal-body {
  padding: 0;
}

/* line 1879, app/assets/stylesheets/css/custom-new.scss */
.book_modal .col-12 {
  height: 100%;
}

/* line 1883, app/assets/stylesheets/css/custom-new.scss */
.book_modal .modal_left_img_wrap {
  height: 100%;
  width: 100%;
}

/* line 1888, app/assets/stylesheets/css/custom-new.scss */
.book_modal .modal_left_img_wrap img {
  height: 100%;
}

/* line 1892, app/assets/stylesheets/css/custom-new.scss */
.modal_form_wrap h2 {
  font-size: 30px;
  font-weight: 600;
  color: #272727;
  margin-bottom: 10px;
}

/* line 1899, app/assets/stylesheets/css/custom-new.scss */
.modal_form_wrap {
  padding-right: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 1904, app/assets/stylesheets/css/custom-new.scss */
.modal_form_wrap p {
  color: #272727;
  line-height: 27px;
  font-size: 16px;
  margin-bottom: 13px;
}

/* line 1910, app/assets/stylesheets/css/custom-new.scss */
.modal_form_wrap .radio_buttons_group .form-group {
  margin-bottom: 8px;
}

/* line 1914, app/assets/stylesheets/css/custom-new.scss */
.modal_form_wrap .radio_buttons_group .form-group label {
  font-size: 15px;
  color: #3E454F;
  font-weight: normal;
}

/* line 1920, app/assets/stylesheets/css/custom-new.scss */
.modal_form_wrap .form-group {
  margin-bottom: 15px;
}

/* line 1924, app/assets/stylesheets/css/custom-new.scss */
.modal_form_wrap .radio_buttons_group {
  margin-bottom: 10px;
}

/* line 1928, app/assets/stylesheets/css/custom-new.scss */
.modal_form_wrap .form-group label {
  font-size: 15px;
  color: #3E454F;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: normal;
}

/* line 1936, app/assets/stylesheets/css/custom-new.scss */
.modal_form_wrap .form-group .form-control {
  border-color: rgba(39, 39, 39, 0.2);
  font-size: 14px;
  color: #3E454F;
  height: auto;
  padding: 10px 15px;
  line-height: normal;
}

/* line 1945, app/assets/stylesheets/css/custom-new.scss */
.modal_form_wrap a.themebtn {
  font-size: 15px;
  padding: 12px 22px;
  margin-top: 8px;
}

@media screen and (max-width: 991px) {
  /* line 1952, app/assets/stylesheets/css/custom-new.scss */
  .book_modal .modal_left_img_wrap {
    max-height: 200px;
    overflow: hidden;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
  }
  /* line 1959, app/assets/stylesheets/css/custom-new.scss */
  .book_modal .modal_left_img_wrap img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  /* line 1965, app/assets/stylesheets/css/custom-new.scss */
  .modal_form_wrap {
    padding: 20px;
  }
  /* line 1968, app/assets/stylesheets/css/custom-new.scss */
  .book_modal .modal-dialog {
    max-width: 650px;
  }
}

/* line 1973, app/assets/stylesheets/css/custom-new.scss */
.time_dropdown .btn:focus {
  outline: none;
  box-shadow: none;
}

/* line 1978, app/assets/stylesheets/css/custom-new.scss */
.time_dropdown {
  display: inline-block;
}

/* line 1981, app/assets/stylesheets/css/custom-new.scss */
.time_dropdown .dropdown-menu {
  box-shadow: 0px 2px 5px #0000001A;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
}

/* line 1987, app/assets/stylesheets/css/custom-new.scss */
.time_dropdown .dropdown-item {
  color: #414D55 !important;
  font-size: 14px;
}

/* line 1991, app/assets/stylesheets/css/custom-new.scss */
.time_dropdown .dropdown-item:active {
  background-color: #414D55;
  color: #fff;
}

/* line 1996, app/assets/stylesheets/css/custom-new.scss */
.time_dropdown .status_dropdown {
  min-width: 150px;
}

/* line 1999, app/assets/stylesheets/css/custom-new.scss */
.time_dropdown.open .dropdown-menu {
  display: inline-block;
  margin-top: 10px;
}

/* line 2003, app/assets/stylesheets/css/custom-new.scss */
.time_dropdown .btn {
  text-transform: capitalize;
  letter-spacing: 0;
  color: #121212;
  padding: 20px 30px 8px 40px;
  border: 1px solid #E0E0E0;
  min-width: 180px;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  justify-content: start !important;
  gap: 5px;
}

/* line 2017, app/assets/stylesheets/css/custom-new.scss */
.time_dropdown.start .btn {
  background: #fff url(https://digimedspa.s3.us-west-1.amazonaws.com/time_icon_modal_form.png) no-repeat left center !important;
  background-position: 10px !important;
}

/* line 2021, app/assets/stylesheets/css/custom-new.scss */
.time_dropdown.end .btn {
  background: #fff url(https://digimedspa.s3.us-west-1.amazonaws.com/time_icon_modal_form.png) no-repeat left center !important;
  background-position: 10px !important;
}

/* line 2025, app/assets/stylesheets/css/custom-new.scss */
.time_dropdown.start .btn:before {
  content: 'Start with:';
  position: absolute;
  top: 7px;
  font-size: 10px;
  font-weight: 600;
}

/* line 2032, app/assets/stylesheets/css/custom-new.scss */
.time_dropdown.end .btn:before {
  content: 'End with:';
  position: absolute;
  top: 7px;
  font-size: 10px;
  font-weight: 600;
}

/* line 2040, app/assets/stylesheets/css/custom-new.scss */
.time_dropdown .btn:after {
  position: absolute;
  right: 20px;
  top: 38%;
  border: none;
}

/* line 2046, app/assets/stylesheets/css/custom-new.scss */
.time_dropdown .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 2051, app/assets/stylesheets/css/custom-new.scss */
.time_dropdown .dropdown-menu .dropdown-item {
  background: transparent !important;
  font-size: 15px !important;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  line-height: normal;
}

/* line 2062, app/assets/stylesheets/css/custom-new.scss */
.time_dropdown .dropdown-menu .dropdown-item span {
  background: #fff;
  color: #121212;
  border-radius: 3px;
  border: 1px solid #121212;
  line-height: normal;
  padding: 3px 4px;
  transition: all .3s ease;
}

/* line 2072, app/assets/stylesheets/css/custom-new.scss */
.time_dropdown .dropdown-menu .dropdown-item:hover span {
  background: #019ABC;
  color: #fff;
  transition: all .3s ease;
}

/* line 2077, app/assets/stylesheets/css/custom-new.scss */
.gj-picker {
  z-index: 99999999999999999 !important;
}

/* line 2080, app/assets/stylesheets/css/custom-new.scss */
.book_modal .form-control.datetimepicker2,
.book_modal .form-control.date_field {
  text-transform: capitalize;
  letter-spacing: 0;
  color: #121212;
  padding: 20px 30px 8px 40px;
  border: 1px solid #E0E0E0;
  min-width: 180px;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/date_oicker_icon.png) no-repeat center left;
  background-position: 10px;
  font-family: 'Montserrat', sans-serif;
}

/* line 2096, app/assets/stylesheets/css/custom-new.scss */
.book_modal .gj-datepicker {
  margin-right: -10px;
  margin-top: 15px;
}

/* line 2101, app/assets/stylesheets/css/custom-new.scss */
.book_modal .gj-datepicker i.gj-icon {
  display: none;
}

/* line 2105, app/assets/stylesheets/css/custom-new.scss */
.book_modal .gj-datepicker:before {
  content: 'Select a day';
  position: absolute;
  top: 7px;
  font-size: 10px;
  font-weight: 600;
  padding-left: 40px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0px;
}

/* line 2115, app/assets/stylesheets/css/custom-new.scss */
.book_modal .gj-datepicker:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  position: absolute;
  right: 20px;
  top: 38%;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 80%;
  font-weight: 900;
  content: "";
  margin-left: 0.5rem;
}

/* line 2130, app/assets/stylesheets/css/custom-new.scss */
.sub-btn {
  text-align: center;
  display: inline-block;
  border-radius: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  box-shadow: none;
  border: none;
  transition: all .3s ease;
  background: #007640 !important;
  min-width: auto;
  padding: 9px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: normal;
}

/* line 2149, app/assets/stylesheets/css/custom-new.scss */
.sub-btn:hover, .sub-btn:focus, .sub-btn:active {
  box-shadow: 0px 15px 35px rgba(5, 182, 166, 0.3);
  transform: translateY(-3px);
  border-color: transparent !important;
  background: #007640 !important;
}

/* line 2156, app/assets/stylesheets/css/custom-new.scss */
.sub-btn.invert {
  background: #018DC8 !important;
}

/* line 2159, app/assets/stylesheets/css/custom-new.scss */
.sub-btn.invert:hover, .sub-btn.invert:focus, .sub-btn.invert:active {
  box-shadow: 0px 15px 35px rgba(1, 141, 200, 0.3);
  background: #018dc8 !important;
}

@media screen and (max-width: 991px) {
  /* line 2165, app/assets/stylesheets/css/custom-new.scss */
  .book_modal .gj-datepicker {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 2171, app/assets/stylesheets/css/custom-new.scss */
  .book_modal .gj-datepicker {
    margin-right: 0;
  }
  /* line 2174, app/assets/stylesheets/css/custom-new.scss */
  .modal_form_wrap p {
    font-size: 14px;
    line-height: 26px;
  }
  /* line 2179, app/assets/stylesheets/css/custom-new.scss */
  .modal_form_wrap h2 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px !important;
  }
  /* line 2184, app/assets/stylesheets/css/custom-new.scss */
  .time_dropdown .btn,
.book_modal .form-control.datetimepicker2,
.book_modal .form-control.date_field {
    font-size: 14px;
    min-width: 148px;
    padding: 17px 15px 7px 35px;
  }
  /* line 2191, app/assets/stylesheets/css/custom-new.scss */
  .book_modal .gj-datepicker:before {
    padding-left: 35px;
  }
  /* line 2194, app/assets/stylesheets/css/custom-new.scss */
  .time_dropdown.start .btn:before,
.book_modal .gj-datepicker:before {
    font-size: 9px;
    top: 8px;
  }
  /* line 2200, app/assets/stylesheets/css/custom-new.scss */
  .time_dropdown .btn:after,
.book_modal .gj-datepicker:after {
    right: 10px;
  }
  /* line 2204, app/assets/stylesheets/css/custom-new.scss */
  .time_dropdown .btn,
.book_modal .form-control.datetimepicker2,
.book_modal .form-control.date_field,
.time_dropdown.start .btn,
.time_dropdown.end .btn {
    background-size: 17px !important;
  }
}

@media screen and (max-width: 575px) {
  /* line 2214, app/assets/stylesheets/css/custom-new.scss */
  .book_modal .modal_left_img_wrap,
.book_modal .modal_left_img_wrap img {
    max-height: 150px;
  }
  /* line 2218, app/assets/stylesheets/css/custom-new.scss */
  .modal_form_wrap .radio_buttons_group .form-group label {
    font-size: 14px;
  }
  /* line 2221, app/assets/stylesheets/css/custom-new.scss */
  .cama_flash_messages .flash_messages, .flash_messages {
    min-width: 320px !important;
    left: 19px !important;
    bottom: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  /* line 2230, app/assets/stylesheets/css/custom-new.scss */
  .book_modal .modal_left_img_wrap {
    max-height: 270px;
  }
}

@media screen and (max-width: 575px) {
  /* line 2235, app/assets/stylesheets/css/custom-new.scss */
  .book_modal .modal_left_img_wrap, .book_modal .modal_left_img_wrap img {
    max-height: 171px;
  }
}

/* line 2240, app/assets/stylesheets/css/custom-new.scss */
div#demo_book_modal button.close img {
  filter: invert(1);
}

@media screen and (max-width: 991.98px) {
  /* line 2244, app/assets/stylesheets/css/custom-new.scss */
  .solutions_section0 .home-about-img-wrap {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 575px) {
  /* line 2251, app/assets/stylesheets/css/custom-new.scss */
  .solutions_section0 .home-about-img-wrap {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  /* line 2255, app/assets/stylesheets/css/custom-new.scss */
  section#inner-banner-section.solutions-banner .inner_banner_content_wrap img {
    object-position: -330px;
  }
  /* line 2259, app/assets/stylesheets/css/custom-new.scss */
  section#inner-banner-section.solutions-banner h1, section#inner-banner-section.solutions-banner .inner_banner_buttons {
    padding-left: 0px;
  }
}

/* line 2265, app/assets/stylesheets/css/custom-new.scss */
.solutions_section1 {
  background: #fff url(/../images/solutions-page-bg1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 55px 0;
}

/* line 2271, app/assets/stylesheets/css/custom-new.scss */
.bundle-button a.themebtn {
  background: #019abc !important;
  display: inline-block !important;
  border: none !important;
  margin: auto;
  width: 100%;
  max-width: 200px;
}

/* line 2279, app/assets/stylesheets/css/custom-new.scss */
.bundle-button a.themebtn span {
  position: relative;
  top: -1px;
  margin-left: 3px;
}

/* line 2284, app/assets/stylesheets/css/custom-new.scss */
.bundle-button a.themebtn:hover, .bundle-button a.themebtn:active, .bundle-button a.themebtn:focus {
  box-shadow: 0 15px 35px rgba(1, 154, 188, 0.3) !important;
}

/* line 2288, app/assets/stylesheets/css/custom-new.scss */
.solutions-bundle-plan-box {
  z-index: 0;
  background: #fff;
  padding: 60px 25px;
  margin: 0px 0 40px;
  border-radius: 10px;
  box-shadow: 0px 4px 49px rgba(181, 181, 181, 0.15);
  position: relative;
}

/* line 2298, app/assets/stylesheets/css/custom-new.scss */
.solutions-bundle-plan-box.center {
  z-index: 9;
  transform: scale(1.12);
}

/* line 2303, app/assets/stylesheets/css/custom-new.scss */
.solutions-bundle-plan-box.center * {
  transform: scale(0.95);
}

/* line 2307, app/assets/stylesheets/css/custom-new.scss */
.solutions-bundle-plan-box img {
  margin-bottom: 25px;
}

/* line 2311, app/assets/stylesheets/css/custom-new.scss */
.solutions-bundle-plan-box .bundle-name {
  font-size: 22px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  line-height: normal;
  margin-bottom: 25px;
}

/* line 2319, app/assets/stylesheets/css/custom-new.scss */
.solutions_section1 .black-caption h2.section-heading {
  line-height: normal;
  margin-bottom: 60px;
}

/* line 2324, app/assets/stylesheets/css/custom-new.scss */
.solutions_section1 .buttons-group {
  margin-top: 30px;
}

/* line 2328, app/assets/stylesheets/css/custom-new.scss */
.solutions_section1 .buttons-group .media.phone-link {
  flex-basis: auto !important;
}

@media screen and (max-width: 991.98px) {
  /* line 2333, app/assets/stylesheets/css/custom-new.scss */
  .solutions-bundle-plan-box {
    padding: 40px 15px;
    margin: 0px 0 30px;
  }
  /* line 2338, app/assets/stylesheets/css/custom-new.scss */
  .solutions-bundle-plan-box .bundle-name {
    font-size: 19px;
    margin-bottom: 15px;
  }
  /* line 2343, app/assets/stylesheets/css/custom-new.scss */
  .solutions-bundle-plan-box img {
    margin-bottom: 15px;
  }
  /* line 2347, app/assets/stylesheets/css/custom-new.scss */
  .solutions-bundle-plan-box.center {
    transform: scale(1.14);
  }
  /* line 2351, app/assets/stylesheets/css/custom-new.scss */
  .solutions-bundle-plan-box.center * {
    transform: scale(0.94);
  }
  /* line 2355, app/assets/stylesheets/css/custom-new.scss */
  .bundle-button a.themebtn {
    max-width: 170px;
  }
  /* line 2359, app/assets/stylesheets/css/custom-new.scss */
  .bundle-button a.themebtn span {
    top: 1%;
  }
}

@media screen and (max-width: 850.98px) {
  /* line 2365, app/assets/stylesheets/css/custom-new.scss */
  .solutions-bundle-plan-box {
    margin: 0px -15px 30px;
    padding: 40px 15px;
  }
  /* line 2370, app/assets/stylesheets/css/custom-new.scss */
  .solutions-bundle-plan-box.center {
    margin: 0px 15px 30px;
  }
  /* line 2373, app/assets/stylesheets/css/custom-new.scss */
  .bundle-button a.themebtn {
    max-width: 150px;
  }
}

@media screen and (max-width: 767.98px) {
  /* line 2379, app/assets/stylesheets/css/custom-new.scss */
  .solutions_section1 {
    padding: 45px 0;
  }
  /* line 2382, app/assets/stylesheets/css/custom-new.scss */
  .solutions-bundle-plan-box {
    padding: 40px 15px;
    margin: 0px 0 15px;
  }
  /* line 2387, app/assets/stylesheets/css/custom-new.scss */
  .solutions-bundle-plan-box.center {
    padding: 40px 15px;
    margin: 0px 0 15px;
  }
  /* line 2392, app/assets/stylesheets/css/custom-new.scss */
  .solutions-bundle-plan-box .bundle-name {
    font-size: 19px;
    margin-bottom: 15px;
  }
  /* line 2397, app/assets/stylesheets/css/custom-new.scss */
  .solutions-bundle-plan-box img {
    margin-bottom: 15px;
  }
  /* line 2401, app/assets/stylesheets/css/custom-new.scss */
  .solutions-bundle-plan-box.center {
    transform: scale(1);
  }
  /* line 2405, app/assets/stylesheets/css/custom-new.scss */
  .solutions-bundle-plan-box.center * {
    transform: scale(1);
  }
  /* line 2409, app/assets/stylesheets/css/custom-new.scss */
  .bundle-button a.themebtn {
    max-width: 170px;
  }
  /* line 2413, app/assets/stylesheets/css/custom-new.scss */
  .bundle-button a.themebtn span {
    top: 1%;
  }
  /* line 2416, app/assets/stylesheets/css/custom-new.scss */
  .solutions_section1 .black-caption h2.section-heading {
    margin-bottom: 30px;
  }
  /* line 2419, app/assets/stylesheets/css/custom-new.scss */
  .solutions_section1 .buttons-group {
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  /* line 2425, app/assets/stylesheets/css/custom-new.scss */
  .solutions_section1 {
    padding: 35px 0;
  }
  /* line 2428, app/assets/stylesheets/css/custom-new.scss */
  .solutions-bundle-plan-box {
    padding: 20px 15px;
  }
}

/* line 2433, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 {
  position: relative;
  padding: 55px 0 180px;
}

/* line 2438, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .owl-1 .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
}

/* line 2442, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .owl-1 .owl-nav .owl-next,
.solutions_section2 .owl-1 .owl-nav .owl-prev {
  border: 1px solid red;
  z-index: 92;
  position: absolute;
  top: 50%;
}

/* line 2448, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .owl-1 .owl-nav .owl-next:active, .solutions_section2 .owl-1 .owl-nav .owl-next:focus,
.solutions_section2 .owl-1 .owl-nav .owl-prev:active,
.solutions_section2 .owl-1 .owl-nav .owl-prev:focus {
  outline: none;
}

/* line 2452, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .owl-1 .owl-nav .owl-next span,
.solutions_section2 .owl-1 .owl-nav .owl-prev span {
  color: #fff;
}

/* line 2455, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .owl-1 .owl-nav .owl-next span:before,
.solutions_section2 .owl-1 .owl-nav .owl-prev span:before {
  font-size: 40px !important;
}

/* line 2458, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .owl-1 .owl-nav .owl-next {
  border: 4px solid blue;
  right: 20px;
}

/* line 2461, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .owl-1 .owl-nav .owl-prev {
  left: 20px;
}

/* line 2464, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .owl-1 .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 2471, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .owl-1 .owl-dots .owl-dot {
  background: none;
  display: inline-block;
}

/* line 2474, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .owl-1 .owl-dots .owl-dot > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  margin: 4px;
}

/* line 2481, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .owl-1 .owl-dots .owl-dot.active > span {
  background: white;
}

/* line 2483, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .owl-1 .owl-dots .owl-dot:active, .solutions_section2 .owl-1 .owl-dots .owl-dot:focus {
  outline: none;
}

/* line 2486, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .media-29101 .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

/* line 2491, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .media-29101 .text {
  padding: 50px;
}

@media (max-width: 991.98px) {
  /* line 2494, app/assets/stylesheets/css/custom-new.scss */
  .solutions_section2 .media-29101 .text {
    padding: 20px;
    width: 100%;
  }
  /* line 2497, app/assets/stylesheets/css/custom-new.scss */
  .digi-top-bar:after {
    display: none;
  }
}

/* line 2501, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .media-29101 .text .category {
  color: #adb5bd;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .2rem;
}

/* line 2507, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .media-29101 .text h2 {
  font-family: "Playfair Display", times, serif;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 30px;
}

/* line 2512, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .media-29101 .text h2 a {
  color: #000;
}

/* line 2515, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .carousel-nav {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}

/* line 2519, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .carousel-nav a {
  padding: 15px;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  color: #272727;
}

/* line 2526, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .carousel-nav a:hover {
  color: #018DC8;
}

/* line 2528, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .carousel-nav a.active {
  color: #018DC8;
}

/* line 2530, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .carousel-nav a.active:before {
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  position: absolute;
  border-bottom: 1px solid #018DC8;
}

/* line 2538, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .owl-1 .media-29101 {
  max-width: 1440px;
  margin: 0 auto;
}

/* line 2542, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .carousel-nav {
  max-width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
}

/* line 2547, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .owl-1 a.themebtn.with-icon.learn-more img {
  width: inherit !important;
  display: inline !important;
}

/* line 2551, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .section-img-box img {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/solutions-page-main-features-bg-img.png) no-repeat center center;
  background-size: 100% 110%;
}

/* line 2555, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .section-img-box img.no-bg {
  background: transparent;
}

/* line 2558, app/assets/stylesheets/css/custom-new.scss */
.solutions_section2 .owl-stage-outer {
  padding-bottom: 40px;
}

@media screen and (max-width: 1570px) {
  /* line 2563, app/assets/stylesheets/css/custom-new.scss */
  .solutions_section2 .carousel-nav a br.big-line-br {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  /* line 2568, app/assets/stylesheets/css/custom-new.scss */
  .solutions_section2 .carousel-nav a {
    line-height: 26px;
  }
  /* line 2572, app/assets/stylesheets/css/custom-new.scss */
  .solutions_section2 .carousel-nav {
    max-width: 100%;
  }
}

@media screen and (max-width: 1190px) {
  /* line 2578, app/assets/stylesheets/css/custom-new.scss */
  .digi-top-bar:after {
    display: none;
  }
}

@media screen and (max-width: 991.98px) {
  /* line 2583, app/assets/stylesheets/css/custom-new.scss */
  .solutions_section2 {
    padding: 30px 0 120px;
  }
  /* line 2587, app/assets/stylesheets/css/custom-new.scss */
  .solutions_section2 .responsive-tabs {
    width: 100%;
    overflow: scroll;
    margin-bottom: 30px;
  }
  /* line 2593, app/assets/stylesheets/css/custom-new.scss */
  .solutions_section2 .responsive-tabs .d-flex.carousel-nav {
    min-width: 1346px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 575px) {
  /* line 2599, app/assets/stylesheets/css/custom-new.scss */
  .solutions_section2 .carousel-nav a {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 15px;
  }
  /* line 2604, app/assets/stylesheets/css/custom-new.scss */
  .solutions_section2 .responsive-tabs .d-flex.carousel-nav {
    min-width: 1160px;
  }
}

/* line 2610, app/assets/stylesheets/css/custom-new.scss */
.inner_banner_content h1 {
  display: block;
}

/* line 2614, app/assets/stylesheets/css/custom-new.scss */
.emr_section1 .container {
  max-width: 1440px;
}

/* line 2618, app/assets/stylesheets/css/custom-new.scss */
section#home-about-section.emr_section1 {
  background-position: 0px -500px;
  padding-bottom: 180px;
}

/* line 2623, app/assets/stylesheets/css/custom-new.scss */
section#home-about-section.emr_section1 .card-style {
  box-shadow: 0px 4px 9px rgba(52, 174, 201, 0.12);
}

/* line 2627, app/assets/stylesheets/css/custom-new.scss */
section#home-about-section.emr_section1 .card-style.left {
  margin-top: -200px;
}

/* line 2631, app/assets/stylesheets/css/custom-new.scss */
section#home-about-section.emr_section1 .card-style.right {
  margin-top: 200px;
}

/* line 2635, app/assets/stylesheets/css/custom-new.scss */
.emr-boxes-bg {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/emr-section1-bg.png) no-repeat center center;
  background-size: contain;
  margin-top: 100px;
}

/* line 2641, app/assets/stylesheets/css/custom-new.scss */
section#home-about-section.emr_section1 .card-style .card-body {
  padding-top: 5px;
}

/* line 2645, app/assets/stylesheets/css/custom-new.scss */
section#home-about-section.emr_section1 .card-style .card-body .card-title {
  line-height: normal;
  margin-bottom: 10px;
}

@media screen and (max-width: 991.98px) {
  /* line 2651, app/assets/stylesheets/css/custom-new.scss */
  section#home-about-section.emr_section1 .card-style.left {
    margin-top: 0px;
  }
  /* line 2654, app/assets/stylesheets/css/custom-new.scss */
  section#home-about-section.emr_section1 .card-icon-top {
    justify-content: center;
    flex-shrink: inherit;
    width: auto;
  }
  /* line 2659, app/assets/stylesheets/css/custom-new.scss */
  section#home-about-section.emr_section1 .card-icon-top img {
    flex-shrink: inherit;
    width: auto;
  }
}

@media screen and (max-width: 575px) {
  /* line 2666, app/assets/stylesheets/css/custom-new.scss */
  .emr-boxes-bg {
    margin-top: 60px;
    background: transparent;
  }
  /* line 2671, app/assets/stylesheets/css/custom-new.scss */
  section#home-about-section.emr_section1 {
    padding-bottom: 130px;
  }
}

/* line 2676, app/assets/stylesheets/css/custom-new.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown li.active a.sf-with-ul:hover {
  background: #f2fdf9 !important;
}

/* line 2680, app/assets/stylesheets/css/custom-new.scss */
.unified-com-boxes-bg {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/unified-com-boxes-bg.png) no-repeat center center;
  background-size: contain;
  margin-top: 100px;
}

/* line 2685, app/assets/stylesheets/css/custom-new.scss */
section#home-about-section.unified_com_section1 .card-icon-top {
  min-height: inherit;
  margin: 35px auto 15px;
}

@media screen and (max-width: 575px) {
  /* line 2691, app/assets/stylesheets/css/custom-new.scss */
  section#home-about-section.emr_section1 .card-style {
    height: auto !important;
  }
  /* line 2695, app/assets/stylesheets/css/custom-new.scss */
  section#home-about-section.emr_section1 .card-style .card-body {
    padding-bottom: 10px;
  }
  /* line 2698, app/assets/stylesheets/css/custom-new.scss */
  .unified-com-boxes-bg {
    margin-top: 60px;
    background: transparent;
  }
}

/* line 2705, app/assets/stylesheets/css/custom-new.scss */
.website-design-page-boxes-bg {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/website_design_page_section1_bg.png) no-repeat center center;
  background-size: contain;
  margin-top: 100px;
}

/* line 2710, app/assets/stylesheets/css/custom-new.scss */
section#home-about-section.website_design_section1 .card-icon-top {
  min-height: 145px;
  margin: 35px auto 15px;
  align-items: flex-end;
}

@media screen and (max-width: 575px) {
  /* line 2716, app/assets/stylesheets/css/custom-new.scss */
  .website-design-page-boxes-bg {
    margin-top: 60px;
    background: transparent;
  }
  /* line 2720, app/assets/stylesheets/css/custom-new.scss */
  section#home-about-section.website_design_section1 .card-icon-top {
    min-height: inherit;
    margin: 30px auto 15px;
    align-items: flex-end;
  }
  /* line 2725, app/assets/stylesheets/css/custom-new.scss */
  .big-heading-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    top: 0 !important;
    transform: none !important;
    left: 0 !important;
    background: rgba(255, 255, 255, 0.65);
  }
}

/* line 2739, app/assets/stylesheets/css/custom-new.scss */
.main_features_section2 {
  position: relative;
  padding: 30px 0 180px;
}

@media screen and (min-width: 991.99px) {
  /* line 2745, app/assets/stylesheets/css/custom-new.scss */
  .main_features_section2 .transparent-bg {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 991.98px) {
  /* line 2752, app/assets/stylesheets/css/custom-new.scss */
  .main_features_section2 {
    padding: 0px 0 120px;
  }
}

/* line 2757, app/assets/stylesheets/css/custom-new.scss */
section#home-pricing-table-section.bundled_solutions_section1 {
  position: relative;
  padding: 55px 0 180px;
  background: #fff url(https://digimedspa.s3.us-west-1.amazonaws.com/bundled_solitions_section_bg.png) no-repeat center bottom;
  background-size: cover;
  background-position: 0 1200px;
}

/* line 2766, app/assets/stylesheets/css/custom-new.scss */
.bundled_plan_include_box {
  text-align: center;
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/bundled_plan_include_box_bg.png) no-repeat center center;
  background-size: cover;
  padding: 30px 45px;
  border: 1px solid #018DC8;
  border-radius: 7px;
  margin-top: 10px;
}

/* line 2776, app/assets/stylesheets/css/custom-new.scss */
.bundled_plan_include_box .check-box {
  background: #fff;
  display: inline-block;
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
}

/* line 2786, app/assets/stylesheets/css/custom-new.scss */
.bundled_plan_include_box span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #272727;
}

/* line 2793, app/assets/stylesheets/css/custom-new.scss */
.bundled_plan_include_box .check-box img {
  max-width: 25px;
}

@media screen and (max-width: 991.98px) {
  /* line 2799, app/assets/stylesheets/css/custom-new.scss */
  section#home-pricing-table-section.bundled_solutions_section1 {
    padding: 30px 0 150px;
  }
}

@media screen and (max-width: 575.98px) {
  /* line 2805, app/assets/stylesheets/css/custom-new.scss */
  .bundled_solutions_section1 .buttons-group {
    gap: 5px !important;
  }
  /* line 2808, app/assets/stylesheets/css/custom-new.scss */
  .bundled_solutions_section1 a.themebtn.learn-btn {
    display: none;
  }
  /* line 2811, app/assets/stylesheets/css/custom-new.scss */
  section#home-pricing-table-section.bundled_solutions_section1 .black-caption.heading-2,
section#home-pricing-table-section.bundled_solutions_section1 .black-caption.heading-2 * {
    text-align: center !important;
  }
  /* line 2816, app/assets/stylesheets/css/custom-new.scss */
  section#home-pricing-table-section.bundled_solutions_section1 .buttons-group.justify-content-center.mb-5.mt-2 {
    justify-content: flex-start !important;
  }
}

/* line 2822, app/assets/stylesheets/css/custom-new.scss */
.contact_us_page_section1 .container {
  max-width: 1440px;
}

/* line 2825, app/assets/stylesheets/css/custom-new.scss */
.contact_us_page_section1 {
  position: relative;
  padding: 55px 0 180px;
}

/* line 2829, app/assets/stylesheets/css/custom-new.scss */
.contact_page_form .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 141, 199, 0.5);
  border-radius: 0px;
  font-size: 14px;
  color: #272727;
  font-weight: 500;
  padding-left: 0px;
  box-shadow: none !important;
  outline: none !important;
  min-height: 45px;
  padding-right: 30px;
}

/* line 2843, app/assets/stylesheets/css/custom-new.scss */
.contact_page_form .form-control::placeholder {
  font-size: 14px;
  color: #999999;
  font-weight: 500;
}

/* line 2849, app/assets/stylesheets/css/custom-new.scss */
.contact_page_form .form-group {
  margin-bottom: 20px;
}

/* line 2853, app/assets/stylesheets/css/custom-new.scss */
.contact_page_form .form-group label {
  color: #272727;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
}

/* line 2860, app/assets/stylesheets/css/custom-new.scss */
.contact_page_form .form-control.icon1 {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/contact_page_form_icon1.png) no-repeat center right;
  background-size: auto;
  background-position-x: 98.5%;
}

/* line 2866, app/assets/stylesheets/css/custom-new.scss */
.contact_page_form .form-control.icon2 {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/contact_page_form_icon2.png) no-repeat center right;
  background-size: auto;
  background-position-x: 99%;
}

/* line 2872, app/assets/stylesheets/css/custom-new.scss */
.contact_page_form .form-control.icon3 {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/contact_page_form_icon3.png) no-repeat center right;
  background-size: auto;
  background-position-x: 99%;
}

/* line 2878, app/assets/stylesheets/css/custom-new.scss */
.contact_page_form .form-control.icon4 {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/contact_page_form_icon4.png) no-repeat top right;
  background-size: auto;
  background-position-x: 99%;
  background-position-y: 6px;
}

/* line 2884, app/assets/stylesheets/css/custom-new.scss */
.contact_page_info_box {
  text-align: center;
  padding: 25px 40px;
  background: #fff;
  border: 1px solid rgba(0, 141, 199, 0.5);
  border-radius: 4px;
  box-shadow: 0px 1px 76px rgba(39, 39, 39, 0.06);
}

/* line 2893, app/assets/stylesheets/css/custom-new.scss */
.contact_page_info_box .icon img {
  box-shadow: 0px 4px 9px rgba(52, 174, 201, 0.12);
  border-radius: 100%;
}

/* line 2898, app/assets/stylesheets/css/custom-new.scss */
.contact_page_info_box .icon {
  margin-bottom: 18px;
}

/* line 2902, app/assets/stylesheets/css/custom-new.scss */
.contact_page_info_box .head {
  font-size: 22px;
  font-weight: 500;
  color: #272727;
  line-height: normal;
  margin-bottom: 10px;
}

/* line 2910, app/assets/stylesheets/css/custom-new.scss */
.contact_page_info_box p, .contact_page_info_box a {
  font-size: 16px;
  color: #272727;
  margin-bottom: 0;
  padding: 0 20px;
}

/* line 2917, app/assets/stylesheets/css/custom-new.scss */
.contact_page_info_box_wrap .contact_page_info_box:first-child {
  margin-bottom: 15px;
}

/* line 2921, app/assets/stylesheets/css/custom-new.scss */
.contact_page_info_box_wrap {
  background: rgba(1, 141, 200, 0.05);
  padding: 55px 15% 60px 50px;
  margin-left: -15px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: end;
}

/* line 2931, app/assets/stylesheets/css/custom-new.scss */
.contact_page_info_box {
  min-width: 440px;
}

/* line 2935, app/assets/stylesheets/css/custom-new.scss */
.contact_page_img_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 55px 15% 60px 50px;
}

/* line 2942, app/assets/stylesheets/css/custom-new.scss */
.contact_page_map_wrap {
  min-height: 400px;
  border-radius: 0px;
  overflow: hidden;
  border: 4px solid #008DC7;
  display: flex;
  flex-direction: row;
}

/* line 2950, app/assets/stylesheets/css/custom-new.scss */
.contact_page_map_wrap iframe {
  height: auto;
  display: flex;
}

@media screen and (max-width: 1280.98px) {
  /* line 2956, app/assets/stylesheets/css/custom-new.scss */
  .contact_page_info_box_wrap {
    padding: 30px 11% 35px 10%;
  }
  /* line 2960, app/assets/stylesheets/css/custom-new.scss */
  .contact_page_info_box {
    min-width: inherit;
    width: 100%;
  }
  /* line 2965, app/assets/stylesheets/css/custom-new.scss */
  .contact_page_img_wrap {
    padding: 30px 5% 35px 5%;
  }
}

@media screen and (max-width: 991.98px) {
  /* line 2971, app/assets/stylesheets/css/custom-new.scss */
  .contact_us_page_section1 {
    position: relative;
    padding: 30px 0 150px;
  }
  /* line 2975, app/assets/stylesheets/css/custom-new.scss */
  .contact_page_map_wrap {
    display: flex;
    flex-direction: row;
  }
  /* line 2979, app/assets/stylesheets/css/custom-new.scss */
  .contact_page_map_wrap iframe {
    height: auto;
    display: flex;
  }
}

@media screen and (max-width: 850.98px) {
  /* line 2986, app/assets/stylesheets/css/custom-new.scss */
  .contact_page_info_box {
    padding: 15px 20px;
  }
  /* line 2990, app/assets/stylesheets/css/custom-new.scss */
  .contact_page_info_box .icon img {
    max-width: 60px;
  }
}

@media screen and (max-width: 767.98px) {
  /* line 2996, app/assets/stylesheets/css/custom-new.scss */
  .contact_page_info_box_wrap {
    margin-right: -15px;
  }
}

@media screen and (max-width: 575.98px) {
  /* line 3002, app/assets/stylesheets/css/custom-new.scss */
  .contact_page_info_box_wrap {
    padding: 20px 16px 25px 15px;
    margin-top: -25px;
  }
  /* line 3006, app/assets/stylesheets/css/custom-new.scss */
  .contact_page_img_wrap {
    padding: 20px 16px 25px 15px;
  }
}

/* line 3011, app/assets/stylesheets/css/custom-new.scss */
section#home-about-section.directory_listing_page_section1 {
  background: #fff !important;
  padding-bottom: 0px;
}

/* line 3016, app/assets/stylesheets/css/custom-new.scss */
.directory_listing_page_section2 {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/directory_listing_page_section2_bg.png) no-repeat center center;
  background-size: cover;
  margin-top: 40px;
  padding: 60px 0 200px;
}

/* line 3022, app/assets/stylesheets/css/custom-new.scss */
.directory_listing_page_section2 .card-style.no-bg {
  background: transparent;
  box-shadow: none !important;
}

/* line 3027, app/assets/stylesheets/css/custom-new.scss */
.directory_listing_page_section2 .card-style.no-bg .card-icon-top {
  min-height: inherit !important;
}

/* line 3030, app/assets/stylesheets/css/custom-new.scss */
.why-digimedspa.directory_listing_page_section3 {
  margin-top: -140px;
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}

/* line 3036, app/assets/stylesheets/css/custom-new.scss */
.why-digimedspa.directory_listing_page_section3 .card-icon-top {
  min-height: inherit;
  margin-top: 35px;
}

/* line 3040, app/assets/stylesheets/css/custom-new.scss */
.why-digimedspa.directory_listing_page_section3 .col-12:nth-child(3) .card-icon-top {
  margin-top: 6px;
}

/* line 3043, app/assets/stylesheets/css/custom-new.scss */
section#who_we_help_section1.directory_listing_page_section4 {
  position: relative;
  padding: 150px 0 50px;
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/directory_listing_page_setion4_bg.png) no-repeat center center;
  background-size: cover;
  margin-top: -100px;
}

/* line 3051, app/assets/stylesheets/css/custom-new.scss */
.directory_listing_page_section5 {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/directory_listing_page_section5_bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 50px 0;
}

/* line 3058, app/assets/stylesheets/css/custom-new.scss */
.directory_listing_page_section5 .container {
  max-width: 1440px;
}

/* line 3062, app/assets/stylesheets/css/custom-new.scss */
.directory_listing_page_section5 .boxes-container {
  max-width: 1280px;
}

/* line 3066, app/assets/stylesheets/css/custom-new.scss */
section#directory_listing_page_section6 {
  padding: 55px 0 180px;
}

/* line 3070, app/assets/stylesheets/css/custom-new.scss */
section#directory_listing_page_section6 .container {
  max-width: 1440px;
}

/* line 3074, app/assets/stylesheets/css/custom-new.scss */
.directory_listing_page_benefits_box {
  border: 7px solid #E0E0E0;
  padding: 40px 30px;
  border-radius: 13px;
}

/* line 3080, app/assets/stylesheets/css/custom-new.scss */
.directory_listing_page_benefits_box img {
  margin: 0 auto;
  display: block;
}

/* line 3082, app/assets/stylesheets/css/custom-new.scss */
ul.list-with-checkmark {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

/* line 3089, app/assets/stylesheets/css/custom-new.scss */
ul.list-with-checkmark li {
  line-height: normal;
  margin-bottom: 20px;
  padding-left: 35px;
  padding-right: 15px;
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/black-checkmark.png) no-repeat top left;
  background-position-x: 2px;
  background-position-y: 7px;
  background-size: 19px;
}

/* line 3100, app/assets/stylesheets/css/custom-new.scss */
ul.list-with-checkmark li p {
  margin: 0;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  color: #272727;
}

/* line 3108, app/assets/stylesheets/css/custom-new.scss */
ul.list-with-checkmark li:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 991.98px) {
  /* line 3114, app/assets/stylesheets/css/custom-new.scss */
  section#directory_listing_page_section6 {
    padding: 30px 0 120px;
  }
  /* line 3117, app/assets/stylesheets/css/custom-new.scss */
  section#directory_listing_page_section6 .directory_listing_page_benefits_box {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575.98px) {
  /* line 3123, app/assets/stylesheets/css/custom-new.scss */
  .directory_listing_page_section2 {
    padding-bottom: 90px;
    padding-top: 30px;
  }
  /* line 3127, app/assets/stylesheets/css/custom-new.scss */
  .why-digimedspa.directory_listing_page_section3 {
    background: url(https://digimedspa.s3.us-west-1.amazonaws.com/why_digimedspa_bg_mobile.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 50px 0 20px;
    margin-top: -50px;
  }
  /* line 3133, app/assets/stylesheets/css/custom-new.scss */
  .why-digimedspa.directory_listing_page_section3 .black-caption {
    margin-bottom: 0;
  }
  /* line 3136, app/assets/stylesheets/css/custom-new.scss */
  .why-digimedspa.directory_listing_page_section3 .black-caption {
    margin-bottom: 0;
  }
  /* line 3140, app/assets/stylesheets/css/custom-new.scss */
  section#who_we_help_section1.directory_listing_page_section4 .buttons-group {
    margin-top: 30px !important;
  }
  /* line 3144, app/assets/stylesheets/css/custom-new.scss */
  section#who_we_help_section1.directory_listing_page_section4 {
    padding-bottom: 30px;
    padding-top: 130px;
  }
  /* line 3149, app/assets/stylesheets/css/custom-new.scss */
  .why-digimedspa.directory_listing_page_section3 .buttons-group {
    margin-bottom: 10px !important;
  }
  /* line 3152, app/assets/stylesheets/css/custom-new.scss */
  .directory_listing_page_section5 {
    padding: 30px 0;
  }
  /* line 3155, app/assets/stylesheets/css/custom-new.scss */
  section#home-about-section.directory_listing_page_section1 .home-about-img-wrap {
    margin-top: 0px !important;
    margin-bottom: -30px !important;
  }
  /* line 3159, app/assets/stylesheets/css/custom-new.scss */
  .directory_listing_page_section2 .card-style.no-bg {
    margin-bottom: 0;
  }
  /* line 3163, app/assets/stylesheets/css/custom-new.scss */
  .directory_listing_page_section2 .row .col-12:last-child .card-style.no-bg {
    margin-bottom: 10px;
  }
  /* line 3166, app/assets/stylesheets/css/custom-new.scss */
  .directory_listing_page_section5 .home-about-img-wrap {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  /* line 3170, app/assets/stylesheets/css/custom-new.scss */
  .directory_listing_page_section5 .boxes-container .black-caption {
    margin-top: 10px !important;
  }
  /* line 3173, app/assets/stylesheets/css/custom-new.scss */
  .directory_listing_page_benefits_box {
    padding: 20px 10px;
    border-radius: 7px;
    border: 4px solid #E0E0E0;
  }
  /* line 3178, app/assets/stylesheets/css/custom-new.scss */
  .directory_listing_page_section5 .container:first-child .row {
    flex-direction: column-reverse;
  }
  /* line 3182, app/assets/stylesheets/css/custom-new.scss */
  .directory_listing_page_section5 .container:first-child .row .col-12:first-child {
    margin-top: 14px;
  }
}

/* line 3188, app/assets/stylesheets/css/custom-new.scss */
section#home-mobile-app-section.app-download-page-section1 {
  margin-top: 0px !important;
  padding-bottom: 180px;
  padding-top: 50px;
}

/* line 3193, app/assets/stylesheets/css/custom-new.scss */
section#home-mobile-app-section.app-download-page-section1 .heading-with-sub:before {
  display: none;
}

/* line 3197, app/assets/stylesheets/css/custom-new.scss */
section#home-mobile-app-section.app-download-page-section1 .home-mobile-app-section-content .black-caption {
  margin-bottom: 10px;
}

/* line 3201, app/assets/stylesheets/css/custom-new.scss */
section#home-mobile-app-section.app-download-page-section1 .home-mobile-app-section-content p.paragraph {
  text-align: left;
  margin-bottom: 15px;
}

/* line 3206, app/assets/stylesheets/css/custom-new.scss */
section#home-mobile-app-section.app-download-page-section1 .home-mobile-app-section-content .download-buttons-group {
  justify-content: flex-start;
}

/* line 3209, app/assets/stylesheets/css/custom-new.scss */
section#home-mobile-app-section.app-download-page-section1 .top-head-row .black-caption h2 {
  line-height: 135%;
  margin-bottom: 0px;
}

/* line 3214, app/assets/stylesheets/css/custom-new.scss */
section#home-mobile-app-section.app-download-page-section1 .top-head-row .black-caption {
  margin-bottom: 10px;
}

/* line 3218, app/assets/stylesheets/css/custom-new.scss */
section#home-mobile-app-section.app-download-page-section1 .top-head-row p.with-sep {
  margin-bottom: 70px;
  color: #121212;
}

/* line 3223, app/assets/stylesheets/css/custom-new.scss */
section#home-mobile-app-section.app-download-page-section1 .top-head-row p.with-sep span {
  color: #121212;
  position: relative;
  top: -1px;
  padding: 0 20px;
}

/* line 3229, app/assets/stylesheets/css/custom-new.scss */
.home-mobile-app-section-content {
  padding-top: 0;
}

@media screen and (max-width: 991.98px) {
  /* line 3233, app/assets/stylesheets/css/custom-new.scss */
  section#home-mobile-app-section.app-download-page-section1 {
    padding-bottom: 120px;
    padding-top: 30px;
  }
  /* line 3237, app/assets/stylesheets/css/custom-new.scss */
  section#home-mobile-app-section.app-download-page-section1 .home-mobile-app-section-content * {
    text-align: center !important;
    justify-content: center !important;
  }
  /* line 3242, app/assets/stylesheets/css/custom-new.scss */
  section#home-mobile-app-section.app-download-page-section1 .home-mobile-app-section-content {
    margin-bottom: 40px;
    margin-top: 15px;
  }
  /* line 3246, app/assets/stylesheets/css/custom-new.scss */
  section#home-mobile-app-section.app-download-page-section1 .home-mobile-app-image-wrap {
    text-align: center;
  }
}

@media screen and (max-width: 575.98px) {
  /* line 3252, app/assets/stylesheets/css/custom-new.scss */
  section#home-mobile-app-section.app-download-page-section1 .top-head-row p.with-sep span {
    padding: 0 5px;
  }
  /* line 3255, app/assets/stylesheets/css/custom-new.scss */
  section#home-mobile-app-section.app-download-page-section1 .home-mobile-app-image-wrap img {
    width: 90%;
  }
  /* line 3258, app/assets/stylesheets/css/custom-new.scss */
  section#home-mobile-app-section.app-download-page-section1 .top-head-row p.with-sep {
    margin-bottom: 40px;
  }
  /* line 3261, app/assets/stylesheets/css/custom-new.scss */
  section#home-mobile-app-section.app-download-page-section1 .home-mobile-app-section-content {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

/* line 3268, app/assets/stylesheets/css/custom-new.scss */
section.blogs_featured_section {
  position: relative;
  padding: 50px 0 25px;
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/blog_listing_section1_bg.png) no-repeat center center;
  background-size: cover;
}

/* line 3275, app/assets/stylesheets/css/custom-new.scss */
section.blogs_featured_section h2.section-content-heading {
  font-weight: 600;
}

/* line 3279, app/assets/stylesheets/css/custom-new.scss */
.blog-tags-list a {
  font-size: 14px;
  text-transform: uppercase;
  background: #008DC7;
  color: #fff !important;
  font-weight: 400;
  line-height: normal;
  padding: 3px 7px;
  border-radius: 3px;
  display: inline-block;
  transition: all .3s ease;
}

/* line 3291, app/assets/stylesheets/css/custom-new.scss */
.blog-tags-list a:hover, .blog-tags-list a:focus, .blog-tags-list a:active {
  background: #007640;
  transition: all .3s ease;
}

/* line 3296, app/assets/stylesheets/css/custom-new.scss */
.blog-tags-list a:not(:last-child) {
  margin-right: 5px;
}

/* line 3298, app/assets/stylesheets/css/custom-new.scss */
.blog-tags-list {
  margin-bottom: 12px;
  line-height: normal;
  font-size: 0px;
}

/* line 3304, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-content h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 9px;
  color: #272727 !important;
}

/* line 3312, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-content h2 a {
  color: #272727 !important;
}

/* line 3316, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-content {
  margin-bottom: 12px;
}

/* line 3320, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-featured-img img {
  border-radius: 7px;
  width: 100%;
}

/* line 3325, app/assets/stylesheets/css/custom-new.scss */
.blogs_featured_section .blog-list-item-featured-img img, .related_post .blog-list-item-featured-img img {
  max-height: 185px;
  min-height: 185px;
  object-fit: cover;
  object-position: center center;
}

/* line 3332, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-featured-img {
  margin-bottom: 14px;
}

/* line 3336, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-content .blog-list-item-dates {
  font-size: 14px;
  color: #272727;
  line-height: normal;
  margin-bottom: 12px;
}

/* line 3343, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-content .blog-list-item-dates .sep {
  padding: 0 5px;
  position: relative;
  top: -1px;
  color: rgba(39, 39, 39, 0.15) !important;
}

/* line 3350, app/assets/stylesheets/css/custom-new.scss */
section.blogs_featured_section .container {
  max-width: 1440px;
}

/* line 3353, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-featured {
  margin-bottom: 25px;
}

/* line 3357, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-content p.blog-list-item-excerpt {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #272727;
  margin-bottom: 15px;
}

/* line 3365, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 3371, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-footer .left ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  line-height: normal;
  gap: 11px;
}

/* line 3380, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-footer .left ul li {
  line-height: normal;
}

/* line 3384, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-footer .left ul li a {
  color: #272727 !important;
  font-size: 17px;
  transition: all .3s ease;
}

/* line 3390, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-footer .left ul li a svg path {
  fill: #272727 !important;
  transition: all .3s ease;
}

/* line 3395, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-footer .left ul li a svg {
  top: -1px !important;
  width: 14px !important;
}

/* line 3400, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-footer .left ul li a:hover {
  color: #264116 !important;
  transition: all .3s ease;
}

/* line 3405, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-footer .left ul li a:hover svg path {
  fill: #264116 !important;
  transition: all .3s ease;
}

/* line 3410, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-footer .blog-publisher-name-comments span img {
  max-width: 22px;
  float: left;
  margin-right: 4px;
}

/* line 3412, app/assets/stylesheets/css/custom-new.scss */
.blog-publisher-name-comments {
  display: flex;
  gap: 7px;
  align-items: center;
}

/* line 3418, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-footer .blog-publisher-name-comments span {
  font-size: 12px;
  color: #272727;
  font-weight: 400;
  display: flex;
  align-items: center;
}

/* line 3426, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-footer .blog-publisher-name-comments span.sep {
  padding: 0 0px;
  position: relative;
  top: -1px;
  color: rgba(39, 39, 39, 0.15) !important;
}

/* line 3433, app/assets/stylesheets/css/custom-new.scss */
section.blogs_listings_section {
  position: relative;
  padding: 55px 0 180px;
}

/* line 3438, app/assets/stylesheets/css/custom-new.scss */
section.blogs_listings_section .container {
  max-width: 1440px;
}

/* line 3442, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 33px;
}

/* line 3449, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item .bottom {
  flex-basis: 100%;
}

/* line 3453, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item > .left {
  flex: 0 0 28%;
  min-height: 100%;
}

/* line 3458, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item > .right {
  flex: 0 0 69%;
}

/* line 3462, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item > .left .blog-list-item-featured-img {
  min-height: 100%;
}

/* line 3466, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item > .left .blog-list-item-featured-img img {
  min-height: 250px;
  min-width: 265px;
  object-fit: cover;
  object-position: center center;
}

/* line 3473, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item > .left .blog-list-item-featured-img a {
  min-height: 100%;
  height: 100%;
  display: block;
}

/* line 3478, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item .bottom div.sep hr {
  margin: 5px 0px 14px;
}

/* line 3481, app/assets/stylesheets/css/custom-new.scss */
.blog-cta-section {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/blog-cta-bg.png) no-repeat center center;
  background-size: cover;
  padding: 50px 40px 45px;
  margin-bottom: 40px;
  margin-top: 15px;
  border-radius: 10px;
}

/* line 3490, app/assets/stylesheets/css/custom-new.scss */
.blog-cta-section h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 3495, app/assets/stylesheets/css/custom-new.scss */
.blogs-sidebar-widget {
  position: relative;
  margin-bottom: 50px;
}

/* line 3500, app/assets/stylesheets/css/custom-new.scss */
.blogs-recently-posted-wrap .media > img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
}

/* line 3508, app/assets/stylesheets/css/custom-new.scss */
.blogs-recently-posted-wrap .media .media-body h3 {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 10px;
  font-weight: 500;
  color: #272727;
}

/* line 3515, app/assets/stylesheets/css/custom-new.scss */
.blogs-recently-posted-wrap .media .media-body h3 a {
  color: #272727;
}

/* line 3519, app/assets/stylesheets/css/custom-new.scss */
.blogs-recently-posted-wrap {
  display: block;
  width: 100%;
}

/* line 3524, app/assets/stylesheets/css/custom-new.scss */
.media.blog-recent-item {
  align-items: center;
  margin-bottom: 25px;
}

/* line 3529, app/assets/stylesheets/css/custom-new.scss */
.blogs-sidebar-widget h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}

/* line 3536, app/assets/stylesheets/css/custom-new.scss */
.blogs-sidebar {
  padding: 0 30px;
}

/* line 3539, app/assets/stylesheets/css/custom-new.scss */
.blogs-recently-posted-wrap .media.blog-recent-item:last-child {
  margin-bottom: 0px;
}

/* line 3543, app/assets/stylesheets/css/custom-new.scss */
.blog-about-widget-wrap {
  background: rgba(235, 250, 255, 0.5);
  padding: 25px;
  border-radius: 4px;
}

/* line 3549, app/assets/stylesheets/css/custom-new.scss */
.blog-about-widget-wrap h2 {
  margin-bottom: 10px;
  color: #272727;
}

/* line 3554, app/assets/stylesheets/css/custom-new.scss */
.blog-about-widget-wrap p {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #272727;
}

/* line 3561, app/assets/stylesheets/css/custom-new.scss */
.blog-about-widget-wrap a {
  font-size: 14px;
  color: #272727;
  font-weight: 500;
}

/* line 3567, app/assets/stylesheets/css/custom-new.scss */
.blog-about-widget-wrap a:hover {
  text-decoration: underline;
}

/* line 3571, app/assets/stylesheets/css/custom-new.scss */
ul.blogs-cats-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: -10px;
  line-height: normal;
}

/* line 3579, app/assets/stylesheets/css/custom-new.scss */
ul.blogs-cats-list li {
  line-height: normal;
  border-bottom: 1px dotted rgba(39, 39, 39, 0.25);
}

/* line 3584, app/assets/stylesheets/css/custom-new.scss */
ul.blogs-cats-list li a {
  font-size: 15px;
  font-weight: 500;
  color: #272727;
  padding: 11px 0px;
  display: block;
  line-height: normal;
  transition: all .3s ease;
}

/* line 3594, app/assets/stylesheets/css/custom-new.scss */
ul.blogs-cats-list li a:hover, ul.blogs-cats-list li a:active, ul.blogs-cats-list li a:focus {
  padding-left: 15px;
  transition: all .3s ease;
}

/* line 3599, app/assets/stylesheets/css/custom-new.scss */
.blogs-tags-list {
  position: relative;
  margin-top: -10px;
}

/* line 3604, app/assets/stylesheets/css/custom-new.scss */
.blogs-tags-list a {
  background: #fff;
  font-size: 15px;
  line-height: normal;
  color: #272727;
  padding: 8px 20px;
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  margin-right: 5px;
  transition: all .3s ease;
}

/* line 3618, app/assets/stylesheets/css/custom-new.scss */
.blogs-tags-list a:hover, .blogs-tags-list a:active, .blogs-tags-list a:focus {
  background: #008DC7;
  color: #fff;
  border-color: #008DC7;
  transition: all .3s ease;
}

@media screen and (max-width: 1369.98px) {
  /* line 3626, app/assets/stylesheets/css/custom-new.scss */
  .blog-cta-section {
    padding: 50px 5% 45px;
  }
}

@media screen and (max-width: 1355.98px) {
  /* line 3632, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item > .left .blog-list-item-featured-img img {
    min-width: auto;
  }
}

@media screen and (max-width: 1250.98px) {
  /* line 3638, app/assets/stylesheets/css/custom-new.scss */
  .media.blog-recent-item .blog-list-item-footer .left {
    display: none;
  }
  /* line 3642, app/assets/stylesheets/css/custom-new.scss */
  .blogs-recently-posted-wrap .media .media-body h3 {
    font-size: 15px;
    margin-bottom: 7px;
    line-height: 140%;
  }
}

@media screen and (max-width: 1200.98px) {
  /* line 3650, app/assets/stylesheets/css/custom-new.scss */
  .blogs-sidebar {
    padding: 0 0px 0px 35px;
  }
  /* line 3653, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item > .left {
    flex: 0 0 35%;
  }
  /* line 3656, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item > .right {
    flex: 0 0 63%;
  }
  /* line 3659, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item > .left .blog-list-item-featured-img img {
    min-height: 320px;
  }
}

@media screen and (max-width: 991.98px) {
  /* line 3665, app/assets/stylesheets/css/custom-new.scss */
  .blogs-sidebar {
    padding: 30px 30px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0px;
    padding-bottom: 0px;
  }
  /* line 3673, app/assets/stylesheets/css/custom-new.scss */
  .blogs-sidebar .blogs-sidebar-widget {
    flex-basis: 50%;
    flex-grow: 1;
    padding: 20px 20px 0;
  }
  /* line 3678, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item > .left .blog-list-item-featured-img img {
    min-height: 280px;
  }
}

@media screen and (max-width: 767.98px) {
  /* line 3684, app/assets/stylesheets/css/custom-new.scss */
  .blog-tags-list {
    margin-bottom: 6px;
  }
  /* line 3688, app/assets/stylesheets/css/custom-new.scss */
  .blog-tags-list a {
    font-size: 13px;
  }
  /* line 3692, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item-content {
    margin-bottom: 6px;
  }
  /* line 3696, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item-content h2 {
    font-size: 22px;
    line-height: 130%;
  }
  /* line 3701, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item-content .blog-list-item-dates {
    margin-bottom: 8px;
    font-size: 13px;
  }
  /* line 3706, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item-content p.blog-list-item-excerpt {
    line-height: 140%;
    margin-bottom: 10px;
  }
  /* line 3711, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item-content a.themebtn.learn-more {
    font-size: 14px;
    padding: 12px 10px 12px 13px;
  }
  /* line 3716, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item-content .media.phone-link img.media-object.phone-icon {
    max-width: 30px !important;
  }
  /* line 3720, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item-content .media.phone-link a {
    font-size: 16px;
  }
  /* line 3724, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item-content .media.phone-link p {
    font-size: 11px;
  }
  /* line 3727, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item-content .media.phone-link .media-body {
    line-height: normal;
  }
  /* line 3730, app/assets/stylesheets/css/custom-new.scss */
  .blogs-sidebar {
    padding: 10px 0px;
  }
  /* line 3733, app/assets/stylesheets/css/custom-new.scss */
  .blog-cta-section {
    padding: 35px 4% 35px;
  }
  /* line 3736, app/assets/stylesheets/css/custom-new.scss */
  section.blogs_featured_section {
    padding: 30px 0 25px;
  }
}

@media screen and (max-width: 575.98px) {
  /* line 3745, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item-content h2 {
    font-size: 19px;
    line-height: 110%;
  }
  /* line 3749, app/assets/stylesheets/css/custom-new.scss */
  .blog-tags-list a {
    font-size: 12px;
  }
  /* line 3752, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item-footer .left ul li a {
    font-size: 13px;
  }
  /* line 3756, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item-footer .left ul li a svg {
    width: 11px !important;
  }
  /* line 3760, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item-footer .left ul {
    gap: 9px;
  }
  /* line 3764, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item-footer .blog-publisher-name-comments span img {
    max-width: 19px;
  }
  /* line 3768, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item, .blog-list-item-featured, section.blogs_featured_section .black-caption {
    max-width: 85%;
    margin: 0 auto;
    padding-bottom: 0px;
    margin-bottom: 25px;
  }
  /* line 3775, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item > .left, .blog-list-item > .right {
    flex: 0 0 100%;
    flex-basis: 100%;
  }
  /* line 3780, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item .buttons-group.justify-content-between {
    justify-content: flex-start !important;
  }
  /* line 3784, app/assets/stylesheets/css/custom-new.scss */
  .blog-cta-section {
    max-width: 85%;
    margin: 0px auto 30px;
    padding: 23px 4% 20px;
  }
  /* line 3790, app/assets/stylesheets/css/custom-new.scss */
  .blog-cta-section h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 3795, app/assets/stylesheets/css/custom-new.scss */
  .blogs-sidebar {
    display: block;
    max-width: 85%;
    margin: 20px auto 0;
    padding-top: 35px;
    border-top: 1px solid #f5f5f5;
  }
  /* line 3803, app/assets/stylesheets/css/custom-new.scss */
  .blogs-sidebar .blogs-sidebar-widget {
    padding: 0;
  }
  /* line 3806, app/assets/stylesheets/css/custom-new.scss */
  .blogs-sidebar-widget h2 {
    font-size: 22px;
    line-height: normal;
  }
  /* line 3811, app/assets/stylesheets/css/custom-new.scss */
  .media.blog-recent-item .blog-list-item-footer .left {
    display: block;
  }
  /* line 3814, app/assets/stylesheets/css/custom-new.scss */
  section.blogs_listings_section {
    position: relative;
    padding: 35px 0 140px;
  }
  /* line 3818, app/assets/stylesheets/css/custom-new.scss */
  section.blogs_featured_section {
    padding: 30px 0 5px;
  }
  /* line 3821, app/assets/stylesheets/css/custom-new.scss */
  .blogs-sidebar .blogs-sidebar-widget:last-child {
    margin-bottom: 0px;
  }
  /* line 3824, app/assets/stylesheets/css/custom-new.scss */
  .blogs-tags-list a, ul.blogs-cats-list li a {
    font-size: 13px;
  }
}

@media screen and (max-width: 480.98px) {
  /* line 3833, app/assets/stylesheets/css/custom-new.scss */
  .blogs-sidebar, .blog-list-item,
.blog-list-item-featured,
section.blogs_featured_section .black-caption,
.blog-cta-section {
    max-width: 100%;
    padding-bottom: 0px;
    margin-bottom: 25px;
  }
  /* line 3841, app/assets/stylesheets/css/custom-new.scss */
  .blog-cta-section {
    padding-bottom: 20px;
  }
  /* line 3844, app/assets/stylesheets/css/custom-new.scss */
  section.blogs_featured_section .black-caption {
    margin-bottom: 15px;
  }
  /* line 3847, app/assets/stylesheets/css/custom-new.scss */
  .blog-cta-section .buttons-group {
    gap: 3px;
  }
}

/* line 3852, app/assets/stylesheets/css/custom-new.scss */
.single-post-heading, .single-post-heading a {
  font-size: 30px;
  font-weight: 600;
  color: #222222;
  line-height: 140%;
}

/* line 3859, app/assets/stylesheets/css/custom-new.scss */
.single-post-heading {
  margin-bottom: 10px;
}

/* line 3863, app/assets/stylesheets/css/custom-new.scss */
.single-post-author-info {
  font-size: 16px;
  color: #272727;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 14px;
}

/* line 3871, app/assets/stylesheets/css/custom-new.scss */
.single-post-author-info a {
  color: #272727;
  font-weight: 500;
  text-decoration: underline;
}

/* line 3877, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-single .blog-list-item-featured-img {
  margin-bottom: 20px;
}

/* line 3881, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-single .content .blog-list-item-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

/* line 3886, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item-content h3 {
  font-size: 20px;
  font-weight: 600;
}

/* line 3891, app/assets/stylesheets/css/custom-new.scss */
.post_comment_area.blog-item.blog_comment_area {
  padding: 40px 80px;
  margin-top: 50px;
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/comment_form_bg.png) no-repeat center center;
  background-size: cover;
}

/* line 3898, app/assets/stylesheets/css/custom-new.scss */
.post_comment_area.blog-item.blog_comment_area h3 {
  font-size: 24px;
  margin: 0 -15px;
  margin-bottom: 18px;
  font-weight: 600;
  line-height: 140%;
}

/* line 3906, app/assets/stylesheets/css/custom-new.scss */
.post_comment_area.blog-item.blog_comment_area .form-group .form-control {
  background: transparent;
  border-radius: 4px;
  border-color: rgba(0, 141, 199, 0.53);
  min-height: 45px;
  padding: 13px 15px;
}

/* line 3914, app/assets/stylesheets/css/custom-new.scss */
.post_comment_area.blog-item.blog_comment_area .form-group .form-control {
  font-size: 14px;
  font-weight: 400;
  color: #272727;
  line-height: normal;
}

/* line 3921, app/assets/stylesheets/css/custom-new.scss */
.post_comment_area.blog-item.blog_comment_area .form-group .form-control::placeholder {
  color: #272727;
}

/* line 3925, app/assets/stylesheets/css/custom-new.scss */
.approved_comments_wrap {
  margin: 0 -15px;
  background: rgba(204, 204, 204, 0.5);
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 4px;
}

/* line 3933, app/assets/stylesheets/css/custom-new.scss */
.approved_comments_wrap h2 {
  font-size: 22px;
  font-weight: 600;
  color: #272727;
  margin-bottom: 14px;
}

/* line 3940, app/assets/stylesheets/css/custom-new.scss */
.approved_comments_wrap .comment-content .panel {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}

/* line 3946, app/assets/stylesheets/css/custom-new.scss */
.approved_comments_wrap .comment-content .panel .panel-heading, .approved_comments_wrap .comment-content .panel .panel-body {
  padding: 10px 10px 7px 10px;
  line-height: normal;
}

/* line 3951, app/assets/stylesheets/css/custom-new.scss */
.approved_comments_wrap .comment-content .panel .panel-heading {
  background: #007640;
  color: #fff;
}

/* line 3956, app/assets/stylesheets/css/custom-new.scss */
.approved_comments_wrap .comment-content .panel .panel-heading * {
  color: #fff !important;
}

/* line 3960, app/assets/stylesheets/css/custom-new.scss */
.approved_comments_wrap .comment-content .panel .panel-body {
  padding: 15px;
}

/* line 3964, app/assets/stylesheets/css/custom-new.scss */
.approved_comments_wrap .comment-content .panel:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 575.98px) {
  /* line 3969, app/assets/stylesheets/css/custom-new.scss */
  .post_comment_area.blog-item.blog_comment_area {
    padding: 25px 35px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  /* line 3974, app/assets/stylesheets/css/custom-new.scss */
  .approved_comments_wrap h2, .post_comment_area.blog-item.blog_comment_area h3 {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 8px;
  }
  /* line 3980, app/assets/stylesheets/css/custom-new.scss */
  .approved_comments_wrap {
    padding: 15px;
  }
  /* line 3983, app/assets/stylesheets/css/custom-new.scss */
  .single-post-heading, .single-post-heading a {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 5px;
  }
  /* line 3989, app/assets/stylesheets/css/custom-new.scss */
  .single-post-author-info {
    font-size: 14px;
    margin-bottom: 7px;
  }
  /* line 3994, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item-single .content .blog-list-item-content p {
    font-size: 14px;
    line-height: 25px;
  }
  /* line 3999, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item-single .content ul.list-with-checkmark li {
    margin-bottom: 8px;
  }
  /* line 4003, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item-single .content h3 {
    font-size: 17px;
  }
}

/* line 4008, app/assets/stylesheets/css/custom-new.scss */
.blogs_pagination .row {
  align-items: center;
}

/* line 4012, app/assets/stylesheets/css/custom-new.scss */
.blogs_pagination .previous_page {
  text-indent: -100000000px;
}

/* line 4016, app/assets/stylesheets/css/custom-new.scss */
.blogs_pagination .pagination {
  justify-content: start;
  padding-top: 0;
  margin-left: -15px;
}

/* line 4022, app/assets/stylesheets/css/custom-new.scss */
.blogs_pagination .pagination * {
  border: none;
  background: transparent !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: rgba(18, 18, 18, 0.5) !important;
  font-weight: 500 !important;
  padding: 0 !important;
  min-width: inherit;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 25px !important;
  transition: all .3s ease;
  border: 1px solid #fff !important;
  text-align: center;
  margin: 0 0.3rem;
}

/* line 4041, app/assets/stylesheets/css/custom-new.scss */
.blogs_pagination .pagination *.current, .blogs_pagination .pagination *:hover, .blogs_pagination .pagination *:active, .blogs_pagination .pagination *:focus {
  color: #121212 !important;
  border: 1px solid #028DC8 !important;
  border-radius: 25px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
}

/* line 4049, app/assets/stylesheets/css/custom-new.scss */
.blogs_pagination .pagination .previous_page {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/blog_pagination_left_icon.png) no-repeat center center !important;
  background-size: auto !important;
}

/* line 4054, app/assets/stylesheets/css/custom-new.scss */
.blogs_pagination .pagination .previous_page.disabled {
  filter: opacity(0.5);
}

/* line 4058, app/assets/stylesheets/css/custom-new.scss */
.blogs_pagination .pagination .next_page {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/blog_pagination_right_icon.png) no-repeat center center !important;
  background-size: auto !important;
  text-indent: -100000000px;
  filter: opacity(0.5);
}

/* line 4065, app/assets/stylesheets/css/custom-new.scss */
.blogs_pagination .pagination .next_page:hover, .blogs_pagination .pagination .next_page:active, .blogs_pagination .pagination .next_page:focus {
  filter: opacity(1);
}

/* line 4069, app/assets/stylesheets/css/custom-new.scss */
.blogs_pagination .pagination .next_page.disabled {
  filter: opacity(0.5) !important;
}

/* line 4074, app/assets/stylesheets/css/custom-new.scss */
.news_events_bg {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/news_and_events_bg.jpg) no-repeat center center !important;
  background-size: auto !important;
}

/* line 4080, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item.news_item > .left {
  flex: 0 0 17%;
}

/* line 4084, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item.news_item > .right {
  flex: 0 0 81.5%;
}

/* line 4088, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item.news_item .buttons-group {
  display: none;
}

/* line 4092, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item.news_item > .left .blog-list-item-featured-img img {
  min-height: 190px;
  min-width: 100%;
}

/* line 4097, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item.news_item > .right .blog-list-item-content {
  margin-bottom: 5px;
}

/* line 4101, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item.news_item > .right .blog-list-item-content p.blog-list-item-excerpt {
  margin-bottom: 10px;
}

/* line 4105, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item.news_item .blog-list-item-content .blog-list-item-dates {
  margin-bottom: 7px;
}

/* line 4109, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item.news_item > .left .blog-list-item-featured-img {
  margin: 0;
}

/* line 4113, app/assets/stylesheets/css/custom-new.scss */
.news_categories_wrap {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(39, 39, 39, 0.25);
}

/* line 4118, app/assets/stylesheets/css/custom-new.scss */
.news_categories_wrap ul.news-cats-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  display: flex;
  gap: 25px;
}

/* line 4127, app/assets/stylesheets/css/custom-new.scss */
.news_categories_wrap ul.news-cats-list li {
  list-style: none;
  text-align: center;
}

/* line 4132, app/assets/stylesheets/css/custom-new.scss */
.news_categories_wrap ul.news-cats-list li a {
  text-align: center;
  padding: 14px 16px;
  font-size: 16px;
  color: #272727;
  display: inline-block;
  line-height: normal;
  position: relative;
  transition: all .3s ease;
}

/* line 4143, app/assets/stylesheets/css/custom-new.scss */
.news_categories_wrap ul.news-cats-list li a.active,
.news_categories_wrap ul.news-cats-list li a:hover,
.news_categories_wrap ul.news-cats-list li a:active,
.news_categories_wrap ul.news-cats-list li a:focus {
  text-shadow: 0 0 black;
  transition: all .3s ease;
}

/* line 4151, app/assets/stylesheets/css/custom-new.scss */
.news_categories_wrap ul.news-cats-list li a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  left: 0;
  bottom: -1px;
  opacity: 0;
  transition: all .3s ease;
}

/* line 4163, app/assets/stylesheets/css/custom-new.scss */
.news_categories_wrap ul.news-cats-list li a.active:before,
.news_categories_wrap ul.news-cats-list li a:hover:before,
.news_categories_wrap ul.news-cats-list li a:active:before,
.news_categories_wrap ul.news-cats-list li a:focus:before {
  opacity: 1;
  transition: all .3s ease;
}

@media screen and (max-width: 991.98px) {
  /* line 4173, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item.news_item > .left {
    flex: 0 0 27%;
  }
  /* line 4177, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item.news_item > .right {
    flex: 0 0 71.5%;
  }
  /* line 4180, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item.news_item > .left .blog-list-item-featured-img img {
    min-height: 230px;
    min-width: 100%;
  }
}

@media screen and (max-width: 575.98px) {
  /* line 4187, app/assets/stylesheets/css/custom-new.scss */
  .news_categories_wrap ul.news-cats-list {
    gap: 5px;
    width: 1300px;
  }
  /* line 4192, app/assets/stylesheets/css/custom-new.scss */
  .news_categories_wrap ul.news-cats-list li a {
    padding: 10px 11px;
    font-size: 14px;
  }
  /* line 4197, app/assets/stylesheets/css/custom-new.scss */
  .news_categories_wrap {
    margin-bottom: 25px;
    overflow-x: scroll;
    padding-bottom: 1px;
    overflow-y: hidden;
  }
  /* line 4204, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item.news_item > .left, .blog-list-item.news_item > .right {
    flex: 0 0 100%;
  }
  /* line 4208, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item.news_item {
    gap: 20px;
  }
  /* line 4211, app/assets/stylesheets/css/custom-new.scss */
  .blogs_pagination .pagination {
    justify-content: center;
  }
}

/* line 4217, app/assets/stylesheets/css/custom-new.scss */
.coming_soon_panel .subscribe_field input[type="email"] {
  display: inline-block;
  width: 65%;
  padding: 18px 45px 18px 26px;
  margin: 8px 0;
  box-sizing: border-box;
  height: 44px;
  margin-top: 18px;
  border-radius: 40px;
  border: 1px solid #008DC7;
  background: transparent;
  box-shadow: none;
}

/* line 4230, app/assets/stylesheets/css/custom-new.scss */
.coming_soon_panel .subscribe_field input[type="email"]:focus {
  border: 1px solid #008DC7;
  outline: none;
}

/* line 4235, app/assets/stylesheets/css/custom-new.scss */
.coming_soon_panel .subscribe_field input[type="email"],
.coming_soon_panel .subscribe_field input[type="email"]::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 3;
  color: #272727;
}

/* line 4242, app/assets/stylesheets/css/custom-new.scss */
.coming_soon_panel .subscribe_field .bt {
  margin-left: -105px;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  border: none;
  background-color: #fff;
  color: #272727;
  transition: all .3s ease;
}

/* line 4256, app/assets/stylesheets/css/custom-new.scss */
.coming_soon_panel .subscribe_field .bt:hover,
.coming_soon_panel .subscribe_field .bt:focus,
.coming_soon_panel .subscribe_field .bt:active {
  background: #008DC7;
  color: #fff;
  transition: all .3s ease;
}

/* line 4265, app/assets/stylesheets/css/custom-new.scss */
section.coming_soon_page_wrap {
  position: relative;
  padding: 75px 0 220px;
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/coming_soon_page_bg.png) no-repeat center center;
  background-size: cover;
  background-position: bottom;
}

/* line 4273, app/assets/stylesheets/css/custom-new.scss */
section.coming_soon_page_wrap .container {
  max-width: 1440px;
}

/* line 4277, app/assets/stylesheets/css/custom-new.scss */
section.coming_soon_page_wrap .coming_soon_panel {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/coming_soon_panel_bg_new_updated.png) no-repeat center center;
  background-size: 100% 100%;
  box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.09);
  padding: 60px 40px 0px 40px;
}

/* line 4284, app/assets/stylesheets/css/custom-new.scss */
section.coming_soon_page_wrap .coming_soon_panel h1 {
  font-size: 40px;
  font-weight: 700;
  color: #008DC7;
  margin-bottom: 15px;
}

/* line 4291, app/assets/stylesheets/css/custom-new.scss */
section.coming_soon_page_wrap .coming_soon_panel p {
  font-size: 15px;
  font-weight: 500;
  color: #272727;
  margin-bottom: 15px;
}

/* line 4297, app/assets/stylesheets/css/custom-new.scss */
section.coming_soon_page_wrap .coming_soon_panel .bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 0;
  padding-bottom: 2px;
}

/* line 4307, app/assets/stylesheets/css/custom-new.scss */
section.coming_soon_page_wrap .coming_soon_panel .bottom {
  margin-top: 65px;
}

/* line 4311, app/assets/stylesheets/css/custom-new.scss */
section.coming_soon_page_wrap .coming_soon_panel .bottom ul li a, section.coming_soon_page_wrap .coming_soon_panel .bottom ul li a path {
  color: #008DC7;
  fill: #008DC7 !important;
}

/* line 4316, app/assets/stylesheets/css/custom-new.scss */
section.coming_soon_page_wrap .coming_soon_panel .bottom ul li a svg {
  margin-top: -4px;
}

/* line 4320, app/assets/stylesheets/css/custom-new.scss */
section.coming_soon_page_wrap .coming_soon_panel .bottom ul li a {
  padding: 5px;
  background: #fff;
  width: 32px;
  display: inline-block;
  height: 29px;
  line-height: 22px;
  transition: all .3s ease;
}

/* line 4330, app/assets/stylesheets/css/custom-new.scss */
section.coming_soon_page_wrap .coming_soon_panel .bottom ul li a:hover, section.coming_soon_page_wrap .coming_soon_panel .bottom ul li a:focus, section.coming_soon_page_wrap .coming_soon_panel .bottom ul li a:active, section.coming_soon_page_wrap .coming_soon_panel .bottom ul li a:hover path, section.coming_soon_page_wrap .coming_soon_panel .bottom ul li a:focus path, section.coming_soon_page_wrap .coming_soon_panel .bottom ul li a:active path {
  background: #008DC7;
  color: #fff;
  fill: #fff !important;
  transition: all .3s ease;
}

/* line 4337, app/assets/stylesheets/css/custom-new.scss */
section.coming_soon_page_wrap .coming_soon_panel .bottom ul li:first-child a {
  border-top-left-radius: 3px !important;
}

/* line 4341, app/assets/stylesheets/css/custom-new.scss */
section.coming_soon_page_wrap .coming_soon_panel .bottom ul li:last-child a {
  border-top-right-radius: 3px !important;
}

@media screen and (max-width: 991.98px) {
  /* line 4346, app/assets/stylesheets/css/custom-new.scss */
  section.coming_soon_page_wrap {
    padding: 55px 0 180px;
  }
  /* line 4350, app/assets/stylesheets/css/custom-new.scss */
  .coming_soon_panel .subscribe_field input[type="email"] {
    width: 75%;
  }
}

@media screen and (max-width: 767.98px) {
  /* line 4356, app/assets/stylesheets/css/custom-new.scss */
  section.coming_soon_page_wrap {
    padding: 40px 0 150px;
  }
  /* line 4360, app/assets/stylesheets/css/custom-new.scss */
  .coming_soon_panel .subscribe_field input[type="email"] {
    width: 95%;
  }
}

@media screen and (max-width: 575.98px) {
  /* line 4366, app/assets/stylesheets/css/custom-new.scss */
  section.coming_soon_page_wrap .coming_soon_panel {
    padding: 40px 15px 0px 15px;
  }
  /* line 4369, app/assets/stylesheets/css/custom-new.scss */
  section.coming_soon_page_wrap .coming_soon_panel h1 {
    font-size: 24px;
    font-weight: 700;
    color: #008DC7;
    margin-bottom: 8px;
  }
  /* line 4376, app/assets/stylesheets/css/custom-new.scss */
  section.coming_soon_page_wrap .coming_soon_panel p {
    font-size: 14px;
    font-weight: 500;
    color: #272727;
    margin-bottom: 8px;
  }
  /* line 4382, app/assets/stylesheets/css/custom-new.scss */
  section.coming_soon_page_wrap .coming_soon_panel .bottom {
    margin-top: 35px;
  }
  /* line 4385, app/assets/stylesheets/css/custom-new.scss */
  .coming_soon_panel .subscribe_field input[type="email"] {
    padding: 18px 25px 18px 12px;
    width: 98%;
  }
}

/* line 4392, app/assets/stylesheets/css/custom-new.scss */
.learning_center_page_section1 {
  background: url(/../images/learning_center_section_bg.png) no-repeat center center;
  background-size: cover;
  padding: 75px 0 180px;
}

/* line 4398, app/assets/stylesheets/css/custom-new.scss */
.learning_center_page_section1 .container {
  max-width: 1440px;
}

/* line 4402, app/assets/stylesheets/css/custom-new.scss */
.learning_center_side_info_panel .heading-tag-line {
  font-size: 16px;
  margin-bottom: 13px !important;
}

/* line 4407, app/assets/stylesheets/css/custom-new.scss */
.learning_center_side_info_panel h2.section-content-heading {
  line-height: normal;
}

/* line 4411, app/assets/stylesheets/css/custom-new.scss */
.learning_center_side_info_panel p.paragraph {
  color: #272727 !important;
  font-weight: 500 !important;
}

/* line 4416, app/assets/stylesheets/css/custom-new.scss */
.learning-center-card {
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(156, 156, 156, 0.12);
  margin-bottom: 25px;
}

/* line 4423, app/assets/stylesheets/css/custom-new.scss */
.learning-center-card h2 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #121212;
}

/* line 4430, app/assets/stylesheets/css/custom-new.scss */
.learning-center-card p {
  font-size: 14px;
  color: #272727;
  line-height: 27px;
}

/* line 4436, app/assets/stylesheets/css/custom-new.scss */
.learning-center-card a.themebtn {
  padding: 12px 20px;
}

/* line 4440, app/assets/stylesheets/css/custom-new.scss */
.learning-center-card .center-buttons {
  gap: 8px !important;
}

/* line 4443, app/assets/stylesheets/css/custom-new.scss */
.learning-center-card img.fix-img {
  object-fit: none;
}

@media screen and (max-width: 1190.98px) {
  /* line 4447, app/assets/stylesheets/css/custom-new.scss */
  #offcanvas-menu {
    display: none !important;
  }
}

@media screen and (min-width: 991.99px) {
  /* line 4453, app/assets/stylesheets/css/custom-new.scss */
  .learning_center_side_info_panel {
    top: 12rem;
  }
}

@media screen and (min-width: 1190.99px) {
  /* line 4460, app/assets/stylesheets/css/custom-new.scss */
  .learning_center_side_info_panel {
    top: 9rem;
  }
  /* line 4463, app/assets/stylesheets/css/custom-new.scss */
  #offcanvas-menu {
    display: none !important;
  }
}

/* line 4467, app/assets/stylesheets/css/custom-new.scss */
.learning-center-card .card-img img {
  min-height: 230px;
  max-height: 230px;
  object-fit: cover;
}

@media screen and (max-width: 991.98px) {
  /* line 4474, app/assets/stylesheets/css/custom-new.scss */
  .learning-center-card .card-img img {
    width: 100%;
  }
  /* line 4477, app/assets/stylesheets/css/custom-new.scss */
  .learning_center_side_info_panel {
    margin-top: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 30px;
  }
  /* line 4483, app/assets/stylesheets/css/custom-new.scss */
  .learning_center_page_section1 {
    padding: 35px 0 150px;
  }
}

@media screen and (max-width: 575px) {
  /* line 4489, app/assets/stylesheets/css/custom-new.scss */
  .learning_center_side_info_panel .heading-tag-line {
    font-size: 13px;
    margin-bottom: 8px !important;
  }
  /* line 4493, app/assets/stylesheets/css/custom-new.scss */
  .learning_center_side_info_panel p.paragraph {
    font-weight: 400 !important;
  }
  /* line 4496, app/assets/stylesheets/css/custom-new.scss */
  .learning_center_side_info_panel {
    margin-bottom: 0px;
  }
  /* line 4500, app/assets/stylesheets/css/custom-new.scss */
  .learning_center_page_section1 {
    padding: 25px 0 150px;
  }
  /* line 4504, app/assets/stylesheets/css/custom-new.scss */
  .learning-center-card p {
    line-height: 24px;
  }
  /* line 4508, app/assets/stylesheets/css/custom-new.scss */
  .learning-center-card h2 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  /* line 4513, app/assets/stylesheets/css/custom-new.scss */
  .learning-center-card .center-buttons {
    display: flex !important;
  }
  /* line 4517, app/assets/stylesheets/css/custom-new.scss */
  .learning-center-card .center-buttons .appointment_dropdown img {
    display: none !important;
  }
  /* line 4521, app/assets/stylesheets/css/custom-new.scss */
  .learning-center-card .center-buttons .appointment_dropdown {
    top: 0px !important;
  }
  /* line 4524, app/assets/stylesheets/css/custom-new.scss */
  .learning-center-card a.themebtn {
    font-size: 11px;
    padding: 12px 10px 12px 13px;
  }
}

@media screen and (max-width: 475px) {
  /* line 4531, app/assets/stylesheets/css/custom-new.scss */
  .learning-center-card .card-img img {
    min-height: 170px;
    max-height: 170px;
  }
}

/* line 4537, app/assets/stylesheets/css/custom-new.scss */
#fh5co-primary-menu > li > .sf-with-ul:after {
  right: 0;
  margin-right: 0;
  margin-left: 10px;
}

/* line 4542, app/assets/stylesheets/css/custom-new.scss */
#fh5co-header-section nav ul li.show_after_1440 {
  margin-right: 0px;
}

/* line 4546, app/assets/stylesheets/css/custom-new.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li.center-col {
  padding: 0 30px;
  padding-left: 50px;
}

/* line 4551, app/assets/stylesheets/css/custom-new.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li a.sf-with-ul {
  border: none !important;
}

/* line 4555, app/assets/stylesheets/css/custom-new.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li a {
  width: 100% !important;
  display: block !important;
}

/* line 4560, app/assets/stylesheets/css/custom-new.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li > ul li {
  display: block;
  width: 100%;
}

/* line 4565, app/assets/stylesheets/css/custom-new.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li > ul {
  width: 100%;
  min-width: 100% !important;
  max-width: 100% !important;
  padding-left: 10px;
  margin-top: 0px;
}

/* line 4573, app/assets/stylesheets/css/custom-new.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li > ul li a:before {
  font-size: 16px;
}

/* line 4576, app/assets/stylesheets/css/custom-new.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li.last-col {
  background: rgba(239, 239, 239, 0.6);
  padding: 1px 15px 7px 15px;
  margin-top: 30px;
  border-radius: 8px;
  position: relative;
}

/* line 4584, app/assets/stylesheets/css/custom-new.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li.last-col > a.sf-with-ul {
  margin-top: 0px !important;
}

/* line 4588, app/assets/stylesheets/css/custom-new.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li.last-col > ul {
  display: inline-flex !important;
  width: auto;
  min-width: auto !important;
  max-width: inherit !important;
  gap: 20px;
}

/* line 4596, app/assets/stylesheets/css/custom-new.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li.last-col:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 9%;
  width: 40px;
  z-index: 0;
  height: 40px;
  border-left: none;
  border-top: none;
  transform: rotate(43deg) translate(-55%, -5%);
  background: whitesmoke;
}

/* line 4609, app/assets/stylesheets/css/custom-new.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li.last-col {
  padding-top: 5px;
}

/* line 4612, app/assets/stylesheets/css/custom-new.scss */
#fh5co-primary-menu .big_dropdown .fh5co-sub-menu.digital_solutions_dropdown > .row > li.active a {
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: unset;
}

@media screen and (max-width: 1190px) {
  /* line 4620, app/assets/stylesheets/css/custom-new.scss */
  .main-features-mobile-menu > ul {
    background-color: rgba(239, 239, 239, 0.6);
  }
  /* line 4624, app/assets/stylesheets/css/custom-new.scss */
  .main-features-mobile-menu {
    background: rgba(239, 239, 239, 0.6);
    width: 90%;
    margin: 10px auto 5px;
    overflow: visible;
  }
  /* line 4631, app/assets/stylesheets/css/custom-new.scss */
  .main-features-mobile-menu:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 9%;
    width: 20px;
    z-index: 0;
    height: 20px;
    border-left: none;
    border-top: none;
    transform: rotate(43deg) translate(-55%, -5%);
    background: whitesmoke;
  }
}

/* line 4647, app/assets/stylesheets/css/custom-new.scss */
.consults_page_section1 {
  background: transparent !important;
}

@media screen and (min-width: 575.99px) {
  /* line 4652, app/assets/stylesheets/css/custom-new.scss */
  .consults_page_section1 .rounded-border-container {
    border-radius: 120px;
  }
}

@media screen and (max-width: 575.98px) {
  /* line 4659, app/assets/stylesheets/css/custom-new.scss */
  .consults_page_section1 .rounded-border-container * {
    text-align: left !important;
    justify-content: flex-start !important;
  }
}

/* line 4665, app/assets/stylesheets/css/custom-new.scss */
.consults_page_section2 {
  background: url(/../images/about_section_bg.png) no-repeat center center;
  background-size: cover;
}

/* line 4669, app/assets/stylesheets/css/custom-new.scss */
.consults_page_section2 .container {
  max-width: 1440px;
}

/* line 4672, app/assets/stylesheets/css/custom-new.scss */
.consults_page_section2 .who_we_help_section1_bg {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/consults_page_boxex_bg.png) no-repeat center center;
  background-size: 100% calc(100% - 0%);
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 4679, app/assets/stylesheets/css/custom-new.scss */
section.consults_page_section2 {
  padding: 10px 0 70px !important;
}

/* line 4682, app/assets/stylesheets/css/custom-new.scss */
section.consults_page_section2 .emr-boxes-bg {
  margin-top: 40px;
}

/* line 4686, app/assets/stylesheets/css/custom-new.scss */
#who_we_help_section3.consults_page_section3 {
  background: url("https://digimedspa.s3.us-west-1.amazonaws.com/consults_page_section3_bg.png") no-repeat center center;
  background-size: cover !important;
  padding: 90px 0 90px;
}

/* line 4693, app/assets/stylesheets/css/custom-new.scss */
.consults_page_section4 {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/consults_page_section4_bg_updated.png) no-repeat center bottom;
  background-size: cover;
  position: relative;
  padding: 50px 0;
}

/* line 4700, app/assets/stylesheets/css/custom-new.scss */
.consults_page_section4 .container {
  max-width: 1440px;
}

@media screen and (max-width: 575.98px) {
  /* line 4705, app/assets/stylesheets/css/custom-new.scss */
  section#home-about-section.consults_page_section1 {
    padding-bottom: 30px;
  }
  /* line 4709, app/assets/stylesheets/css/custom-new.scss */
  section#who_we_help_section1.consults_page_section2 {
    padding: 30px 0 0px !important;
  }
  /* line 4713, app/assets/stylesheets/css/custom-new.scss */
  .consults_page_section2 .container:nth-child(3),
.consults_page_section2 .container:nth-child(4) {
    background: #fff;
  }
  /* line 4718, app/assets/stylesheets/css/custom-new.scss */
  .consults_page_section2 .container:nth-child(4) .row {
    margin-top: 0px;
    padding-bottom: 30px;
    padding-top: 13px;
  }
  /* line 4724, app/assets/stylesheets/css/custom-new.scss */
  section.consults_page_section2 .emr-boxes-bg .card-style {
    box-shadow: 0px 4px 9px 0px rgba(52, 174, 201, 0.12);
    width: 100%;
    max-width: 100%;
  }
  /* line 4730, app/assets/stylesheets/css/custom-new.scss */
  .consults_page_section2 .container:nth-child(4) .row .col-12.mt-4 {
    margin-top: 5px !important;
  }
  /* line 4734, app/assets/stylesheets/css/custom-new.scss */
  .consults_page_section2 .who_we_help_section1_bg {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  /* line 4739, app/assets/stylesheets/css/custom-new.scss */
  section#who_we_help_section1.consults_page_section2 .heading-with-sub .section-heading {
    text-align: left !important;
    margin-bottom: 10px;
  }
  /* line 4743, app/assets/stylesheets/css/custom-new.scss */
  #who_we_help_section3.consults_page_section3 {
    padding: 35px 0 35px;
  }
}

/* line 4748, app/assets/stylesheets/css/custom-new.scss */
ul.list-with-checkmark li ul li {
  padding: 0px;
  background: transparent;
}

/* line 4753, app/assets/stylesheets/css/custom-new.scss */
ul.list-with-checkmark li ul {
  margin-top: 5px;
}

/* line 4757, app/assets/stylesheets/css/custom-new.scss */
.consults_page_section4_content_box_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-around;
}

/* line 4764, app/assets/stylesheets/css/custom-new.scss */
section.consults_page_section4 h2.section-heading {
  font-weight: 600;
}

@media screen and (max-width: 991.98px) {
  /* line 4772, app/assets/stylesheets/css/custom-new.scss */
  section.consults_page_section4 .consults_page_section4_content_box_wrap {
    background: #fff;
    padding: 20px 15px;
    border-radius: 7px;
    border: 4px solid #E0E0E0;
    margin-bottom: 15px;
    align-content: baseline;
  }
}

@media screen and (max-width: 575.98px) {
  /* line 4783, app/assets/stylesheets/css/custom-new.scss */
  section.consults_page_section4 {
    background: url(https://digimedspa.s3.us-west-1.amazonaws.com/consults_page_mobile_bg_section4.png) no-repeat center bottom;
    background-size: cover;
    padding: 30px 0 15px;
  }
  /* line 4789, app/assets/stylesheets/css/custom-new.scss */
  section.consults_page_section4 h2.section-heading {
    font-size: 24px;
    text-align: left !important;
  }
  /* line 4794, app/assets/stylesheets/css/custom-new.scss */
  section.consults_page_section4 .black-caption.mb-5 {
    margin-bottom: 25px !important;
  }
  /* line 4798, app/assets/stylesheets/css/custom-new.scss */
  section.consults_page_section4 .consults_page_section4_content_box_wrap {
    background: #fff;
    padding: 20px 15px;
    border-radius: 7px;
    border: 4px solid #E0E0E0;
    margin-bottom: 15px;
    align-content: baseline;
  }
}

/* line 4808, app/assets/stylesheets/css/custom-new.scss */
.consults_page_section6 {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/consults_page_section6_bg.png) no-repeat center center;
  background-size: cover;
  padding: 35px 0 150px;
}

/* line 4814, app/assets/stylesheets/css/custom-new.scss */
.consults_page_section6 .container {
  max-width: 1440px;
}

/* line 4818, app/assets/stylesheets/css/custom-new.scss */
.consults_page_section6_content {
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/consults_page_section6_content_bg.png) no-repeat center center;
  background-size: 100% 100%;
  text-transform: uppercase;
  line-height: 44px;
  font-size: 30px;
  padding: 80px 200px 140px 200px;
  color: #272727;
  margin: -40px -40px;
}

/* line 4829, app/assets/stylesheets/css/custom-new.scss */
.consults_page_section6_content img {
  margin-top: 20px;
}

/* line 4833, app/assets/stylesheets/css/custom-new.scss */
.consults_page_section6_content span {
  font-weight: 500;
}

@media screen and (max-width: 1250px) {
  /* line 4839, app/assets/stylesheets/css/custom-new.scss */
  .consults_page_section6_content {
    margin: -40px -90px;
  }
}

@media screen and (max-width: 1060px) {
  /* line 4845, app/assets/stylesheets/css/custom-new.scss */
  .consults_page_section6_content {
    margin: -40px -170px;
  }
}

@media screen and (max-width: 767.98px) {
  /* line 4851, app/assets/stylesheets/css/custom-new.scss */
  .consults_page_section6_content {
    margin: -40px -55px;
  }
}

@media screen and (max-width: 630.98px) {
  /* line 4857, app/assets/stylesheets/css/custom-new.scss */
  .consults_page_section6_content {
    margin: -30px -30px;
    padding: 70px 190px 90px 190px;
    font-size: 20px;
    line-height: normal;
  }
}

@media screen and (max-width: 575.98px) {
  /* line 4866, app/assets/stylesheets/css/custom-new.scss */
  .consults_page_section6_content {
    font-size: 20px;
    line-height: normal;
  }
  /* line 4871, app/assets/stylesheets/css/custom-new.scss */
  .consults_page_section6_content {
    padding: 60px 70px 80px 70px;
  }
  /* line 4875, app/assets/stylesheets/css/custom-new.scss */
  .consults_page_section6_content img {
    max-width: 22px;
  }
  /* line 4879, app/assets/stylesheets/css/custom-new.scss */
  .consults_page_section6 {
    padding-bottom: 125px;
  }
}

@media screen and (max-width: 400.98px) {
  /* line 4885, app/assets/stylesheets/css/custom-new.scss */
  .consults_page_section6_content {
    font-size: 17px;
    line-height: normal;
  }
}

@media screen and (max-width: 575.98px) {
  /* line 4893, app/assets/stylesheets/css/custom-new.scss */
  .heading-with-sub h2.section-content-heading, .heading-with-sub h2.section-heading {
    color: #121212 !important;
  }
  /* line 4897, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .digi-banner-content p {
    font-weight: 500 !important;
    color: #121212 !important;
  }
  /* line 4902, app/assets/stylesheets/css/custom-new.scss */
  .black-caption + p, .paragraph, .section-para {
    font-weight: 500 !important;
    color: #121212 !important;
  }
  /* line 4907, app/assets/stylesheets/css/custom-new.scss */
  .mobile-pricing-table-wrap .mp-row .mp-column.with-bg {
    font-weight: 500 !important;
    color: #121212 !important;
  }
  /* line 4912, app/assets/stylesheets/css/custom-new.scss */
  .mobile-pricing-table-wrap .mp-row .mp-column.transparent {
    font-weight: 500 !important;
    color: #121212 !important;
  }
  /* line 4917, app/assets/stylesheets/css/custom-new.scss */
  .list-bg-img {
    font-weight: 500 !important;
    color: #121212 !important;
  }
  /* line 4922, app/assets/stylesheets/css/custom-new.scss */
  .card-style p.card-text {
    font-size: 14px;
    font-weight: 500 !important;
    color: #121212 !important;
  }
  /* line 4928, app/assets/stylesheets/css/custom-new.scss */
  .home-review-item p {
    font-size: 14px;
    font-weight: 500 !important;
    color: #121212 !important;
  }
  /* line 4933, app/assets/stylesheets/css/custom-new.scss */
  .directory_listing_page_section2 .card-style p.card-text {
    font-size: 14px;
    font-weight: 500 !important;
    color: #121212 !important;
  }
  /* line 4939, app/assets/stylesheets/css/custom-new.scss */
  .how_we_help_box p {
    font-size: 14px;
    font-weight: 500 !important;
    color: #121212 !important;
  }
  /* line 4945, app/assets/stylesheets/css/custom-new.scss */
  .how_we_help_box h2 {
    font-size: 20px;
    color: #121212 !important;
    font-weight: 500;
  }
  /* line 4951, app/assets/stylesheets/css/custom-new.scss */
  section#directory_listing_page_section5 .card-style p.card-text {
    font-size: 14px;
    font-weight: 500 !important;
    color: #121212 !important;
  }
  /* line 4956, app/assets/stylesheets/css/custom-new.scss */
  .card-style p.card-text {
    font-size: 14px;
    font-weight: 500 !important;
    color: #121212 !important;
  }
  /* line 4962, app/assets/stylesheets/css/custom-new.scss */
  div#banner-slider .banner-item .digi-banner-content p,
.black-caption + p, .paragraph, .section-para,
.mobile-pricing-table-wrap .mp-row .mp-column.with-bg,
.mobile-pricing-table-wrap .mp-row .mp-column.transparent,
.list-bg-img,
.card-style p.card-text,
.home-review-item p,
.directory_listing_page_section2 .card-style p.card-text,
.how_we_help_box p,
section#directory_listing_page_section5 .card-style p.card-text,
.card-style p.card-text,
.who-we-are-text-with-bg p,
.solutions_section2 .carousel-nav a,
.blog-list-item-content .blog-list-item-dates,
.blog-list-item-content p.blog-list-item-excerpt,
.blog-list-item-footer .blog-publisher-name-comments span,
.blog-about-widget-wrap p,
.contact_info_footer p,
.modal_form_wrap p {
    font-weight: 500 !important;
    color: #121212 !important;
  }
  /* line 4985, app/assets/stylesheets/css/custom-new.scss */
  .solutions_section2 .carousel-nav a.active,
.solutions_section2 .carousel-nav a:hover {
    color: #018DC8 !important;
  }
  /* line 4989, app/assets/stylesheets/css/custom-new.scss */
  .contact_page_info_box p, .contact_page_info_box a {
    color: #121212 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 26px !important;
  }
}

/* line 5001, app/assets/stylesheets/css/custom-new.scss */
section.news_events_search_bar .container {
  max-width: 1440px;
}

/* line 5005, app/assets/stylesheets/css/custom-new.scss */
section.news_events_search_bar .news_categories_wrap {
  margin-bottom: 0;
  border: none;
}

/* line 5010, app/assets/stylesheets/css/custom-new.scss */
section.news_events_search_bar .news_categories_wrap ul.news-cats-list li a {
  padding: 17px 20px;
}

/* line 5014, app/assets/stylesheets/css/custom-new.scss */
section.news_events_search_bar .news_categories_wrap ul.news-cats-list li a:before {
  bottom: 0px;
  background: #018DC8;
}

/* line 5019, app/assets/stylesheets/css/custom-new.scss */
.news_events_search_box .form-control {
  border: 1px solid #018DC8;
  color: #121212;
  border-radius: 25px;
  font-size: 14px;
  min-height: 35px;
  padding-left: 19px;
}

/* line 5028, app/assets/stylesheets/css/custom-new.scss */
.news_events_search_box .btn {
  background: #018DC8 !important;
  border-color: #018DC8 !important;
  height: 35px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  outline: none !important;
  box-shadow: none !important;
}

/* line 5038, app/assets/stylesheets/css/custom-new.scss */
.news_events_search_box .form-control::placeholder {
  color: #121212;
}

/* line 5042, app/assets/stylesheets/css/custom-new.scss */
h2.news_events_list_page_heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 20px;
}

/* line 5050, app/assets/stylesheets/css/custom-new.scss */
h2.news_events_list_page_heading a.link {
  float: right;
  font-size: 16px;
  color: #121212;
  font-weight: 500;
  margin-top: 7px;
}

/* line 5057, app/assets/stylesheets/css/custom-new.scss */
.news_events_list_page_wrap .blog-list-item-content .blog-list-item-dates {
  color: #121212;
}

/* line 5061, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item.news_item .blog-list-item-content h2 {
  font-size: 20px;
}

/* line 5065, app/assets/stylesheets/css/custom-new.scss */
.news_events_list_page_wrap .blog-list-item {
  padding-bottom: 25px;
}

/* line 5070, app/assets/stylesheets/css/custom-new.scss */
.news_events_bg2 .news_events_list_page_wrap:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

/* line 5075, app/assets/stylesheets/css/custom-new.scss */
.news_events_bg2 .news_events_list_page_wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 30px;
}

/* line 5081, app/assets/stylesheets/css/custom-new.scss */
.news_events_bg2 .news_events_list_page_wrap .blog-list-item:last-child {
  padding: 0;
}

/* line 5084, app/assets/stylesheets/css/custom-new.scss */
ul.news_sidebar_list {
  padding: 0;
  list-style: none;
}

/* line 5089, app/assets/stylesheets/css/custom-new.scss */
ul.news_sidebar_list li {
  line-height: normal;
  padding: 10px 0px;
  border-bottom: 1px dotted rgba(18, 18, 18, 0.25);
}

/* line 5095, app/assets/stylesheets/css/custom-new.scss */
ul.news_sidebar_list li, ul.news_sidebar_list li a {
  font-size: 15px;
  font-weight: 500;
  color: #121212;
}

/* line 5101, app/assets/stylesheets/css/custom-new.scss */
.blogs-sidebar-widget.news-and-events-widget h2 {
  margin-bottom: 15px;
}

/* line 5105, app/assets/stylesheets/css/custom-new.scss */
.blogs-sidebar-widget.news-and-events-widget a.view-more-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #121212 !important;
}

/* line 5112, app/assets/stylesheets/css/custom-new.scss */
.blogs-sidebar-widget.news-and-events-widget a.view-more-link img {
  filter: invert(1);
  position: relative;
  top: -1px;
  left: 3px;
  transition: all .3s ease;
}

/* line 5120, app/assets/stylesheets/css/custom-new.scss */
.blogs-sidebar-widget.news-and-events-widget a.view-more-link:hover,
.blogs-sidebar-widget.news-and-events-widget a.view-more-link:focus,
.blogs-sidebar-widget.news-and-events-widget a.view-more-link:active {
  text-decoration: underline;
  transition: all .3s ease;
}

/* line 5127, app/assets/stylesheets/css/custom-new.scss */
.blogs-sidebar-widget.news-and-events-widget a.view-more-link:hover img,
.blogs-sidebar-widget.news-and-events-widget a.view-more-link:focus img,
.blogs-sidebar-widget.news-and-events-widget a.view-more-link:active img {
  left: 7px;
}

/* line 5132, app/assets/stylesheets/css/custom-new.scss */
.news_events_bg2 .news_events_list_page_wrap .blog-list-item .right .blog-list-item-content:last-child {
  margin-bottom: 0px;
}

/* line 5136, app/assets/stylesheets/css/custom-new.scss */
.news_events_bg2 .news_events_list_page_wrap .blog-list-item .right {
  flex: auto;
}

/* line 5140, app/assets/stylesheets/css/custom-new.scss */
.news_events_bg2 .news_events_list_page_wrap .blog-list-item {
  flex-wrap: nowrap;
  gap: 15px;
  align-items: flex-start;
}

/* line 5146, app/assets/stylesheets/css/custom-new.scss */
.news_events_bg2 .news_events_list_page_wrap .blog-list-item .icon-wrap {
  min-width: 75px;
}

@media screen and (max-width: 400px) {
  /* line 5150, app/assets/stylesheets/css/custom-new.scss */
  .news_events_bg2 .news_events_list_page_wrap .blog-list-item .icon-wrap {
    max-width: 50px;
    min-width: 50px;
  }
}

/* line 5155, app/assets/stylesheets/css/custom-new.scss */
section.news_events_search_bar .news_categories_wrap ul.news-cats-list {
  width: 100% !important;
}

/* line 5158, app/assets/stylesheets/css/custom-new.scss */
.blog-list-item.news_item .blog-list-item-content h2 {
  text-decoration: underline;
}

@media screen and (min-width: 575.99px) {
  /* line 5162, app/assets/stylesheets/css/custom-new.scss */
  .news_events_bg2 .news_events_list_page_wrap .blog-list-item {
    align-items: center;
  }
}

/* line 5167, app/assets/stylesheets/css/custom-new.scss */
.single-post-heading, .single-post-heading a {
  color: #121212;
}

@media screen and (max-width: 575.98px) {
  /* line 5172, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item.news_item {
    max-width: 100%;
  }
  /* line 5175, app/assets/stylesheets/css/custom-new.scss */
  .blog-list-item.news_item .blog-list-item-content h2 {
    font-size: 16px;
    line-height: 21px;
  }
  /* line 5179, app/assets/stylesheets/css/custom-new.scss */
  .news_events_bg2 .news_events_list_page_wrap .blog-list-item {
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
  /* line 5184, app/assets/stylesheets/css/custom-new.scss */
  .news_events_bg2 .news_events_list_page_wrap .blog-list-item:last-child {
    margin-bottom: 10px;
  }
  /* line 5188, app/assets/stylesheets/css/custom-new.scss */
  h2.news_events_list_page_heading {
    font-size: 22px;
    line-height: normal;
  }
  /* line 5193, app/assets/stylesheets/css/custom-new.scss */
  h2.news_events_list_page_heading a.link {
    font-size: 14px;
    font-weight: 500;
  }
  /* line 5197, app/assets/stylesheets/css/custom-new.scss */
  .blogs-sidebar-widget.news-and-events-widget a.view-more-link {
    font-size: 14px;
  }
  /* line 5201, app/assets/stylesheets/css/custom-new.scss */
  .blogs-sidebar-widget.news-and-events-widget a.view-more-link img {
    max-width: 6px;
    left: 1px;
  }
}

/* line 5208, app/assets/stylesheets/css/custom-new.scss */
section.blogs_listings_section.single_news_events_warp {
  padding-top: 35px;
}

/* line 5213, app/assets/stylesheets/css/custom-new.scss */
.single_news_events_post h1.single-post-heading {
  font-size: 36px;
  line-height: 120%;
}

/* line 5218, app/assets/stylesheets/css/custom-new.scss */
.single_news_events_post .head .blog-list-item-content .blog-list-item-dates {
  border: 1px dashed rgba(50, 55, 79, 0.24);
  border-left: 0px;
  border-right: 0px;
  padding: 10px 0;
  font-size: 16px;
  line-height: normal;
  margin-top: 13px;
}

/* line 5228, app/assets/stylesheets/css/custom-new.scss */
.single_news_events_post .head .blog-list-item-content .blog-list-item-dates span {
  font-weight: 500;
}

/* line 5232, app/assets/stylesheets/css/custom-new.scss */
.single_news_events_post .content .blog-list-item-content * {
  font-size: 15px;
  font-weight: 500;
  color: #121212;
  line-height: 22.5px !important;
}

/* line 5239, app/assets/stylesheets/css/custom-new.scss */
.single_news_events_post .content {
  margin-top: 15px;
}

@media screen and (max-width: 575.98px) {
  /* line 5244, app/assets/stylesheets/css/custom-new.scss */
  section.blogs_listings_section.single_news_events_warp {
    padding-top: 10px;
  }
  /* line 5247, app/assets/stylesheets/css/custom-new.scss */
  .single_news_events_post h1.single-post-heading {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 0px;
  }
  /* line 5253, app/assets/stylesheets/css/custom-new.scss */
  .single_news_events_post .head .blog-list-item-content .blog-list-item-dates {
    padding: 7px 0;
    font-size: 14px;
  }
  /* line 5258, app/assets/stylesheets/css/custom-new.scss */
  .single_news_events_post .content .blog-list-item-content * {
    font-weight: 500 !important;
  }
  /* line 5261, app/assets/stylesheets/css/custom-new.scss */
  section.single_news_events_warp {
    padding-bottom: 100px !important;
  }
}

/* line 5266, app/assets/stylesheets/css/custom-new.scss */
.post_range_filter {
  width: auto !important;
  float: left;
  border: 1px solid rgba(39, 39, 39, 0.24) !important;
  border-radius: 4px;
  font-size: 15px !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  height: auto;
  word-spacing: normal;
  padding: 10px !important;
  margin-bottom: 25px;
}

/* line 5280, app/assets/stylesheets/css/custom-new.scss */
.post_range_filter .fa-chevron-down {
  font-size: 11px;
  margin-left: 8px;
  position: relative;
  top: -1px;
}

/* line 5287, app/assets/stylesheets/css/custom-new.scss */
.daterangepicker.ltr .ranges ul {
  padding: 15px 14px 0px;
  line-height: normal;
}

/* line 5292, app/assets/stylesheets/css/custom-new.scss */
.daterangepicker.ltr .ranges ul li {
  margin-bottom: 10px;
}

/* line 5296, app/assets/stylesheets/css/custom-new.scss */
.daterangepicker.ltr .ranges ul li.active {
  border-radius: 25px;
  background-color: #018DC8;
}

/* line 5301, app/assets/stylesheets/css/custom-new.scss */
.daterangepicker.ltr .ranges ul li:hover {
  border-radius: 25px;
}

/* line 5305, app/assets/stylesheets/css/custom-new.scss */
.daterangepicker.ltr td.active, .daterangepicker.ltr td.active:hover {
  background-color: #018DC8;
}

/* line 5309, app/assets/stylesheets/css/custom-new.scss */
.daterangepicker.ltr td.off, .daterangepicker.ltr td.off.in-range, .daterangepicker.ltr td.off.start-date, .daterangepicker.ltr td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

/* line 5315, app/assets/stylesheets/css/custom-new.scss */
.daterangepicker.ltr .drp-buttons .btn {
  text-transform: capitalize;
}

/* line 5319, app/assets/stylesheets/css/custom-new.scss */
.daterangepicker.ltr .drp-buttons .btn.btn-primary {
  background-color: #018DC8 !important;
  border-color: #018DC8 !important;
}
/* line 1, app/assets/stylesheets/css/custom-listing.scss */
#fh5co-header-section.listing-header nav ul.sf-menu {
  display: block !important;
  float: none !important;
  margin: 0 !important;
}

/* line 7, app/assets/stylesheets/css/custom-listing.scss */
#fh5co-header-section.listing-header .navbar-container {
  display: block;
}

/* line 11, app/assets/stylesheets/css/custom-listing.scss */
#fh5co-header-section nav ul li.login_btns a {
  display: inline-block;
}

/* line 15, app/assets/stylesheets/css/custom-listing.scss */
#fh5co-header-section nav ul li.login_btns:hover a {
  color: #007C99 !important;
}

/* line 19, app/assets/stylesheets/css/custom-listing.scss */
#fh5co-header-section nav ul li.login_btns a:hover, #fh5co-header-section nav ul li.login_btns a:focus, #fh5co-header-section nav ul li.login_btns a:active {
  color: #05B6A6 !important;
}

/* line 23, app/assets/stylesheets/css/custom-listing.scss */
#fh5co-header-section nav ul li a {
  color: #007C99 !important;
  font-weight: 600;
}

/* line 28, app/assets/stylesheets/css/custom-listing.scss */
#fh5co-primary-menu > li > .sf-with-ul:after {
  color: #007C99;
  border-right: 1px solid #007C99;
  border-bottom: 1px solid #007C99;
  background: transparent;
}

/* line 35, app/assets/stylesheets/css/custom-listing.scss */
#fh5co-header-section nav ul li.login_btns a:first-child {
  position: relative;
  margin-right: 10px;
}

/* line 40, app/assets/stylesheets/css/custom-listing.scss */
#fh5co-header-section nav ul li.login_btns a:first-child:after {
  content: ' | ';
  position: absolute;
  right: -9px;
  top: -1px;
  font-size: 14px;
}

/* line 48, app/assets/stylesheets/css/custom-listing.scss */
#fh5co-header-section .review-link {
  text-align: right;
  padding: 0 10px;
}

/* line 53, app/assets/stylesheets/css/custom-listing.scss */
#fh5co-header-section .review-link a {
  font-size: 15px;
  color: #32373F;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
}

/* line 55, app/assets/stylesheets/css/custom-listing.scss */
#fh5co-header-section .review-link a:hover, #fh5co-header-section .review-link a:focus {
  color: #05B6A6 !important;
}

/* line 59, app/assets/stylesheets/css/custom-listing.scss */
#fh5co-header-section .review-link a img {
  float: left;
  margin-right: 8px;
  max-width: 15px;
  position: relative;
  top: 1px;
}

/* line 63, app/assets/stylesheets/css/custom-listing.scss */
#fh5co-menu-wrap .sf-menu a.sf-withul.button_like {
  background: #007640;
  border-radius: 8px !important;
  padding: 8px 15px 8px 15px !important;
  line-height: normal !important;
  color: #fff !important;
  margin-bottom: 0 !important;
}

/* line 72, app/assets/stylesheets/css/custom-listing.scss */
#fh5co-menu-wrap .sf-menu a.sf-withul.button_like:after {
  color: #fff !important;
  border-color: #fff !important;
  width: 9px;
  height: 9px;
  font-weight: bold !important;
  border-width: 2px;
  top: 4px;
  margin-left: 10px !important;
}

/* line 83, app/assets/stylesheets/css/custom-listing.scss */
.listing-header .topbar-search-form {
  border-color: #007640;
  background: #fff;
  margin-bottom: 0px;
}

/* line 88, app/assets/stylesheets/css/custom-listing.scss */
.listing-header .topbar-search-form .form-control:focus {
  box-shadow: none !important;
}

/* line 92, app/assets/stylesheets/css/custom-listing.scss */
.listing-header .topbar-search-form .input-divider {
  border-color: #007640;
}

/* line 96, app/assets/stylesheets/css/custom-listing.scss */
.listing-header .topbar-search-form .search-icon {
  background-color: #007640;
}

/* line 100, app/assets/stylesheets/css/custom-listing.scss */
.listing-header .header-search-box .top_search_terms {
  text-align: center;
  margin-top: -4px;
}

/* line 105, app/assets/stylesheets/css/custom-listing.scss */
.listing-header .header-search-box .top_search_terms a {
  background: #007640;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 11px;
  border-radius: 7px;
  margin: 0 4px;
  transition: all .3s ease;
}

/* line 117, app/assets/stylesheets/css/custom-listing.scss */
.listing-header .header-search-box .top_search_terms a img {
  max-width: 16px;
  position: relative;
  top: -1px;
  margin-right: 4px;
}

/* line 124, app/assets/stylesheets/css/custom-listing.scss */
.listing-header .header-search-box .top_search_terms a:hover, .listing-header .header-search-box .top_search_terms a:focus, .listing-header .header-search-box .top_search_terms a:active {
  background: #05B6A6;
  color: #fff;
  transition: all .3s ease;
}

/* line 131, app/assets/stylesheets/css/custom-listing.scss */
div#fh5co-header-section.listing-header {
  background: #fff;
  padding: 10px 0 10px;
}

@media screen and (min-width: 991.98px) {
  /* line 136, app/assets/stylesheets/css/custom-listing.scss */
  div#fh5co-header-section.listing-header {
    min-height: 5.1rem;
  }
  /* line 139, app/assets/stylesheets/css/custom-listing.scss */
  body {
    padding-top: 5.1rem;
  }
}

@media screen and (max-width: 991.97px) {
  /* line 144, app/assets/stylesheets/css/custom-listing.scss */
  body {
    padding-top: 7.25rem;
  }
}

@media screen and (max-width: 575.97px) {
  /* line 147, app/assets/stylesheets/css/custom-listing.scss */
  body {
    padding-top: 7.25rem;
  }
}

/* line 153, app/assets/stylesheets/css/custom-listing.scss */
div#fh5co-header-section.listing-header #fh5co-primary-menu .fh5co-sub-menu:after {
  content: '';
  background: transparent;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -12px;
  display: block;
  border: none;
  left: 0;
  z-index: -1;
}

/* line 165, app/assets/stylesheets/css/custom-listing.scss */
div#fh5co-header-section.listing-header #fh5co-primary-menu .fh5co-sub-menu {
  top: 130%;
}

/* line 169, app/assets/stylesheets/css/custom-listing.scss */
footer#gtco-footer {
  margin-top: 0px;
}

/* line 173, app/assets/stylesheets/css/custom-listing.scss */
.fixed-area {
  display: none;
}

/* line 177, app/assets/stylesheets/css/custom-listing.scss */
.side-social-icons {
  top: 61px;
}

/* line 181, app/assets/stylesheets/css/custom-listing.scss */
.side-social-icons ul li a {
  width: 22px;
  padding: 3px 4px !important;
  font-size: 10px;
  display: block;
}

/* line 188, app/assets/stylesheets/css/custom-listing.scss */
.side-social-icons ul li a svg {
  width: 9px !important;
}

/* line 192, app/assets/stylesheets/css/custom-listing.scss */
.side-social-icons ul li::marker {
  display: none;
}

/* line 196, app/assets/stylesheets/css/custom-listing.scss */
.side-social-icons ul li:first-child a {
  border-top-right-radius: 3px;
  padding: 4px 4px 2px !important;
}

/* line 200, app/assets/stylesheets/css/custom-listing.scss */
.side-social-icons ul {
  list-style: none;
}

/* line 204, app/assets/stylesheets/css/custom-listing.scss */
#fh5co-primary-menu > li:hover > .sf-with-ul:after, #fh5co-primary-menu > li > .sf-with-ul:hover:after, #fh5co-primary-menu > li.active > .sf-with-ul:after {
  color: #05B6A6 !important;
  transition: all .3s ease;
  border-color: #05B6A6 !important;
}

@media screen and (max-width: 1440px) {
  /* line 211, app/assets/stylesheets/css/custom-listing.scss */
  #fh5co-header-section nav ul li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1298px) {
  /* line 217, app/assets/stylesheets/css/custom-listing.scss */
  #fh5co-header-section nav ul li a, #fh5co-header-section .review-link a {
    font-size: 14px;
  }
  /* line 221, app/assets/stylesheets/css/custom-listing.scss */
  #fh5co-header-section nav ul {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 1198px) {
  /* line 227, app/assets/stylesheets/css/custom-listing.scss */
  #fh5co-header-section nav ul li a, #fh5co-header-section .review-link a {
    font-size: 13px;
  }
  /* line 231, app/assets/stylesheets/css/custom-listing.scss */
  #fh5co-header-section nav ul {
    padding-left: 0px !important;
  }
}

/* line 236, app/assets/stylesheets/css/custom-listing.scss */
.show_on_1190 {
  display: none;
}

@media screen and (max-width: 1190px) {
  /* line 242, app/assets/stylesheets/css/custom-listing.scss */
  .show_on_1190 {
    display: inline-block;
  }
  /* line 245, app/assets/stylesheets/css/custom-listing.scss */
  .u-hamburger {
    top: -5px;
  }
  /* line 248, app/assets/stylesheets/css/custom-listing.scss */
  .u-hamburger__inner, .u-hamburger__inner::before, .u-hamburger__inner::after {
    background-color: #32373F !important;
    border-radius: 2px;
    height: 0.155rem;
  }
}

@media screen and (max-width: 991px) {
  /* line 257, app/assets/stylesheets/css/custom-listing.scss */
  .show_on_1190 {
    display: none;
  }
  /* line 260, app/assets/stylesheets/css/custom-listing.scss */
  .header-search-box {
    margin-top: 6px;
  }
  /* line 263, app/assets/stylesheets/css/custom-listing.scss */
  .logo_header img {
    max-width: 200px;
  }
  /* line 266, app/assets/stylesheets/css/custom-listing.scss */
  .directory_listing_search_header .logo_header img {
    max-width: 200px;
    max-height: 57px;
  }
  /* line 270, app/assets/stylesheets/css/custom-listing.scss */
  .side-social-icons {
    display: none;
  }
  /* line 273, app/assets/stylesheets/css/custom-listing.scss */
  .listing_top_bar ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
  }
  /* line 281, app/assets/stylesheets/css/custom-listing.scss */
  .listing_top_bar ul li a, .listing_top_bar ul li a svg {
    font-size: 12px;
    line-height: normal;
    width: 10px !important;
    color: #007640;
  }
  /* line 288, app/assets/stylesheets/css/custom-listing.scss */
  .listing_top_bar ul li a svg {
    top: -1px !important;
  }
  /* line 292, app/assets/stylesheets/css/custom-listing.scss */
  .listing_top_bar ul li a svg path {
    fill: #007640 !important;
  }
  /* line 296, app/assets/stylesheets/css/custom-listing.scss */
  div#fh5co-header-section.listing-header {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  /* line 301, app/assets/stylesheets/css/custom-listing.scss */
  div#fh5co-header-section.listing-header {
    background: url(/assets/bellflower_dl_banner_desktop.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  /* line 307, app/assets/stylesheets/css/custom-listing.scss */
  div#fh5co-header-section.listing-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.28) 143%);
  }
  /* line 317, app/assets/stylesheets/css/custom-listing.scss */
  .bellflower_dl_banner {
    display: none !important;
  }
  /* line 321, app/assets/stylesheets/css/custom-listing.scss */
  .listing_top_bar ul li {
    line-height: normal;
  }
  /* line 325, app/assets/stylesheets/css/custom-listing.scss */
  .listing_top_bar {
    border-bottom: 1px solid rgba(1, 141, 200, 0.25);
  }
  /* line 329, app/assets/stylesheets/css/custom-listing.scss */
  .listing_top_bar a.app_download {
    font-size: 12px;
    font-weight: 600;
    color: #007640;
    line-height: normal;
  }
  /* line 336, app/assets/stylesheets/css/custom-listing.scss */
  .listing_top_bar a.app_download img {
    max-width: 13px;
    margin-left: 8px;
  }
  /* line 340, app/assets/stylesheets/css/custom-listing.scss */
  .listing_top_bar {
    margin-bottom: 10px;
  }
  /* line 341, app/assets/stylesheets/css/custom-listing.scss */
  .listing-header .topbar-search-form .input-divider {
    height: 70%;
  }
  /* line 345, app/assets/stylesheets/css/custom-listing.scss */
  .listing-header .form-control {
    height: 30px;
  }
  /* line 349, app/assets/stylesheets/css/custom-listing.scss */
  .listing-header .topbar-search-form .search-icon {
    padding: 7px 10px;
  }
  /* line 353, app/assets/stylesheets/css/custom-listing.scss */
  .listing-header .topbar-search-form .form-control {
    font-size: 14px;
  }
  /* line 356, app/assets/stylesheets/css/custom-listing.scss */
  .listing-header .topbar-search-form .search-icon img {
    max-width: 20px;
  }
  /* line 359, app/assets/stylesheets/css/custom-listing.scss */
  .listing-header .header-search-box .top_search_terms a {
    font-size: 13px;
  }
  /* line 363, app/assets/stylesheets/css/custom-listing.scss */
  .listing-header .header-search-box .top_search_terms a img {
    max-width: 13px;
  }
  /* line 366, app/assets/stylesheets/css/custom-listing.scss */
  #mobile_small_map_button {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  /* line 373, app/assets/stylesheets/css/custom-listing.scss */
  #fh5co-header-section .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* line 377, app/assets/stylesheets/css/custom-listing.scss */
  .listing-header .header-search-box .top_search_terms a {
    font-size: 12px;
    padding: 4px 7px;
  }
  /* line 381, app/assets/stylesheets/css/custom-listing.scss */
  .u-hamburger {
    right: 16px;
  }
}

@media screen and (max-width: 356px) {
  /* line 388, app/assets/stylesheets/css/custom-listing.scss */
  .listing-header .header-search-box .top_search_terms a {
    font-size: 10px;
    padding: 4px 5px;
    margin: 0 0px;
  }
}

/* line 395, app/assets/stylesheets/css/custom-listing.scss */
.filters_sidebar {
  margin: 0 -15px;
  padding: 0 5px 0 15px;
}

/* line 399, app/assets/stylesheets/css/custom-listing.scss */
.filters_sidebar .filters_reset {
  line-height: normal;
  margin-bottom: 15px;
}

/* line 404, app/assets/stylesheets/css/custom-listing.scss */
.filters_sidebar .filters_reset * {
  font-size: 14px;
  font-weight: 500;
  color: #32373F;
}

/* line 409, app/assets/stylesheets/css/custom-listing.scss */
.filters_sidebar .filters_reset .reset_filters {
  color: #007640;
}

/* line 413, app/assets/stylesheets/css/custom-listing.scss */
.filters_sidebar .selected_filters_list ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

/* line 420, app/assets/stylesheets/css/custom-listing.scss */
.filters_sidebar .selected_filters_list ul li {
  margin-left: 0;
  list-style-position: inside;
  line-height: normal;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #32373F;
  margin-right: 10px;
}

/* line 430, app/assets/stylesheets/css/custom-listing.scss */
.filters_sidebar .selected_filters_list ul li span {
  position: relative;
  margin-left: -5px;
  line-height: normal;
}

/* line 436, app/assets/stylesheets/css/custom-listing.scss */
.filters_sidebar .selected_filters_list ul li:first-child {
  list-style: none;
}

/* line 440, app/assets/stylesheets/css/custom-listing.scss */
.filters_sidebar .selected_filters_list ul li:first-child span {
  margin: 0;
}

/*checkbox*/
/* line 445, app/assets/stylesheets/css/custom-listing.scss */
.input-blue.checkbox input[type='checkbox'] {
  opacity: 0;
  position: absolute;
  max-width: 0;
  height: 0;
}

/* line 451, app/assets/stylesheets/css/custom-listing.scss */
.input-blue.checkbox input[type='checkbox']:checked + label {
  background: url(/assets/input_active.png) no-repeat center center;
  background-size: 17px;
  background-position: 2px 3px;
}

/* line 456, app/assets/stylesheets/css/custom-listing.scss */
.input-blue.checkbox label {
  background: url(/assets/input_inactive.png) no-repeat center center;
  padding: 0.1em 0 0.1em 1.8em;
  cursor: pointer;
  background-size: 17px;
  background-position: 2px 3px;
}

/* line 463, app/assets/stylesheets/css/custom-listing.scss */
.input-blue.checkbox.checked label {
  background: url(/assets/input_active.png) no-repeat center center;
  background-size: 17px;
  background-position: 2px 3px;
}

/*radio*/
/* line 470, app/assets/stylesheets/css/custom-listing.scss */
.input-blue.radio input[type='radio'] {
  opacity: 0;
  position: absolute;
  max-width: 0;
  height: 0;
}

/* line 476, app/assets/stylesheets/css/custom-listing.scss */
.input-blue.radio input[type='radio']:checked + label {
  background: url(/assets/radio_active.png) no-repeat center center;
  background-size: 17px;
  background-position: 2px 3px;
}

/* line 481, app/assets/stylesheets/css/custom-listing.scss */
.input-blue.radio label {
  background: url(/assets/radio_inactive.png) no-repeat center center;
  padding: 0.1em 0 0.1em 1.8em;
  cursor: pointer;
  background-size: 17px;
  background-position: 2px 3px;
}

/* line 488, app/assets/stylesheets/css/custom-listing.scss */
.input-blue.radio.checked label {
  background: url(/assets/radio_active.png) no-repeat center center;
  background-size: 17px;
  background-position: 2px 3px;
}

/* line 495, app/assets/stylesheets/css/custom-listing.scss */
.main_filters .panel-heading {
  padding: 0;
  border: 0;
}

/* line 499, app/assets/stylesheets/css/custom-listing.scss */
.main_filters .panel-title > a, .main_filters .panel-title > a:active {
  display: block;
  padding: 15px;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}

/* line 510, app/assets/stylesheets/css/custom-listing.scss */
.main_filters .panel-heading a:before {
  float: right;
  content: '';
  transition: all 0.5s;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #007640 transparent;
  transform: rotate(0deg);
  position: relative;
  top: 7px;
}

/* line 523, app/assets/stylesheets/css/custom-listing.scss */
.main_filters .panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 529, app/assets/stylesheets/css/custom-listing.scss */
.main_filters .panel {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 9px;
}

/* line 535, app/assets/stylesheets/css/custom-listing.scss */
.main_filters .panel .panel-heading .panel-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0px;
}

/* line 543, app/assets/stylesheets/css/custom-listing.scss */
.main_filters .panel .panel-body {
  padding: 7px 0px;
}

/* line 547, app/assets/stylesheets/css/custom-listing.scss */
.filter_field label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
}

/* line 553, app/assets/stylesheets/css/custom-listing.scss */
.filter_field .form-control {
  height: 30px;
  padding: 10px 15px;
  font-size: 14px;
  color: #32373F;
  border-radius: 4px;
  border-color: rgba(50, 55, 63, 0.25);
}

/* line 562, app/assets/stylesheets/css/custom-listing.scss */
.filter_field .form-control::placeholder {
  color: rgba(50, 55, 63, 0.57);
}

/* line 566, app/assets/stylesheets/css/custom-listing.scss */
.filter_field {
  margin-bottom: 0px;
}

/* line 570, app/assets/stylesheets/css/custom-listing.scss */
.input-blue.radio label {
  font-size: 14px;
  color: #363636;
  margin: 0;
}

/* line 576, app/assets/stylesheets/css/custom-listing.scss */
.input-blue.radio {
  display: block;
  margin-bottom: 2px;
}

/* line 580, app/assets/stylesheets/css/custom-listing.scss */
.input-blue.radio:last-child {
  margin-bottom: 0px;
}

/* line 583, app/assets/stylesheets/css/custom-listing.scss */
.input-blue.checkbox label {
  font-size: 14px;
  color: #32373F;
  margin: 0;
}

/* line 589, app/assets/stylesheets/css/custom-listing.scss */
.input-blue.checkbox {
  display: block;
  margin-bottom: 6px;
}

/* line 593, app/assets/stylesheets/css/custom-listing.scss */
.input-blue.checkbox:last-child {
  margin-bottom: 0px;
}

/* line 596, app/assets/stylesheets/css/custom-listing.scss */
.main_filters .load_more {
  color: #008DC7;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

/* line 604, app/assets/stylesheets/css/custom-listing.scss */
.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
/* line 612, app/assets/stylesheets/css/custom-listing.scss */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 624, app/assets/stylesheets/css/custom-listing.scss */
.noUi-target {
  position: relative;
  direction: ltr;
}

/* line 629, app/assets/stylesheets/css/custom-listing.scss */
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

/* line 637, app/assets/stylesheets/css/custom-listing.scss */
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

/* line 645, app/assets/stylesheets/css/custom-listing.scss */
.noUi-handle {
  position: relative;
  z-index: 1;
}

/* line 650, app/assets/stylesheets/css/custom-listing.scss */
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

/* line 656, app/assets/stylesheets/css/custom-listing.scss */
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

/* line 661, app/assets/stylesheets/css/custom-listing.scss */
.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
/* line 668, app/assets/stylesheets/css/custom-listing.scss */
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
/* line 675, app/assets/stylesheets/css/custom-listing.scss */
.noUi-horizontal {
  height: 4px;
}

/* line 679, app/assets/stylesheets/css/custom-listing.scss */
.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #345DBB;
}

/* Styling;
 */
/* line 690, app/assets/stylesheets/css/custom-listing.scss */
.noUi-background {
  background: #000;
}

/* line 694, app/assets/stylesheets/css/custom-listing.scss */
.noUi-connect {
  background: #345DBB;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

/* line 700, app/assets/stylesheets/css/custom-listing.scss */
.noUi-origin {
  border-radius: 2px;
}

/* line 704, app/assets/stylesheets/css/custom-listing.scss */
.noUi-target {
  border-radius: 2px;
}

/* Handles and cursors;
 */
/* line 713, app/assets/stylesheets/css/custom-listing.scss */
.noUi-draggable {
  cursor: w-resize;
}

/* line 717, app/assets/stylesheets/css/custom-listing.scss */
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

/* line 721, app/assets/stylesheets/css/custom-listing.scss */
.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

/* line 728, app/assets/stylesheets/css/custom-listing.scss */
.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53, 93, 187, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
/* line 739, app/assets/stylesheets/css/custom-listing.scss */
.noUi-connect[disabled], [disabled] .noUi-connect {
  background: #B8B8B8;
}

/* line 743, app/assets/stylesheets/css/custom-listing.scss */
.noUi-origin[disabled], [disabled] .noUi-handle {
  cursor: not-allowed;
}

/* line 747, app/assets/stylesheets/css/custom-listing.scss */
div#slider-range {
  width: 95%;
  margin: 0 auto;
  margin-right: 20px;
  height: 7px;
  border-radius: 10px;
  background: #ECECEC;
  margin-bottom: 20px;
  margin-top: 15px;
}

/* line 758, app/assets/stylesheets/css/custom-listing.scss */
div#slider-range .noUi-connect {
  background: #008DC7;
  border-radius: 10px;
}

/* line 763, app/assets/stylesheets/css/custom-listing.scss */
.noUi-horizontal .noUi-handle {
  background-color: #fff;
  border: 1px solid #008DC7;
}

/* line 768, app/assets/stylesheets/css/custom-listing.scss */
div#slider-range .noUi-background {
  background: #ECECEC;
  border-radius: 10px;
}

/* line 773, app/assets/stylesheets/css/custom-listing.scss */
div#slider-range .noUi-handle:active {
  left: -7px;
  top: -7px;
}

/* line 777, app/assets/stylesheets/css/custom-listing.scss */
.rating_filter_wrapper .star-box {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 35px;
}

/* line 789, app/assets/stylesheets/css/custom-listing.scss */
.rating_filter_wrapper .star-box img {
  width: 20px;
  position: relative;
  top: -2px;
  left: -1px;
}

/* line 796, app/assets/stylesheets/css/custom-listing.scss */
.input-blue.button_shape.checkbox {
  display: inline-block;
}

/* line 800, app/assets/stylesheets/css/custom-listing.scss */
.input-blue.button_shape.checkbox label {
  background: transparent !important;
  padding: 5px 10px !important;
  font-size: 12px;
  border: 1px solid #007640;
  border-radius: 25px;
  text-align: center;
}

/* line 809, app/assets/stylesheets/css/custom-listing.scss */
.input-blue.button_shape.checkbox label:hover,
.input-blue.button_shape.checkbox label:focus,
.input-blue.button_shape.checkbox label:active,
.input-blue.button_shape.checkbox input[type='checkbox']:checked + label,
.input-blue.button_shape.radio.checked label {
  background: #007640 !important;
  color: #fff;
}

/* line 818, app/assets/stylesheets/css/custom-listing.scss */
.listing-breadcrumbs {
  line-height: normal;
}

/* line 822, app/assets/stylesheets/css/custom-listing.scss */
.listing-breadcrumbs * {
  font-size: 12px;
  color: #32373F;
  font-weight: 600;
  line-height: normal;
}

/* line 829, app/assets/stylesheets/css/custom-listing.scss */
.listing-breadcrumbs span {
  display: inline-block;
  margin: 0 10px;
}

/* line 833, app/assets/stylesheets/css/custom-listing.scss */
.main-top {
  top: 5.5rem;
}

/* line 836, app/assets/stylesheets/css/custom-listing.scss */
.main-top:before {
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 20px);
  position: absolute;
  background: #fff;
  top: -8px;
  left: -1px;
}

/* line 845, app/assets/stylesheets/css/custom-listing.scss */
.sort-dropdown {
  text-align: right;
  display: inline-block;
  float: right;
}

/* line 851, app/assets/stylesheets/css/custom-listing.scss */
.sort-dropdown button.dropdown-toggle {
  background: #F3F5F2 !important;
  color: #32373F !important;
  text-transform: capitalize;
  letter-spacing: 0px;
  word-spacing: 0px;
  padding: 8px 22px;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  border-radius: 25px;
  box-shadow: none !important;
}

/* line 865, app/assets/stylesheets/css/custom-listing.scss */
.sort-dropdown button.dropdown-toggle::after {
  border: none;
  position: relative;
  top: 3px;
}

/* line 871, app/assets/stylesheets/css/custom-listing.scss */
.sort-dropdown button.dropdown-toggle:hover, .sort-dropdown button.dropdown-toggle:focus, .sort-dropdown button.dropdown-toggle:active {
  background: #F3F5F2 !important;
  color: #32373F !important;
}

/* line 876, app/assets/stylesheets/css/custom-listing.scss */
.sort-dropdown .dropdown-menu {
  padding: 10px 10px;
  border: none;
  box-shadow: 0 0px 8px rgba(55, 125, 255, 0.075), 0 0px 9px rgba(119, 131, 143, 0.075);
  margin-top: 13px;
  left: auto !important;
  right: 0 !important;
  top: 100% !important;
  transform: none !important;
  z-index: 999999;
}

/* line 888, app/assets/stylesheets/css/custom-listing.scss */
.dropdown-menu:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 50%;
  width: 13px;
  z-index: 999999999;
  height: 13px;
  border-left: 1px solid #EDEDED;
  border-top: 1px solid #EDEDED;
  transform: rotate(43deg) translate(-55%, -5%);
  background: #fff;
}

/* line 902, app/assets/stylesheets/css/custom-listing.scss */
.sort-dropdown .dropdown-menu a.dropdown-item {
  font-size: 14px;
  font-weight: 500;
}

/* line 907, app/assets/stylesheets/css/custom-listing.scss */
.sort-dropdown .dropdown-menu a.dropdown-item:hover, .sort-dropdown .dropdown-menu a.dropdown-item:active, .sort-dropdown .dropdown-menu a.dropdown-item:focus {
  background: #F2FDF9 !important;
  color: #05B6A6 !important;
}

/* line 911, app/assets/stylesheets/css/custom-listing.scss */
.listing-searched-for {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin-top: 5px;
  color: #264116;
}

/* line 919, app/assets/stylesheets/css/custom-listing.scss */
div#small_map.mapouter {
  position: relative;
  text-align: right;
  height: 90px;
  width: 100%;
  margin-top: 10px;
}

/* line 920, app/assets/stylesheets/css/custom-listing.scss */
div#small_map .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 90px;
  width: 100%;
  border-radius: 15px;
}

/* line 922, app/assets/stylesheets/css/custom-listing.scss */
div#big_map.mapouter {
  position: relative;
  text-align: right;
  height: calc(100vh - 5.5rem);
  width: 100%;
  margin-top: -8px;
}

/* line 923, app/assets/stylesheets/css/custom-listing.scss */
div#big_map .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: calc(100vh - 5.5rem);
  width: 100%;
  border-radius: 0px;
}

/* line 925, app/assets/stylesheets/css/custom-listing.scss */
div#small_map #big_map_button, div.mobile_map .map_toggle {
  position: absolute;
  z-index: 9999;
  top: 10px;
  right: 10px;
  filter: invert(0);
  transition: all .3s ease;
  display: inline-block;
  max-width: 45px;
}

/* line 936, app/assets/stylesheets/css/custom-listing.scss */
div#small_map #big_map_button:hover, div.mobile_map .map_toggle:hover, div#small_map #big_map_button:focus, div.mobile_map .map_toggle:focus, div#small_map #big_map_button:active, div.mobile_map .map_toggle:active {
  filter: invert(1);
  transition: all .3s ease;
}

/* line 940, app/assets/stylesheets/css/custom-listing.scss */
.right-map-sticky {
  top: 5.5rem;
}

/* line 945, app/assets/stylesheets/css/custom-listing.scss */
div#big_map #small_map_button {
  position: absolute;
  z-index: 9999;
  top: 10px;
  right: 10px;
  filter: invert(0);
  transition: all .3s ease;
  display: inline-block;
  max-width: 45px;
}

/* line 956, app/assets/stylesheets/css/custom-listing.scss */
div#big_map #small_map_button:hover, div#big_map #small_map_button:focus, div#big_map #small_map_button:active {
  filter: invert(1);
  transition: all .3s ease;
}

/* line 961, app/assets/stylesheets/css/custom-listing.scss */
div#big_map .small_map_button {
  position: absolute;
  z-index: 9999;
  top: 10px;
  right: 10px;
  filter: invert(0);
  transition: all .3s ease;
  display: inline-block;
  max-width: 45px;
}

/* line 972, app/assets/stylesheets/css/custom-listing.scss */
div#big_map .small_map_button:hover, div#big_map .small_map_button:focus, div#big_map .small_map_button:active {
  filter: invert(1);
  transition: all .3s ease;
}

/* line 977, app/assets/stylesheets/css/custom-listing.scss */
.listing-result-box {
  position: relative;
  display: flex;
  flex-direction: row;
  border: 1px solid #05B5A5;
  border-radius: 9px;
  background: #fff;
}

/* line 986, app/assets/stylesheets/css/custom-listing.scss */
.main-listing-search-results {
  margin-top: 20px;
}

/* line 990, app/assets/stylesheets/css/custom-listing.scss */
.listing-result-box .listing-result-box-left {
  max-width: 25%;
  min-width: 25%;
}

/* line 994, app/assets/stylesheets/css/custom-listing.scss */
.listing-result-featured-img img {
  width: 100%;
  max-height: 195px;
  object-fit: cover;
}

@media screen and (max-width: 575.98px) {
  /* line 1000, app/assets/stylesheets/css/custom-listing.scss */
  .listing-result-featured-img img {
    max-width: 70px;
    max-height: 70px;
    object-fit: cover;
  }
}

/* line 1006, app/assets/stylesheets/css/custom-listing.scss */
.listing-result-box.featured-result {
  background: #fff;
  border: none;
  border-bottom: 1px solid rgba(50, 55, 63, 0.2);
  border-radius: 0px;
  padding-bottom: 12px;
}

/* line 1014, app/assets/stylesheets/css/custom-listing.scss */
.listing-result-box .listing-result-box-right {
  flex: auto;
  padding: 0px 10px;
  padding-right: 0px;
  max-width: 75%;
  min-width: 75%;
}

/* line 1022, app/assets/stylesheets/css/custom-listing.scss */
.result-top-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

/* line 1029, app/assets/stylesheets/css/custom-listing.scss */
ul.result_info_list {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  gap: 0.5rem;
  justify-content: left;
  align-items: center;
  line-height: normal;
}

/* line 1040, app/assets/stylesheets/css/custom-listing.scss */
ul.result_info_list li {
  line-height: normal;
  font-size: 14px;
  color: #32373F;
  font-weight: 400;
}

/* line 1047, app/assets/stylesheets/css/custom-listing.scss */
ul.result_info_list li .result_type {
  font-weight: 600;
  color: rgba(18, 18, 18, 0.58);
  font-size: 14px;
}

/* line 1053, app/assets/stylesheets/css/custom-listing.scss */
ul.result_info_list li .varified_badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 6px 13px;
  background: #007640;
  color: #fff;
  margin-left: 7px;
  border-radius: 100px;
}

/* line 1065, app/assets/stylesheets/css/custom-listing.scss */
.call_to_action_btn {
  margin: 8px 0 0px;
  text-align: right;
}

/* line 1070, app/assets/stylesheets/css/custom-listing.scss */
.result_rating_wrap img {
  max-width: 100px;
}

/* line 1074, app/assets/stylesheets/css/custom-listing.scss */
.result_rating_wrap .result_ratin {
  font-size: 14px;
  font-weight: 600;
  color: #778088;
}

/* line 1080, app/assets/stylesheets/css/custom-listing.scss */
.result_reviews_count, .result_reviews_count a {
  font-size: 14px;
  font-weight: 600;
  color: #778088;
  line-height: normal;
}

/* line 1087, app/assets/stylesheets/css/custom-listing.scss */
.result_reviews_count {
  position: relative;
  top: -2px;
}

/* line 1092, app/assets/stylesheets/css/custom-listing.scss */
ul.result_info_list li.spacer {
  width: 1px;
  height: 30px;
  background: #ccc;
}

/* line 1097, app/assets/stylesheets/css/custom-listing.scss */
ul.result_info_list li.spacer.small {
  width: 1px;
  height: 20px;
  background: #ccc;
}

/* line 1102, app/assets/stylesheets/css/custom-listing.scss */
.result_link.themebtn.invert {
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 10px 15px !important;
}

/* line 1107, app/assets/stylesheets/css/custom-listing.scss */
.result-info-head {
  margin-top: 0px;
}

/* line 1111, app/assets/stylesheets/css/custom-listing.scss */
.result-info-head h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
  color: #32373F;
}

/* line 1119, app/assets/stylesheets/css/custom-listing.scss */
.result_tags {
  margin: 10px 0px 0;
}

/* line 1123, app/assets/stylesheets/css/custom-listing.scss */
.result_tags span {
  background: #fff;
  border: 1px solid #007640;
  padding: 6px 15px;
  display: inline-block;
  line-height: normal;
  font-size: 14px;
  font-weight: 400;
  color: #32373F;
  border-radius: 100px;
  margin-bottom: 8px;
}

/* line 1136, app/assets/stylesheets/css/custom-listing.scss */
.result_tags span:not(:last-child) {
  margin-right: 5px;
}

/* line 1140, app/assets/stylesheets/css/custom-listing.scss */
.listing-result-box .listing-result-box-left div.carousel {
  height: 100%;
}

/* line 1144, app/assets/stylesheets/css/custom-listing.scss */
.listing-result-box .listing-result-box-left div.carousel .carousel-inner {
  height: 100%;
}

/* line 1148, app/assets/stylesheets/css/custom-listing.scss */
.listing-result-box .listing-result-box-left div.carousel .carousel-inner .carousel-item {
  height: 100%;
}

/* line 1152, app/assets/stylesheets/css/custom-listing.scss */
.listing-result-box .listing-result-box-left div.carousel .carousel-inner .carousel-item img {
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}

/* line 1158, app/assets/stylesheets/css/custom-listing.scss */
.result-info-description {
  line-height: normal;
  margin-top: 8px;
}

/* line 1163, app/assets/stylesheets/css/custom-listing.scss */
.result-info-description p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #32373F;
}

/* line 1170, app/assets/stylesheets/css/custom-listing.scss */
.result-info-description p .read-more-content {
  display: none;
  padding-top: 22px;
}

/* line 1174, app/assets/stylesheets/css/custom-listing.scss */
.result-info-description p .read-more {
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
  color: #000 !important;
  font-weight: bold;
}

/* line 1182, app/assets/stylesheets/css/custom-listing.scss */
.text-with-readmore .read-more-content {
  display: none;
  padding-top: 22px;
}

/* line 1186, app/assets/stylesheets/css/custom-listing.scss */
.text-with-readmore .read-more {
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
  color: #000 !important;
  font-weight: bold;
}

/* line 1194, app/assets/stylesheets/css/custom-listing.scss */
.result_gallery ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: left;
  align-items: center;
}

/* line 1203, app/assets/stylesheets/css/custom-listing.scss */
.result_gallery ul li:not(:last-child) {
  margin-right: 5px;
}

/* line 1205, app/assets/stylesheets/css/custom-listing.scss */
.result_gallery ul li img {
  width: 104px;
  height: 73px;
  border-radius: 8px;
  object-fit: cover;
}

/* line 1212, app/assets/stylesheets/css/custom-listing.scss */
.result_gallery ul li.last-with-link a {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

/* line 1219, app/assets/stylesheets/css/custom-listing.scss */
.result_gallery ul li.last-with-link a span {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  background: rgba(50, 55, 63, 0.46);
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

/* line 1241, app/assets/stylesheets/css/custom-listing.scss */
.result_gallery {
  margin: 10px 0px;
}

/* line 1244, app/assets/stylesheets/css/custom-listing.scss */
.result-info-description.more p {
  margin: 0;
  color: #1C2B38;
}

/* line 1249, app/assets/stylesheets/css/custom-listing.scss */
.result-info-description.more p a {
  color: #1C2B38;
}

/* line 1252, app/assets/stylesheets/css/custom-listing.scss */
.listing-result-box .carousel-indicators {
  margin-bottom: 10px;
}

/* line 1255, app/assets/stylesheets/css/custom-listing.scss */
.listing-result-box .carousel-indicators li span {
  width: 10px;
  height: 10px;
  border-radius: 100% !important;
  background-color: #FFFFFF !important;
  background-clip: padding-box;
  display: inline-block;
}

/* line 1264, app/assets/stylesheets/css/custom-listing.scss */
.listing-result-box .carousel-indicators li {
  height: 20px;
  border: none !important;
  width: 20px;
  background: transparent;
  opacity: 1;
  text-align: center;
  text-indent: 0;
  line-height: 20px;
}

/* line 1275, app/assets/stylesheets/css/custom-listing.scss */
.listing-result-box .carousel-indicators li.active span {
  background-color: #019ABC !important;
}

/* line 1279, app/assets/stylesheets/css/custom-listing.scss */
.listing-result-box .carousel-indicators li.active {
  background: url(/assets/dots-active-before-new.png) no-repeat center center;
  background-size: contain;
}

/* line 1283, app/assets/stylesheets/css/custom-listing.scss */
.listing-search-result-type {
  font-size: 16px;
  font-weight: bold;
  color: #363636;
  line-height: normal;
  margin-bottom: 15px;
}

/* line 1290, app/assets/stylesheets/css/custom-listing.scss */
.tooltip-icon {
  border: none;
  background: transparent;
  padding: 0;
  position: relative;
  top: -1px;
  margin-left: 1px;
}

/* line 1298, app/assets/stylesheets/css/custom-listing.scss */
.tooltip-icon img {
  max-width: 17px;
}

/* line 1302, app/assets/stylesheets/css/custom-listing.scss */
.listing-search-results-wrap .listing-result-box:not(:last-child) {
  margin-bottom: 15px;
}

/* line 1306, app/assets/stylesheets/css/custom-listing.scss */
.results-separator hr {
  margin-top: 25px;
  margin-bottom: 15px;
}

/* line 1311, app/assets/stylesheets/css/custom-listing.scss */
.left-panel {
  min-width: 250px;
}

/* line 1315, app/assets/stylesheets/css/custom-listing.scss */
.gmap_canvas #gmap_canvas {
  pointer-events: none;
}

/* line 1319, app/assets/stylesheets/css/custom-listing.scss */
.active_side_map .main-listing-search-results .row {
  margin-right: -25px;
}

/* line 1322, app/assets/stylesheets/css/custom-listing.scss */
.active_side_map .main-top:before {
  width: 110%;
}

@media screen and (max-width: 1725px) {
  /* line 1328, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map ul.result_info_list {
    gap: 0.4rem;
  }
  /* line 1332, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map ul.result_info_list li .varified_badge {
    font-size: 13px;
    padding: 5px 9px;
    margin-left: 3px;
  }
  /* line 1338, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .result_rating_wrap img {
    max-width: 80px;
    position: relative;
    top: -1px;
  }
  /* line 1344, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map ul.result_info_list li span.result_rating_wrap {
    line-height: normal;
  }
  /* line 1348, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .result_link.themebtn.invert {
    font-size: 13px !important;
    line-height: 18px !important;
    padding: 7px 10px !important;
  }
  /* line 1354, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .result_tags {
    margin: 8px 0px 0;
  }
  /* line 1358, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .result_tags span {
    padding: 5px 11px;
    font-size: 13px;
    margin-bottom: 3px;
  }
  /* line 1364, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .result-info-description {
    margin-top: 5px;
  }
  /* line 1368, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .result-info-description p {
    margin-bottom: 5px;
  }
  /* line 1372, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .result_gallery {
    margin: 8px 0px;
  }
  /* line 1376, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .result_gallery ul li img {
    width: 104px;
    height: 73px;
  }
  /* line 1380, app/assets/stylesheets/css/custom-listing.scss */
  .rating_filter_wrapper .star-box img {
    width: 13px;
  }
}

@media screen and (max-width: 1555px) {
  /* line 1387, app/assets/stylesheets/css/custom-listing.scss */
  ul.result_info_list {
    flex-wrap: wrap;
    gap: 0.3rem;
  }
}

@media screen and (max-width: 1515px) {
  /* line 1394, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map ul.result_info_list li .result_type {
    font-size: 13px;
  }
  /* line 1398, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map ul.result_info_list li .varified_badge {
    font-size: 12px;
    padding: 5px 8px;
    margin-left: 1px;
  }
  /* line 1404, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .result_rating_wrap img {
    max-width: 70px;
    top: -1px;
  }
  /* line 1409, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .result_rating_wrap .result_ratin {
    font-size: 13px;
  }
  /* line 1413, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .result_reviews_count, .result_reviews_count a {
    font-size: 13px;
    top: -1px;
  }
  /* line 1418, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .result_link.themebtn.invert {
    font-size: 12px !important;
    line-height: 15px !important;
    padding: 8px 9px !important;
  }
  /* line 1424, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map ul.result_info_list li {
    font-size: 13px;
  }
  /* line 1428, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .result_tags {
    margin: 6px 0px 0;
  }
  /* line 1432, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .result_tags span {
    padding: 4px 8px;
    font-size: 12px;
    margin-bottom: 3px;
  }
  /* line 1438, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .result-info-description p {
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1410px) {
  /* line 1445, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .result-info-description.more {
    display: none;
  }
  /* line 1448, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .listing-result-box .listing-result-box-left {
    max-width: 35%;
    min-width: 35%;
  }
  /* line 1452, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .listing-result-box .listing-result-box-right {
    padding: 8px 10px;
    max-width: 65%;
    min-width: 65%;
  }
  /* line 1457, app/assets/stylesheets/css/custom-listing.scss */
  .input-blue.button_shape.checkbox label {
    font-size: 11px;
  }
}

@media screen and (max-width: 1341px) {
  /* line 1463, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .result_link.themebtn.invert {
    display: none;
  }
}

@media screen and (max-width: 1330px) {
  /* line 1470, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map ul.result_info_list li {
    font-size: 12px;
  }
  /* line 1474, app/assets/stylesheets/css/custom-listing.scss */
  .result-info-head h2 {
    margin-bottom: 5px;
    font-size: 19px;
  }
  /*
    .active_side_map .result-info-description p:last-child {
        display: none;
    }*/
  /* line 1480, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .result_gallery ul li img {
    width: 104px;
    height: 73px;
  }
  /* line 1484, app/assets/stylesheets/css/custom-listing.scss */
  .call_to_action_btn a > img {
    max-width: 130px;
  }
}

@media screen and (max-width: 1330px) {
  /* line 1491, app/assets/stylesheets/css/custom-listing.scss */
  .without_side_map ul.result_info_list {
    gap: 0.3rem;
  }
  /* line 1495, app/assets/stylesheets/css/custom-listing.scss */
  .without_side_map ul.result_info_list li .varified_badge {
    font-size: 13px;
    padding: 5px 9px;
    margin-left: 3px;
  }
  /* line 1501, app/assets/stylesheets/css/custom-listing.scss */
  .without_side_map .result_rating_wrap img {
    max-width: 80px;
    position: relative;
    top: -1px;
  }
  /* line 1507, app/assets/stylesheets/css/custom-listing.scss */
  .without_side_map ul.result_info_list li span.result_rating_wrap {
    line-height: normal;
  }
  /* line 1511, app/assets/stylesheets/css/custom-listing.scss */
  .without_side_map .result_link.themebtn.invert {
    font-size: 13px !important;
    line-height: 18px !important;
    padding: 7px 10px !important;
  }
  /* line 1517, app/assets/stylesheets/css/custom-listing.scss */
  .without_side_map .result_tags {
    margin: 8px 0px 0;
  }
  /* line 1521, app/assets/stylesheets/css/custom-listing.scss */
  .without_side_map .result_tags span {
    padding: 5px 11px;
    font-size: 13px;
    margin-bottom: 3px;
  }
  /* line 1527, app/assets/stylesheets/css/custom-listing.scss */
  .without_side_map .result-info-description {
    margin-top: 5px;
  }
  /* line 1531, app/assets/stylesheets/css/custom-listing.scss */
  .without_side_map .result-info-description p {
    margin-bottom: 5px;
  }
  /* line 1535, app/assets/stylesheets/css/custom-listing.scss */
  .without_side_map .result_gallery {
    margin: 8px 0px;
  }
  /* line 1539, app/assets/stylesheets/css/custom-listing.scss */
  .without_side_map .result_gallery ul li img {
    width: 104px;
    height: 73px;
  }
}

@media screen and (max-width: 1265px) {
  /* line 1547, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .result_gallery {
    display: none;
  }
  /* line 1550, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .listing-result-box .listing-result-box-left {
    max-width: 30%;
    min-width: 30%;
  }
  /* line 1554, app/assets/stylesheets/css/custom-listing.scss */
  .active_side_map .listing-result-box .listing-result-box-right {
    padding: 8px 10px;
    max-width: 70%;
    min-width: 70%;
  }
}

/* line 1561, app/assets/stylesheets/css/custom-listing.scss */
.row.todays_search_wrap {
  margin-bottom: 20px;
}

/* line 1564, app/assets/stylesheets/css/custom-listing.scss */
.todays_search_results {
  background: #fff;
  padding: 60px 0;
  margin-top: 0px;
}

/* line 1569, app/assets/stylesheets/css/custom-listing.scss */
.todays_search_wrap h2 {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  color: #32373F;
  line-height: 32px;
}

/* line 1578, app/assets/stylesheets/css/custom-listing.scss */
.todays_serach_item {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #32373F;
  padding-left: 22px;
  min-height: 22px;
  line-height: 22px;
  background: url(/assets/searched_item_icon.png) no-repeat top left;
  background-size: auto;
  background-position-y: 4px;
}

/* line 1592, app/assets/stylesheets/css/custom-listing.scss */
.todays_serach_item a {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

/* line 1600, app/assets/stylesheets/css/custom-listing.scss */
.todays_search_saperator hr {
  border-color: #007640;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

/* line 1605, app/assets/stylesheets/css/custom-listing.scss */
.active_side_map.todays_search_results {
  margin-right: -30px;
}

/* line 1610, app/assets/stylesheets/css/custom-listing.scss */
footer#gtco-footer .container-fluid.saperator, footer#gtco-footer .copyright .container-fluid {
  padding: 0 50px;
}

/* line 1614, app/assets/stylesheets/css/custom-listing.scss */
footer#gtco-footer {
  background: url(/assets/listing_footer_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0 0;
}

@media screen and (max-width: 767px) {
  /* line 1620, app/assets/stylesheets/css/custom-listing.scss */
  .my_row_footer [class*="col-"] {
    flex: 0 0 50% !important;
  }
  /* line 1623, app/assets/stylesheets/css/custom-listing.scss */
  .my_row_footer {
    margin-bottom: 0px !important;
  }
  /* line 1626, app/assets/stylesheets/css/custom-listing.scss */
  footer#gtco-footer .container-fluid.saperator, footer#gtco-footer .copyright .container-fluid {
    padding: 0 40px;
  }
}

/* line 1632, app/assets/stylesheets/css/custom-listing.scss */
.show_after_1190 {
  display: none !important;
}

@media screen and (min-width: 1190.99px) {
  /* line 1637, app/assets/stylesheets/css/custom-listing.scss */
  div#main-top-map {
    display: none !important;
  }
}

@media screen and (max-width: 1190px) {
  /* line 1643, app/assets/stylesheets/css/custom-listing.scss */
  .show_after_1190 {
    display: block !important;
  }
  /* line 1646, app/assets/stylesheets/css/custom-listing.scss */
  .show_after_1190.row {
    display: flex !important;
  }
  /* line 1649, app/assets/stylesheets/css/custom-listing.scss */
  .hide_after_1190 {
    display: none !important;
  }
  /* line 1652, app/assets/stylesheets/css/custom-listing.scss */
  .left-panel {
    min-width: inherit;
    width: 0px;
    max-width: 0px;
    padding: 0;
  }
  /* line 1659, app/assets/stylesheets/css/custom-listing.scss */
  .filters_sidebar {
    width: 270px;
    position: fixed;
    left: -270px;
    top: 5rem;
    z-index: 9999999;
    background: #fff;
    margin: 0;
    padding: 10px 10px 10px 10px;
    height: calc(100vh - 5rem);
    overflow: scroll;
    transition: all .3s ease;
  }
  /* line 1673, app/assets/stylesheets/css/custom-listing.scss */
  .filters_sidebar.active {
    left: 0;
  }
  /* line 1676, app/assets/stylesheets/css/custom-listing.scss */
  .map_list_toggle_wrap {
    text-align: right;
  }
  /* line 1680, app/assets/stylesheets/css/custom-listing.scss */
  .map_list_toggle_wrap a {
    background: rgba(5, 181, 165, 0.12) !important;
    color: #32373F !important;
    text-transform: capitalize;
    letter-spacing: 0px;
    word-spacing: 0px;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
  }
  /* line 1698, app/assets/stylesheets/css/custom-listing.scss */
  .map_list_toggle_wrap a img {
    max-width: 19px;
  }
  /* line 1702, app/assets/stylesheets/css/custom-listing.scss */
  .map_list_toggle_wrap a, .filters_btn_wrap a {
    min-height: 38px;
  }
  /* line 1706, app/assets/stylesheets/css/custom-listing.scss */
  .main-top .row.show_after_1190 {
    margin-top: 7px;
  }
  /* line 1710, app/assets/stylesheets/css/custom-listing.scss */
  .sort-dropdown button.dropdown-toggle {
    padding: 8px 15px;
  }
  /* line 1714, app/assets/stylesheets/css/custom-listing.scss */
  .filters_btn_wrap a {
    background: #F3F5F2 !important;
    color: #32373F !important;
    text-transform: capitalize;
    letter-spacing: 0px;
    word-spacing: 0px;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
  }
  /* line 1731, app/assets/stylesheets/css/custom-listing.scss */
  .filters_btn_wrap a > img {
    max-width: 19px;
  }
  /* line 1734, app/assets/stylesheets/css/custom-listing.scss */
  div#small_map.mobile_map {
    height: 120px;
  }
  /* line 1738, app/assets/stylesheets/css/custom-listing.scss */
  div#small_map.mobile_map .gmap_canvas {
    height: 100%;
  }
  /* line 1742, app/assets/stylesheets/css/custom-listing.scss */
  div#small_map.mobile_map .gmap_canvas iframe {
    height: 100%;
  }
}

/* line 1747, app/assets/stylesheets/css/custom-listing.scss */
.show_after_991 {
  display: none !important;
}

@media screen and (max-width: 991.97px) {
  /* line 1751, app/assets/stylesheets/css/custom-listing.scss */
  .main-top {
    top: 7.7rem;
  }
  /* line 1754, app/assets/stylesheets/css/custom-listing.scss */
  .filters_sidebar.active, .filters_sidebar {
    top: 7.3rem;
    height: calc(100vh - 7.3rem);
  }
  /* line 1758, app/assets/stylesheets/css/custom-listing.scss */
  .show_after_991 {
    display: block !important;
  }
  /* line 1761, app/assets/stylesheets/css/custom-listing.scss */
  .hide_after_991 {
    display: none !important;
  }
  /* line 1764, app/assets/stylesheets/css/custom-listing.scss */
  div#big_map.mapouter {
    height: calc(100vh - 14.4rem);
    margin-top: 10px;
  }
  /* line 1769, app/assets/stylesheets/css/custom-listing.scss */
  div#big_map .gmap_canvas {
    height: 100%;
  }
  /* line 1772, app/assets/stylesheets/css/custom-listing.scss */
  .todays_search_results {
    padding: 30px 0 0;
  }
}

@media screen and (max-width: 880px) {
  /*.result_link.themebtn.invert,.result-info-description,.result_gallery{
        display: none;
    }*/
  /* line 1781, app/assets/stylesheets/css/custom-listing.scss */
  .listing-result-box {
    align-items: flex-start;
  }
  /* line 1784, app/assets/stylesheets/css/custom-listing.scss */
  .listing-result-box .listing-result-box-left {
    max-width: 25%;
    min-width: 25%;
  }
  /* line 1788, app/assets/stylesheets/css/custom-listing.scss */
  .listing-result-box .listing-result-box-right {
    max-width: 75%;
    min-width: 75%;
  }
}

@media screen and (max-width: 575.97px) {
  /* line 1795, app/assets/stylesheets/css/custom-listing.scss */
  .main-top {
    top: 7.7rem;
  }
  /* line 1798, app/assets/stylesheets/css/custom-listing.scss */
  .listing-breadcrumbs * {
    color: rgba(18, 18, 18, 0.64);
    font-size: 13px;
  }
  /* line 1803, app/assets/stylesheets/css/custom-listing.scss */
  .listing-breadcrumbs span {
    margin: 0 1px;
  }
  /* line 1806, app/assets/stylesheets/css/custom-listing.scss */
  .listing-searched-for {
    padding-right: 0px;
    font-size: 20px;
  }
  /* line 1810, app/assets/stylesheets/css/custom-listing.scss */
  .listing-result-box .listing-result-box-left {
    max-width: 20%;
    min-width: 20%;
  }
  /* line 1814, app/assets/stylesheets/css/custom-listing.scss */
  .listing-result-box .listing-result-box-right {
    max-width: 80%;
    min-width: 80%;
  }
}

/* line 1820, app/assets/stylesheets/css/custom-listing.scss */
.search-results-pagination {
  justify-content: center;
  padding-top: 50px;
}

/* line 1824, app/assets/stylesheets/css/custom-listing.scss */
.search-results-pagination .page-link {
  border: none;
  background: transparent !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: rgba(18, 18, 18, 0.5) !important;
  font-weight: 500 !important;
  padding: 0 !important;
  min-width: inherit;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 25px !important;
  transition: all .3s ease;
  border: 1px solid #fff !important;
}

/* line 1841, app/assets/stylesheets/css/custom-listing.scss */
.search-results-pagination .page-item {
  margin: 0 0.5rem;
}

/* line 1845, app/assets/stylesheets/css/custom-listing.scss */
.search-results-pagination .page-item.active .page-link,
.search-results-pagination .page-item .page-link:hover,
.search-results-pagination .page-item .page-link:focus,
.search-results-pagination .page-item .page-link:active {
  color: #32373F !important;
  border: 1px solid #007640 !important;
  border-radius: 25px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
}

@media screen and (max-width: 850px) {
  /* line 1857, app/assets/stylesheets/css/custom-listing.scss */
  .listing-result-box .listing-result-box-left div.carousel .carousel-inner .carousel-item img {
    height: 175px;
  }
}

@media screen and (max-width: 719px) {
  /* line 1865, app/assets/stylesheets/css/custom-listing.scss */
  .without_side_map .result_tags span {
    padding: 4px 6px;
    font-size: 12px;
    margin-bottom: 3px;
    margin-right: 0px;
  }
  /* line 1872, app/assets/stylesheets/css/custom-listing.scss */
  .result_tags span:not(:last-child) {
    margin-right: 0px;
  }
  /* line 1876, app/assets/stylesheets/css/custom-listing.scss */
  .result-top-info * {
    font-size: 12px !important;
  }
  /* line 1880, app/assets/stylesheets/css/custom-listing.scss */
  .result-info-head {
    margin-top: 5px;
  }
  /* line 1884, app/assets/stylesheets/css/custom-listing.scss */
  .result-info-head h2 {
    font-size: 19px;
  }
  /* line 1888, app/assets/stylesheets/css/custom-listing.scss */
  .without_side_map ul.result_info_list {
    gap: 0.4rem;
  }
  /* line 1892, app/assets/stylesheets/css/custom-listing.scss */
  ul.result_info_list li {
    font-size: 12px;
  }
}

@media screen and (max-width: 687px) {
  /* line 1898, app/assets/stylesheets/css/custom-listing.scss */
  .listing-searched-for {
    padding-right: 30px;
  }
  /* line 1902, app/assets/stylesheets/css/custom-listing.scss */
  .map_list_toggle_wrap {
    margin-left: -30px;
  }
}

/* line 1907, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_basic_info {
  display: flex;
  gap: 15px;
  align-items: center;
}

/* line 1913, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_basic_info .result-info-head h2 {
  font-size: 32px;
  line-height: normal;
  color: #32373F;
  text-shadow: 0 5px 13px rgba(255, 255, 255, 0.4);
}

/* line 1920, app/assets/stylesheets/css/custom-listing.scss */
div#fh5co-header-section.listing-header.business_profile_header {
  background: url(/assets/business_profile_header_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 10px 0 10px;
  box-shadow: 0px 4px 9px rgba(18, 18, 18, 0.1);
}

/* line 1926, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_banner {
  background: url(/assets/profile_banner_updated.png) no-repeat center top;
  background-size: cover;
  padding: 200px 20px 15px 20px;
  position: relative;
}

@media screen and (min-width: 991.99px) {
  /* line 1934, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(249, 252, 254, 0) 47.18%, rgba(179, 214, 198, 0.202941) 53.37%, rgba(179, 214, 198, 0.4275) 60.9%, rgba(179, 214, 198, 0.5925) 70.59%, rgba(179, 214, 198, 0.6975) 81.88%, rgba(179, 214, 198, 0.75) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.17) 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* line 1945, app/assets/stylesheets/css/custom-listing.scss */
div#fh5co-header-section.listing-header.business_profile_header .top_search_terms {
  display: none;
}

/* line 1949, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_banner_right_links {
  text-align: right;
}

/* line 1953, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_banner_right_links a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #32373F;
  line-height: normal;
  margin-bottom: 10px;
  padding-right: 0px;
  transition: all .3s ease;
}

/* line 1964, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_banner_right_links a:hover,
.business_profile_banner_right_links a:active,
.business_profile_banner_right_links a:focus {
  transition: all .3s ease;
  padding-right: 10px;
}

/* line 1971, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_banner ul.result_info_list {
  gap: 5px;
}

/* line 1975, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_banner ul.result_info_list li.spacer {
  background: #32373F !important;
  height: 17px;
  margin: 0 5px;
  border-radius: 2px;
}

/* line 1982, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_banner ul.result_info_list span.result_ratin {
  color: #32373F;
}

/* line 1986, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_banner ul.result_info_list .result_reviews_count *,
.business_profile_banner ul.result_info_list .result_reviews_count {
  color: #32373F !important;
}

/* line 1991, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_banner ul.result_info_list li {
  color: #32373F !important;
  font-weight: 600;
  font-size: 16px;
}

/* line 1997, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_banner .result-top-info {
  margin-bottom: 8px;
}

/* line 2001, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_banner .result-info-head {
  margin-top: 0px;
}

/* line 2006, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_basic_info .profile_hours {
  line-height: normal;
  margin-top: 12px;
}

/* line 2011, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_basic_info .profile_hours span {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-right: 5px;
}

/* line 2018, app/assets/stylesheets/css/custom-listing.scss */
.result-info-head .status.open {
  color: #007640;
}

/* line 2021, app/assets/stylesheets/css/custom-listing.scss */
.result-info-head .status.closed {
  color: #dc3545;
}

/* line 2024, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_basic_info .profile_hours span.status.open {
  color: #007640;
}

/* line 2027, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_basic_info .profile_hours span.status.closed {
  color: #dc3545;
}

/* line 2031, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_basic_info .profile_hours span.hours {
  color: #32373F;
}

/* line 2035, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_basic_info .profile_hours a {
  font-size: 12px;
  border: 1px solid #32373F;
  border-radius: 3px;
  padding: 4px 7px;
  color: #32373F;
  display: inline-block;
  position: relative;
  top: -2px;
}

/* line 2047, app/assets/stylesheets/css/custom-listing.scss */
a.search_toggle {
  position: absolute;
  right: 15px;
  top: 13px;
  max-width: 25px;
}

@media screen and (min-width: 991.98px) {
  /* line 2055, app/assets/stylesheets/css/custom-listing.scss */
  div#fh5co-header-section.listing-header.business_profile_header {
    min-height: 5.2rem;
  }
  /* line 2058, app/assets/stylesheets/css/custom-listing.scss */
  body.business_profile_page {
    padding-top: 5.2rem;
  }
}

@media screen and (max-width: 991.97px) {
  /* line 2064, app/assets/stylesheets/css/custom-listing.scss */
  div#fh5co-header-section.listing-header.business_profile_header {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #E6F4FA;
    background-size: cover;
    box-shadow: none;
  }
  /* line 2071, app/assets/stylesheets/css/custom-listing.scss */
  div#fh5co-header-section.listing-header.business_profile_header .top_search_terms {
    display: block;
  }
  /* line 2074, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_basic_info .business_profile_basic_info_left {
    display: none;
  }
  /* line 2077, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_header .header-search-box {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 0px;
    background: #fff;
    height: 0;
    padding: 0px;
    overflow: hidden;
    transition: height .3s ease;
  }
  /* line 2089, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_header .header-search-box.show {
    padding: 10px 25px;
    overflow: auto;
    height: auto;
    transition: height .3s ease;
  }
  /* line 2095, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_basic_info .profile_hours a {
    border: 1px solid #007640;
    color: #007640;
    font-weight: 600;
  }
  /* line 2100, app/assets/stylesheets/css/custom-listing.scss */
  .quick_links_profile_page {
    background: #EFEFEF;
  }
  /* line 2103, app/assets/stylesheets/css/custom-listing.scss */
  .quick_links_profile_page {
    padding-top: 9px;
    padding-bottom: 8px;
  }
  /* line 2108, app/assets/stylesheets/css/custom-listing.scss */
  .quick_links_profile_page ul {
    padding: 0 7%;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 25px;
  }
  /* line 2117, app/assets/stylesheets/css/custom-listing.scss */
  .quick_links_profile_page ul li a span {
    display: block;
    margin-top: 10px;
    text-shadow: 0 5px 13px rgba(255, 255, 255, 0.4);
    color: #32373F;
  }
  /* line 2124, app/assets/stylesheets/css/custom-listing.scss */
  .quick_links_profile_page ul li a {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
  }
  /* line 2131, app/assets/stylesheets/css/custom-listing.scss */
  .quick_links_profile_page ul li a svg {
    width: 17px;
    height: 17px;
  }
  /* line 2139, app/assets/stylesheets/css/custom-listing.scss */
  .quick_links_profile_page ul li {
    min-width: 20%;
  }
}

/* line 2144, app/assets/stylesheets/css/custom-listing.scss */
div#fh5co-header-section.listing-header .container-fluid.business_profile_banner_right_links.mobile {
  display: none;
}

@media screen and (max-width: 991.97px) {
  /* line 2149, app/assets/stylesheets/css/custom-listing.scss */
  div#fh5co-header-section.listing-header.business_profile_header {
    min-height: 4.8rem;
  }
  /* line 2152, app/assets/stylesheets/css/custom-listing.scss */
  body.business_profile_page {
    padding-top: 4.8rem;
  }
  /* line 2156, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner_right_links.mobile a {
    display: inline;
    padding-right: 0px !important;
  }
  /* line 2161, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner_right_links.mobile a:not(:last-child) {
    margin-right: 10px;
  }
  /* line 2165, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner_right_links.mobile a:hover,
.business_profile_banner_right_links.mobile a:focus,
.business_profile_banner_right_links.mobile a:active {
    color: #32373F !important;
  }
  /* line 2171, app/assets/stylesheets/css/custom-listing.scss */
  div#fh5co-header-section.listing-header.business_profile_header .container-fluid.business_profile_banner_right_links.mobile {
    display: block;
    text-align: right;
    margin-top: 5px;
  }
  /* line 2176, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner_right_links a {
    font-size: 14px;
  }
  /* line 2179, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner {
    background: transparent !important;
    padding: 10px 0px 10px 0px;
  }
  /* line 2183, app/assets/stylesheets/css/custom-listing.scss */
  .container-fluid.footer-wrap .footer-links *:last-child {
    border-bottom: 1px solid;
  }
}

@media screen and (max-width: 700px) {
  /* line 2190, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner .result_tags span {
    padding: 5px 9px;
    font-size: 12px;
  }
  /* line 2195, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner .result_tags {
    margin: 8px 0px 0;
  }
  /* line 2199, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner .business_profile_basic_info {
    align-items: center;
    gap: 8px;
  }
  /* line 2204, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner .business_profile_basic_info .business_profile_basic_info_left {
    max-width: 125px;
  }
}

@media screen and (max-width: 575.98px) {
  /* line 2211, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner .business_profile_basic_info .business_profile_basic_info_left {
    max-width: 75px;
  }
  /* line 2214, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner .business_profile_basic_info_right.mobile {
    margin-top: 5px;
  }
  /* line 2217, app/assets/stylesheets/css/custom-listing.scss */
  div#fh5co-header-section.listing-header.business_profile_header {
    min-height: 4.8rem;
  }
  /* line 2220, app/assets/stylesheets/css/custom-listing.scss */
  body.business_profile_page {
    padding-top: 4.8rem;
  }
  /* line 2223, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_basic_info .result-info-head h2 {
    font-size: 22px;
    margin-top: 3px;
  }
  /* line 2227, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner ul.result_info_list li {
    font-size: 14px;
  }
  /* line 2231, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner ul.result_info_list {
    gap: 2px;
  }
  /* line 2234, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_basic_info .profile_hours {
    margin-top: 5px;
  }
}

@media screen and (max-width: 445px) {
  /* line 2242, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner ul.result_info_list {
    flex-wrap: wrap;
  }
  /* line 2245, app/assets/stylesheets/css/custom-listing.scss */
  .quick_links_profile_page ul li {
    min-width: 16%;
  }
}

@media screen and (max-width: 399px) {
  /* line 2251, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner .result-info-head h2 {
    font-size: 20px;
  }
  /* line 2255, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner .result-top-info ul.result_info_list {
    gap: 5px;
    flex-wrap: nowrap;
  }
  /* line 2260, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner .result-top-info .result_rating_wrap img {
    max-width: 70px;
  }
  /* line 2264, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner .result-top-info {
    margin-bottom: 0px;
  }
  /* line 2268, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner .result-top-info * {
    font-size: 11px !important;
  }
  /* line 2272, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner .result-top-info ul.result_info_list li .varified_badge {
    padding: 4px 9px;
  }
  /* line 2275, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner ul.result_info_list li.spacer {
    height: 14px;
  }
}

/* line 2281, app/assets/stylesheets/css/custom-listing.scss */
.business-profile-left-panel {
  min-width: 350px;
}

/* line 2285, app/assets/stylesheets/css/custom-listing.scss */
.card-with-left-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid rgba(1, 141, 200, 0.5);
  margin-bottom: 15px;
  box-shadow: 0px 4px 10px rgba(18, 18, 18, 0.1);
}

/* line 2294, app/assets/stylesheets/css/custom-listing.scss */
.card-with-left-img.transparent {
  background: #fff;
}

/* line 2297, app/assets/stylesheets/css/custom-listing.scss */
.card-with-left-img.blue-bg {
  background: rgba(228, 243, 249, 0.47);
}

/* line 2302, app/assets/stylesheets/css/custom-listing.scss */
.card-with-left-img .left {
  min-height: 100%;
}

/* line 2306, app/assets/stylesheets/css/custom-listing.scss */
.card-with-left-img .left img {
  height: 100%;
}

/* line 2310, app/assets/stylesheets/css/custom-listing.scss */
.card-with-left-img.refer-box {
  gap: 25px;
  padding: 10px 10px;
}

/* line 2315, app/assets/stylesheets/css/custom-listing.scss */
.card-with-left-img.refer-box .left img {
  object-fit: contain;
  min-width: 100px;
}

/* line 2320, app/assets/stylesheets/css/custom-listing.scss */
.card-with-left-img .right h3 {
  font-size: 19px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

/* line 2327, app/assets/stylesheets/css/custom-listing.scss */
.card-with-left-img .right a.square-themebtn {
  background: #007640;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  padding: 5px 9px;
  border-radius: 3px;
  transition: all .3s ease;
}

/* line 2338, app/assets/stylesheets/css/custom-listing.scss */
.card-with-left-img .right a.square-themebtn.with-icon img {
  position: relative;
  top: -1px;
}

/* line 2343, app/assets/stylesheets/css/custom-listing.scss */
.card-with-left-img .right a.square-themebtn:hover,
.card-with-left-img .right a.square-themebtn:focus,
.card-with-left-img .right a.square-themebtn:active {
  background: #05B6A6 !important;
  transition: all .3s ease;
}

/* line 2350, app/assets/stylesheets/css/custom-listing.scss */
.card-with-left-img.sale-box .right p {
  color: #007640;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 4px;
}

/* line 2358, app/assets/stylesheets/css/custom-listing.scss */
.card-with-left-img.sale-box {
  gap: 1px;
  align-items: stretch;
}

/* line 2363, app/assets/stylesheets/css/custom-listing.scss */
.card-with-left-img.sale-box .right {
  padding: 5px;
}

/* line 2367, app/assets/stylesheets/css/custom-listing.scss */
.card-with-left-img.sale-box .right h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}

/* line 2373, app/assets/stylesheets/css/custom-listing.scss */
.card-with-left-img.sale-box .left img {
  min-width: 115px;
  object-fit: cover;
  border-radius: 5px;
}

/* line 2375, app/assets/stylesheets/css/custom-listing.scss */
.card-with-left-img.sale-box .left {
  min-height: 100%;
}

/* line 2379, app/assets/stylesheets/css/custom-listing.scss */
.card-with-left-img.consultation-box {
  padding: 20px 20px;
  justify-content: center;
}

/* line 2384, app/assets/stylesheets/css/custom-listing.scss */
.card-with-left-img.consultation-box h3 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
}

/* line 2389, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel {
  border-radius: 5px;
  border: 1px solid #EFEFEF;
  margin-bottom: 15px;
  background: rgba(239, 239, 239, 0.19);
  padding: 10px 8px;
}

/* line 2396, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 2402, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li * {
  font-size: 14px;
  color: #32373F !important;
  line-height: normal;
}

/* line 2408, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li a {
  word-break: break-all;
}

/* line 2412, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li:not(.last-child) {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: normal;
  justify-content: left;
}

/* line 2420, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li {
  line-height: normal;
  padding: 6px 0px 7px;
  border-bottom: none;
  margin-bottom: 6px;
}

/* line 2427, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li:not(.last-child) img {
  position: relative;
  top: 1px;
}

/* line 2432, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li iframe {
  border-radius: 5px;
  display: block;
  margin-bottom: 9px;
}

/* line 2438, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li.last-child {
  text-align: center;
}

/* line 2442, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li .themebtn {
  padding: 9px 13px;
  margin-bottom: 5px;
  color: #fff !important;
}

/* line 2448, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li a.square-themebtn {
  background: #007640;
  color: #fff !important;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  padding: 5px 9px;
  border-radius: 3px;
  transition: all .3s ease;
}

/* line 2459, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li a.square-themebtn:hover,
.info-card-left-panel ul li a.square-themebtn:active,
.info-card-left-panel ul li a.square-themebtn:focus {
  background: #05B6A6 !important;
  transition: all .3s ease;
}

/* line 2465, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li h3 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
}

/* line 2471, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li.last-child {
  border: none;
  margin: 0;
  padding-bottom: 0;
}

/* line 2477, app/assets/stylesheets/css/custom-listing.scss */
.left-panel-call-box h3 {
  font-size: 13px !important;
  font-weight: 700 !important;
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 9px !important;
  margin-top: 4px;
}

/* line 2487, app/assets/stylesheets/css/custom-listing.scss */
.left-panel-call-box li {
  padding: 0px !important;
}

/* line 2491, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li .btn-group a.themebtn {
  min-width: auto;
  font-size: 12px !important;
  border-radius: 2px;
  padding: 8px 11px;
  box-shadow: none !important;
}

/* line 2499, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-portfolio-box img
.business_profile_basic_info .business_profile_basic_info_left {
  border-radius: 100%;
  background: #fff;
  border: 0px;
}

/* line 2507, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_basic_info .business_profile_basic_info_left img {
  max-width: 131px;
  max-height: 131px;
  min-height: 131px;
  border-radius: 100%;
  object-fit: contain;
}

/* line 2515, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li .btn-group {
  display: flex;
  justify-content: space-between;
}

/* line 2520, app/assets/stylesheets/css/custom-listing.scss */
a.themebtn.invert {
  background: #007640;
}

/* line 2524, app/assets/stylesheets/css/custom-listing.scss */
a.themebtn.invert:hover, a.themebtn.invert:active, a.themebtn.invert:focus {
  border: 1px solid #007640 !important;
  background: #fff !important;
  color: #007640 !important;
  transform: translateY(0px) !important;
}

/* line 2531, app/assets/stylesheets/css/custom-listing.scss */
a.themebtn.border {
  border: 1px solid #007640 !important;
  background: #fff !important;
  color: #007640 !important;
  transform: translateY(0px) !important;
}

/* line 2538, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li .themebtn.border {
  color: #007640 !important;
}

/* line 2542, app/assets/stylesheets/css/custom-listing.scss */
a.themebtn.border:hover, a.themebtn.border:focus, a.themebtn.border:active {
  background: #007640 !important;
  color: #fff !important;
}

/* line 2547, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li .themebtn.border:hover, .info-card-left-panel ul li .themebtn.border:focus, .info-card-left-panel ul li .themebtn.border:active {
  color: #fff !important;
}

/* line 2551, app/assets/stylesheets/css/custom-listing.scss */
.col.business-profile-right-panel {
  overflow: hidden;
}

@media screen and (max-width: 1366px) {
  /* line 2556, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-left-panel {
    min-width: 350px;
  }
}

@media screen and (max-width: 600px) {
  /* line 2562, app/assets/stylesheets/css/custom-listing.scss */
  .my_row_footer [class*="col-"] {
    flex: 0 0 100% !important;
  }
  /* line 2565, app/assets/stylesheets/css/custom-listing.scss */
  footer#gtco-footer .container-fluid.saperator hr {
    margin-top: 0px !important;
  }
}

/* line 2570, app/assets/stylesheets/css/custom-listing.scss */
.business-profile-right-panel-wrap {
  margin: 0 0px 0 -15px;
  padding: 0px 0px;
  border: none;
  border-radius: 8px;
}

/* line 2576, app/assets/stylesheets/css/custom-listing.scss */
.business-profile-right-panel-wrap .card {
  border: none;
}

/* line 2580, app/assets/stylesheets/css/custom-listing.scss */
.business-profile-right-panel-wrap .card .card-header {
  background: transparent;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  color: #32373F;
  border: none;
  padding: 0;
  margin-bottom: 13px;
}

/* line 2591, app/assets/stylesheets/css/custom-listing.scss */
.business-profile-right-panel-wrap .card .card-header a {
  float: right;
  color: #32373F;
  font-size: 16px;
  line-height: normal;
  padding: 5px 0;
  transition: all .3s ease;
}

/* line 2600, app/assets/stylesheets/css/custom-listing.scss */
.business-profile-right-panel-wrap .card .card-header a:hover,
.business-profile-right-panel-wrap .card .card-header a:active,
.business-profile-right-panel-wrap .card .card-header a:focus {
  color: #007640 !important;
  transition: all .3s ease;
}

/* line 2606, app/assets/stylesheets/css/custom-listing.scss */
.business-profile-right-panel-wrap .card .card-header a span {
  font-size: 14px;
  margin-left: 4px;
  font-weight: bold;
}

/* line 2611, app/assets/stylesheets/css/custom-listing.scss */
.business-profile-right-panel-wrap .card .card-body {
  padding: 1rem 0;
}

/* line 2615, app/assets/stylesheets/css/custom-listing.scss */
.promotion-box-left-img {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* line 2621, app/assets/stylesheets/css/custom-listing.scss */
.promotion-box-left-img h3 {
  font-size: 22px;
  font-weight: 700;
  color: #32373F;
  margin-bottom: 7px;
  line-height: normal;
}

/* line 2629, app/assets/stylesheets/css/custom-listing.scss */
.promotion-box-left-img p {
  font-size: 16px;
  font-weight: 500;
  color: #32373F;
  margin-bottom: 0px;
  line-height: 26px;
}

/* line 2637, app/assets/stylesheets/css/custom-listing.scss */
.promotion-box-left-img p a {
  color: #007640;
}

/* line 2641, app/assets/stylesheets/css/custom-listing.scss */
.business-profile-right-panel-wrap .card:not(:last-child) {
  margin-bottom: 25px;
}

/* line 2645, app/assets/stylesheets/css/custom-listing.scss */
.b-highlight-box {
  text-align: center;
}

/* line 2649, app/assets/stylesheets/css/custom-listing.scss */
.b-highlight-box span {
  display: block;
  min-height: 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #32373F;
}

/* line 2658, app/assets/stylesheets/css/custom-listing.scss */
.b-highlight-box img {
  margin: 0 auto;
  margin-bottom: 10px;
  max-height: 50px;
  display: block;
  object-fit: contain;
}

/* line 2666, app/assets/stylesheets/css/custom-listing.scss */
.b-highlight-box.b-profile-service-box {
  text-align: left;
}

/* line 2670, app/assets/stylesheets/css/custom-listing.scss */
.b-highlight-box.b-profile-service-box img {
  margin: 0;
  display: inline;
  position: relative;
  top: -2px;
  margin-right: 7px;
}

/* line 2678, app/assets/stylesheets/css/custom-listing.scss */
.b-highlight-box.b-profile-service-box span {
  font-weight: 600;
}

/* line 2682, app/assets/stylesheets/css/custom-listing.scss */
.card.highlights-card .col-4:first-child .b-highlight-box img {
  margin-bottom: 12px;
}

/* line 2686, app/assets/stylesheets/css/custom-listing.scss */
.card.highlights-card .col-4:last-child .b-highlight-box img {
  margin-bottom: 12px;
}

/* line 2690, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-portfolio-box img {
  aspect-ratio: 13 / 8;
  object-fit: cover;
  border-radius: 8px;
}

/* line 2696, app/assets/stylesheets/css/custom-listing.scss */
.portfolio-carousel {
  position: relative;
  padding: 0 40px;
}

/* line 2701, app/assets/stylesheets/css/custom-listing.scss */
.portfolio-carousel .owl-dots {
  display: none;
}

/* line 2705, app/assets/stylesheets/css/custom-listing.scss */
.portfolio-carousel .owl-nav {
  margin: 0;
  position: absolute;
  width: 100%;
  top: 53%;
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  margin-top: -25px;
}

/* line 2716, app/assets/stylesheets/css/custom-listing.scss */
.portfolio-carousel .owl-nav button {
  color: #32373F !important;
  width: 30px;
  height: 30px;
  background: #fff !important;
  border-radius: 25px !important;
  border: 1px solid rgba(50, 55, 63, 0.25) !important;
}

/* line 2725, app/assets/stylesheets/css/custom-listing.scss */
.portfolio-carousel .owl-nav button span {
  font-size: 13px !important;
}

/* line 2729, app/assets/stylesheets/css/custom-listing.scss */
.portfolio-carousel .owl-nav button.owl-prev {
  float: left;
  position: relative;
  left: -5px;
}

/* line 2737, app/assets/stylesheets/css/custom-listing.scss */
.portfolio-carousel .owl-nav button.owl-next {
  float: right;
  position: relative;
  right: -5px;
}

/* line 2747, app/assets/stylesheets/css/custom-listing.scss */
.portfolio-carousel .owl-nav button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -46%);
}

/* line 2753, app/assets/stylesheets/css/custom-listing.scss */
.show-after-600 {
  display: none;
}

@media screen and (max-width: 600px) {
  /* line 2757, app/assets/stylesheets/css/custom-listing.scss */
  .hide-after-600 {
    display: none;
  }
  /* line 2760, app/assets/stylesheets/css/custom-listing.scss */
  .show-after-600 {
    display: block;
  }
  /* line 2763, app/assets/stylesheets/css/custom-listing.scss */
  .mobile-gallery-overview {
    display: flex;
    justify-content: space-between;
    height: 100%;
    gap: 10px;
  }
  /* line 2769, app/assets/stylesheets/css/custom-listing.scss */
  .mobile-gallery-overview .b-profile-portfolio-box img {
    aspect-ratio: 13 / 7;
  }
  /* line 2773, app/assets/stylesheets/css/custom-listing.scss */
  .mobile-gallery-overview .left, .mobile-gallery-overview .right {
    height: 100%;
  }
  /* line 2777, app/assets/stylesheets/css/custom-listing.scss */
  .mobile-gallery-overview .left .b-profile-portfolio-box {
    margin: 0;
    height: 100%;
  }
  /* line 2782, app/assets/stylesheets/css/custom-listing.scss */
  .mobile-gallery-overview .b-profile-portfolio-box a {
    display: block;
    height: 100%;
    position: relative;
  }
  /* line 2788, app/assets/stylesheets/css/custom-listing.scss */
  .mobile-gallery-overview .left .b-profile-portfolio-box a img {
    width: 100%;
  }
  /* line 2792, app/assets/stylesheets/css/custom-listing.scss */
  .mobile-gallery-overview .left {
    min-width: calc(68.5% - 7px);
  }
  /* line 2796, app/assets/stylesheets/css/custom-listing.scss */
  .mobile-gallery-overview .b-profile-portfolio-box a span {
    font-weight: 600;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 16px;
  }
  /* line 2813, app/assets/stylesheets/css/custom-listing.scss */
  .mobile-gallery-overview .right .b-profile-portfolio-box:last-child {
    margin-bottom: 0px;
  }
  /* line 2815, app/assets/stylesheets/css/custom-listing.scss */
  .mobile-gallery-overview .b-profile-portfolio-box a.view-all-gallery {
    overflow: hidden;
    border-radius: 8px;
  }
}

/* line 2821, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section {
  margin-bottom: 30px;
  box-shadow: none !important;
  border: none !important;
}

/* line 2827, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section .fa-star {
  color: #ffa41b;
}

/* line 2830, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section .course-details-card {
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  padding: 30px;
}

/* line 2835, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section .course-details-card .course-details-two-content p:last-child {
  margin-bottom: 0;
}

/* line 2838, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section .row--30 {
  margin-left: -30px;
  margin-right: -30px;
  align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 2844, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 2850, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2856, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 2862, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .row--30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

/* line 2867, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section .row--30 > [class*="col"], .rating-overview-section .row--30 > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 2872, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .row--30 > [class*="col"], .rating-overview-section .row--30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 2878, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .row--30 > [class*="col"], .rating-overview-section .row--30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2884, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .row--30 > [class*="col"], .rating-overview-section .row--30 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 2890, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .row--30 > [class*="col"], .rating-overview-section .row--30 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*.rating-overview-section .course-details-content .rating-box {
  background: #FFFFFF;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  text-align: center;
  min-width: 200px;
  padding: 29px 10px;
}*/
/*.rating-overview-section .course-details-content .rating-box .rating-number {
  font-weight: 800;
  font-size: 72px;
  line-height: 90px;
  color: #231F40;
}
.rating-overview-section .course-details-content .rating-box span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}*/
/* line 2914, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section .course-details-content .course-tab-content {
  margin-top: 40px;
}

/* line 2917, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section .course-details-content .rating-box {
  box-shadow: none;
  text-align: center;
  min-width: 200px;
  padding: 29px 10px;
}

/* line 2923, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section .course-details-content .rating-box .rating {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 10px;
}

/* line 2931, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section .course-details-content .rating-box .rating .fa-star {
  font-size: 22px;
}

/* line 2934, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section .course-details-content .rating-box .rating-number {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #32373F;
}

/* line 2940, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section .course-details-content .rating-box span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

/* line 2945, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section .review-wrapper .single-progress-bar {
  position: relative;
}

/* line 2948, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section .review-wrapper .rating-text {
  display: inline-block;
  position: relative;
  top: 19px;
}

/* line 2953, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section .review-wrapper .progress {
  max-width: 82%;
  margin-left: 60px;
  height: 10px;
  background: #C7C7C7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 2960, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .review-wrapper .progress {
    max-width: 80%;
  }
}

/* line 2964, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section .review-wrapper .progress .progress-bar {
  background-color: #007640;
}

/* line 2967, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section .review-wrapper span.rating-value {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 22px;
  color: rgba(18, 18, 18, 0.48);
  font-weight: 500;
  line-height: normal;
  top: 60%;
}

/* line 2977, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section .review-wrapper .rating-text {
  width: 36px;
  font-size: 22px;
  font-weight: 500;
  color: #32373F;
  top: 24px;
}

/* line 2985, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section .review-wrapper .rating-text .fa-star {
  float: right;
  position: relative;
  top: 7px;
  font-size: 17px;
}

/* line 2992, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section .review-wrapper {
  margin-top: -33px;
}

/* line 2995, app/assets/stylesheets/css/custom-listing.scss */
.rating-overview-section .rating-overview-section-head {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: #32373F;
  margin-bottom: 15px;
  margin-top: 40px;
}

/* line 3004, app/assets/stylesheets/css/custom-listing.scss */
.reviews-filters-wrap {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

/* line 3009, app/assets/stylesheets/css/custom-listing.scss */
.business-profile-right-panel-wrap .card.reviews-card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 3015, app/assets/stylesheets/css/custom-listing.scss */
.reviews-filters-wrap .dropdown button, .business-profile-right-panel-wrap .reviews-filters-wrap a.button {
  background: #F3F5F2 !important;
  text-transform: capitalize !important;
  border: none !important;
  color: #32373F !important;
  letter-spacing: normal !important;
  box-shadow: none !important;
  word-spacing: normal;
  display: inline-block !important;
  border-radius: 25px !important;
  padding: 6px 18px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  float: none !important;
  line-height: 1.5 !important;
}

/* line 3032, app/assets/stylesheets/css/custom-listing.scss */
.reviews-filters-wrap .dropdown button:hover,
.reviews-filters-wrap .dropdown button:focus,
.reviews-filters-wrap .dropdown button:active,
.business-profile-right-panel-wrap .reviews-filters-wrap a.button:hover,
.business-profile-right-panel-wrap .reviews-filters-wrap a.button:focus,
.business-profile-right-panel-wrap .reviews-filters-wrap a.button:active {
  color: #32373F !important;
}

/* line 3041, app/assets/stylesheets/css/custom-listing.scss */
.reviews-filters-wrap .dropdown button span.caret {
  display: none !important;
}

/* line 3045, app/assets/stylesheets/css/custom-listing.scss */
.reviews-filters-wrap .dropdown button::after {
  border: none;
  margin-left: 6px;
  position: relative;
  top: 2px;
}

/* line 3052, app/assets/stylesheets/css/custom-listing.scss */
.reviews-filters-wrap .dropdown ul li {
  display: block !important;
}

/* line 3056, app/assets/stylesheets/css/custom-listing.scss */
.reviews-filters-wrap .dropdown ul li a {
  display: block !important;
  text-align: center;
  float: none !important;
  padding: 9px 6px !important;
  font-weight: 400;
  color: #32373F !important;
}

/* line 3065, app/assets/stylesheets/css/custom-listing.scss */
.reviews-filters-wrap .dropdown ul.dropdown-menu {
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 100% !important;
  padding: 13px;
}

/* line 3072, app/assets/stylesheets/css/custom-listing.scss */
.reviews-filters-wrap .dropdown ul.dropdown-menu::before {
  border-left: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
}

/* line 3077, app/assets/stylesheets/css/custom-listing.scss */
.reviews-filters-wrap .dropdown ul li a:hover,
.reviews-filters-wrap .dropdown ul li a:active,
.reviews-filters-wrap .dropdown ul li a:focus {
  background: #f2fdf9 !important;
  color: #05b6a6 !important;
}

/* line 3085, app/assets/stylesheets/css/custom-listing.scss */
.rating-search {
  display: flex;
  background: transparent !important;
  align-items: center;
  gap: 0px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.5);
}

/* line 3093, app/assets/stylesheets/css/custom-listing.scss */
.rating-search .search-icon {
  filter: invert(1) contrast(0.3);
}

/* line 3097, app/assets/stylesheets/css/custom-listing.scss */
.rating-search input {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
}

/* line 3104, app/assets/stylesheets/css/custom-listing.scss */
.rating-search .search-icon img {
  position: relative;
  top: -1px;
}

/* line 3109, app/assets/stylesheets/css/custom-listing.scss */
.write-review-wrap {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 45px;
}

/* line 3116, app/assets/stylesheets/css/custom-listing.scss */
.write-review-wrap .right {
  flex-basis: 100%;
}

/* line 3118, app/assets/stylesheets/css/custom-listing.scss */
.write-review-wrap .right .write-review-link {
  border-bottom: 1px solid rgba(18, 18, 18, 0.5);
  padding: 5px 8px;
}

/* line 3123, app/assets/stylesheets/css/custom-listing.scss */
.write-review-wrap .right .write-review-link a {
  font-size: 18px;
  color: #007640;
}

/* line 3128, app/assets/stylesheets/css/custom-listing.scss */
.write-review-wrap .right .write-review-link a:hover,
.write-review-wrap .right .write-review-link a:focus,
.write-review-wrap .right .write-review-link a:active {
  color: #264116;
}

/* line 3134, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 3140, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-head .b-profile-user-review-head-info {
  display: flex;
  gap: 15px;
}

/* line 3145, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-head .b-profile-user-review-head-info .b-profile-reveiew-user-thumb {
  max-width: 67px;
}

/* line 3149, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-head .b-profile-user-review-head-info .b-profile-review-user-info h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 0px;
  color: #32373F;
}

/* line 3156, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-head .b-profile-user-review-head-info .b-profile-review-user-info h3 a {
  color: #32373F;
}

/* line 3160, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-head .b-profile-user-review-head-info .b-profile-review-user-info p a {
  color: #32373F;
}

/* line 3164, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-head .b-profile-user-review-head-info .b-profile-review-user-info p {
  font-size: 14px;
  font-weight: 500;
  color: #32373F;
  margin-bottom: 2px;
}

/* line 3171, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-head .b-profile-user-review-head-info .b-profile-review-user-info ul {
  list-style: none;
  padding: 0px;
  margin: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  line-height: normal;
}

/* line 3181, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-head .b-profile-user-review-head-info .b-profile-review-user-info ul li {
  line-height: normal;
}

/* line 3185, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-head .b-profile-user-review-head-info .b-profile-review-user-info ul li span {
  font-size: 14px;
  font-weight: 500;
  color: #32373F;
}

/* line 3191, app/assets/stylesheets/css/custom-listing.scss */
.user-review-stars-and-review-date {
  display: flex;
  flex-direction: column;
  text-align: right;
}

/* line 3197, app/assets/stylesheets/css/custom-listing.scss */
.user-review-stars-and-review-date span {
  font-size: 16px;
  font-weight: 500;
  color: #32373F;
  line-height: normal;
  display: block;
  margin-top: 4px;
}

/* line 3206, app/assets/stylesheets/css/custom-listing.scss */
.user-review-stars-and-review-date img {
  max-width: 100px;
}

/* line 3210, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-content {
  margin-top: 20px;
  margin-bottom: 15px;
}

/* line 3215, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-content p {
  font-size: 16px;
  color: #32373F;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
}

/* line 3223, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 3229, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-footer .left .user-review-votes-wrap a span.count {
  display: block;
  line-height: normal;
  font-size: 14px;
  color: rgba(18, 18, 18, 0.5);
}

/* line 3236, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-footer .left .user-review-votes-wrap {
  display: flex;
  gap: 10px;
  text-align: center;
}

/* line 3242, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-footer .left .user-review-votes-wrap .fa {
  font-size: 22px;
  color: rgba(18, 18, 18, 0.5);
}

/* line 3247, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-footer .left .user-review-votes-wrap .fa-thumbs-down {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* line 3252, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-footer .left .user-review-votes-wrap a:hover *,
.b-profile-user-review-footer .left .user-review-votes-wrap a:focus *,
.b-profile-user-review-footer .left .user-review-votes-wrap a:active * {
  color: #32373F !important;
}

/* line 3257, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 3263, app/assets/stylesheets/css/custom-listing.scss */
.card.reviews-card .b-profile-user-review-wrap:last-child {
  border: none;
}

/* line 3267, app/assets/stylesheets/css/custom-listing.scss */
.has-reply .b-profile-owner-reply-wrap {
  background: #F4FCFE;
  padding: 15px 25px;
  max-width: 98%;
  border-left: 2px solid #007640;
  margin-left: 2%;
  margin-top: 30px;
}

/* line 3276, app/assets/stylesheets/css/custom-listing.scss */
.has-reply .b-profile-owner-reply-wrap .b-profile-user-review-head .b-profile-user-review-head-info .b-profile-review-user-info p {
  line-height: normal;
  margin-bottom: 5px;
}

/* line 3280, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-footer .right {
  display: flex;
  gap: 10px;
  text-align: center;
}

/* line 3286, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-user-review-footer .right a span {
  display: block;
  line-height: normal;
  margin-top: 5px;
  font-weight: 600;
  color: #32373F;
}

/* line 3294, app/assets/stylesheets/css/custom-listing.scss */
.b-address-hours-card-map .address-field {
  font-size: 16px;
  color: #32373F;
  line-height: 130%;
  padding: 15px 0 0;
  margin-bottom: 0;
  border-bottom: none;
  gap: 5px;
}

/* line 3304, app/assets/stylesheets/css/custom-listing.scss */
.b-address-hours-card-map .address-field img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}

/* line 3310, app/assets/stylesheets/css/custom-listing.scss */
.b-address-hours-card-map iframe {
  display: block;
  border-radius: 0px;
}

/* line 3315, app/assets/stylesheets/css/custom-listing.scss */
.b-address-hours-card-map a.themebtn {
  min-width: 150px;
}

/* line 3319, app/assets/stylesheets/css/custom-listing.scss */
.b-address-hours-info-wrap {
  background: transparent;
  padding: 0 !important;
  border-radius: 0px;
  padding-right: 15px !important;
}

/* line 3326, app/assets/stylesheets/css/custom-listing.scss */
.b-address-hours-info-wrap ul {
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
}

/* line 3332, app/assets/stylesheets/css/custom-listing.scss */
.b-address-hours-info-wrap ul li {
  display: flex;
  justify-content: space-between;
  line-height: normal;
  margin-bottom: 7px;
  color: #32373F;
}

/* line 3340, app/assets/stylesheets/css/custom-listing.scss */
.b-address-hours-info-wrap ul li span {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #32373F;
}

/* line 3347, app/assets/stylesheets/css/custom-listing.scss */
.b-address-hours-info-wrap ul li span.status {
  width: 60px;
  padding-left: 8px;
}

/* line 3352, app/assets/stylesheets/css/custom-listing.scss */
.b-address-hours-info-wrap ul li span:nth-child(2),
.b-address-hours-info-wrap ul li span:nth-child(1) {
  width: 46%;
}

/* line 3357, app/assets/stylesheets/css/custom-listing.scss */
.b-address-hours-info-wrap ul li:last-child {
  margin-bottom: 0px !important;
}

/* line 3361, app/assets/stylesheets/css/custom-listing.scss */
.b-address-hours-info-wrap ul li span.status.open {
  color: #007640;
}

/* line 3364, app/assets/stylesheets/css/custom-listing.scss */
.b-address-hours-info-wrap ul li span.status.closed {
  color: #dc3545;
}

/* line 3368, app/assets/stylesheets/css/custom-listing.scss */
.b-address-hours-info-wrap .b-status-now {
  background: #007640;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  padding: 7px 9px;
  border-radius: 3px;
  margin-top: 10px;
  transition: all .3s ease;
  text-align: center;
}

/* line 3381, app/assets/stylesheets/css/custom-listing.scss */
.b-address-hours-info-wrap .b-status-now.border.open {
  background: transparent;
  border: 1px solid #007640 !important;
  color: #007640;
}

/* line 3387, app/assets/stylesheets/css/custom-listing.scss */
.b-address-hours-info-wrap .b-status-now.border.closed {
  background: transparent;
  border: 1px solid #dc3545 !important;
  color: #dc3545;
}

/* line 3393, app/assets/stylesheets/css/custom-listing.scss */
.b-address-hours-wrap {
  min-width: 400px;
}

@media screen and (max-width: 1125px) {
  /* line 3398, app/assets/stylesheets/css/custom-listing.scss */
  .card.b-address-hours-card .col.px-2 {
    min-width: 100%;
  }
  /* line 3402, app/assets/stylesheets/css/custom-listing.scss */
  .b-address-hours-wrap {
    margin-bottom: 10px;
  }
  /* line 3405, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner {
    background-position-x: -100px;
  }
}

/* line 3411, app/assets/stylesheets/css/custom-listing.scss */
.card.about-b-card .about-b-info-wrap p {
  margin: 0;
  font-size: 16px;
  color: #32373F;
  line-height: 29px;
  font-weight: 500;
}

/* line 3419, app/assets/stylesheets/css/custom-listing.scss */
.card.amenities-card .b-profile-service-box {
  margin-bottom: 10px;
}

/* line 3425, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-faqs-item-wrap {
  display: flex;
  gap: 40px;
  padding: 35px 40px;
}

/* line 3431, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-faqs-item-wrap span.faq-number {
  font-size: 48px;
  font-weight: 700;
  color: rgba(60, 60, 67, 0.5);
  line-height: 120%;
}

/* line 3438, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-faqs-item-wrap .right {
  flex-basis: 100%;
}

/* line 3442, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-faqs-item-wrap .b-profile-faqs-item-content-wrap .b-profile-faq-user-name {
  font-size: 14px;
  font-weight: 600;
  color: #32373F;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 20px;
}

/* line 3453, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-faqs-item-wrap .b-profile-faqs-item-content-wrap .b-profile-faq-user-name img {
  max-width: 35px;
}

/* line 3457, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-faqs-item-wrap .b-profile-faqs-item-content-wrap .b-profile-faq-user-question .question {
  font-size: 24px;
  font-weight: 700;
  color: #32373F;
  line-height: 120%;
  margin-bottom: 8px;
}

/* line 3465, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-faqs-item-wrap .b-profile-faqs-item-content-wrap .b-profile-faq-user-question .answer {
  font-size: 16px;
  font-weight: 400;
  color: #32373F;
  line-height: 27px;
}

/* line 3472, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-faqs-item-wrap .b-profile-faqs-item-content-wrap .b-profile-faq-user-question {
  margin-bottom: 20px;
}

/* line 3476, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-faqs-item-wrap .b-profile-faqs-item-content-wrap .b-profile-faq-user-answered-info .name {
  font-size: 14px;
  color: #32373F;
  line-height: 150%;
  font-weight: 600;
}

/* line 3483, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-faqs-item-wrap .b-profile-faqs-item-content-wrap .b-profile-faq-user-answered-info p {
  font-size: 14px;
  color: #32373F;
  line-height: 150%;
  font-weight: 400;
  margin: 0;
}

/* line 3491, app/assets/stylesheets/css/custom-listing.scss */
.b-profile-faqs-item-wrap:not(:last-child) {
  border-bottom: 1px solid rgba(18, 18, 18, 0.25);
}

/* line 3495, app/assets/stylesheets/css/custom-listing.scss */
.card.b-address-hours-card .card-body .row, .card.portfolio-card .card-body .row {
  margin: 0 -8px;
}

@media screen and (max-width: 1598px) {
  /* line 3502, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .review-wrapper .progress {
    max-width: 75%;
  }
}

@media screen and (max-width: 1404px) {
  /* line 3508, app/assets/stylesheets/css/custom-listing.scss */
  .promotion-box-left-img {
    gap: 5px;
  }
  /* line 3511, app/assets/stylesheets/css/custom-listing.scss */
  .promotion-box-left-img h3 {
    margin-bottom: 4px;
    font-size: 20px;
  }
  /* line 3516, app/assets/stylesheets/css/custom-listing.scss */
  .promotion-box-left-img p {
    font-size: 15px;
    line-height: 24px;
  }
  /* line 3520, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap .card .card-body {
    padding: 1rem 0;
  }
  /* line 3524, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap .card .card-header {
    font-size: 22px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* line 3529, app/assets/stylesheets/css/custom-listing.scss */
  .b-highlight-box img {
    max-height: 38px;
  }
  /* line 3533, app/assets/stylesheets/css/custom-listing.scss */
  .b-highlight-box span {
    font-size: 15px;
    line-height: 18px;
  }
  /*.b-highlight-box {
        margin: 0 -10px;
    }*/
  /* line 3541, app/assets/stylesheets/css/custom-listing.scss */
  .b-address-hours-info-wrap {
    padding: 25px 10%;
  }
  /* line 3544, app/assets/stylesheets/css/custom-listing.scss */
  .b-address-hours-card-map .address-field {
    display: flex;
    align-items: flex-start;
  }
  /* line 3549, app/assets/stylesheets/css/custom-listing.scss */
  .b-address-hours-card-map .address-field img {
    top: -1px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 1299px) {
  /* line 3556, app/assets/stylesheets/css/custom-listing.scss */
  .promotion-box-left-img p {
    font-size: 14px;
    line-height: 20px;
  }
  /* line 3560, app/assets/stylesheets/css/custom-listing.scss */
  .promotion-box-left-img h3 {
    margin-bottom: 2px;
    font-size: 18px;
  }
  /* line 3564, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .review-wrapper .progress {
    max-width: 71%;
  }
}

@media screen and (max-width: 1199px) {
  /* line 3570, app/assets/stylesheets/css/custom-listing.scss */
  .promotion-box-left-img {
    margin-bottom: 10px;
  }
  /* line 3573, app/assets/stylesheets/css/custom-listing.scss */
  .card.highlights-card .b-highlight-box,
.card.services-card .b-profile-service-box,
.card.portfolio-card .b-profile-portfolio-box {
    margin-bottom: 15px;
  }
  /* line 3579, app/assets/stylesheets/css/custom-listing.scss */
  .card.highlights-card .card-body,
.card.promotions-card .card-body,
.card.services-card .card-body,
.card.portfolio-card .card-body {
    padding-bottom: 10px;
  }
  /* line 3585, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .course-details-card {
    padding: 20px;
  }
  /* line 3589, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .course-details-content .rating-box {
    min-width: inherit;
    padding: 0 15px;
  }
  /* line 3593, app/assets/stylesheets/css/custom-listing.scss */
  .rating-search {
    display: none;
  }
  /* line 3596, app/assets/stylesheets/css/custom-listing.scss */
  .b-address-hours-info-wrap {
    padding: 20px 6%;
  }
}

@media screen and (max-width: 1120px) {
  /* line 3602, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .review-wrapper .progress {
    max-width: 75%;
  }
}

/* line 3607, app/assets/stylesheets/css/custom-listing.scss */
.additional-services {
  margin-top: 15px;
}

/* line 3610, app/assets/stylesheets/css/custom-listing.scss */
.card.amenities-card .additional-services {
  margin-top: 0px;
}

@media screen and (max-width: 991.98px) {
  /* line 3615, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-left-panel-wrap {
    margin-top: -15px;
  }
  /* line 3618, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-left-panel-wrap {
    margin-top: -15px;
  }
  /* line 3622, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-left-panel-wrap {
    display: grid;
    grid-template-columns: repeat(1, 0.4fr);
    grid-template-rows: repeat(1, auto);
    grid-gap: 15px;
    margin-bottom: 15px;
  }
  /* line 3630, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-left-panel-wrap .card-with-left-img:nth-child(1) {
    order: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  /* line 3638, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-left-panel-wrap .card-with-left-img:nth-child(2) {
    order: 3;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
    align-items: stretch;
  }
  /* line 3647, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-left-panel-wrap .card-with-left-img:nth-child(3) {
    order: 4;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  /* line 3655, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-left-panel-wrap .card-with-left-img {
    margin: 0px;
  }
  /* line 3659, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-left-panel-wrap .info-card-left-panel {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 4;
    margin: 0;
  }
  /* line 3661, app/assets/stylesheets/css/custom-listing.scss */
  .card-with-left-img.sale-box .right {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 3666, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap {
    margin: 0;
  }
  /* line 3670, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .rating-overview-section-head {
    margin-top: 10px;
  }
  /* line 3674, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .row--30 {
    flex-direction: column-reverse;
  }
  /* line 3678, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .course-details-content .rating-box {
    text-align: left;
    padding-left: 0px;
    margin-bottom: 20px;
    margin-top: -10px;
  }
  /* line 3685, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .course-details-content .rating-box .rating {
    display: inline-flex;
  }
  /* line 3689, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .course-details-content .rating-box .rating-number {
    font-size: 30px;
    line-height: 41px;
    position: relative;
  }
  /* line 3695, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .course-details-content .rating-box .rating-number:before {
    width: 1px;
    height: 20px;
    position: absolute;
    background: #C7CDD0;
    content: '';
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 3706, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .course-details-content .rating-box span {
    color: rgba(18, 18, 18, 0.5);
    position: relative;
    top: -3px;
    margin-left: 15px;
    font-size: 14px;
  }
  /* line 3713, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .review-wrapper .single-progress-bar {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  /* line 3719, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .review-wrapper .single-progress-bar .rating-text {
    top: 0;
    min-width: 45px;
    display: flex;
    justify-content: space-between;
  }
  /* line 3726, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .review-wrapper .single-progress-bar .progress {
    max-width: inherit;
    width: 100%;
    margin: 0;
  }
  /* line 3732, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .review-wrapper .single-progress-bar span.rating-value {
    position: relative;
    top: 0;
    right: 0;
    line-height: normal;
    min-width: 45px;
    text-align: right;
  }
  /* line 3741, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .review-wrapper {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  /* line 3745, app/assets/stylesheets/css/custom-listing.scss */
  .card-with-left-img .left {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 830.98px) {
  /* line 3752, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-left-panel-wrap {
    grid-template-columns: repeat(2, 0.5fr);
  }
}

@media screen and (max-width: 690.98px) {
  /* line 3759, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-left-panel-wrap {
    grid-template-columns: repeat(3, 0.5fr);
  }
  /* line 3762, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-left-panel-wrap .info-card-left-panel {
    min-width: 290px;
  }
  /* line 3765, app/assets/stylesheets/css/custom-listing.scss */
  .reviews-filters-wrap .dropdown button, .business-profile-right-panel-wrap .reviews-filters-wrap a.button {
    padding: 4px 13px !important;
    font-size: 14px !important;
  }
}

@media screen and (max-width: 600.98px) {
  /* line 3772, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-left-panel-wrap .info-card-left-panel {
    min-width: 250px;
  }
  /* line 3775, app/assets/stylesheets/css/custom-listing.scss */
  .info-card-left-panel ul li a {
    word-break: break-all;
  }
}

@media screen and (max-width: 575.98px) {
  /* line 3781, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-left-panel-wrap {
    margin-top: -25px;
  }
  /* line 3784, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-left-panel-wrap .card-with-left-img:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    justify-content: space-evenly;
  }
  /* line 3792, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-left-panel-wrap .card-with-left-img:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 2;
    justify-content: flex-start;
  }
  /* line 3800, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-left-panel-wrap .card-with-left-img:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  /* line 3807, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-left-panel-wrap .info-card-left-panel {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 4;
  }
  /* line 3813, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap {
    padding: 0px;
    border: none;
  }
}

@media screen and (max-width: 575.98px) {
  /* line 3821, app/assets/stylesheets/css/custom-listing.scss */
  .result-info-head {
    margin-top: 0px;
  }
  /* line 3824, app/assets/stylesheets/css/custom-listing.scss */
  .result-info-head h2 {
    font-size: 16px;
    line-height: 22px;
  }
  /* line 3829, app/assets/stylesheets/css/custom-listing.scss */
  .without_side_map ul.result_info_list {
    gap: 0.25rem;
  }
  /* line 3832, app/assets/stylesheets/css/custom-listing.scss */
  .call_to_action_btn {
    margin: 6px 0 0px;
  }
  /* line 3835, app/assets/stylesheets/css/custom-listing.scss */
  .listing-result-box.featured-result {
    padding-bottom: 8px;
  }
  /* line 3838, app/assets/stylesheets/css/custom-listing.scss */
  .listing-search-results-wrap .listing-result-box:not(:last-child) {
    margin-bottom: 12px;
  }
  /* line 3841, app/assets/stylesheets/css/custom-listing.scss */
  .result_gallery {
    display: none;
  }
  /* line 3844, app/assets/stylesheets/css/custom-listing.scss */
  .result-info-description p strong {
    display: none;
  }
  /* line 3847, app/assets/stylesheets/css/custom-listing.scss */
  .result-info-description p.result-services-info {
    color: #007640 !important;
  }
  /* line 3851, app/assets/stylesheets/css/custom-listing.scss */
  .result-info-description p {
    font-weight: 500;
  }
  /* line 3855, app/assets/stylesheets/css/custom-listing.scss */
  ul.result_info_list li {
    font-weight: 500;
  }
  /* line 3859, app/assets/stylesheets/css/custom-listing.scss */
  ul.result_info_list li.spacer.small {
    background: #32373F;
    height: 13px;
    border-radius: 3px;
  }
  /* line 3865, app/assets/stylesheets/css/custom-listing.scss */
  .search-results-pagination {
    padding-top: 25px;
  }
  /* line 3868, app/assets/stylesheets/css/custom-listing.scss */
  .todays_search_wrap h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  /* line 3874, app/assets/stylesheets/css/custom-listing.scss */
  .row.todays_search_wrap {
    margin-bottom: 15px;
  }
  /* line 3878, app/assets/stylesheets/css/custom-listing.scss */
  .header-search-box {
    margin-top: 6px;
  }
  /* line 3881, app/assets/stylesheets/css/custom-listing.scss */
  .topbar-search-form .form-control {
    height: 41px !important;
  }
  /* line 3884, app/assets/stylesheets/css/custom-listing.scss */
  .map_list_toggle_wrap a, .filters_btn_wrap a {
    font-size: 14px;
    gap: 7px;
    padding: 0 13px;
  }
  /* line 3890, app/assets/stylesheets/css/custom-listing.scss */
  .map_list_toggle_wrap a > img, .filters_btn_wrap a > img {
    max-width: 18px;
  }
  /* line 3892, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_banner .business_profile_basic_info .result-top-info * {
    font-size: 12px !important;
  }
  /* line 3896, app/assets/stylesheets/css/custom-listing.scss */
  .card-with-left-img .right h3 {
    font-size: 14px;
  }
  /* line 3900, app/assets/stylesheets/css/custom-listing.scss */
  .card-with-left-img.sale-box .right p {
    font-size: 12px;
  }
  /* line 3904, app/assets/stylesheets/css/custom-listing.scss */
  .card-with-left-img.sale-box .right h3 {
    font-size: 14px;
  }
  /* line 3908, app/assets/stylesheets/css/custom-listing.scss */
  .card-with-left-img.consultation-box h3 {
    font-size: 14px;
  }
  /* line 3912, app/assets/stylesheets/css/custom-listing.scss */
  .info-card-left-panel ul li * {
    font-size: 13px;
  }
  /* line 3916, app/assets/stylesheets/css/custom-listing.scss */
  .info-card-left-panel ul li .themebtn {
    font-size: 12px;
  }
  /* line 3920, app/assets/stylesheets/css/custom-listing.scss */
  .info-card-left-panel ul li h3 {
    font-size: 14px;
    text-align: center;
  }
  /* line 3925, app/assets/stylesheets/css/custom-listing.scss */
  .info-card-left-panel ul li a.square-themebtn {
    max-width: 270px;
    margin: 5px auto 0 !important;
  }
  /* line 3930, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap .card .card-header {
    font-size: 18px;
  }
  /* line 3934, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap .card.promotions-card .card-body {
    padding-left: 5px;
    padding-right: 5px;
    background: rgba(1, 141, 200, 0.2);
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 3942, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap .card.promotions-card .promotion-box-left-img {
    padding: 0 10px;
    background: #fff;
    margin-bottom: 5px;
  }
  /* line 3948, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap .card.promotions-card .col-12:last-child .promotion-box-left-img {
    margin-bottom: 0px;
  }
  /* line 3952, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap .card.promotions-card .promotion-box-left-img .right {
    padding-left: 10px;
    padding-right: 90px;
  }
  /* line 3954, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap .card.promotions-card .promotion-box-left-img .left img {
    max-width: 130px;
  }
  /* line 3958, app/assets/stylesheets/css/custom-listing.scss */
  .promotion-box-left-img h3 {
    font-size: 20px;
  }
  /* line 3962, app/assets/stylesheets/css/custom-listing.scss */
  .b-highlight-box span {
    font-size: 14px;
    line-height: normal !important;
  }
  /* line 3966, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap .card .card-header a.view_more {
    padding: 2px 0;
    font-size: 14px;
  }
  /* line 3971, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .rating-overview-section-head {
    font-size: 18px;
  }
  /* line 3975, app/assets/stylesheets/css/custom-listing.scss */
  .write-review-wrap {
    gap: 10px;
    margin-bottom: 25px;
  }
  /* line 3980, app/assets/stylesheets/css/custom-listing.scss */
  .write-review-wrap .right .write-review-link a {
    font-size: 14px;
  }
  /* line 3984, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-user-review-head .b-profile-user-review-head-info .b-profile-reveiew-user-thumb {
    max-width: 60px;
  }
  /* line 3988, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-user-review-head .b-profile-user-review-head-info .b-profile-review-user-info h3 {
    font-size: 14px;
    line-height: normal;
  }
  /* line 3993, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-user-review-head .b-profile-user-review-head-info .b-profile-review-user-info p {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 3px;
    margin-top: 3px;
  }
  /* line 4000, app/assets/stylesheets/css/custom-listing.scss */
  .user-review-stars-and-review-date img {
    max-width: 70px;
  }
  /* line 4004, app/assets/stylesheets/css/custom-listing.scss */
  .user-review-stars-and-review-date {
    align-items: end;
  }
  /* line 4008, app/assets/stylesheets/css/custom-listing.scss */
  .user-review-stars-and-review-date span {
    font-size: 14px;
  }
  /* line 4012, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-user-review-content {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 4017, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-user-review-content p {
    font-size: 14px;
    line-height: 24px;
  }
  /* line 4022, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-user-review-footer .left .user-review-votes-wrap .fa {
    font-size: 18px;
  }
  /* line 4026, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-user-review-footer .left .user-review-votes-wrap a span.count {
    font-size: 13px;
  }
  /* line 4030, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-user-review-footer .right a span {
    font-size: 12px;
  }
  /* line 4034, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-user-review-footer .right a img {
    max-width: 33px;
  }
  /* line 4038, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-user-review-wrap {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  /* line 4043, app/assets/stylesheets/css/custom-listing.scss */
  .has-reply .b-profile-owner-reply-wrap {
    max-width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }
  /* line 4049, app/assets/stylesheets/css/custom-listing.scss */
  .search-results-pagination {
    margin-bottom: 20px;
    justify-content: center !important;
  }
  /*.card.b-address-hours-card .col.px-2 {
        padding: 0 15px !important;
    }*/
  /* line 4057, app/assets/stylesheets/css/custom-listing.scss */
  .card.b-address-hours-card .b-address-hours-card-map {
    margin-bottom: 13px;
  }
  /* line 4061, app/assets/stylesheets/css/custom-listing.scss */
  .card.about-b-card .about-b-info-wrap p {
    font-size: 14px;
    line-height: 24px;
  }
  /* line 4066, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-faqs-item-wrap .left {
    display: none;
  }
  /* line 4070, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-faqs-item-wrap {
    padding: 15px;
  }
  /* line 4074, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-faqs-item-wrap .b-profile-faqs-item-content-wrap .b-profile-faq-user-name {
    font-size: 13px;
    margin-bottom: 15px;
  }
  /* line 4079, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-faqs-item-wrap .b-profile-faqs-item-content-wrap .b-profile-faq-user-question .question {
    font-size: 16px;
  }
  /* line 4083, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-faqs-item-wrap .b-profile-faqs-item-content-wrap .b-profile-faq-user-question .answer {
    font-size: 14px;
    line-height: normal;
  }
  /* line 4088, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-faqs-item-wrap .b-profile-faqs-item-content-wrap .b-profile-faq-user-question {
    margin-bottom: 15px;
  }
  /* line 4092, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-faqs-item-wrap .b-profile-faqs-item-content-wrap .b-profile-faq-user-answered-info .name {
    font-size: 13px;
  }
  /* line 4096, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-faqs-item-wrap .b-profile-faqs-item-content-wrap .b-profile-faq-user-answered-info p {
    font-size: 13px;
  }
  /* line 4100, app/assets/stylesheets/css/custom-listing.scss */
  .card.reviews-card nav {
    margin: -10px 0 3px;
  }
  /* line 4104, app/assets/stylesheets/css/custom-listing.scss */
  .card.amenities-card .b-profile-service-box {
    text-align: center;
  }
  /* line 4108, app/assets/stylesheets/css/custom-listing.scss */
  .card.amenities-card .b-profile-service-box {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
  }
  /* line 4113, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-user-review-head .b-profile-user-review-head-info .b-profile-review-user-info ul li span {
    font-size: 12px;
  }
}

@media screen and (max-width: 495.98px) {
  /* line 4120, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap .card.promotions-card .promotion-box-left-img .right {
    padding-right: 10px;
  }
  /* line 4123, app/assets/stylesheets/css/custom-listing.scss */
  .card-with-left-img.sale-box .right {
    padding-top: 5px;
  }
}

@media screen and (max-width: 440.98px) {
  /* line 4130, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap .card.promotions-card .promotion-box-left-img .right {
    padding-right: 10px;
  }
  /* line 4134, app/assets/stylesheets/css/custom-listing.scss */
  .card.portfolio-card .col-4.px-2 {
    padding: 0px 2px !important;
  }
  /* line 4138, app/assets/stylesheets/css/custom-listing.scss */
  .card.portfolio-card .b-profile-portfolio-box {
    margin-bottom: 8px;
  }
  /* line 4142, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap .card.reviews-card .card-header {
    flex-direction: column;
    align-items: baseline;
    gap: 7px;
  }
  /* line 4147, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .review-wrapper .single-progress-bar .rating-text {
    font-size: 14px;
    min-width: 28px;
  }
  /* line 4152, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .review-wrapper .rating-text .fa-star {
    font-size: 13px;
    top: 5px;
  }
  /* line 4157, app/assets/stylesheets/css/custom-listing.scss */
  .rating-overview-section .review-wrapper .single-progress-bar span.rating-value {
    font-size: 14px;
  }
  /* line 4160, app/assets/stylesheets/css/custom-listing.scss */
  .b-profile-user-review-head .b-profile-user-review-head-info {
    gap: 7px;
  }
  /* line 4163, app/assets/stylesheets/css/custom-listing.scss */
  .card.reviews-card.faqs-card .card-header {
    flex-direction: row;
  }
}

@media screen and (max-width: 390.98px) {
  /* line 4171, app/assets/stylesheets/css/custom-listing.scss */
  .card.reviews-card.faqs-card .card-header {
    flex-direction: row;
  }
  /* line 4175, app/assets/stylesheets/css/custom-listing.scss */
  .promotion-box-left-img h3 {
    font-size: 18px;
  }
  /* line 4179, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap .card.promotions-card .promotion-box-left-img .right {
    padding: 0;
  }
  /* line 4183, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap .card.promotions-card .promotion-box-left-img .left img {
    max-width: 110px;
  }
}

/* line 4190, app/assets/stylesheets/css/custom-listing.scss */
.ada_pop {
  position: fixed;
  z-index: 6;
  right: 0;
  bottom: 120px;
  max-width: 40px;
}

@media screen and (min-width: 576px) {
  /* line 4190, app/assets/stylesheets/css/custom-listing.scss */
  section#who_we_help_section2 p.paragraph {
    margin-bottom: -10px;
  }
}

@media screen and (max-width: 575px) {
  /* line 4190, app/assets/stylesheets/css/custom-listing.scss */
  .ada_pop {
    max-width: 35px;
  }
  /* line 4190, app/assets/stylesheets/css/custom-listing.scss */
  .list-bg-img {
    padding-right: 40px;
  }
  /* line 4190, app/assets/stylesheets/css/custom-listing.scss */
  .appointment_dropdown {
    display: inline-block;
    position: relative;
    top: 5px;
  }
  /* line 4190, app/assets/stylesheets/css/custom-listing.scss */
  .digi-banner-mobile-buttons .appointment_dropdown {
    top: 1px;
  }
}

@media screen and (max-width: 430px) {
  /* line 4190, app/assets/stylesheets/css/custom-listing.scss */
  .list-bg-img {
    overflow-wrap: break-word;
    padding-right: 95px;
  }
}

@media screen and (max-width: 414px) {
  /* line 4190, app/assets/stylesheets/css/custom-listing.scss */
  .list-bg-img {
    overflow-wrap: break-word;
    padding-right: 82px;
  }
}

@media screen and (max-width: 390px) {
  /* line 4190, app/assets/stylesheets/css/custom-listing.scss */
  .list-bg-img {
    overflow-wrap: break-word;
    padding-right: 55px;
  }
}

@media screen and (max-width: 380px) {
  /* line 4190, app/assets/stylesheets/css/custom-listing.scss */
  .side-social-icons {
    bottom: 125px !important;
  }
  /* line 4190, app/assets/stylesheets/css/custom-listing.scss */
  .fixed-area {
    bottom: 144px !important;
  }
  /* line 4190, app/assets/stylesheets/css/custom-listing.scss */
  .ada_pop {
    max-width: 30px !important;
    bottom: 95px !important;
  }
  /* line 4190, app/assets/stylesheets/css/custom-listing.scss */
  .list-bg-img {
    overflow-wrap: break-word;
    padding-right: 40px;
  }
}

@media screen and (max-width: 360px) {
  /* line 4190, app/assets/stylesheets/css/custom-listing.scss */
  .list-bg-img {
    overflow-wrap: break-word;
    padding-right: 30px;
  }
}

/* line 4190, app/assets/stylesheets/css/custom-listing.scss */
section#who_we_help_section3 .appointment_dropdown .dropdown-menu {
  min-width: 14rem;
  bottom: 95px !important;
  top: auto !important;
  padding: 0;
  left: 3px !important;
}

@media screen and (min-width: 991px) {
  /* line 4190, app/assets/stylesheets/css/custom-listing.scss */
  .my_row_footer [class*=col-]:last-child {
    flex: 0 0 20%;
  }
}

/* line 4190, app/assets/stylesheets/css/custom-listing.scss */
footer#gtco-footer .ada-tags p {
  line-height: 20px !important;
  margin: 5px 0 5px 8px;
  text-align: left;
}

/* line 4190, app/assets/stylesheets/css/custom-listing.scss */
footer#gtco-footer .ada-tags {
  display: flex;
  height: 100%;
  align-items: flex-end;
}

/* line 4190, app/assets/stylesheets/css/custom-listing.scss */
footer#gtco-footer .ada-tags a {
  flex: none;
}

/* line 4190, app/assets/stylesheets/css/custom-listing.scss */
.price-details h3 {
  text-align: center;
  font-size: 28px;
}

@media screen and (max-width: 1180px) {
  /* line 4190, app/assets/stylesheets/css/custom-listing.scss */
  .price-details h3 {
    text-align: center;
    font-size: 24px;
  }
}

/* line 4190, app/assets/stylesheets/css/custom-listing.scss */
.appointment_dropdown .dropdown-menu a.dropdown-item:active, .appointment_dropdown .dropdown-menu a.dropdown-item:focus, .appointment_dropdown .dropdown-menu a.dropdown-item:hover {
  background: #f2fdf9 !important;
  color: #05b6a6 !important;
  font-weight: 400;
}

@media screen and (max-width: 575px) {
  /* line 4190, app/assets/stylesheets/css/custom-listing.scss */
  .list-bg-img {
    color: #000;
    padding-left: 19px;
    font-weight: 500;
    padding-right: 0;
    background-size: 14px;
    word-spacing: -1px;
    font-size: 14px !important;
  }
  /* line 4190, app/assets/stylesheets/css/custom-listing.scss */
  ul.list-with-check-mark {
    padding-left: 30px;
  }
  /* line 4190, app/assets/stylesheets/css/custom-listing.scss */
  ul.list-with-check-mark button[data-toggle=popover] {
    width: 28px;
    height: 20px;
  }
}

@media screen and (max-width: 390px) {
  /* line 4190, app/assets/stylesheets/css/custom-listing.scss */
  .list-bg-img {
    font-size: 13px;
    background-position: 0 10px;
  }
}

/* line 4190, app/assets/stylesheets/css/custom-listing.scss */
.unlock-wrapper {
  padding-top: 250px;
  background: url(https://digimedspa.s3.us-west-1.amazonaws.com/who_we_are_lat_section_bg.png) center center/cover no-repeat;
  padding-bottom: 210px;
  margin-top: -230px;
}

@media screen and (max-width: 575px) {
  /* line 4190, app/assets/stylesheets/css/custom-listing.scss */
  .unlock-wrapper {
    padding-top: 100px;
    padding-bottom: 30px;
    margin-top: -160px;
  }
}

@media screen and (max-width: 600.98px) {
  /* line 4195, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap .card .card-header {
    font-size: 20px;
  }
  /* line 4198, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap .card:not(:last-child) {
    border-bottom: 1px solid #D0D1D1;
    border-radius: 0px !important;
  }
  /* line 4202, app/assets/stylesheets/css/custom-listing.scss */
  a.show_more_link {
    font-size: 14px;
    font-weight: 600;
    color: #32373F !important;
    line-height: 20px;
  }
  /* line 4208, app/assets/stylesheets/css/custom-listing.scss */
  .card.about-b-card .card-body {
    padding-top: 0px;
  }
  /* line 4211, app/assets/stylesheets/css/custom-listing.scss */
  .b-address-hours-info-wrap {
    padding-right: 0px !important;
  }
  /* line 4214, app/assets/stylesheets/css/custom-listing.scss */
  .b-address-hours-info-wrap ul li span:nth-child(2) {
    text-align: right;
  }
  /* line 4217, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap .card .card-header a {
    font-size: 13px;
    text-decoration: underline;
  }
  /* line 4222, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap .card .card-header a span {
    font-size: 12px;
  }
  /* line 4225, app/assets/stylesheets/css/custom-listing.scss */
  .business-profile-right-panel-wrap .card .card-body {
    padding-top: 5px;
  }
}

@media screen and (max-width: 470.98px) {
  /* line 4231, app/assets/stylesheets/css/custom-listing.scss */
  .mobile-gallery-overview .b-profile-portfolio-box a span {
    font-size: 14px;
  }
  /* line 4234, app/assets/stylesheets/css/custom-listing.scss */
  .b-address-hours-wrap {
    min-width: 100%;
  }
  /* line 4237, app/assets/stylesheets/css/custom-listing.scss */
  .b-address-hours-info-wrap ul li span:nth-child(2), .b-address-hours-info-wrap ul li span:nth-child(1) {
    width: 55%;
  }
  /* line 4240, app/assets/stylesheets/css/custom-listing.scss */
  .b-address-hours-info-wrap ul li span:nth-child(1) {
    width: 30%;
  }
}

/* line 4246, app/assets/stylesheets/css/custom-listing.scss */
.container-fluid.footer-wrap {
  background: url(/assets/dl_footer_bg.png) no-repeat center center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 32px;
  text-align: center;
}

/* line 4254, app/assets/stylesheets/css/custom-listing.scss */
.container-fluid.footer-wrap .logo.text {
  color: #007640;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
}

/* line 4262, app/assets/stylesheets/css/custom-listing.scss */
.container-fluid.footer-wrap .footer-links {
  line-height: normal;
  color: #121212;
}

/* line 4267, app/assets/stylesheets/css/custom-listing.scss */
.container-fluid.footer-wrap .footer-links * {
  color: #121221;
  font-size: 15px !important;
  font-weight: 500;
  line-height: 30px;
}

@media screen and (max-width: 767.98px) {
  /* line 4275, app/assets/stylesheets/css/custom-listing.scss */
  .container-fluid.footer-wrap {
    padding-top: 30px;
    padding-bottom: 22px;
  }
  /* line 4280, app/assets/stylesheets/css/custom-listing.scss */
  .container-fluid.footer-wrap .logo.text {
    line-height: normal;
  }
  /* line 4284, app/assets/stylesheets/css/custom-listing.scss */
  .container-fluid.footer-wrap .footer-links * {
    line-height: normal;
  }
  /* line 4287, app/assets/stylesheets/css/custom-listing.scss */
  .container-fluid.footer-wrap .footer-links * {
    font-size: 14px !important;
  }
}

/* line 4291, app/assets/stylesheets/css/custom-listing.scss */
.call_to_action_btn a .media {
  display: inline-flex;
  text-align: left;
  align-items: center;
  line-height: normal;
  background: #fff;
  border: 1px solid rgba(54, 88, 44, 0.42);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-right: 20px;
  border-top-right-radius: 45px;
}

/* line 4304, app/assets/stylesheets/css/custom-listing.scss */
.call_to_action_btn a .media h3 {
  margin: 0;
  line-height: normal;
  font-size: 16px;
  font-weight: 600;
  color: #32373F;
  margin-top: 2px !important;
}

/* line 4313, app/assets/stylesheets/css/custom-listing.scss */
.call_to_action_btn a .media {
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #32373F;
}

/* line 4319, app/assets/stylesheets/css/custom-listing.scss */
.call_to_action_btn a .media .media-body {
  padding-left: 10px;
}

/* line 4323, app/assets/stylesheets/css/custom-listing.scss */
nav.pagy-nav.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 4331, app/assets/stylesheets/css/custom-listing.scss */
.pagy-nav.pagination .page, .pagy-nav.pagination .page a {
  margin: 0 0.5rem;
  border: none;
  background: transparent !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: rgba(18, 18, 18, 0.5) !important;
  font-weight: 500 !important;
  padding: 0 !important;
  min-width: inherit;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 25px !important;
  transition: all .3s ease;
  border: 1px solid #fff !important;
  text-align: center;
  cursor: pointer;
  display: block;
}

/* line 4352, app/assets/stylesheets/css/custom-listing.scss */
.pagy-nav.pagination .page.active a,
.pagy-nav.pagination .page a:hover,
.pagy-nav.pagination .page a:active,
.pagy-nav.pagination .page a:focus,
.pagy-nav.pagination .page.active,
.pagy-nav.pagination .page:hover,
.pagy-nav.pagination .page:active,
.pagy-nav.pagination .page:focus {
  color: #32373F !important;
  border: 1px solid #007640 !important;
  border-radius: 25px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
}

/* line 4367, app/assets/stylesheets/css/custom-listing.scss */
.pagy-nav.pagination .page.disabled, .pagy-nav.pagination .page.disabled a {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4375, app/assets/stylesheets/css/custom-listing.scss */
.pagy-nav.pagination .page.prev, .pagy-nav.pagination .page.prev a {
  text-indent: -90000px;
  position: relative;
  background: url(https://bellflower.s3.us-west-1.amazonaws.com/prev_icon.png) no-repeat center center !important;
}

/* line 4382, app/assets/stylesheets/css/custom-listing.scss */
.pagy-nav.pagination .page.next, .pagy-nav.pagination .page.next a {
  text-indent: -90000px;
  position: relative;
  background: url(https://bellflower.s3.us-west-1.amazonaws.com/next-icon.png) no-repeat center center !important;
}

/* line 4387, app/assets/stylesheets/css/custom-listing.scss */
.pagy-nav.pagination .page > a,
.pagy-nav.pagination .page > a:hover,
.pagy-nav.pagination .page > a:focus,
.pagy-nav.pagination .page > a:active {
  margin: 0;
  border: none !important;
}

/* line 4395, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li .btn-group .call_to_action_btn {
  margin-top: 0px;
}

/* line 4399, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li .btn-group a.themebtn {
  display: flex;
  align-items: center;
}

/* line 4404, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li .btn-group .call_to_action_btn .media-body {
  font-size: 11px;
}

/* line 4406, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li .btn-group .call_to_action_btn .media-body h3 {
  font-size: 13px;
}

/* line 4410, app/assets/stylesheets/css/custom-listing.scss */
.info-card-left-panel ul li .btn-group .call_to_action_btn img {
  max-width: 38px;
}

@media screen and (min-width: 767.99px) {
  /* line 4415, app/assets/stylesheets/css/custom-listing.scss */
  .topbar-search-form .form-control {
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 767.98px) {
  /* line 4421, app/assets/stylesheets/css/custom-listing.scss */
  .topbar-search-form .form-control {
    padding-left: 10px !important;
  }
}

/* line 4426, app/assets/stylesheets/css/custom-listing.scss */
.header-search-box .get-location {
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-55px, -50%);
  color: #407343;
}

/* line 4438, app/assets/stylesheets/css/custom-listing.scss */
.header-search-box {
  position: relative;
}

@media screen and (max-width: 575.98px) {
  /* line 4443, app/assets/stylesheets/css/custom-listing.scss */
  .header-search-box .get-location {
    right: 0;
    top: 53%;
    transform: translate(-40px, -50%);
  }
}

/* line 4450, app/assets/stylesheets/css/custom-listing.scss */
.result-info-head h2 span#distance {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20px;
  color: #32373F;
  text-align: left;
}

/* line 4461, app/assets/stylesheets/css/custom-listing.scss */
.searched-location-wrap {
  display: flex;
  gap: 20px;
}

/* line 4466, app/assets/stylesheets/css/custom-listing.scss */
.searched-location-wrap .current_location_btn {
  border: 0.5px solid rgba(50, 55, 63, 0.2);
  border-radius: 10px;
  padding: 8px 10px;
  display: inline-flex;
  color: #32373F;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 9px;
  align-items: center;
  gap: 6px;
  height: max-content;
  margin-top: 5px;
  transition: all .3s ease;
  white-space: nowrap;
}

/* line 4484, app/assets/stylesheets/css/custom-listing.scss */
.searched-location-wrap .current_location_btn span {
  color: #007640;
  font-size: 17px;
}

/* line 4489, app/assets/stylesheets/css/custom-listing.scss */
.listing-searched-for {
  margin-top: 7px;
}

/* line 4493, app/assets/stylesheets/css/custom-listing.scss */
.searched-location-wrap .current_location_btn:hover, .searched-location-wrap .current_location_btn:focus, .searched-location-wrap .current_location_btn:active {
  transition: all .3s ease;
  border-color: #007640;
}

/* line 4498, app/assets/stylesheets/css/custom-listing.scss */
.searched-location-wrap .current_location_btn:hover span, .searched-location-wrap .current_location_btn:focus span, .searched-location-wrap .current_location_btn:active span {
  transition: all .3s ease;
}

/* line 4509, app/assets/stylesheets/css/custom-listing.scss */
.b-highlight-box.b-profile-service-box span {
  display: flex;
  align-items: flex-start;
}

/* line 4514, app/assets/stylesheets/css/custom-listing.scss */
.b-highlight-box.b-profile-service-box img {
  top: 2px;
  max-width: 17px;
}

/* line 4518, app/assets/stylesheets/css/custom-listing.scss */
.b-address-hours-card-map .address-field span {
  display: flex;
  align-items: flex-start;
}

/* line 4523, app/assets/stylesheets/css/custom-listing.scss */
.b-address-hours-card-map .address-field span img {
  top: 2px;
}

@media screen and (max-width: 991.98px) {
  /* line 4528, app/assets/stylesheets/css/custom-listing.scss */
  .map_list_toggle_wrap a, .filters_btn_wrap a {
    font-size: 15px;
    padding: 0px 13px 0px 12px !important;
    display: inline-flex;
    min-width: 118px;
    text-align: center;
    height: 33px !important;
    min-height: 33px;
    justify-content: center;
    align-items: center;
    gap: 0px;
    line-height: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
  }
  /* line 4544, app/assets/stylesheets/css/custom-listing.scss */
  .map_list_toggle_wrap a img, .filters_btn_wrap a img {
    max-width: 17px;
    margin-right: 7px;
  }
  /* line 4549, app/assets/stylesheets/css/custom-listing.scss */
  .filters_btn_wrap a img {
    margin-right: 10px;
  }
  /* line 4553, app/assets/stylesheets/css/custom-listing.scss */
  .listing-searched-for {
    margin-top: 0;
  }
  /* line 4557, app/assets/stylesheets/css/custom-listing.scss */
  .topbar-search-form .form-control {
    height: 41px !important;
    padding: 0px 10px 0px 10px !important;
    font-size: 14px !important;
  }
}

@media screen and (max-width: 575.98px) {
  /* line 4567, app/assets/stylesheets/css/custom-listing.scss */
  .topbar-search-form .input-divider {
    max-width: 45%;
    min-width: 45%;
  }
  /* line 4572, app/assets/stylesheets/css/custom-listing.scss */
  .topbar-search-form .input-group {
    min-width: 55%;
    max-width: 55%;
  }
}

/* line 4578, app/assets/stylesheets/css/custom-listing.scss */
.result-info-head h2 .mobile_partner {
  margin: 0 2px 0 4px;
}

/* line 4582, app/assets/stylesheets/css/custom-listing.scss */
.result-info-head h2 .mobile_partner.second {
  margin-top: -6px;
  width: 28px;
  height: 28px;
}

/* line 4588, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_basic_info .result-info-head h2 svg {
  margin-left: 3px;
}

@media screen and (max-width: 719px) {
  /* line 4593, app/assets/stylesheets/css/custom-listing.scss */
  .result-info-head h2 .mobile_partner {
    width: 22px;
    height: 14px;
  }
  /* line 4597, app/assets/stylesheets/css/custom-listing.scss */
  .result-info-head h2 span#distance {
    font-size: 12px;
  }
  /* line 4600, app/assets/stylesheets/css/custom-listing.scss */
  .result-info-head h2 .mobile_partner.second {
    width: 21px;
    height: 21px;
  }
  /* line 4605, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_basic_info .result-info-head h2 svg {
    width: 35px;
    height: 24px;
  }
}

/* line 4611, app/assets/stylesheets/css/custom-listing.scss */
.pagy-nav.pagination .page.prev, .pagy-nav.pagination .page.prev a {
  background-position: 13px 12px !important;
}

/* line 4615, app/assets/stylesheets/css/custom-listing.scss */
.pagy-nav.pagination .page.next, .pagy-nav.pagination .page.next a {
  background-position: 15px 12px !important;
}

/* line 4619, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_basic_info .result-info-head h2 span {
  float: left;
  display: contents;
}

/* line 4624, app/assets/stylesheets/css/custom-listing.scss */
.business_profile_basic_info .result-info-head h2.building_svg svg {
  margin-top: -12px;
  width: 42px;
  height: 42px;
}

@media screen and (max-width: 719px) {
  /* line 4630, app/assets/stylesheets/css/custom-listing.scss */
  .business_profile_basic_info .result-info-head h2.building_svg svg {
    width: 29px;
    height: 28px;
    margin-top: -6px;
  }
}

/* line 4638, app/assets/stylesheets/css/custom-listing.scss */
.listing-searched-for p {
  color: #7B7B7B;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.29px;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 5px;
}

@media screen and (max-width: 575.97px) {
  /* line 4648, app/assets/stylesheets/css/custom-listing.scss */
  .listing-searched-for p {
    font-size: 13px;
  }
}

/* line 4652, app/assets/stylesheets/css/custom-listing.scss */
.highlights-card .b-highlight-box img {
  min-height: 50px;
  object-fit: scale-down;
}

@media screen and (max-width: 1404px) {
  /* line 4657, app/assets/stylesheets/css/custom-listing.scss */
  .highlights-card .b-highlight-box img {
    min-height: 38px;
    max-height: 38px;
  }
}

@media screen and (max-width: 575.98px) {
  /* line 4663, app/assets/stylesheets/css/custom-listing.scss */
  .topbar-search-form .form-control {
    font-size: 12px !important;
    word-spacing: -1px;
  }
  /* line 4668, app/assets/stylesheets/css/custom-listing.scss */
  .header-search-box .get-location {
    font-size: 12px;
    right: -4px;
  }
}

/* line 4674, app/assets/stylesheets/css/custom-listing.scss */
.gallery_modal .modal-content {
  width: 100%;
  border: none;
  box-shadow: 0 6px 30px #a5a4a4;
}

/* line 4679, app/assets/stylesheets/css/custom-listing.scss */
.gallery_modal .modal-body {
  padding: 0;
}

/* line 4682, app/assets/stylesheets/css/custom-listing.scss */
.gallery_modal .modal-header {
  border: none;
  justify-content: space-between;
  background: #F4F4F4;
  color: #32373F;
}

/* line 4688, app/assets/stylesheets/css/custom-listing.scss */
.gallery_modal .modal-header .head {
  font-weight: 500;
  font-size: 20px;
}

/* line 4693, app/assets/stylesheets/css/custom-listing.scss */
.gallery_modal .modal-header button {
  padding: 0px;
  background: transparent !important;
  color: #000 !important;
  outline: none !important;
  box-shadow: none !important;
  /* position: absolute; */
  /* right: 8px; */
  /* top: 5px; */
  font-size: 18px;
}

/* line 4705, app/assets/stylesheets/css/custom-listing.scss */
.gallery_modal .modal-body {
  padding: 30px;
  display: grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

/* line 4712, app/assets/stylesheets/css/custom-listing.scss */
.gallery_modal {
  padding: 0 !important;
}

/* line 4716, app/assets/stylesheets/css/custom-listing.scss */
.gallery_modal .modal-dialog {
  margin-top: 100px;
}

/* line 4720, app/assets/stylesheets/css/custom-listing.scss */
body.modal-open {
  padding-right: 0px !important;
}

/* line 4724, app/assets/stylesheets/css/custom-listing.scss */
body.modal-open .fixed-top {
  padding-right: 0px !important;
}

/* line 4728, app/assets/stylesheets/css/custom-listing.scss */
.gallery_modal .modal-body .card img, .gallery_modal .modal-body .card a {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 991.98px) {
  /* line 4736, app/assets/stylesheets/css/custom-listing.scss */
  .gallery_modal .modal-dialog {
    max-width: 95%;
    margin: 0 auto;
    margin-top: 45px;
  }
}

@media screen and (max-width: 600.98px) {
  /* line 4745, app/assets/stylesheets/css/custom-listing.scss */
  .gallery_modal .modal-body {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 4748, app/assets/stylesheets/css/custom-listing.scss */
  .gallery_modal .modal-header .head {
    font-size: 18px;
  }
}

@media screen and (max-width: 460.98px) {
  /* line 4754, app/assets/stylesheets/css/custom-listing.scss */
  .gallery_modal .modal-body {
    padding: 15px;
  }
}

/* line 4759, app/assets/stylesheets/css/custom-listing.scss */
div#precise_loc_modal {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 4763, app/assets/stylesheets/css/custom-listing.scss */
div#precise_loc_modal .modal-dialog {
  max-width: 400px;
}

/* line 4767, app/assets/stylesheets/css/custom-listing.scss */
div#precise_loc_modal .modal-dialog .modal-content .modal-header,
div#precise_loc_modal .modal-dialog .modal-content .modal-footer,
div#precise_loc_modal .modal-dialog .modal-content .modal-body {
  border: none;
  text-align: center;
  padding: 13px;
}

/* line 4778, app/assets/stylesheets/css/custom-listing.scss */
div#precise_loc_modal .modal-dialog .modal-content .modal-body .searched-location-wrap {
  justify-content: center;
}

/* line 4782, app/assets/stylesheets/css/custom-listing.scss */
div#precise_loc_modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin-top: 5px;
  color: #264116;
}

/* line 4790, app/assets/stylesheets/css/custom-listing.scss */
div#precise_loc_modal .modal-dialog .modal-content .modal-header .close {
  padding: 10px;
}

/* line 4794, app/assets/stylesheets/css/custom-listing.scss */
div#precise_loc_modal .modal-dialog .modal-content .modal-footer {
  padding-top: 0px;
  padding-bottom: 5px;
}

/* line 4799, app/assets/stylesheets/css/custom-listing.scss */
div#precise_loc_modal .modal-dialog .modal-content .modal-footer .btn-text {
  background: transparent !important;
  outline: none;
  box-shadow: none;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-size: 14px;
  padding: 0;
  text-decoration: underline;
  color: #363636 !important;
}

/* line 4812, app/assets/stylesheets/css/custom-listing.scss */
.call_to_action_btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

/* line 4819, app/assets/stylesheets/css/custom-listing.scss */
.call_to_action_btn span.collection_type_big {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-top: 0;
  color: #007640;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 575.98px) {
  /* line 4830, app/assets/stylesheets/css/custom-listing.scss */
  div#precise_loc_modal .modal-dialog {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 4835, app/assets/stylesheets/css/custom-listing.scss */
  div#precise_loc_modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 20px;
  }
  /* line 4838, app/assets/stylesheets/css/custom-listing.scss */
  .listing-result-box {
    flex-wrap: wrap;
  }
  /* line 4841, app/assets/stylesheets/css/custom-listing.scss */
  .result-info-description p .read-more-content {
    padding-top: 2px;
  }
  /* line 4844, app/assets/stylesheets/css/custom-listing.scss */
  .call_to_action_btn span.collection_type_big {
    font-size: 18px;
  }
  /* line 4847, app/assets/stylesheets/css/custom-listing.scss */
  .listing-result-box .full {
    width: 100%;
  }
}
