@charset "UTF-8";
@media (max-width: 676px) {
  /* line 9, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
  .search-form {
    width: 100%;
  }
}
/* line 14, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.search-form .header_search-form {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  margin-left: 1.5rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 676px) {
  /* line 14, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
  .search-form .header_search-form {
    flex-wrap: wrap;
    margin-left: 0;
  }
}
/* line 27, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.search-form .header_search-form input {
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0;
  padding: 12px 14px 12px 14px;
  height: 0;
  max-width: none;
  margin-right: 0;
  border-radius: 0;
  border-right: none;
  border-color: #dbeff8;
  background-color: white;
  border-width: 0px;
  border-style: solid;
  font-family: 'Figtree', 'Helvetica Neue', Arial, sans-serif;
}
/* line 44, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.search-form .header_search-form input:focus {
  outline: none;
}
/* line 48, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.search-form .header_search-form select {
  width: calc(50% - 6px);
  margin-right: 0;
  background-color: white;
  border: 1px solid #dbeff8;
  font-size: 1rem;
  color: #333333;
  height: 3rem;
  padding: 5px;
  width: 100%;
  font-family: 'Figtree', 'Helvetica Neue', Arial, sans-serif;
}
/* line 62, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.search-form .header_search-form input.first-input {
  border-radius: 5px 0 0 5px;
}
@media (max-width: 676px) {
  /* line 67, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
  .search-form .header_search-form input {
    border-bottom: none;
    border-radius: 0;
    border-right: 1px solid #dbeff8;
    width: 100%;
  }
  /* line 74, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
  .search-form .header_search-form input.first-input {
    border-radius: 5px 5px 0 0;
  }
}
/* line 79, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.search-form .header_search-form .what-container {
  position: relative;
  width: 18rem;
}
/* line 84, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.search-form .header_search-form .what-container .select2-container--open .select2-selection--single {
  padding: 10px !important;
}
/* line 88, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.search-form .header_search-form .what-container .select2-container--default .select2-selection--single {
  border-radius: 5px 0 0 5px;
  padding-left: 0px;
}
@media (max-width: 676px) {
  /* line 88, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
  .search-form .header_search-form .what-container .select2-container--default .select2-selection--single {
    border-radius: 5px 5px 0 0;
  }
}
/* line 96, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.search-form .header_search-form .what-container .select2-selection__clear {
  margin-left: 10px;
}
/* line 101, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.search-form .header_search-form .what-container #select2-what-container {
  border: 0px;
  border-radius: 7px 0 0 7px;
}
@media (max-width: 676px) {
  /* line 101, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
  .search-form .header_search-form .what-container #select2-what-container {
    border-radius: 5px;
  }
}
@media (max-width: 676px) {
  /* line 108, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
  .search-form .header_search-form .what-container #select2-what-container input {
    width: 100%;
  }
}
/* line 114, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.search-form .header_search-form .what-container #select2-what-container .select2-selection__placeholder {
  margin-left: 10px;
}
/* line 120, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.search-form .header_search-form .where-container {
  position: relative;
  width: 13rem;
}
/* line 125, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.search-form .header_search-form .who-container input.input-block-level {
  width: 100%;
}
@media (max-width: 676px) {
  /* line 132, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
  .search-form .header_search-form .what-container,
  .search-form .header_search-form .where-container,
  .search-form .header_search-form .who-container {
    width: 100%;
  }
  /* line 134, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
  .search-form .header_search-form .what-container .select2-container--default,
  .search-form .header_search-form .where-container .select2-container--default,
  .search-form .header_search-form .who-container .select2-container--default {
    width: 100% !important;
  }
}
/* line 140, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.search-form .header_search-form input.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 148, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.search-form .header_search-btn {
  margin-left: 0px;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0 5px 5px 0;
  font-size: 1rem;
  color: white;
  background-color: var(--primary_color);
  display: block;
  white-space: nowrap;
  width: 160px;
  cursor: pointer;
  z-index: 20;
}
@media (max-width: 676px) {
  /* line 148, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
  .search-form .header_search-btn {
    width: 100%;
    border-radius: 0 0 5px 5px;
  }
}
/* line 165, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.search-form .header_search-btn svg {
  fill: white;
  top: 4px;
  position: relative;
}
/* line 172, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.search-form .header_search-btn:hover {
  filter: brightness(120%);
}

/* line 178, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.highlight {
  /*text recherché sur formulaire */
  color: var(--primary_color);
  font-weight: bold;
}

/* line 184, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-results-what {
  width: 654px;
  height: 250px;
  display: flex;
  background: white;
  border-radius: 0 0 4px 4px;
  padding-bottom: 10px;
}
@media (max-width: 676px) {
  /* line 184, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
  .select2-results-what {
    width: 100%;
    height: 450px;
  }
}
/* line 196, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-results-what #occupationsHeader {
  display: flex;
  align-items: left;
}
/* line 201, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-results-what #occupationsHeader .checkmarkIcon {
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 1px;
  cursor: pointer;
  display: none;
}
@media (max-width: 676px) {
  /* line 201, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
  .select2-results-what #occupationsHeader .checkmarkIcon {
    display: block;
  }
}
/* line 212, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-results-what .select2-columns-container {
  display: flex;
  width: 100%;
}
@media (max-width: 676px) {
  /* line 212, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
  .select2-results-what .select2-columns-container {
    flex-direction: column;
  }
}
/* line 220, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-results-what .select2-results__message {
  color: #777777 !important;
  padding: 0.5rem 0.85rem !important;
  font-size: 0.8em !important;
  border-bottom: 0;
}
/* line 227, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-results-what .select2-results__options .select2-results__message {
  margin-left: -10px;
}
/* line 231, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-results-what .select2-columns-left-container {
  width: 28%;
  padding-right: 10px;
  overflow-y: scroll;
}
@media (max-width: 676px) {
  /* line 231, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
  .select2-results-what .select2-columns-left-container {
    overflow-y: visible;
    width: 100%;
  }
}
/* line 239, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-results-what .select2-columns-left-container .select2-results__message {
  padding-left: 5px;
}
/* line 244, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-results-what .select2-results__options {
  margin-left: 10px;
}
/* line 248, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-results-what .select2-columns-pro-user-container, .select2-results-what .select2-columns-agenda-container {
  width: 37%;
  border-left: 1px solid #dbeff8;
  overflow-y: scroll;
}
@media (max-width: 676px) {
  /* line 248, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
  .select2-results-what .select2-columns-pro-user-container, .select2-results-what .select2-columns-agenda-container {
    width: 100%;
  }
}
/* line 255, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-results-what .select2-columns-pro-user-container .pro-user-result, .select2-results-what .select2-columns-pro-user-container .agenda-result, .select2-results-what .select2-columns-agenda-container .pro-user-result, .select2-results-what .select2-columns-agenda-container .agenda-result {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  flex-direction: row;
  text-decoration: none;
}
/* line 262, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-results-what .select2-columns-pro-user-container .pro-user-result img, .select2-results-what .select2-columns-pro-user-container .agenda-result img, .select2-results-what .select2-columns-agenda-container .pro-user-result img, .select2-results-what .select2-columns-agenda-container .agenda-result img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 50%;
  box-shadow: 0 0 1px 0 #767676;
}
/* line 270, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-results-what .select2-columns-pro-user-container .pro-user-result .pro-user-details, .select2-results-what .select2-columns-pro-user-container .pro-user-result .agenda-details, .select2-results-what .select2-columns-pro-user-container .agenda-result .pro-user-details, .select2-results-what .select2-columns-pro-user-container .agenda-result .agenda-details, .select2-results-what .select2-columns-agenda-container .pro-user-result .pro-user-details, .select2-results-what .select2-columns-agenda-container .pro-user-result .agenda-details, .select2-results-what .select2-columns-agenda-container .agenda-result .pro-user-details, .select2-results-what .select2-columns-agenda-container .agenda-result .agenda-details {
  color: #333333;
  text-decoration: none;
}
/* line 274, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-results-what .select2-columns-pro-user-container .pro-user-result .pro-user-details .main-title, .select2-results-what .select2-columns-pro-user-container .pro-user-result .agenda-details .main-title, .select2-results-what .select2-columns-pro-user-container .agenda-result .pro-user-details .main-title, .select2-results-what .select2-columns-pro-user-container .agenda-result .agenda-details .main-title, .select2-results-what .select2-columns-agenda-container .pro-user-result .pro-user-details .main-title, .select2-results-what .select2-columns-agenda-container .pro-user-result .agenda-details .main-title, .select2-results-what .select2-columns-agenda-container .agenda-result .pro-user-details .main-title, .select2-results-what .select2-columns-agenda-container .agenda-result .agenda-details .main-title {
  font-size: 14px;
  display: block;
}
/* line 279, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-results-what .select2-columns-pro-user-container .pro-user-result .pro-user-details .sub-title, .select2-results-what .select2-columns-pro-user-container .pro-user-result .agenda-details .sub-title, .select2-results-what .select2-columns-pro-user-container .agenda-result .pro-user-details .sub-title, .select2-results-what .select2-columns-pro-user-container .agenda-result .agenda-details .sub-title, .select2-results-what .select2-columns-agenda-container .pro-user-result .pro-user-details .sub-title, .select2-results-what .select2-columns-agenda-container .pro-user-result .agenda-details .sub-title, .select2-results-what .select2-columns-agenda-container .agenda-result .pro-user-details .sub-title, .select2-results-what .select2-columns-agenda-container .agenda-result .agenda-details .sub-title {
  font-size: 12px;
}
/* line 286, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-results-what .select2-columns-pro-user-container .pro-user-result:hover, .select2-results-what .select2-columns-pro-user-container .agenda-result:hover, .select2-results-what .select2-columns-agenda-container .pro-user-result:hover, .select2-results-what .select2-columns-agenda-container .agenda-result:hover {
  background-color: #f2f2f2;
}

/* line 294, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-container--default .select2-selection--single {
  background-color: white;
  border: 1px solid #dbeff8;
  border-radius: 0;
  height: 3rem;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
/* line 303, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #333333;
  font-size: 1rem;
}
/* line 308, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  color: #495057;
  border-right: 0px;
  background: rgba(223, 223, 223, 0.5);
  height: 30px;
  padding-right: 9px;
  margin-right: 0px;
}
/* line 322, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #333333;
  font-size: 0.9rem;
  background: rgba(223, 223, 223, 0.5);
  border-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 334, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered:has(.select2-selection__placeholder) {
  border: 1px solid white;
  background: white;
}
/* line 338, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.2rem;
  width: 20px;
  top: 4px;
  right: 4px;
  background: white;
  border-left: 0px solid #dbeff8;
}
/* line 348, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  width: 100%;
  padding: 0.75rem;
  box-sizing: border-box;
  border: 1px solid #dbeff8;
  border-radius: 0;
  background-color: white;
  color: #333333;
}
/* line 358, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-container--default .select2-results__option--highlighted, .select2-container--default .select2-results__option--selected {
  border-radius: 5px 5px;
  background-color: rgba(223, 223, 223, 0.4) !important;
  color: #333333 !important;
  border: 1px solid #FFFFFF;
}
/* line 364, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-container--default .select2-results__option {
  color: #333333;
  padding: 0.75rem 0.5rem;
  font-size: 0.9em;
  border-bottom: 0;
}

/* line 372, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-results__header, .select2-columns-container__header {
  color: var(--primary_color);
  font-size: 0.9em;
  padding: 0.5rem 0.5rem 0.5rem 0.85rem;
  font-family: var(--font-title, "Outfit", Arial, sans-serif);
  font-weight: 500;
}
/* line 378, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-results__header .count_comment, .select2-columns-container__header .count_comment {
  color: var(--another_grey);
  font-weight: 300;
  display: block;
  font-size: 10px;
}

/* line 386, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-container--open .select2-dropdown {
  top: calc(-100% - 3.5rem);
  border-radius: 5px;
  bottom: auto;
  margin-bottom: 0;
}

/* line 393, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-dropdown {
  border: #dbeff8;
}

/* line 397, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-results {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}

/* line 403, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-container--default .select2-selection--clearable .select2-selection__clear {
  border-radius: 5px 0 0  5px;
  border: 1px solid #e1e1e1;
  border-right: 0;
}
/* line 409, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-container--default .select2-selection--clearable .select2-selection__rendered {
  border-radius: 0 5px 5px 0 !important;
  border: 1px solid #e1e1e1 !important;
  border-left: 0px !important;
  padding-right: 10px !important;
}

/* line 419, /opt/agenda.ch/website/app/assets/stylesheets/search_form/search_form.css.scss */
.select2-container--default .select2-results > .select2-results__options {
  border: 0px solid #dbeff8;
  max-height: 210px;
}

/*$primary_color: #891652;*/
/* line 19, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
html {
  -webkit-font-smoothing: antialiased !important;
}

/* line 23, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
body {
  font-family: 'Figtree', sans-serif;
  color: #333333;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

/* line 31, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

/* line 37, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* line 42, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.primary_color {
  color: var(--primary_color);
}

/* line 46, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.primary_button {
  background-color: var(--primary_color);
  padding: 0.5rem 1rem;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  text-align: center;
}
/* line 54, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.primary_button:hover {
  filter: brightness(120%);
  color: white;
}

/* line 60, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
input:focus {
  outline: none;
}

/* line 64, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
header {
  background-color: #fff;
  padding: 1rem;
}

/* line 69, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
header, main, footer {
  max-width: 1820px;
  margin: auto;
}
@media (min-width: 1400px) {
  /* line 69, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  header, main, footer {
    max-width: calc(100% - 10rem);
  }
}
@media (max-width: 1400px) {
  /* line 69, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  header, main, footer {
    max-width: calc(100% - 8rem);
  }
}
@media (max-width: 1000px) {
  /* line 69, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  header, main, footer {
    max-width: calc(100% - 4rem);
  }
}
@media (max-width: 676px) {
  /* line 69, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  header, main, footer {
    max-width: calc(100% - 2rem);
  }
}

@media (max-width: 676px) {
  /* line 91, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  footer {
    max-width: 100%;
  }
}

/* line 97, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* line 104, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 110, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.header-container .header_logo {
  width: 6rem;
  z-index: 2;
}

/* line 115, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.header-container .header_logo img {
  width: 100%;
  height: auto;
  max-width: 6rem;
}

/* line 121, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.header-container .header_right_side {
  display: flex;
}

/* line 125, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.header-container .header_right_side .header_menu_items {
  display: flex;
  flex-direction: row;
}

/* line 131, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.header-container .header_right_side .pro_link {
  z-index: 2;
}
@media (max-width: 676px) {
  /* line 131, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .header-container .header_right_side .pro_link {
    margin-right: 3rem;
  }
}
/* line 136, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.header-container .header_right_side .pro_link .tiny_screen {
  display: none;
}
@media (max-width: 676px) {
  /* line 131, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .header-container .header_right_side .pro_link {
    margin-right: 3rem;
  }
  /* line 141, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .header-container .header_right_side .pro_link .tiny_screen {
    display: block;
  }
  /* line 144, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .header-container .header_right_side .pro_link .big_screen {
    display: none;
  }
}

/* line 150, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.header_language {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  position: relative;
  min-width: 40px;
}
@media (max-width: 676px) {
  /* line 150, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .header_language {
    width: 100%;
    position: absolute;
    min-width: 40px;
    right: 20px;
    top: 25px;
  }
}

/* line 169, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.header_language_sp {
  flex: 1;
}

/* line 173, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.header_language_link {
  font-size: 1rem;
  color: #333333;
}

/* line 178, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.header_language_link img {
  height: 20px;
}

/* line 182, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.header_language:hover .header_language_content {
  display: block;
}

/* line 186, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.header_language_content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 40px;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: -10px;
  top: -10px;
  font-size: 1rem;
}
/* line 197, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.header_language_content a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333333;
}
/* line 206, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.header_language_content a:hover,
.header_language_content a:active,
.header_language_content a:focus {
  text-decoration: none;
  color: white;
  background-color: var(--primary_color);
}
/* line 212, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.header_language_content a:first-of-type {
  padding-top: 10px;
}
/* line 216, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.header_language_content a:last-of-type {
  padding-bottom: 10px;
}

/* line 221, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.search_section {
  position: relative;
  top: -1.3rem;
}
@media (max-width: 676px) {
  /* line 221, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .search_section {
    top: 1rem;
    width: 100%;
  }
}

/* line 231, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
h2.section-title {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
  margin-top: 3rem;
}
@media (min-width: 1900px) {
  /* line 231, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  h2.section-title {
    font-size: 3rem;
  }
}

/* line 243, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

/* line 249, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.top_margin_border {
  border-top: 1px solid #dbeff8;
  margin: 5rem auto auto auto;
}

/* line 254, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.medium_wide {
  max-width: 1300px;
  margin: 5rem auto auto auto;
}
@media (max-width: 1900px) {
  /* line 254, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .medium_wide {
    width: calc(80% - 8rem);
  }
}
@media (max-width: 1000px) {
  /* line 254, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .medium_wide {
    width: calc(100% - 8rem);
  }
}
@media (max-width: 676px) {
  /* line 254, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .medium_wide {
    width: 100%;
  }
}

/* line 268, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.carousel-control-prev, .carousel-control-next {
  width: auto;
}
/* line 270, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.carousel-control-prev .carousel-control, .carousel-control-next .carousel-control {
  color: #8c8c8c;
  font-size: 2rem;
}

/* line 276, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.carousel-control-prev {
  left: -25px;
}
@media (max-width: 676px) {
  /* line 276, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .carousel-control-prev {
    left: -10px;
  }
}

/* line 283, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.carousel-control-next {
  right: -25px;
}
@media (max-width: 676px) {
  /* line 283, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .carousel-control-next {
    right: -10px;
  }
}

/* line 290, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 30px;
  height: 30px;
}

/* line 295, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.categories {
  text-align: left;
  padding-bottom: 5rem;
}
/* line 299, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.categories h2 {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
}
@media (min-width: 1740px) {
  /* line 299, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .categories h2 {
    font-size: 3rem;
  }
}
@media (max-width: 676px) {
  /* line 299, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .categories h2 {
    font-size: 2rem;
  }
}
/* line 310, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.categories .category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
}
@media (max-width: 676px) {
  /* line 310, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .categories .category-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
/* line 319, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.categories .category-grid .category {
  display: flex;
  position: relative;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}
/* line 328, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.categories .category-grid .category img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 1740px) {
  /* line 328, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .categories .category-grid .category img {
    height: 200px;
  }
}
@media (max-width: 1400px) {
  /* line 328, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .categories .category-grid .category img {
    height: 150px;
  }
}
@media (max-width: 1000px) {
  /* line 328, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .categories .category-grid .category img {
    height: 150px;
  }
}
@media (max-width: 1000px) {
  /* line 328, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .categories .category-grid .category img {
    height: 150px;
  }
}
/* line 346, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.categories .category-grid .category .category_name {
  height: 50%;
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.6) 100%);
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  color: #fff;
  font-size: 1.25rem;
  text-align: left;
  z-index: 1;
}
/* line 363, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.categories .category-grid .category .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
/* line 377, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.categories .category-grid .category:hover .overlay {
  opacity: 1;
}
/* line 381, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.categories .category-grid .category .overlay a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  border-radius: 5px;
}
/* line 391, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.categories .all-categories-wrapper {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
/* line 397, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.categories .all-categories-wrapper .all-categories-btn {
  padding: 1rem 1.5rem;
}

/* line 405, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .carousel {
  margin-top: 40px;
}
/* line 409, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .carousel-indicators {
  left: -241px;
}
/* line 413, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .location-item {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  gap: 40px;
}
@media (max-width: 676px) {
  /* line 413, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .locations_section .location-item {
    flex-direction: column;
  }
}
/* line 425, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .location-item .left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
/* line 432, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .location-item .left-column h3 {
  text-align: left;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: bold;
}
/* line 442, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .location-item .left-column p {
  text-align: left;
  margin: 1em 0;
}
/* line 445, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .location-item .left-column p a {
  color: var(--primary_color);
  text-decoration: none;
}
/* line 449, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .location-item .left-column p a:hover {
  text-decoration: underline;
}
/* line 454, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .location-item .left-column .button {
  align-self: center;
  margin-top: 1em;
  transition: filter 0.3s ease, background-color 0.3s ease;
}
/* line 460, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .location-item .left-column .button:hover {
  color: white;
  filter: brightness(1.2);
  text-decoration: none;
}
/* line 468, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .location-item .right-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 auto auto auto;
}
/* line 474, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .location-item .right-column .location_image {
  margin: 0;
  align-self: flex-start;
  max-width: 200px;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 676px) {
  /* line 474, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .locations_section .location-item .right-column .location_image {
    max-width: 300px;
  }
}

/* line 490, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section, .how_it_works {
  padding: 0 0 2rem 0;
  position: relative;
}
/* line 495, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .divider-logo, .how_it_works .divider-logo {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: -1rem;
}
/* line 502, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .divider-logo img, .how_it_works .divider-logo img {
  background-color: white;
  width: 2rem;
}
/* line 509, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .step-container, .how_it_works .step-container {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0;
  padding: 0;
}
@media (max-width: 676px) {
  /* line 509, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .locations_section .step-container, .how_it_works .step-container {
    flex-direction: column;
    margin: 2rem 0;
  }
}
/* line 518, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .step-container h3, .how_it_works .step-container h3 {
  font-size: 2rem;
  font-weight: 700;
}
/* line 524, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .step-text-content, .how_it_works .step-text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 530, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .step-container.left .step-picture-content, .how_it_works .step-container.left .step-picture-content {
  justify-content: left;
  order: 1;
}
@media (max-width: 676px) {
  /* line 530, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .locations_section .step-container.left .step-picture-content, .how_it_works .step-container.left .step-picture-content {
    order: 2;
    margin-left: 20px;
  }
}
/* line 539, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .step-container.left .step-text-content, .how_it_works .step-container.left .step-text-content {
  order: 2;
}
@media (max-width: 676px) {
  /* line 539, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .locations_section .step-container.left .step-text-content, .how_it_works .step-container.left .step-text-content {
    order: 1;
  }
}
/* line 546, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .step-container.right .step-picture-content, .how_it_works .step-container.right .step-picture-content {
  justify-content: right;
  order: 2;
}
@media (max-width: 676px) {
  /* line 546, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .locations_section .step-container.right .step-picture-content, .how_it_works .step-container.right .step-picture-content {
    margin-right: 20px;
  }
}
/* line 554, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .step-container.right .step-text-content, .how_it_works .step-container.right .step-text-content {
  order: 1;
}
/* line 558, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .step-picture-content, .how_it_works .step-picture-content {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
/* line 566, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .step-picture-content .step-large-picture-wrapper, .how_it_works .step-picture-content .step-large-picture-wrapper {
  width: 70%;
  padding-bottom: 70%;
  /* 1:1 Aspect Ratio */
  position: relative;
}
/* line 572, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .step-picture-content .step-large-picture-wrapper .step-large-picture, .how_it_works .step-picture-content .step-large-picture-wrapper .step-large-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image covers the entire container */
  border-radius: 8px;
}
/* line 582, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .step-picture-content .step-overlay-picture, .how_it_works .step-picture-content .step-overlay-picture {
  position: absolute;
  max-width: 37%;
  width: 37vw;
  border-radius: 8px;
  top: 8%;
  box-shadow: 0px 0px 20px 0px #00000033;
}
/* line 591, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .step-container.left .step-overlay-picture, .how_it_works .step-container.left .step-overlay-picture {
  left: 51%;
}
/* line 595, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .step-container.right .step-overlay-picture, .how_it_works .step-container.right .step-overlay-picture {
  right: 51%;
}
/* line 599, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .step-text-content, .how_it_works .step-text-content {
  flex: 1;
  padding: 20px;
}
@media (max-width: 676px) {
  /* line 599, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .locations_section .step-text-content, .how_it_works .step-text-content {
    padding: 20px 0;
  }
}
/* line 607, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .step-text-content p, .how_it_works .step-text-content p {
  margin: 10px 0 0;
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  margin-top: 1rem;
}

/* line 617, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .carousel-indicators, .testimonials .carousel-indicators, .partners .carousel-indicators {
  bottom: -40px;
}
/* line 619, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .carousel-indicators li, .testimonials .carousel-indicators li, .partners .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid var(--primary_color);
  background-color: white;
}
/* line 627, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.locations_section .carousel-indicators .active, .testimonials .carousel-indicators .active, .partners .carousel-indicators .active {
  background-color: var(--primary_color);
}

/* line 634, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.testimonials .section-title {
  margin-bottom: 40px;
}
/* line 638, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.testimonials .testimonial-quote {
  font-family: "Georgia", serif;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #454545;
  text-align: justify;
  position: relative;
  margin: 20px auto;
  padding: 10px 15px;
  border-left: 5px solid var(--primary_color);
  background-color: #f5fcff;
  border-radius: 5px;
  max-width: 600px;
}
/* line 654, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.testimonials .testimonial-quote .quote-mark {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--primary_color);
  vertical-align: middle;
  line-height: 1.6;
  position: relative;
}
/* line 663, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.testimonials .testimonial-quote .opening, .testimonials .testimonial-quote .closing {
  margin-right: 5px;
  position: relative;
  line-height: 1.6rem;
}
/* line 668, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.testimonials .testimonial-quote .opening {
  top: 0.2em;
}
/* line 672, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.testimonials .primary_button {
  margin-top: 40px;
}
/* line 676, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.testimonials .client_container {
  margin-top: 20px;
}

/* line 683, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.faq .section-title {
  padding-bottom: 1rem;
}
/* line 686, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.faq .card {
  margin-bottom: 15px;
  border: 1px solid #dbdbdb !important;
}
/* line 689, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.faq .card .card-header {
  border-bottom: 0px;
}
/* line 692, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.faq .card h3 {
  color: #333333;
  margin: 0;
}
/* line 695, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.faq .card h3 button {
  font-size: 1rem;
  font-weight: bold;
  font-family: 'Figtree', sans-serif;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
}
/* line 703, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.faq .card h3 button:focus {
  outline: 0px;
}

/* line 712, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.testimonials p, .partners p, .news p, .pro p {
  margin-top: 1rem;
  max-width: 500px;
}
/* line 717, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.testimonials .carousel-inner, .partners .carousel-inner, .news .carousel-inner, .pro .carousel-inner {
  display: flex;
  flex-direction: row;
}
/* line 720, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.testimonials .carousel-inner img, .partners .carousel-inner img, .news .carousel-inner img, .pro .carousel-inner img {
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  cursor: pointer;
  max-width: 100px;
  margin: 0 .5rem;
}
@media (max-width: 676px) {
  /* line 720, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .testimonials .carousel-inner img, .partners .carousel-inner img, .news .carousel-inner img, .pro .carousel-inner img {
    max-width: 60px;
    max-height: 60px;
    margin: 0 .25rem;
  }
}
/* line 732, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.testimonials .carousel-inner img:hover, .partners .carousel-inner img:hover, .news .carousel-inner img:hover, .pro .carousel-inner img:hover {
  border: 2px solid var(--primary_color);
}

/* line 738, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.pro {
  padding: 2rem 0 2rem 0;
}
/* line 740, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.pro .section-title {
  margin: 4rem 0 0 0;
}
/* line 744, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.pro p {
  margin-bottom: 3rem;
}
/* line 747, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.pro .features-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem;
  gap: 20px;
}
/* line 753, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.pro .features-container i {
  font-size: 3rem;
  color: var(--primary_color);
  padding-bottom: 0.5rem;
}
@media (max-width: 676px) {
  /* line 747, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .pro .features-container {
    flex-direction: column;
  }
}
/* line 763, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.pro .feature-box {
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 676px) {
  /* line 763, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .pro .feature-box {
    width: 22%;
  }
}
/* line 773, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.pro .feature-box h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: bold;
}
/* line 779, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.pro .feature-box p {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 784, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.pro .button-container {
  justify-content: center;
  margin-top: 1.5rem;
  gap: 2rem;
  margin-bottom: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* line 794, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.blue-box {
  background-color: #f5fcff;
  border-radius: 20px;
}

/* line 799, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.stats {
  padding: 2rem 0 5rem 0;
  margin: 2rem auto auto auto;
  position: relative;
}
/* line 804, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.stats .divider-logo {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: -2.5rem;
}
/* line 810, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.stats .divider-logo img {
  background-color: white;
  padding: 1rem;
  border-radius: 36%;
  width: 2rem;
}
/* line 818, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.stats .stat-items {
  display: flex;
  justify-content: space-around;
  padding: 2rem 0;
  text-align: center;
}
@media (max-width: 676px) {
  /* line 818, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .stats .stat-items {
    flex-direction: column;
    gap: 2rem;
  }
}
/* line 829, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.stats .stat-item {
  font-size: 1rem;
  font-family: 'Figtree', sans-serif;
  padding: 0 2rem;
}
/* line 833, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.stats .stat-item .stat-item-number {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  color: var(--primary_color);
}
/* line 840, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.stats .stat-item + .stat-item {
  border-left: solid 1px #dbeff8;
}
@media (max-width: 676px) {
  /* line 840, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .stats .stat-item + .stat-item {
    border-left: 0px;
  }
}

/* line 848, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.spark_video {
  text-align: center;
}
/* line 851, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.spark_video iframe {
  width: 700px;
  height: 395px;
  border: 0px;
  border-radius: 10px;
}
@media (max-width: 676px) {
  /* line 851, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .spark_video iframe {
    width: calc(100%);
    height: 250px;
  }
}

/* line 863, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.about {
  margin: 6rem auto 2rem;
  max-width: 900px;
}
/* line 867, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.about .section-title {
  text-align: center;
  margin-bottom: 2rem;
}
/* line 872, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.about p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 1.2rem;
}
/* line 878, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.about p strong {
  color: #333333;
}

/* line 884, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.faq {
  margin: 4rem auto 2rem;
  max-width: 900px;
}
/* line 888, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.faq .section-title {
  text-align: center;
  margin-bottom: 2rem;
}
/* line 893, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.faq .faq-list {
  border-top: 1px solid #dbeff8;
}
/* line 897, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.faq .faq-item {
  border-bottom: 1px solid #dbeff8;
  padding: 1rem 0.25rem;
}
/* line 901, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.faq .faq-item summary {
  cursor: pointer;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #333333;
  list-style: none;
  position: relative;
  padding-right: 2rem;
}
/* line 911, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.faq .faq-item summary::-webkit-details-marker {
  display: none;
}
/* line 915, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.faq .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: var(--primary_color);
  font-weight: 400;
  transition: transform 0.2s ease;
}
/* line 928, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.faq .faq-item[open] summary::after {
  content: "−";
}
/* line 932, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.faq .faq-item p {
  margin: 0.75rem 0 0.25rem;
  line-height: 1.6;
  color: #777777;
}

/* line 940, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.data-protection {
  position: relative;
  max-width: 700px;
  margin: 8rem auto;
  border-top: 1px solid #dbeff8;
  padding: 2rem 0 4rem 0;
  text-align: center;
}
/* line 948, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.data-protection .divider-logo {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: -2rem;
}
/* line 954, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.data-protection .divider-logo img {
  background-color: white;
  padding: 1rem;
}
/* line 960, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.data-protection h2 {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

/* line 968, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
footer {
  background-color: #333;
  color: white;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 676px) {
  /* line 968, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  footer {
    padding: 20px;
    margin: 0px;
    border-radius: 0px;
  }
}

/* line 980, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer-top {
  position: relative;
  width: 100%;
  padding-bottom: 30%;
  background-size: cover;
  background-position: center center;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

/* line 990, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.9) 100%);
}

/* line 1000, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  max-width: 800px;
  margin: 0 auto;
  z-index: 2;
  /* Ensure this is above the ::after pseudo-element */
}

/* line 1012, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer-content {
  padding: 40px 60px 40px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 676px) {
  /* line 1012, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .footer-content {
    padding: 1rem;
  }
}

/* line 1022, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer-columns {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 676px) {
  /* line 1022, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .footer-columns {
    flex-direction: column;
  }
}

/* line 1033, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer-column {
  flex: 1;
}
@media (max-width: 676px) {
  /* line 1033, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .footer-column {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 0;
  }
}
/* line 1041, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer-column p {
  margin-bottom: 0;
}
/* line 1044, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer-column p > a {
  color: white;
}
/* line 1047, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer-column p > a:hover {
  text-decoration: underline;
}
/* line 1050, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer-column ul {
  list-style-type: none;
  padding: 0;
}
/* line 1054, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer-column ul h4 {
  margin-bottom: 10px;
  font-weight: bold;
}
/* line 1059, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer-column ul li {
  margin-bottom: 5px;
}
/* line 1061, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer-column ul li a {
  color: white;
  text-decoration: none;
}
/* line 1064, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer-column ul li a:hover {
  text-decoration: underline;
}

/* line 1072, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer-bottom {
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 676px) {
  /* line 1072, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
  .footer-bottom {
    flex-direction: column;
  }
}
/* line 1082, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer-bottom a {
  text-decoration: none;
  color: white;
}
/* line 1086, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer-bottom a:hover {
  text-decoration: underline;
}

/* line 1094, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer-left,
.footer-middle,
.footer-right {
  flex: 1;
  margin: 10px 0px;
}
/* line 1097, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer-left img,
.footer-middle img,
.footer-right img {
  max-width: 100px;
  margin-bottom: 10px;
}

/* line 1103, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer-header-title {
  font-weight: bold;
}

/* line 1107, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer_white_background_image {
  padding: 15px;
  background-color: white;
  border-radius: 5px;
}

/* line 1113, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer_social-links {
  display: flex;
  justify-content: center;
  width: 100%;
}
/* line 1117, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer_social-links a {
  margin: 0 10px;
}
/* line 1120, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer_social-links img {
  max-width: 40px;
}

/* line 1126, /opt/agenda.ch/website/app/assets/stylesheets/spark/spark.css.scss */
.footer_copyright {
  margin: 2rem auto;
  text-align: center;
}
/*


*/
