/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.scss */
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.scss */
.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.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/requirements/_swiper.scss */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.scss */
.swiper-button-lock {
  display: none;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.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/requirements/_swiper.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.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/requirements/_swiper.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.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/requirements/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.scss */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-pagination-lock {
  display: none;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.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/requirements/_swiper.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-scrollbar-lock {
  display: none;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.scss */
.swiper-slide-zoomed {
  cursor: move;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-container-cube {
  overflow: visible;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.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/requirements/_swiper.scss */
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.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/requirements/_swiper.scss */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.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/requirements/_swiper.scss */
.swiper-container-flip {
  overflow: visible;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.scss */
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 12, app/assets/stylesheets/requirements/_swiper.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/requirements/_swiper.scss */
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* line 3, app/assets/stylesheets/objects/_objects.background.sass */
body {
  clear: both;
  padding: 0;
  margin: 0;
}

/* line 7, app/assets/stylesheets/objects/_objects.background.sass */
body .root {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-size: contain;
  z-index: -1;
  margin: 0;
  overflow-x: hidden !important;
}

/* line 21, app/assets/stylesheets/objects/_objects.background.sass */
#root {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-size: contain;
  z-index: -1;
  margin: 0;
  overflow-x: hidden !important;
}

/* line 2, app/assets/stylesheets/objects/_objects.sign-up-form.sass */
.sign-up-form {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.sign-up-form > * {
  padding-left: 0;
}

/* line 6, app/assets/stylesheets/objects/_objects.sign-up-form.sass */
.sign-up-form__header {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  background: #FFFADB;
  text-align: center;
  padding: 2em;
  color: #F8B55F;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* line 14, app/assets/stylesheets/objects/_objects.sign-up-form.sass */
.sign-up-form__header-title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5em;
}

@media only screen and (min-width: 48em) {
  /* line 14, app/assets/stylesheets/objects/_objects.sign-up-form.sass */
  .sign-up-form__header-title {
    font-size: 1em;
  }
}

/* line 21, app/assets/stylesheets/objects/_objects.sign-up-form.sass */
.sign-up-form__header-cta {
  margin-top: 1em;
}

/* line 24, app/assets/stylesheets/objects/_objects.sign-up-form.sass */
.sign-up-form__header-description {
  font-size: .7em;
  line-height: 1.4em;
}

@media only screen and (min-width: 48em) {
  /* line 24, app/assets/stylesheets/objects/_objects.sign-up-form.sass */
  .sign-up-form__header-description {
    line-height: 1.5em;
    font-size: .9em;
    max-width: 800px;
    margin: 0 auto;
  }
}

/* line 33, app/assets/stylesheets/objects/_objects.sign-up-form.sass */
.sign-up-form__section {
  margin: 2em 0;
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  border-bottom: 1px solid #F4F0EC;
  padding-bottom: 2em;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.sign-up-form__section > * {
  padding-left: 0;
}

/* line 40, app/assets/stylesheets/objects/_objects.sign-up-form.sass */
.sign-up-form__section-title {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  font-weight: bold;
}

/* line 44, app/assets/stylesheets/objects/_objects.sign-up-form.sass */
.sign-up-form__section-terms {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  margin-right: 20%;
  max-height: 400px;
  overflow-y: scroll;
}

/* line 50, app/assets/stylesheets/objects/_objects.sign-up-form.sass */
.sign-up-form__section-description {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  font-size: .8em;
  margin-bottom: 1em;
}

/* line 55, app/assets/stylesheets/objects/_objects.sign-up-form.sass */
.sign-up-form__actions {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1em;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.sign-up-form__actions > * {
  padding-left: 0;
}

/* line 60, app/assets/stylesheets/objects/_objects.sign-up-form.sass */
.sign-up-form__action {
  border: 1px solid #F8B55F;
  color: #F8B55F;
  background: white;
  padding: .8em 1em;
  border-radius: 30px;
  min-width: 100px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  transition: all ease-in-out .2s;
}

/* line 72, app/assets/stylesheets/objects/_objects.sign-up-form.sass */
.sign-up-form__action.active {
  background: #F8B55F;
  color: white;
}

/* line 76, app/assets/stylesheets/objects/_objects.sign-up-form.sass */
.sign-up-form__action:hover {
  background: #f69e2e;
  color: white;
}

/* line 2, app/assets/stylesheets/objects/_objects.new-form.sass */
.new-form {
  padding: 1em;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 90%;
}

@media only screen and (min-width: 48em) {
  /* line 2, app/assets/stylesheets/objects/_objects.new-form.sass */
  .new-form {
    padding: 2vw;
  }
}

@media only screen and (min-width: 48em) {
  /* line 2, app/assets/stylesheets/objects/_objects.new-form.sass */
  .new-form {
    width: 60%;
  }
}

/* line 8, app/assets/stylesheets/objects/_objects.new-form.sass */
.new-form--full {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 95%;
}

@media only screen and (min-width: 48em) {
  /* line 8, app/assets/stylesheets/objects/_objects.new-form.sass */
  .new-form--full {
    width: 80%;
  }
}

/* line 11, app/assets/stylesheets/objects/_objects.new-form.sass */
.new-form__field {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  margin: .5em 0;
}

@media only screen and (min-width: 48em) {
  /* line 11, app/assets/stylesheets/objects/_objects.new-form.sass */
  .new-form__field {
    width: 47.5%;
  }
}

/* line 14, app/assets/stylesheets/objects/_objects.new-form.sass */
.new-form__field--full {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
}

/* line 16, app/assets/stylesheets/objects/_objects.new-form.sass */
.new-form__field__cta {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  margin-top: 2em;
  background: white;
  padding: 5px 40px;
  width: fit-content;
  color: #F8B55F;
  border: 1px solid #F8B55F;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  cursor: pointer;
  text-align: center;
  margin: 0px 21px;
  justify-items: center;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.new-form__field__cta > * {
  padding-left: 0;
}

/* line 33, app/assets/stylesheets/objects/_objects.new-form.sass */
.new-form__field__cta:hover {
  background: #f69e2e;
  color: white;
}

/* line 36, app/assets/stylesheets/objects/_objects.new-form.sass */
.new-form__label {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  font-size: .8em;
  font-weight: 500;
  color: #575B63;
}

/* line 42, app/assets/stylesheets/objects/_objects.new-form.sass */
.new-form__input {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  background: #F4F0EC;
  border: 1px solid #E5E4E1;
  padding: .8em .8em !important;
  font-size: 16px !important;
  border-radius: 20px !important;
}

/* line 50, app/assets/stylesheets/objects/_objects.new-form.sass */
.new-form textarea {
  -webkit-appearance: none;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  min-height: 150px;
  resize: none;
  background: #F4F0EC;
  border: 1px solid #F4F0EC;
  padding: 1em .8em;
  font-size: 14px;
  border-radius: 20px;
  font-family: 'Raleway', sans-serif;
}

/* line 62, app/assets/stylesheets/objects/_objects.new-form.sass */
.new-form select {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  -webkit-appearance: none;
  background: #F4F0EC;
  border: 1px solid #F4F0EC;
  padding: 1em .8em;
  font-size: 14px;
  border-radius: 20px;
}

/* line 2, app/assets/stylesheets/objects/_objects.main-content-mobile-navbar.sass */
.main-content-mobile-navbar {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  background: white;
  position: fixed;
  bottom: 0px;
  display: block;
  filter: drop-shadow(0px 4px 10px rgba(46, 48, 52, 0.07));
  border-radius: 0 0 10px 10px;
  z-index: 10000;
}

/* line 11, app/assets/stylesheets/objects/_objects.main-content-mobile-navbar.sass */
.main-content-mobile-navbar a {
  text-decoration: none;
}

@media only screen and (min-width: 48em) {
  /* line 2, app/assets/stylesheets/objects/_objects.main-content-mobile-navbar.sass */
  .main-content-mobile-navbar {
    display: none;
  }
}

/* line 16, app/assets/stylesheets/objects/_objects.main-content-mobile-navbar.sass */
.main-content-mobile-navbar__links {
  padding: .5em;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.main-content-mobile-navbar__links > * {
  padding-left: 0;
}

/* line 21, app/assets/stylesheets/objects/_objects.main-content-mobile-navbar.sass */
.main-content-mobile-navbar__link {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  cursor: pointer;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.main-content-mobile-navbar__link > * {
  padding-left: 0;
}

/* line 29, app/assets/stylesheets/objects/_objects.main-content-mobile-navbar.sass */
.main-content-mobile-navbar__link svg {
  color: #F8B55F;
}

/* line 32, app/assets/stylesheets/objects/_objects.main-content-mobile-navbar.sass */
.main-content-mobile-navbar__link.active {
  background: #FFFADB;
}

/* line 2, app/assets/stylesheets/objects/_objects.main-content-wrapper.sass */
.main-content-wrapper {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #F4F0EC;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.main-content-wrapper > * {
  padding-left: 0;
}

/* line 2, app/assets/stylesheets/objects/_objects.main-content-calendar.sass */
.main-content-calendar {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  background: white;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.main-content-calendar > * {
  padding-left: 0;
}

/* line 7, app/assets/stylesheets/objects/_objects.main-content-calendar.sass */
.main-content-calendar__nav {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  height: 5vh;
  margin: 1em 0;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.main-content-calendar__nav > * {
  padding-left: 0;
}

/* line 13, app/assets/stylesheets/objects/_objects.main-content-calendar.sass */
.main-content-calendar__week-data {
  font-weight: 600;
  padding: 1vw;
}

/* line 17, app/assets/stylesheets/objects/_objects.main-content-calendar.sass */
.main-content-calendar__week-item {
  background: #F4F0EC;
  box-sizing: border-box;
  text-align: center;
}

/* line 21, app/assets/stylesheets/objects/_objects.main-content-calendar.sass */
.main-content-calendar__week-item.active2 {
  background: white;
}

/* line 23, app/assets/stylesheets/objects/_objects.main-content-calendar.sass */
.main-content-calendar__week-item .main-content-calendar__week-day {
  color: #F78832;
}

/* line 26, app/assets/stylesheets/objects/_objects.main-content-calendar.sass */
.main-content-calendar__week-day {
  background: white;
  border-bottom: 1px solid #F4F0EC;
  box-shadow: 0px 10px 10px rgba(46, 48, 52, 0.05);
  font-size: .7em;
  height: 8vh;
  padding: 1vw;
}

/* line 33, app/assets/stylesheets/objects/_objects.main-content-calendar.sass */
.main-content-calendar__week-day.active {
  color: #F78832;
}

/* line 35, app/assets/stylesheets/objects/_objects.main-content-calendar.sass */
.main-content-calendar__week-day.inactive {
  color: #BDBFC8;
}

/* line 37, app/assets/stylesheets/objects/_objects.main-content-calendar.sass */
.main-content-calendar__week-day b {
  display: block;
  font-size: 1.5em;
  margin-top: -.3em;
}

/* line 42, app/assets/stylesheets/objects/_objects.main-content-calendar.sass */
.main-content-calendar__week-day-cards {
  height: 90vh;
  overflow: scroll;
  padding: 1vw;
  padding-bottom: 4em;
}

/* line 47, app/assets/stylesheets/objects/_objects.main-content-calendar.sass */
.main-content-calendar__week-day-cards::-webkit-scrollbar {
  display: none;
}

/* line 50, app/assets/stylesheets/objects/_objects.main-content-calendar.sass */
.main-content-calendar__week-day-card {
  background: white;
  border-radius: 5px;
  border: 1px solid #F4F0EC;
  box-shadow: 0 0 20px rgba(46, 48, 52, 0.1);
  margin: .5vw 0;
  min-height: 70px;
  padding: 1vw;
  position: relative;
}

/* line 59, app/assets/stylesheets/objects/_objects.main-content-calendar.sass */
.main-content-calendar__week-day-card.psychotherapeutic {
  border-right: 5px solid #F78832;
}

/* line 61, app/assets/stylesheets/objects/_objects.main-content-calendar.sass */
.main-content-calendar__week-day-card.social_attendences {
  border-right: 5px solid #AE74B2;
}

/* line 63, app/assets/stylesheets/objects/_objects.main-content-calendar.sass */
.main-content-calendar__week-day-card.juridical_mediations {
  border-right: 5px solid #284469;
}

/* line 65, app/assets/stylesheets/objects/_objects.main-content-calendar.sass */
.main-content-calendar__week-day-card.available {
  border-right: 5px solid #72C7AC;
}

/* line 67, app/assets/stylesheets/objects/_objects.main-content-calendar.sass */
.main-content-calendar__week-day-card.unavailable {
  border-right: 5px solid #BDBFC8;
}

/* line 69, app/assets/stylesheets/objects/_objects.main-content-calendar.sass */
.main-content-calendar__week-day-card.supervisions {
  border-right: 5px solid red;
}

/* line 71, app/assets/stylesheets/objects/_objects.main-content-calendar.sass */
.main-content-calendar__week-day-card.intervisions {
  border-right: 5px solid green;
}

/* line 2, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  position: relative;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.calendar-component > * {
  padding-left: 0;
}

/* line 6, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__title {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  color: black;
  line-height: 44px;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.calendar-component__title > * {
  padding-left: 0;
}

/* line 14, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__title svg {
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__next {
  position: fixed;
  top: 0;
  height: 90px;
  text-align: center;
  width: 44px;
  background: transparent;
  box-shadow: none;
  border: none;
  right: 0;
}

/* line 29, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__prev {
  position: fixed;
  top: 0;
  height: 90px;
  text-align: center;
  width: 44px;
  background: transparent;
  box-shadow: none;
  border: none;
  left: 0;
}

/* line 39, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__card {
  width: 120px;
  height: 125px;
  box-shadow: 0px 4px 10px rgba(241, 89, 34, 0.12);
  border-radius: 10px;
  overflow: hidden;
  border-top: 2px solid #F0F2F5;
  border-left: 2px solid #F0F2F5;
  border-bottom: 2px solid #F0F2F5;
  border-right: 10px solid #F78832;
  background: #FFFFFF;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform .25s ease-out;
}

/* line 54, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__card:hover {
  transform: scale(1.05);
}

/* line 56, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__card--mediation {
  width: 120px;
  height: 125px !important;
  box-shadow: 0px 4px 10px rgba(241, 89, 34, 0.12);
  border-radius: 10px;
  overflow: hidden;
  border-top: 2px solid #F0F2F5;
  border-left: 2px solid #F0F2F5;
  border-bottom: 2px solid #F0F2F5;
  border-right: 10px solid #284469;
  background: #FFFFFF;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform .25s ease-out;
}

/* line 71, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__card--mediation:hover {
  transform: scale(1.05);
}

/* line 74, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__card--social {
  width: 120px;
  height: 125px !important;
  box-shadow: 0px 4px 10px rgba(241, 89, 34, 0.12);
  border-radius: 10px;
  overflow: hidden;
  border-top: 2px solid #F0F2F5;
  border-left: 2px solid #F0F2F5;
  border-bottom: 2px solid #F0F2F5;
  border-right: 10px solid #AE74B2;
  background: #FFFFFF;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform .25s ease-out;
}

/* line 89, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__card--social:hover {
  transform: scale(1.05);
}

/* line 91, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__card--unlocked {
  width: 120px;
  height: 125px;
  box-shadow: 0px 4px 10px rgba(241, 89, 34, 0.12);
  border-radius: 10px;
  overflow: hidden;
  border-top: 2px solid #F0F2F5;
  border-left: 2px solid #F0F2F5;
  border-bottom: 2px solid #F0F2F5;
  border-right: 10px solid #72C7AC;
  background: #FFFFFF;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform .25s ease-out;
}

/* line 106, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__card--unlocked:hover {
  transform: scale(1.05);
}

/* line 108, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__card--locked {
  width: 120px;
  height: 125px;
  box-shadow: 0px 4px 10px rgba(241, 89, 34, 0.12);
  border-radius: 10px;
  overflow: hidden;
  border-top: 2px solid #F0F2F5;
  border-left: 2px solid #F0F2F5;
  border-bottom: 2px solid #F0F2F5;
  border-right: 10px solid #BDBFC8;
  background: #FFFFFF;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform .25s ease-out;
}

/* line 123, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__card--locked:hover {
  transform: scale(1.05);
}

/* line 125, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__card-body {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  background-color: white;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.calendar-component__card-body > * {
  padding-left: 0;
}

/* line 130, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__container-list-cta {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 30%;
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 225px;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.calendar-component__container-list-cta > * {
  padding-left: 0;
}

/* line 135, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__card-status {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #BDBFC8;
}

/* line 142, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__card-cta {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  margin-top: .5em;
}

/* line 146, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__card-name {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #575B63;
  cursor: pointer;
}

/* line 153, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__card-name svg {
  margin-top: -1em;
}

/* line 156, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__card-hour {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  color: black;
}

/* line 162, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__card-hour--lockunlock {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #BDBFC8;
}

/* line 169, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__card-option {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

/* line 174, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component svg {
  width: 18px;
}

/* line 177, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__card-icons {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  margin-top: .3em;
  cursor: pointer;
}

/* line 181, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.calendar-component__card-icons svg {
  margin-right: 1em;
}

/* line 184, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.time-line {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  gap: 1em;
  flex: 1;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.time-line > * {
  padding-left: 0;
}

/* line 192, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.listday {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.listday > * {
  padding-left: 0;
}

/* line 195, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.listday ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}

/* line 202, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.day {
  outline: none;
  cursor: pointer;
  color: #2E3034;
  background: transparent !important;
  font-weight: 600;
  font-size: 15px;
  height: auto;
  line-height: 150%;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  width: 40px;
  max-width: 40px;
  border: none;
  box-shadow: none;
  position: relative;
}

/* line 219, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.day.active {
  color: #F78832;
}

/* line 221, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.day.desactive {
  color: grey;
}

/* line 224, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.test {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 3em;
  width: 200px;
  margin-left: 4em;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  align-items: center;
  overflow: hidden !important;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.test > * {
  padding-left: 0;
}

/* line 235, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.test__list {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  color: #2E3034;
  background: #F4F0EC;
  grid-area: 1 / 1 / 2 / 2;
  font-weight: bold;
  font-size: 18px;
  padding-left: .3em;
  line-height: 150%;
  text-align: center;
  border: none;
  border-radius: 20px;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.test__list > * {
  padding-left: 0;
}

/* line 249, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.test__list button {
  background: #F4F0EC;
  text-align: center;
}

/* line 252, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.test__list.active {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 70px;
  margin-left: 2em;
  height: 27px;
  color: #2E3034;
  background: white;
  border: 1px solid #F78832;
  box-sizing: border-box;
  border-radius: 20px;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.test__list.active > * {
  padding-left: 0;
}

/* line 264, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.test__day p {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #2E3034;
  text-transform: capitalize;
  padding: 2px;
}

/* line 275, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.active-bg {
  background-color: #FBF9F5;
}

/* line 277, app/assets/stylesheets/objects/_objects.calendar-component.sass */
.invalid {
  color: #95979D;
}

/* line 2, app/assets/stylesheets/objects/_objects.main-content.sass */
.main-content {
  background: white;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  /* line 2, app/assets/stylesheets/objects/_objects.main-content.sass */
  .main-content {
    width: 100%;
  }
}

/* line 6, app/assets/stylesheets/objects/_objects.main-content.sass */
.main-content__page-title {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  height: 10vh;
  justify-content: center;
  padding: 1em;
}

@media only screen and (min-width: 48em) {
  /* line 6, app/assets/stylesheets/objects/_objects.main-content.sass */
  .main-content__page-title {
    justify-content: start;
    padding: 2vw;
  }
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.main-content__page-title > * {
  padding-left: 0;
}

/* line 16, app/assets/stylesheets/objects/_objects.main-content.sass */
.main-content__page-name {
  color: #F78832;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}

/* line 22, app/assets/stylesheets/objects/_objects.main-content.sass */
.main-content__data {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  font-size: .7em;
  justify-content: center;
}

@media only screen and (min-width: 48em) {
  /* line 22, app/assets/stylesheets/objects/_objects.main-content.sass */
  .main-content__data {
    justify-content: start;
  }
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.main-content__data > * {
  padding-left: 0;
}

/* line 29, app/assets/stylesheets/objects/_objects.main-content.sass */
.main-content__data img {
  height: 15px;
}

/* line 32, app/assets/stylesheets/objects/_objects.main-content.sass */
.main-content__data-numbers {
  color: #F78832;
  line-height: 1em;
  margin-top: -.2em;
}

/* line 37, app/assets/stylesheets/objects/_objects.main-content.sass */
.main-content__data-icon {
  margin-right: .5em;
}

/* line 40, app/assets/stylesheets/objects/_objects.main-content.sass */
.main-content--gray-bg {
  background: #F4F0EC;
}

/* line 2, app/assets/stylesheets/objects/_objects.main-sidebar.sass */
.main-sidebar {
  background: white;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 20%;
  padding: 2vw 0;
  box-shadow: 0 0 20px rgba(46, 48, 52, 0.1);
  min-height: 100vh;
  z-index: 2;
  display: none;
}

/* line 10, app/assets/stylesheets/objects/_objects.main-sidebar.sass */
.main-sidebar a {
  text-decoration: none;
}

@media only screen and (min-width: 48em) {
  /* line 2, app/assets/stylesheets/objects/_objects.main-sidebar.sass */
  .main-sidebar {
    display: block;
    position: sticky;
    top: 0;
  }
}

/* line 17, app/assets/stylesheets/objects/_objects.main-sidebar.sass */
.main-sidebar__logo {
  margin-top: -1vw;
  padding: 0 1vw;
}

/* line 21, app/assets/stylesheets/objects/_objects.main-sidebar.sass */
.main-sidebar__group {
  border-top: 1px solid #BDBFC8;
  border-bottom: 1px solid #BDBFC8;
  background: red;
}

/* line 26, app/assets/stylesheets/objects/_objects.main-sidebar.sass */
.main-sidebar__link {
  cursor: pointer;
  margin: .5vw 0;
  padding: .5vw 2vw;
  font-size: .8em;
  color: #F8B55F;
  font-weight: 400;
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  flex-wrap: wrap;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.main-sidebar__link > * {
  padding-left: 0;
}

/* line 34, app/assets/stylesheets/objects/_objects.main-sidebar.sass */
.main-sidebar__link:hover, .main-sidebar__link.active {
  background: #FFFADB;
}

/* line 36, app/assets/stylesheets/objects/_objects.main-sidebar.sass */
.main-sidebar__link.logout {
  color: #2E3034;
  margin-top: 1.5vw;
  border-top: 1px solid #F4F0EC;
  padding-top: 1.5vw;
}

/* line 42, app/assets/stylesheets/objects/_objects.main-sidebar.sass */
.main-sidebar__link.highlight {
  margin-top: 2em;
}

/* line 45, app/assets/stylesheets/objects/_objects.main-sidebar.sass */
.main-sidebar__link-icon {
  margin-right: 1vw;
}

/* line 48, app/assets/stylesheets/objects/_objects.main-sidebar.sass */
.main-sidebar__image {
  margin: 2vw;
}

/* line 2, app/assets/stylesheets/objects/_objects.user-path.sass */
.user-path {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.user-path > * {
  padding-left: 0;
}

/* line 6, app/assets/stylesheets/objects/_objects.user-path.sass */
.user-path__container {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 90%;
}

@media only screen and (min-width: 48em) {
  /* line 6, app/assets/stylesheets/objects/_objects.user-path.sass */
  .user-path__container {
    width: 80%;
  }
}

/* line 9, app/assets/stylesheets/objects/_objects.user-path.sass */
.user-path__list {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 2em 0;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.user-path__list > * {
  padding-left: 0;
}

/* line 14, app/assets/stylesheets/objects/_objects.user-path.sass */
.user-path__item {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  padding: 1em;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background: white;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #F4F0EC;
  margin: 1em 0;
}

@media only screen and (min-width: 48em) {
  /* line 14, app/assets/stylesheets/objects/_objects.user-path.sass */
  .user-path__item {
    width: 32%;
  }
}

@media only screen and (min-width: 48em) {
  /* line 14, app/assets/stylesheets/objects/_objects.user-path.sass */
  .user-path__item {
    padding: 2vw;
  }
}

/* line 26, app/assets/stylesheets/objects/_objects.user-path.sass */
.user-path__item-title {
  color: #F8B55F;
  font-weight: 900;
  font-size: 1.2em;
}

/* line 31, app/assets/stylesheets/objects/_objects.user-path.sass */
.user-path__item-description {
  font-size: .8em;
  margin: 1em 0;
  line-height: 1.2em;
}

/* line 36, app/assets/stylesheets/objects/_objects.user-path.sass */
.user-path__item-actions {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  gap: .5em;
}

/* line 40, app/assets/stylesheets/objects/_objects.user-path.sass */
.user-path__item-action {
  text-decoration: none;
  margin: .5em 0;
  display: block;
  padding: .8em 1em;
  border-radius: 30px;
  background: white;
  border: 1px solid #F8B55F;
  color: #F8B55F;
  font-size: .8em;
  transition: all ease-in-out .2s;
}

/* line 51, app/assets/stylesheets/objects/_objects.user-path.sass */
.user-path__item-action.active {
  background: #F8B55F;
  border: 1px solid #F8B55F;
  color: white;
}

/* line 56, app/assets/stylesheets/objects/_objects.user-path.sass */
.user-path__item-action:hover {
  background: #f69e2e;
  color: white;
}

/* line 2, app/assets/stylesheets/objects/_objects.navigation-tabs.sass */
.navigation-tabs {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  padding: 4vw 1em 0;
  gap: 4vw;
  border-bottom: 1px solid #F4F0EC;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.navigation-tabs > * {
  padding-left: 0;
}

@media only screen and (min-width: 48em) {
  /* line 2, app/assets/stylesheets/objects/_objects.navigation-tabs.sass */
  .navigation-tabs {
    padding: 2vw 2vw 0;
    gap: 2vw;
  }
}

/* line 11, app/assets/stylesheets/objects/_objects.navigation-tabs.sass */
.navigation-tab {
  padding-bottom: 1vw;
  font-size: .7em;
  transition: all ease-in-out .2s;
  cursor: pointer;
  font-weight: 500;
}

@media only screen and (min-width: 48em) {
  /* line 11, app/assets/stylesheets/objects/_objects.navigation-tabs.sass */
  .navigation-tab {
    font-size: .9em;
    min-width: 80px;
  }
}

/* line 21, app/assets/stylesheets/objects/_objects.navigation-tabs.sass */
.navigation-tab.active, .navigation-tab:hover {
  color: #F8B55F;
  border-bottom: 2px solid #F8B55F;
}

/* line 2, app/assets/stylesheets/objects/_objects.plan-card.sass */
.plan-cards {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 600px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  gap: 2vw;
}

/* line 9, app/assets/stylesheets/objects/_objects.plan-card.sass */
.plan-card {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  flex-wrap: wrap;
  background: white;
  box-sizing: border-box;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 1em;
  border: 1px solid #F4F0EC;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.plan-card > * {
  padding-left: 0;
}

@media only screen and (min-width: 48em) {
  /* line 9, app/assets/stylesheets/objects/_objects.plan-card.sass */
  .plan-card {
    padding: 2vw;
  }
}

/* line 20, app/assets/stylesheets/objects/_objects.plan-card.sass */
.plan-card__card-body {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.plan-card__card-body > * {
  padding-left: 0;
}

/* line 24, app/assets/stylesheets/objects/_objects.plan-card.sass */
.plan-card__card-checkbox {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 10%;
}

/* line 26, app/assets/stylesheets/objects/_objects.plan-card.sass */
.plan-card__card-checkbox input[type="checkbox"] {
  width: 32px;
  height: 32px;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 50% !important;
  border: 2px solid #BDBFC8;
  box-sizing: border-box;
}

/* line 34, app/assets/stylesheets/objects/_objects.plan-card.sass */
.plan-card__card-checkbox input[type="checkbox"]:checked {
  border: 2px solid #F8B55F;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/../../images/icons/check-icon-bill.svg);
}

/* line 40, app/assets/stylesheets/objects/_objects.plan-card.sass */
.plan-card__card-description {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 55%;
  font-size: .9em;
  font-weight: 600;
  text-transform: capitalize;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.plan-card__card-description > * {
  padding-left: 0;
}

/* line 46, app/assets/stylesheets/objects/_objects.plan-card.sass */
.plan-card__card-description p {
  font-size: .8em;
  margin: 0;
}

/* line 49, app/assets/stylesheets/objects/_objects.plan-card.sass */
.plan-card__card-description a {
  color: #F8B55F;
  text-decoration: underline;
}

/* line 54, app/assets/stylesheets/objects/_objects.plan-card.sass */
.plan-card__card-price p, .plan-card__card-price b {
  font-size: .8em;
  margin: 0;
}

/* line 4, app/assets/stylesheets/objects/_objects.avatar-upload.sass */
.avatar-upload {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.avatar-upload > * {
  padding-left: 0;
}

/* line 8, app/assets/stylesheets/objects/_objects.avatar-upload.sass */
.avatar-upload img {
  width: 100px;
  position: absolute;
}

/* line 12, app/assets/stylesheets/objects/_objects.avatar-upload.sass */
.avatar-upload input {
  display: none;
}

/* line 15, app/assets/stylesheets/objects/_objects.avatar-upload.sass */
.avatar-upload label {
  -webkit-appearance: none;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
}

/* line 2, app/assets/stylesheets/objects/_objects.schedule-event-page.sass */
.schedule-event-page {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.schedule-event-page > * {
  padding-left: 0;
}

/* line 6, app/assets/stylesheets/objects/_objects.schedule-event-page.sass */
.schedule-event-page__title {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 90.9090909091%;
  background: #F15922;
  border-radius: 10px;
  color: #FFFFFF;
  padding: 1em;
}

@media only screen and (min-width: 48em) {
  /* line 6, app/assets/stylesheets/objects/_objects.schedule-event-page.sass */
  .schedule-event-page__title {
    width: 100%;
  }
}

@media only screen and (min-width: 48em) {
  /* line 6, app/assets/stylesheets/objects/_objects.schedule-event-page.sass */
  .schedule-event-page__title {
    padding: 2vw;
  }
}

@media only screen and (min-width: 48em) {
  /* line 6, app/assets/stylesheets/objects/_objects.schedule-event-page.sass */
  .schedule-event-page__title {
    font-size: 1.2em;
  }
}

/* line 17, app/assets/stylesheets/objects/_objects.schedule-event-page.sass */
.schedule-event-page__container {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media only screen and (min-width: 48em) {
  /* line 17, app/assets/stylesheets/objects/_objects.schedule-event-page.sass */
  .schedule-event-page__container {
    width: 100%;
  }
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.schedule-event-page__container > * {
  padding-left: 0;
}

/* line 21, app/assets/stylesheets/objects/_objects.schedule-event-page.sass */
.schedule-event-page__close-btn {
  position: fixed;
  right: 2vw;
  top: 2vw;
}

/* line 2, app/assets/stylesheets/objects/_objects.user-list.sass */
.user-list {
  background: #F4F0EC;
  padding: 0 2vw;
  border-radius: 10px;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
}

/* line 10, app/assets/stylesheets/objects/_objects.user-list.sass */
.user-item {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  font-size: .9em;
  padding: 1vw 0;
  border: 1px solid #F4F0EC;
  border-left: 0px;
  border-right: 0px;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.user-item > * {
  padding-left: 0;
}

/* line 18, app/assets/stylesheets/objects/_objects.user-list.sass */
.user-item:first-child {
  border-top: none;
}

/* line 21, app/assets/stylesheets/objects/_objects.user-list.sass */
.user-item__info {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  /* line 21, app/assets/stylesheets/objects/_objects.user-list.sass */
  .user-item__info {
    width: 40%;
  }
}

/* line 24, app/assets/stylesheets/objects/_objects.user-list.sass */
.user-item__info, .user-item__actions {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1vw;
  margin: .5em 0;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.user-item__info > *, .user-item__actions > * {
  padding-left: 0;
}

@media only screen and (min-width: 48em) {
  /* line 24, app/assets/stylesheets/objects/_objects.user-list.sass */
  .user-item__info, .user-item__actions {
    display: flex;
    flex: initial;
    list-style: none;
    margin-left: 0;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
  }
  /* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
  .user-item__info > *, .user-item__actions > * {
    padding-left: 0;
  }
}

/* line 32, app/assets/stylesheets/objects/_objects.user-list.sass */
.user-item__name {
  font-size: .85em;
  font-weight: 500;
  text-align: left;
}

/* line 37, app/assets/stylesheets/objects/_objects.user-list.sass */
.user-item__avatar {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #BDBFC8;
  background-image: url(/../../images/noAvatar.png);
  background-size: cover;
  margin-right: .5em;
}

/* line 47, app/assets/stylesheets/objects/_objects.user-list.sass */
.user-item__avatar img {
  max-width: 35px;
  height: auto;
}

/* line 51, app/assets/stylesheets/objects/_objects.user-list.sass */
.user-item__email {
  font-size: .85em;
}

/* line 54, app/assets/stylesheets/objects/_objects.user-list.sass */
.user-item__role {
  font-size: .85em;
}

/* line 57, app/assets/stylesheets/objects/_objects.user-list.sass */
.user-item__action {
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #F8B55F;
  color: #F8B55F;
  padding: .3em 1.4em;
  font-size: .8em;
  font-weight: 500;
  background: white;
  transition: all ease-in-out .2s;
}

/* line 67, app/assets/stylesheets/objects/_objects.user-list.sass */
.user-item__action:hover {
  background: #F8B55F;
  color: white;
}

/* line 71, app/assets/stylesheets/objects/_objects.user-list.sass */
.user-item__action--danger {
  background: #F8B55F;
  color: white;
}

/* line 2, app/assets/stylesheets/objects/_objects.profile-modal.sass */
.profile-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow-y: scroll;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.profile-modal > * {
  padding-left: 0;
}

/* line 12, app/assets/stylesheets/objects/_objects.profile-modal.sass */
.profile-modal__overflow {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

/* line 21, app/assets/stylesheets/objects/_objects.profile-modal.sass */
.profile-modal__container {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 95%;
  background: white;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: relative;
  overflow: hidden;
  margin: 2em 0;
  overflow: scroll;
  max-height: 90vh;
}

@media only screen and (min-width: 48em) {
  /* line 21, app/assets/stylesheets/objects/_objects.profile-modal.sass */
  .profile-modal__container {
    width: 60%;
  }
}

/* line 33, app/assets/stylesheets/objects/_objects.profile-modal.sass */
.profile-modal__info {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 44.4444444444%;
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  flex-wrap: wrap;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.profile-modal__info > * {
  padding-left: 0;
}

/* line 37, app/assets/stylesheets/objects/_objects.profile-modal.sass */
.profile-modal__header {
  background: #FEED86;
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 2em;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.profile-modal__header > * {
  padding-left: 0;
}

/* line 42, app/assets/stylesheets/objects/_objects.profile-modal.sass */
.profile-modal__close-btn {
  position: absolute;
  cursor: pointer;
  top: 1em;
  right: 1em;
}

/* line 48, app/assets/stylesheets/objects/_objects.profile-modal.sass */
.profile-modal__header-avatar {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #BDBFC8;
  background-image: url(/../../images/noAvatar.png);
  background-size: cover;
  margin-right: .5em;
}

/* line 58, app/assets/stylesheets/objects/_objects.profile-modal.sass */
.profile-modal__header-avatar img {
  max-width: 35px;
  height: auto;
}

/* line 62, app/assets/stylesheets/objects/_objects.profile-modal.sass */
.profile-modal__header-name {
  font-size: 1em;
  color: #F8B55F;
  font-weight: 500;
  text-align: center;
}

/* line 68, app/assets/stylesheets/objects/_objects.profile-modal.sass */
.profile-modal__types {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 44.4444444444%;
  gap: 1em;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.profile-modal__types > * {
  padding-left: 0;
}

/* line 73, app/assets/stylesheets/objects/_objects.profile-modal.sass */
.profile-modal__type {
  border-radius: 5px;
  background: #F8B55F;
  color: white;
  font-size: .8em;
  padding: .4em 1.2em;
}

/* line 80, app/assets/stylesheets/objects/_objects.profile-modal.sass */
.profile-modal__body {
  padding: 2em 2em 1em;
  position: relative;
}

/* line 84, app/assets/stylesheets/objects/_objects.profile-modal.sass */
.profile-modal__actions {
  left: 0px;
  right: 0px;
  padding: 1em;
  position: sticky;
  bottom: 0px;
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1em;
  background: #F4F0EC;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.profile-modal__actions > * {
  padding-left: 0;
}

/* line 94, app/assets/stylesheets/objects/_objects.profile-modal.sass */
.profile-modal__action {
  border-radius: 20px;
  border: 1px solid #F8B55F;
  cursor: pointer;
  padding: .4em 1em;
  color: white;
  background: #F8B55F;
  font-size: .9em;
  font-weight: 600;
}

/* line 103, app/assets/stylesheets/objects/_objects.profile-modal.sass */
.profile-modal__action:hover {
  background: #f69e2e;
  color: white;
}

/* line 106, app/assets/stylesheets/objects/_objects.profile-modal.sass */
.profile-modal__action:first-child {
  background: white;
  color: orange;
}

/* line 110, app/assets/stylesheets/objects/_objects.profile-modal.sass */
.profile-modal__body-section {
  margin-bottom: 2em;
}

/* line 112, app/assets/stylesheets/objects/_objects.profile-modal.sass */
.profile-modal__body-section:last-child {
  margin: 0;
}

/* line 115, app/assets/stylesheets/objects/_objects.profile-modal.sass */
.profile-modal__body-title {
  font-weight: 800;
  font-size: 1em;
}

/* line 119, app/assets/stylesheets/objects/_objects.profile-modal.sass */
.profile-modal__body-description {
  font-size: .8em;
  background: #F4F0EC;
  padding: 1em;
  border-radius: 10px;
}

/* line 2, app/assets/stylesheets/objects/_objects.selected-user.sass */
.selected-user {
  background: rgba(254, 237, 134, 0.5);
  padding: .5em 2vw;
  margin: .5em 0;
  border-radius: 5px;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  flex-wrap: wrap;
  min-height: 70px;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.selected-user > * {
  padding-left: 0;
}

/* line 11, app/assets/stylesheets/objects/_objects.selected-user.sass */
.selected-user__empty-state {
  font-size: .9em;
  font-weight: 600;
  width: 80%;
}

/* line 15, app/assets/stylesheets/objects/_objects.selected-user.sass */
.selected-user__empty-state b {
  color: #F8B55F-80;
}

/* line 18, app/assets/stylesheets/objects/_objects.selected-user.sass */
.selected-user .user-item {
  border: none;
}

/* line 2, app/assets/stylesheets/objects/_objects.group-card.sass */
.group-card-list {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  padding: 2em;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.group-card-list > * {
  padding-left: 0;
}

/* line 7, app/assets/stylesheets/objects/_objects.group-card.sass */
.group-card {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: white;
  border-radius: 10px;
  border: 1px solid #E5E4E1;
  padding: 2em;
  margin-bottom: .5em;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.group-card > * {
  padding-left: 0;
}

/* line 16, app/assets/stylesheets/objects/_objects.group-card.sass */
.group-card__container {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  text-align: center;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.group-card__container > * {
  padding-left: 0;
}

@media only screen and (min-width: 48em) {
  /* line 16, app/assets/stylesheets/objects/_objects.group-card.sass */
  .group-card__container {
    width: 60%;
  }
}

@media only screen and (min-width: 48em) {
  /* line 16, app/assets/stylesheets/objects/_objects.group-card.sass */
  .group-card__container {
    text-align: left;
  }
}

/* line 23, app/assets/stylesheets/objects/_objects.group-card.sass */
.group-card__image {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  margin-bottom: 1em;
  border-radius: 50%;
}

@media only screen and (min-width: 48em) {
  /* line 23, app/assets/stylesheets/objects/_objects.group-card.sass */
  .group-card__image {
    width: 100px;
    height: 100px;
    margin: initial;
    margin-right: 1em;
  }
}

/* line 38, app/assets/stylesheets/objects/_objects.group-card.sass */
.group-card__body {
  font-size: .8em;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  /* line 38, app/assets/stylesheets/objects/_objects.group-card.sass */
  .group-card__body {
    width: 60%;
  }
}

/* line 42, app/assets/stylesheets/objects/_objects.group-card.sass */
.group-card__title {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  font-weight: 600;
}

/* line 46, app/assets/stylesheets/objects/_objects.group-card.sass */
.group-card__description {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  color: #575B63;
  font-size: .9em;
}

/* line 51, app/assets/stylesheets/objects/_objects.group-card.sass */
.group-card__autor {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  font-size: .8em;
  color: #BDBFC8;
  line-height: 1em;
}

/* line 57, app/assets/stylesheets/objects/_objects.group-card.sass */
.group-card__infos {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  color: #F8B55F;
  text-transform: capitalize !important;
}

/* line 62, app/assets/stylesheets/objects/_objects.group-card.sass */
.group-card__actions {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  gap: .5em;
  margin-top: 1em;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.group-card__actions > * {
  padding-left: 0;
}

@media only screen and (min-width: 48em) {
  /* line 62, app/assets/stylesheets/objects/_objects.group-card.sass */
  .group-card__actions {
    width: 35%;
  }
}

@media only screen and (min-width: 48em) {
  /* line 62, app/assets/stylesheets/objects/_objects.group-card.sass */
  .group-card__actions {
    display: flex;
    flex: initial;
    list-style: none;
    margin-left: 0;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 0em;
  }
  /* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
  .group-card__actions > * {
    padding-left: 0;
  }
}

/* line 1, app/assets/stylesheets/objects/_objects.buttons.sass */
.btn {
  border: 1px solid #F78832;
  color: #F78832;
  background: white;
  padding: .5em 1.5em;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  transition: all ease-in-out .2s;
  font-size: .9em;
  display: inline-block;
}

/* line 15, app/assets/stylesheets/objects/_objects.buttons.sass */
.btn.active {
  background: #F78832;
  color: white;
}

/* line 19, app/assets/stylesheets/objects/_objects.buttons.sass */
.btn:hover {
  background: #F78832;
  color: white;
}

/* line 23, app/assets/stylesheets/objects/_objects.buttons.sass */
.btn--small {
  padding: .5em 1.2em;
  font-size: .8em;
}

/* line 27, app/assets/stylesheets/objects/_objects.buttons.sass */
.btn--tiny {
  padding: .2em 1em;
  font-size: .8em;
}

/* line 31, app/assets/stylesheets/objects/_objects.buttons.sass */
.btn--primary {
  background: #F78832;
  color: white;
}

/* line 2, app/assets/stylesheets/objects/_objects.group-show.sass */
.group-show {
  padding: 1em;
}

@media only screen and (min-width: 48em) {
  /* line 2, app/assets/stylesheets/objects/_objects.group-show.sass */
  .group-show {
    padding: 2vw;
  }
}

/* line 7, app/assets/stylesheets/objects/_objects.group-show.sass */
.group-header {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  padding: 1em;
  border-radius: 10px;
  border: 1px solid #F4F0EC;
  background: #FBF9F5;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.group-header > * {
  padding-left: 0;
}

/* line 15, app/assets/stylesheets/objects/_objects.group-show.sass */
.group-header__image {
  width: 100px;
  height: 100px;
  background-size: cover;
  margin-right: 1em;
  margin-bottom: 1em;
  border-radius: 50%;
}

@media only screen and (min-width: 48em) {
  /* line 15, app/assets/stylesheets/objects/_objects.group-show.sass */
  .group-header__image {
    margin-bottom: 0em;
  }
}

/* line 25, app/assets/stylesheets/objects/_objects.group-show.sass */
.group-header__title {
  font-weight: 600;
  font-size: 1.2em;
}

/* line 29, app/assets/stylesheets/objects/_objects.group-show.sass */
.group-header__description {
  font-size: .9em;
}

/* line 32, app/assets/stylesheets/objects/_objects.group-show.sass */
.group-information {
  padding: 0em 2em;
  margin: 2em 0;
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1em;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.group-information > * {
  padding-left: 0;
}

/* line 38, app/assets/stylesheets/objects/_objects.group-show.sass */
.group-information__item {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  text-transform: capitalize;
}

@media only screen and (min-width: 48em) {
  /* line 38, app/assets/stylesheets/objects/_objects.group-show.sass */
  .group-information__item {
    width: 40%;
  }
}

/* line 42, app/assets/stylesheets/objects/_objects.group-show.sass */
.group-author {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  flex-wrap: wrap;
  background: #FFFADB;
  padding: 2em;
  font-size: .8em;
  margin-bottom: 2em;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.group-author > * {
  padding-left: 0;
}

/* line 49, app/assets/stylesheets/objects/_objects.group-show.sass */
.group-author__image {
  width: 80px;
  height: 80px;
  background-size: cover;
  border-radius: 50%;
  margin-right: 1em;
}

/* line 56, app/assets/stylesheets/objects/_objects.group-show.sass */
.group-author__name {
  font-weight: 600;
  line-height: 1em;
}

/* line 60, app/assets/stylesheets/objects/_objects.group-show.sass */
.group-cta {
  display: flex;
  flex: initial;
  list-style: none;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  gap: 1em;
  margin: 2em 0 4em;
}

/* line 59, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.group-cta > * {
  padding-left: 1.5rem;
}

/* line 4, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__header {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  position: sticky;
  height: 75px;
  margin-bottom: 0.5em;
  padding: 1em;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.group-chat__header > * {
  padding-left: 0;
}

/* line 11, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__header a {
  text-decoration: none;
  cursor: pointer;
}

/* line 14, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__header__image {
  width: 40px;
  height: 40px;
  background-size: cover;
  margin-right: .5em;
  border-radius: 50%;
}

@media only screen and (min-width: 48em) {
  /* line 14, app/assets/stylesheets/objects/_objects.group-chat.sass */
  .group-chat__header__image {
    width: 40px;
    height: 40px;
    margin-bottom: 0em;
  }
}

/* line 25, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__header__body {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 80%;
}

/* line 27, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__header__title {
  font-weight: 600;
  font-size: .9em;
}

/* line 31, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__header__description {
  font-size: .7em;
  line-height: 1.4em;
}

/* line 35, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__body {
  background: #FBF9F5;
  height: calc(90vh - 200px);
  overflow-y: scroll;
  padding-bottom: 2em;
}

@media only screen and (min-width: 48em) {
  /* line 35, app/assets/stylesheets/objects/_objects.group-chat.sass */
  .group-chat__body {
    height: calc(100vh - 200px);
  }
}

/* line 43, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__footer {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1em;
  box-sizing: content-box;
  position: sticky;
  max-height: 80px;
  bottom: 40px;
  background: white;
  z-index: 10000;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.group-chat__footer > * {
  padding-left: 0;
}

@media only screen and (min-width: 48em) {
  /* line 43, app/assets/stylesheets/objects/_objects.group-chat.sass */
  .group-chat__footer {
    bottom: 0px;
  }
}

/* line 54, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__footer input {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 90%;
  padding: .8em 1em !important;
  font-size: 16px !important;
}

/* line 59, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__footer .btn {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 9%;
  min-height: 40px;
  padding: 0px;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.group-chat__footer .btn > * {
  padding-left: 0;
}

/* line 65, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__body-item {
  padding: 2em;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  margin: 1em auto 1em 1em;
  background: white;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 80%;
  font-size: .9em;
  border: 1px solid #F4F0EC;
  position: sticky;
}

@media only screen and (min-width: 48em) {
  /* line 65, app/assets/stylesheets/objects/_objects.group-chat.sass */
  .group-chat__body-item {
    width: 60%;
  }
}

/* line 75, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__body-item__name {
  display: flex;
  align-items: center;
  font-weight: 800;
}

/* line 80, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__body-item__name img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1em;
  filter: drop-shadow(0px 4px 20px rgba(46, 48, 52, 0.07));
}

/* line 86, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__body-item__name p {
  display: contents;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #2E3034;
}

/* line 93, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__body-item__magic-link {
  display: flex;
  margin-top: 1em;
  background: #F4F2F2;
  border-radius: 5px;
  height: 180px;
}

/* line 99, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__body-item__text {
  margin-top: .5em;
  font-size: .8em;
  line-height: 1.5em;
}

/* line 104, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__body-item.active {
  background: white;
  margin: 1em 1em 1em auto;
}

/* line 108, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__supervision-sec {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(4, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background: #FFFFFF;
  border-radius: 10px;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.group-chat__supervision-sec > * {
  padding-left: 0;
}

/* line 121, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__supervision-sec__header {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  flex-wrap: wrap;
  background: #ECF4FE;
  padding-left: 1em;
  height: 38px;
  grid-area: 1 / 1 / 2 / 3;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 2em;
  color: #608BC3;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.group-chat__supervision-sec__header > * {
  padding-left: 0;
}

/* line 132, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__supervision-sec__title {
  font-weight: 600;
  padding-left: 1em;
  font-size: 14px;
  line-height: 150%;
  grid-area: 2 / 1 / 3 / 2;
  color: #575B63;
}

/* line 139, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__supervision-sec__author {
  grid-area: 3 / 1 / 4 / 2;
  font-weight: 500;
  padding-left: 1em;
  font-size: 12px;
  line-height: 150%;
  color: #BDBFC8;
}

/* line 146, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__supervision-sec__date {
  font-weight: 500;
  padding-left: 1em;
  font-size: 12px;
  line-height: 150%;
  color: #608BC3;
  grid-area: 4 / 1 / 5 / 2;
}

/* line 153, app/assets/stylesheets/objects/_objects.group-chat.sass */
.group-chat__supervision-sec__cta {
  display: flex;
  flex: initial;
  list-style: none;
  margin-left: 0;
  align-items: center;
  flex-wrap: wrap;
  grid-area: 2 / 2 / 5 / 3;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: #608EC3;
  width: 158px;
  height: 39px;
  background: #ECF4FE;
  border: 1px solid #7198CA;
  border-radius: 20px;
}

/* line 118, app/assets/stylesheets/requirements/hagrid/scss/hagrid/_modifiers.scss */
.group-chat__supervision-sec__cta > * {
  padding-left: 0;
}
