@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
/* line 1, app/assets/stylesheets/base/_layout.scss */
html {
  scroll-behavior: smooth;
}

/* line 5, app/assets/stylesheets/base/_layout.scss */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}

/* line 12, app/assets/stylesheets/base/_layout.scss */
.main {
  flex: 1;
}

/*-------------------------------*\
       @SETTINGS #VARIABLES
\*-------------------------------*/
/* line 3, app/assets/stylesheets/components/form/_index.scss */
.c-form {
  display: flex;
  flex-direction: column;
  max-width: 375px;
  margin: auto;
  align-items: center;
  padding: 16px 24px;
  border-radius: 2px;
  font-size: 14px;
  color: #3c4858;
}

/* line 13, app/assets/stylesheets/components/form/_index.scss */
.c-form--group {
  margin-bottom: 20px;
  width: 100%;
}

/* line 18, app/assets/stylesheets/components/form/_index.scss */
.c-form--action {
  margin-top: 18px;
  margin-bottom: 45px;
}

/* line 1, app/assets/stylesheets/fonts/_index.scss */
body {
  font-family: 'Inter', sans-serif;
}

/* line 5, app/assets/stylesheets/fonts/_index.scss */
h2,
h1.title {
  font-family: 'Poppins', sans-serif;
}

/*-------------------------------*\
       @SETTINGS #VARIABLES
\*-------------------------------*/
/* line 3, app/assets/stylesheets/design_system/component/_button.scss */
.c-button {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 18px 40px;
  border-radius: 6px;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #113c7b;
  background-color: #9ae2e0;
  line-height: 19px;
  letter-spacing: 0.8px;
}

/* line 20, app/assets/stylesheets/design_system/component/_button.scss */
.c-button--no-center {
  margin: 0;
}

/* line 24, app/assets/stylesheets/design_system/component/_button.scss */
.c-button--search {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 1.1px;
}

/* line 30, app/assets/stylesheets/design_system/component/_button.scss */
.c-button--my_account {
  transition: background-color 0.3s ease;
}

/* line 32, app/assets/stylesheets/design_system/component/_button.scss */
.c-button--my_account:hover {
  background-color: #9ae2e0;
}

/*-------------------------------*\
       @SETTINGS #VARIABLES
\*-------------------------------*/
/* line 3, app/assets/stylesheets/design_system/component/_input.scss */
.c-input {
  display: flex;
  height: 46px;
  width: 100%;
  margin-top: 6px;
  padding: 12px 16px;
  border-radius: 6px !important;
  border: 1px solid #c2cedb !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.01);
  color: #3c4858;
}

/* line 14, app/assets/stylesheets/design_system/component/_input.scss */
.c-input:focus {
  outline-style: none;
  border: 1px solid #0782d0 !important;
}

/* line 19, app/assets/stylesheets/design_system/component/_input.scss */
.c-input::placeholder {
  color: #8492a6;
  font-size: 16px;
}

/* line 1, app/assets/stylesheets/design_system/component/_location_image.scss */
.location_image:hover {
  transform: translateY(-10px);
}

/* line 5, app/assets/stylesheets/design_system/component/_location_image.scss */
.location_image {
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

/* line 10, app/assets/stylesheets/design_system/component/_location_image.scss */
.carousel-image-container {
  position: relative;
}

/* line 11, app/assets/stylesheets/design_system/component/_location_image.scss */
.carousel-image-container .location_image {
  display: block;
}

/* line 12, app/assets/stylesheets/design_system/component/_location_image.scss */
.carousel-image-container .fa-download {
  position: absolute;
  bottom: 0;
  left: 0;
}

/*-------------------------------*\
       @SETTINGS #VARIABLES
\*-------------------------------*/
/* line 3, app/assets/stylesheets/design_system/component/_trash.scss */
.trash {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 7, app/assets/stylesheets/design_system/component/_trash.scss */
.trash:hover {
  stroke: #fc8383;
}

/*-------------------------------*\
       @SETTINGS #VARIABLES
\*-------------------------------*/
/* line 3, app/assets/stylesheets/helpers/_background.scss */
.gradient-blue {
  background: linear-gradient(280.35deg, #2c3e6b 2.71%, #0068af 95.46%);
}

/* line 8, app/assets/stylesheets/helpers/_background.scss */
.bold-link-hover:hover {
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/helpers/_rotate.scss */
.-rotate-svg-90 {
  transform: rotate(-90deg);
}

/* line 2, app/assets/stylesheets/helpers/_hover_pointer.scss */
.pop-out:hover {
  cursor: pointer;
  transform: scale(1.08);
}

/* line 1, app/assets/stylesheets/helpers/_logo.scss */
.logo-size {
  height: 120px;
  width: 120px;
  object-fit: contain;
}

/* line 1, app/assets/stylesheets/helpers/_stars_background.scss */
:root {
  --twinkle-duration: 4s;
}

/* line 5, app/assets/stylesheets/helpers/_stars_background.scss */
.stars-wrapper {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  overflow: hidden;
}

/* line 14, app/assets/stylesheets/helpers/_stars_background.scss */
.stars {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: twinkle var(--twinkle-duration) ease-in-out infinite;
}

/* line 22, app/assets/stylesheets/helpers/_stars_background.scss */
.stars:nth-child(2) {
  animation-delay: calc(var(--twinkle-duration) * -0.33);
}

/* line 25, app/assets/stylesheets/helpers/_stars_background.scss */
.stars:nth-child(3) {
  animation-delay: calc(var(--twinkle-duration) * -0.66);
}

@keyframes twinkle {
  25% {
    opacity: 0;
  }
}

/* line 36, app/assets/stylesheets/helpers/_stars_background.scss */
.star {
  fill: white;
}

/* line 39, app/assets/stylesheets/helpers/_stars_background.scss */
.star:nth-child(3n) {
  opacity: 0.8;
}

/* line 42, app/assets/stylesheets/helpers/_stars_background.scss */
.star:nth-child(7n) {
  opacity: 0.6;
}

/* line 45, app/assets/stylesheets/helpers/_stars_background.scss */
.star:nth-child(13n) {
  opacity: 0.4;
}

/* line 48, app/assets/stylesheets/helpers/_stars_background.scss */
.star:nth-child(19n) {
  opacity: 0.2;
}

/* line 53, app/assets/stylesheets/helpers/_stars_background.scss */
.comet {
  transform-origin: center center;
  animation: comet 10s linear infinite;
}

@keyframes comet {
  0%,
40% {
    transform: translateX(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60%,
100% {
    transform: translateX(-100vmax);
    opacity: 0;
  }
}

/* line 74, app/assets/stylesheets/helpers/_stars_background.scss */
.comet-b {
  animation-delay: -3.3s;
}

/* line 78, app/assets/stylesheets/helpers/_stars_background.scss */
.comet-c {
  animation-delay: -5s;
}

/* line 1, app/assets/stylesheets/../../components/accordion/component.scss */
.rotate-svg {
  transform: rotate(180deg);
}

/*-------------------------------*\
       @SETTINGS #VARIABLES
\*-------------------------------*/
/* line 3, app/assets/stylesheets/../../components/navbar/component.scss */
.navbar {
  display: flex;
  align-items: center;
  padding: 0 24px;
  color: #ffffff;
  background-color: #113c7b;
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/../../components/navbar/component.scss */
  .navbar {
    height: 91px;
  }
}

@media (min-width: 870px) {
  /* line 14, app/assets/stylesheets/../../components/navbar/component.scss */
  .navbar--mobile {
    display: none !important;
    flex: none;
  }
}

/* line 21, app/assets/stylesheets/../../components/navbar/component.scss */
.navbar--desktop {
  display: none;
}

@media (min-width: 870px) {
  /* line 21, app/assets/stylesheets/../../components/navbar/component.scss */
  .navbar--desktop {
    display: flex;
    justify-content: space-between;
    font-weight: 500px;
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  /* line 21, app/assets/stylesheets/../../components/navbar/component.scss */
  .navbar--desktop {
    padding: 0 49px 0 39px;
  }
}

@media (min-width: 1280px) {
  /* line 21, app/assets/stylesheets/../../components/navbar/component.scss */
  .navbar--desktop {
    padding: 0 0 0 139px;
  }
}

/* line 41, app/assets/stylesheets/../../components/navbar/component.scss */
.sidebar-slide-in {
  animation: slide-in 0.6s ease-in;
}

@keyframes slide-in {
  0% {
    transform: translateX(-300%);
    visibility: hidden;
    opacity: 0;
  }
  30% {
    transform: translateX(-150%);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
}

/* line 62, app/assets/stylesheets/../../components/navbar/component.scss */
.sidebar-slide-out {
  animation: slide-out 1s ease-out;
}

@keyframes slide-out {
  0% {
    transform: translateX(0);
    visibility: visible;
  }
  70% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(-300%);
    visibility: hidden;
    opacity: 0.85;
  }
}

/* line 81, app/assets/stylesheets/../../components/navbar/component.scss */
.navbar__option {
  position: relative;
  padding: 0;
  cursor: pointer;
}

/* line 86, app/assets/stylesheets/../../components/navbar/component.scss */
.navbar__option::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffff;
  transition: width 0.3s ease-in-out;
}

/* line 97, app/assets/stylesheets/../../components/navbar/component.scss */
.navbar__option:hover::before {
  width: 100%;
}

/* line 102, app/assets/stylesheets/../../components/navbar/component.scss */
.navbar__option--selected::before {
  background-color: #9ae2e0;
}

/* line 106, app/assets/stylesheets/../../components/navbar/component.scss */
.navbar__option--selected:hover::before {
  width: 100%;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
:root {
  --tagify-dd-color-primary:rgb(53,149,246);
  --tagify-dd-text-color:black;
  --tagify-dd-bg-color:white;
  --tagify-dd-item-pad:.3em .5em;
  --tagify-dd-max-height:300px;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify {
  --tags-disabled-bg:#F1F1F1;
  --tags-border-color:#DDD;
  --tags-hover-border-color:#CCC;
  --tags-focus-border-color:#3595f6;
  --tag-border-radius:3px;
  --tag-bg:#E5E5E5;
  --tag-hover:#D3E2E2;
  --tag-text-color:black;
  --tag-text-color--edit:black;
  --tag-pad:0.3em 0.5em;
  --tag-inset-shadow-size:1.1em;
  --tag-invalid-color:#D39494;
  --tag-invalid-bg:rgba(211, 148, 148, 0.5);
  --tag--min-width:1ch;
  --tag--max-width:100%;
  --tag-hide-transition:0.3s;
  --tag-remove-bg:rgba(211, 148, 148, 0.3);
  --tag-remove-btn-color:black;
  --tag-remove-btn-bg:none;
  --tag-remove-btn-bg--hover:#c77777;
  --input-color:inherit;
  --placeholder-color:rgba(0, 0, 0, 0.4);
  --placeholder-color-focus:rgba(0, 0, 0, 0.25);
  --loader-size:.8em;
  --readonly-striped:1;
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid var(--tags-border-color);
  padding: 0;
  line-height: 0;
  outline: 0;
  position: relative;
  box-sizing: border-box;
  transition: .1s;
}

@keyframes tags--bump {
  30% {
    transform: scale(1.2);
  }
}

@keyframes rotateLoader {
  to {
    transform: rotate(1turn);
  }
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify:has([contenteditable=true]) {
  cursor: text;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify:hover:not(.tagify--focus):not(.tagify--invalid) {
  --tags-border-color:var(--tags-hover-border-color);
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify[disabled] {
  background: var(--tags-disabled-bg);
  filter: saturate(0);
  opacity: .5;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify.tagify--select[disabled], .tagify.tagify--select[readonly] {
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify[disabled]:not(.tagify--mix):not(.tagify--select), .tagify[readonly]:not(.tagify--mix):not(.tagify--select) {
  cursor: default;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify[disabled]:not(.tagify--mix):not(.tagify--select) > .tagify__input, .tagify[readonly]:not(.tagify--mix):not(.tagify--select) > .tagify__input {
  visibility: hidden;
  width: 0;
  margin: 5px 0;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div, .tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div {
  padding: var(--tag-pad);
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div::before, .tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div::before {
  animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
}

@keyframes readonlyStyles {
  0% {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95);
  }
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify[disabled] .tagify__tag__removeBtn, .tagify[readonly] .tagify__tag__removeBtn {
  display: none;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify--loading .tagify__input > br:last-child {
  display: none;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify--loading .tagify__input::before {
  content: none;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify--loading .tagify__input::after {
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: .7em;
  height: .7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #eee #bbb #888 transparent;
  border-radius: 50%;
  animation: rotateLoader .4s infinite linear;
  content: "" !important;
  margin: -2px 0 -2px .5em;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify--loading .tagify__input:empty::after {
  margin-left: 0;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify + input, .tagify + textarea {
  position: absolute !important;
  left: -9999em !important;
  transform: scale(0) !important;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag {
  display: inline-flex;
  align-items: center;
  max-width: var(--tag--max-width);
  margin-inline: 5px 0;
  margin-block: 5px;
  position: relative;
  z-index: 1;
  outline: 0;
  line-height: normal;
  cursor: default;
  transition: .13s ease-out;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag > div {
  display: flex;
  flex: 1;
  vertical-align: top;
  box-sizing: border-box;
  max-width: 100%;
  padding: var(--tag-pad);
  color: var(--tag-text-color);
  line-height: inherit;
  border-radius: var(--tag-border-radius);
  white-space: nowrap;
  transition: .13s ease-out;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag > div > * {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  min-width: var(--tag--min-width);
  max-width: var(--tag--max-width);
  transition: .8s ease,.1s color;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag > div > [contenteditable] {
  display: block;
  outline: 0;
  -webkit-user-select: text;
  user-select: text;
  cursor: text;
  margin: -2px;
  padding: 2px;
  max-width: 350px;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag > div > :only-child {
  width: 100%;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag > div::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  inset: var(--tag-bg-inset, 0);
  z-index: -1;
  pointer-events: none;
  transition: 120ms ease;
  animation: tags--bump .3s ease-out 1;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag:focus div::before, .tagify__tag:hover:not([readonly]) div::before {
  --tag-bg-inset:-2.5px;
  --tag-bg:var(--tag-hover);
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag--loading {
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag--loading .tagify__tag__removeBtn {
  display: none;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag--loading::after {
  --loader-size:.4em;
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: .7em;
  height: .7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #eee #bbb #888 transparent;
  border-radius: 50%;
  animation: rotateLoader .4s infinite linear;
  margin: 0 .5em 0 -.1em;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag--flash div::before {
  animation: none;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag--hide {
  width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  transform: scale(0);
  transition: var(--tag-hide-transition);
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag--hide > div > * {
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag.tagify--noAnim > div::before {
  animation: none;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div > span {
  opacity: .5;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
  --tag-bg:var(--tag-invalid-bg);
  transition: .2s;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag[readonly] .tagify__tag__removeBtn {
  display: none;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag[readonly] > div::before {
  animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
}

@keyframes readonlyStyles {
  0% {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95);
  }
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag--editable > div {
  color: var(--tag-text-color--edit);
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag--editable > div::before {
  box-shadow: 0 0 0 2px var(--tag-hover) inset !important;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag--editable > .tagify__tag__removeBtn {
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag--editable > .tagify__tag__removeBtn::after {
  opacity: 0;
  transform: translateX(100%) translateX(5px);
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag--editable.tagify--invalid > div::before {
  box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag__removeBtn {
  order: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  font: 14px/1 Arial;
  background: var(--tag-remove-btn-bg);
  color: var(--tag-remove-btn-color);
  width: 14px;
  height: 14px;
  margin-inline: auto 4.6666666667px;
  overflow: hidden;
  transition: .2s ease-out;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag__removeBtn::after {
  content: "×";
  transition: .3s,color 0s;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag__removeBtn:hover {
  color: #fff;
  background: var(--tag-remove-btn-bg--hover);
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag__removeBtn:hover + div > span {
  opacity: .5;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__tag__removeBtn:hover + div::before {
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg, rgba(211, 148, 148, 0.3)) inset !important;
  transition: box-shadow .2s;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify:not(.tagify--mix) .tagify__input br {
  display: none;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify:not(.tagify--mix) .tagify__input * {
  display: inline;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__input {
  flex-grow: 1;
  display: inline-block;
  min-width: 110px;
  margin: 5px;
  padding: var(--tag-pad);
  line-height: normal;
  position: relative;
  white-space: pre-wrap;
  color: var(--input-color);
  box-sizing: inherit;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__input:focus {
  outline: 0;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__input:focus::before {
  transition: .2s ease-out;
  opacity: 0;
  transform: translatex(6px);
}

@supports (-ms-ime-align: auto) {
  /* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
  .tagify__input:focus::before {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__input:focus:empty::before {
  transition: .2s ease-out;
  opacity: 1;
  transform: none;
  color: rgba(0, 0, 0, 0.25);
  color: var(--placeholder-color-focus);
}

@-moz-document url-prefix() {
  /* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
  .tagify__input:focus:empty::after {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__input::before {
  content: attr(data-placeholder);
  width: 100%;
  height: 100%;
  margin: auto 0;
  z-index: 1;
  color: var(--placeholder-color);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  position: absolute;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__input::after {
  content: attr(data-suggest);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  min-width: calc(100% - 1.5em);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  color: var(--tag-text-color);
  opacity: .3;
  pointer-events: none;
  max-width: 100px;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__input .tagify__tag {
  margin: 0 1px;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify--mix {
  display: block;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify--mix .tagify__input {
  padding: 5px;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  display: block;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify--mix .tagify__input::before {
  height: auto;
  display: none;
  line-height: inherit;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify--mix .tagify__input::after {
  content: none;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify--select {
  cursor: default;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify--select::after {
  content: ">";
  opacity: .5;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font: 16px monospace;
  line-height: 8px;
  height: 8px;
  pointer-events: none;
  transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
  transition: .2s ease-in-out;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify--select[aria-expanded=true]::after {
  transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify--select .tagify__tag {
  flex: 1;
  max-width: none;
  margin-inline-end: 2em;
  margin-block: 0;
  padding-block: 5px;
  cursor: text;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify--select .tagify__tag div::before {
  display: none;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify--select .tagify__tag + .tagify__input {
  display: none;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify--empty .tagify__input::before {
  transition: .2s ease-out;
  opacity: 1;
  transform: none;
  display: inline-block;
  width: auto;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify--mix .tagify--empty .tagify__input::before {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify--focus {
  --tags-border-color:var(--tags-focus-border-color);
  transition: 0s;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify--invalid {
  --tags-border-color:#D39494;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__dropdown {
  position: absolute;
  z-index: 9999;
  transform: translateY(-1px);
  border-top: 1px solid var(--tagify-dd-color-primary);
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__dropdown[dir=rtl] {
  transform: translate(-100%, -1px);
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__dropdown[placement=top] {
  margin-top: 0;
  transform: translateY(-100%);
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__dropdown[placement=top] .tagify__dropdown__wrapper {
  border-top-width: 1.1px;
  border-bottom-width: 0;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__dropdown[position=text] {
  box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), 0.1);
  font-size: .9em;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__dropdown[position=text] .tagify__dropdown__wrapper {
  border-width: 1px;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__dropdown__wrapper {
  max-height: var(--tagify-dd-max-height);
  overflow: hidden;
  overflow-x: hidden;
  color: var(--tagify-dd-text-color);
  background: var(--tagify-dd-bg-color);
  border: 1px solid;
  border-color: var(--tagify-dd-color-primary);
  border-bottom-width: 1.5px;
  border-top-width: 0;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  transition: 0.3s cubic-bezier(0.5, 0, 0.3, 1), transform 0.15s;
  animation: dd-wrapper-show 0s .3s forwards;
}

@keyframes dd-wrapper-show {
  to {
    overflow-y: auto;
  }
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__dropdown__header:empty {
  display: none;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__dropdown__footer {
  display: inline-block;
  margin-top: .5em;
  padding: var(--tagify-dd-item-pad);
  font-size: .7em;
  font-style: italic;
  opacity: .5;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__dropdown__footer:empty {
  display: none;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__dropdown--initial .tagify__dropdown__wrapper {
  max-height: 20px;
  transform: translateY(-1em);
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper {
  transform: translateY(2em);
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__dropdown__item {
  box-sizing: border-box;
  padding: var(--tagify-dd-item-pad);
  margin: 1px;
  white-space: pre-wrap;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
  outline: 0;
  max-height: 60px;
  max-width: 100%;
  line-height: normal;
  position: relative;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__dropdown__item--active {
  background: var(--tagify-dd-color-primary);
  color: #fff;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__dropdown__item:active {
  filter: brightness(105%);
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__dropdown__item--hidden {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 1px;
  pointer-events: none;
  overflow: hidden;
  max-height: 0;
  transition: var(--tagify-dd-item--hidden-duration, 0.3s) !important;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__dropdown__item--hidden > * {
  transform: translateY(-100%);
  opacity: 0;
  transition: inherit;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__dropdown__item--selected::before {
  content: "✓";
  font-family: monospace;
  position: absolute;
  inset-inline-start: 6px;
  text-indent: 0;
  line-height: 1.1;
}

/* line 1, app/assets/stylesheets/../../../node_modules/@yaireo/tagify/dist/tagify.css */
.tagify__dropdown:has(.tagify__dropdown__item--selected) .tagify__dropdown__item {
  text-indent: 1em;
}

/**
 * Swiper 11.1.12
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 1, 2024
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */
/* line 21, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

/* line 28, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

/* line 35, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

/* line 46, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

/* line 49, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

/* line 59, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

/* line 64, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-horizontal {
  touch-action: pan-y;
}

/* line 67, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-vertical {
  touch-action: pan-x;
}

/* line 70, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

/* line 78, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
/* line 82, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

/* line 86, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* line 90, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
/* line 96, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

/* line 99, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

/* line 102, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-3d {
  perspective: 1200px;
}

/* line 105, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
/* line 110, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

/* line 117, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

/* line 120, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

/* line 123, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

/* line 126, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

/* line 129, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

/* line 132, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

/* line 135, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

/* line 140, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

/* line 144, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

/* line 147, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

/* line 152, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

/* line 155, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
/* line 162, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 180, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

/* line 183, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 186, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 189, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 192, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 195, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

/* line 210, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

/* line 214, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

/* line 217, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */
/* line 229, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

/* line 233, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

/* line 240, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

/* line 244, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

/* line 248, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

/* line 256, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

/* line 270, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* line 276, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

/* line 282, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

/* line 286, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

/* line 293, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

/* line 297, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

/* line 302, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

/* line 307, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-button-lock {
  display: none;
}

/* Navigation font start */
/* line 311, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

/* line 320, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

/* line 324, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

/* line 329, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

/* Navigation font end */
/* line 334, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

/* line 355, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 362, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 365, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
/* line 370, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
/* line 380, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

/* line 384, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

/* line 388, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

/* line 391, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

/* line 394, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

/* line 397, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

/* line 400, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

/* line 403, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

/* line 406, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

/* line 414, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 422, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 425, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullet:only-child {
  display: none !important;
}

/* line 428, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

/* line 432, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

/* line 439, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

/* line 444, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

/* line 450, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

/* line 456, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

/* line 460, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* line 466, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

/* line 471, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
/* line 476, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
/* line 480, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

/* line 484, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

/* line 494, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

/* line 497, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

/* line 506, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

/* line 515, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-pagination-lock {
  display: none;
}

/* line 518, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

/* line 531, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

/* line 537, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

/* line 541, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

/* line 551, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

/* line 561, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

/* line 570, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 573, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
/* line 577, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* line 585, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
/* line 593, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
/* line 598, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 606, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 610, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

/* line 613, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

/* line 617, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

/* line 620, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

/* line 624, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 627, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

/* line 630, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 633, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper.swiper-cube {
  overflow: visible;
}

/* line 636, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 646, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 649, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

/* line 652, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 656, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

/* line 662, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

/* line 671, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

/* line 681, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
/* line 686, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
/* line 695, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper.swiper-flip {
  overflow: visible;
}

/* line 698, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 704, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 707, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
/* line 712, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
/* line 721, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

/* line 727, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper.swiper-cards {
  overflow: visible;
}

/* line 730, app/assets/stylesheets/../../../node_modules/swiper/swiper-bundle.css */
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@layer utilities {
  /* line 29, app/assets/stylesheets/application.scss */
  .disabled-icon path {
    fill: #D3DCE6;
  }
  /* line 33, app/assets/stylesheets/application.scss */
  .positioned-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* line 40, app/assets/stylesheets/application.scss */
.scroll-mt-25 {
  scroll-margin-top: 6.25rem;
}

/* line 44, app/assets/stylesheets/application.scss */
.tagify-look {
  --tag-bg: #0782d0;
  --tag-hover: #0782d0;
  --tag-text-color: #FFF;
  --tags-border-color: rgba(229, 231, 235,1);
  --tag-text-color--edit: #111;
  --tag-pad: .375rem 0.25rem 0.375rem 0.5rem;
  --tag-inset-shadow-size: 1.35em;
  --tag-remove-bg: #0782d0;
  --tag-remove-btn-color: #FFF;
  --tag-remove-btn-bg--hover: rgba(255, 255, 255, 0.8);
  padding-right: 6px;
}

/* line 58, app/assets/stylesheets/application.scss */
.tagify-look .tagify__tag > div {
  border-radius: 6px;
}

/* line 62, app/assets/stylesheets/application.scss */
.tagify-look .tagify__tag__removeBtn {
  @apply text-base;
}

/* line 67, app/assets/stylesheets/application.scss */
.pill:checked + label {
  border: 1px solid #0782D0;
  background-color: #E2ECF7;
}

/* line 72, app/assets/stylesheets/application.scss */
.button-label:first-of-type {
  border-left: 1px solid #D3DCE6;
}

/* line 77, app/assets/stylesheets/application.scss */
.interactive-btn .thick-icon path {
  stroke-width: 0;
  transition: fill 150ms;
}

/* line 82, app/assets/stylesheets/application.scss */
.interactive-btn .icon path {
  transition: stroke 150ms;
}

/* line 86, app/assets/stylesheets/application.scss */
.interactive-btn:hover .icon path, .interactive-btn:hover .saved > path {
  stroke: white;
}

/* line 91, app/assets/stylesheets/application.scss */
.interactive-btn:hover .thick-icon path, .interactive-btn:hover .saved > path {
  fill: white;
}

/* line 97, app/assets/stylesheets/application.scss */
svg.icon path {
  fill: #3C4858;
}

/* line 101, app/assets/stylesheets/application.scss */
button:disabled {
  color: #C2CEDB;
  cursor: default;
}

/* line 105, app/assets/stylesheets/application.scss */
button:disabled path {
  fill: #C2CEDB;
}

/* line 110, app/assets/stylesheets/application.scss */
.no-pseudo-elems::after,
.no-pseudo-elems::before {
  display: none;
}

/* Reset */
/* line 117, app/assets/stylesheets/application.scss */
input#search-keyword-input {
  /* IE and Edge */
  /* Chrome and Safari */
}

/* line 119, app/assets/stylesheets/application.scss */
input#search-keyword-input::-ms-clear, input#search-keyword-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* line 127, app/assets/stylesheets/application.scss */
input#search-keyword-input::-webkit-search-decoration, input#search-keyword-input::-webkit-search-cancel-button, input#search-keyword-input::-webkit-search-results-button, input#search-keyword-input::-webkit-search-results-decoration {
  display: none;
}

/* Animations */
/* line 137, app/assets/stylesheets/application.scss */
.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #e5e9f2;
  border-top: 4px solid #0068af;
  border-radius: 50%;
  animation-duration: 750ms;
  animation-name: spin;
  animation-iteration-count: infinite;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

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

/* line 168, app/assets/stylesheets/application.scss */
.fade-in {
  animation: fadeIn 1s ease-in-out;
}

/* Admin panel populations */
/* line 174, app/assets/stylesheets/application.scss */
input.admin-panel-population:disabled + label {
  color: #8492A6;
}

/* line 179, app/assets/stylesheets/application.scss */
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 187, app/assets/stylesheets/application.scss */
.labelled-icon:hover + span[role=tooltip] {
  display: inline;
}

/* line 193, app/assets/stylesheets/application.scss */
.underline-on-hover {
  position: relative;
  padding: 0;
  cursor: pointer;
}

/* line 198, app/assets/stylesheets/application.scss */
.underline-on-hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #0782D0;
  transition: width 0.3s ease-in-out;
}

/* line 209, app/assets/stylesheets/application.scss */
.underline-on-hover:hover::before {
  width: 100%;
}

/* line 216, app/assets/stylesheets/application.scss */
#search-pills-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

@media (min-width: 768px) {
  /* line 224, app/assets/stylesheets/application.scss */
  #tabs-wrapper:not(.is-mobile):hover #search-pills-panel {
    max-height: 1000px;
    overflow: visible;
  }
}

@media (max-width: 768px) {
  /* line 233, app/assets/stylesheets/application.scss */
  #search-pills-panel.expanded {
    max-height: 1000px;
    overflow: visible;
  }
  /* line 240, app/assets/stylesheets/application.scss */
  #tabs-wrapper.is-mobile #search-pills-panel {
    overflow: visible;
  }
}
