/*
Theme Name: Cosmea Pflege
Author: Studio Aup
Author URI: https://studioaup.com

Version: 2024.07.11
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: cosmeapflege
*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.hide-scrollbars {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbars::-webkit-scrollbar {
  display: none;
}

@font-face {
  font-family: "Suisse Intl";
  font-style: normal;
  font-weight: normal;
  src: local("Suisse Intl"), url("includes/fonts/SuisseIntl-Regular-WebXL.woff") format("woff"), url("includes/fonts/SuisseIntl-Regular-WebXL.woff2") format("woff2"), url("includes/fonts/SuisseIntl-Regular-WebXL.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Suisse Works";
  font-style: normal;
  font-weight: normal;
  src: local("Suisse Works"), url("includes/fonts/SuisseWorks-Regular-WebXL.woff") format("woff"), url("includes/fonts/SuisseWorks-Regular-WebXL.woff2") format("woff2"), url("includes/fonts/SuisseWorks-Regular-WebXL.ttf") format("truetype");
  font-display: swap;
}
.grid {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10000;
  pointer-events: none;
  font-size: 0;
  letter-spacing: 0;
  opacity: 0.05;
}
.grid span {
  background: fuchsia;
  position: relative;
  display: inline-block;
  width: calc((100vw - 110px - 34px) / 12);
  height: 100%;
  margin-right: 10px;
}
.grid span:first-of-type {
  margin-left: 17px;
}
.grid span:last-of-type {
  margin-right: 17px;
}

#header {
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  height: 6.875rem;
  padding: 2.1875rem 1.875rem;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
}
#header.--whiteout #branding path {
  fill: #FFFFFF;
}
#header.--whiteout #menu-toggle path {
  stroke: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  #header {
    padding-right: calc((100vw - 110px - 34px) / 12 + 17px + 10px);
    padding-left: calc((100vw - 110px - 34px) / 12 + 17px + 10px);
  }
}
@media only screen and (min-width: 1200px) {
  #header {
    background: #FFFFFF;
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
    display: flex;
    height: 6rem;
    padding: 1.5625rem calc(17px + (100vw - 110px - 34px) / 12 + 10px) 0.875rem;
    align-items: flex-start;
    justify-content: space-between;
    transition: 0.3s ease-in-out;
    overflow: clip;
  }
  #header.--whiteout #branding path {
    fill: #FFFFFF;
  }
  #header.--whiteout #menu-hauptmenu > li > a {
    color: #FFFFFF;
  }
  #header.--open {
    background: #FFFFFF;
    height: 46.875rem;
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
  }
  #header.--open #branding path {
    fill: #9A65CF;
  }
  #header.--open #menu-hauptmenu > li > a {
    color: #000000;
  }
  #header.--shy {
    background: #FFFFFF;
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
  }
  #header.--shy #branding path {
    fill: #9A65CF;
  }
  #header.--shy #menu-hauptmenu > li > a {
    color: #000000;
  }
  #header.--peak {
    transform: translateY(0);
  }
}

#branding {
  display: inline-block;
  height: 2.6875rem;
  margin-bottom: 4.6875rem;
}
@media only screen and (min-width: 1200px) {
  #branding {
    margin-bottom: 0;
    height: 3rem;
  }
}
#branding a {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
}
#branding svg,
#branding img {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  transform: scale(1.6);
}
#branding svg path,
#branding img path {
  fill: #681FB1;
}
@media only screen and (min-width: 1200px) {
  #branding svg path,
  #branding img path {
    fill: #9A65CF;
  }
}

#main-menu {
  display: none;
  color: #000000;
  font-family: "Suisse Works";
}
@media only screen and (min-width: 1200px) {
  #main-menu {
    display: block;
    font-family: "Suisse Intl";
    margin-top: 0.8125rem;
  }
  #main-menu ul li {
    display: inline-block;
  }
  #main-menu ul li:not(:last-of-type) {
    margin-right: 1.5625rem;
  }
  #main-menu ul li.current_page_item a {
    color: #681FB1 !important;
  }
  #main-menu ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    font-size: clamp(14px, 1vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }
}
#main-menu > div {
  transform: translateX(0);
  transition: transform 0.4s ease-in-out;
}
#main-menu > div.--submenu-open {
  transform: translateX(-100vw);
}

.menu-toggle {
  position: absolute;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  top: 1.875rem;
  right: 1.875rem;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .menu-toggle {
    right: calc((100vw - 110px - 34px) / 12 + 17px + 10px);
  }
}
@media only screen and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle svg {
  fill: none;
}
.menu-toggle svg path {
  stroke: #681FB1;
}
.menu-toggle--open {
  display: none;
}
.menu-toggle--close {
  display: block;
}

.--menu-open {
  overflow: hidden;
}
.--menu-open #header {
  background: #DCD4F1;
  position: fixed;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.--menu-open .menu-toggle .menu-toggle--open {
  display: block;
}
.--menu-open .menu-toggle .menu-toggle--open svg path {
  stroke: #681FB1;
}
.--menu-open .menu-toggle .menu-toggle--close {
  display: none;
}
.--menu-open #main-menu {
  display: block;
}
.--menu-open #main-menu .js-dyn {
  position: relative;
}
.--menu-open #main-menu .js-dyn a {
  display: inline-block;
}
.--menu-open #main-menu .js-dyn.--js-active {
  z-index: 10;
}
.--menu-open #main-menu .js-dyn.--js-active .dyn-menu {
  display: block;
}
.--menu-open #main-menu .dyn-menu {
  position: fixed;
  display: none;
  top: 0;
  left: 100vw;
}
.--menu-open #main-menu .dyn-menu__sub, .--menu-open #main-menu .dyn-menu__back {
  background: #FFFFFF;
  background-image: url("includes/media/menu_arrow.svg");
  background-size: 0.625rem 0.625rem;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  top: 0.5rem;
  left: 0;
  border: solid 0.0625rem #D0D5DD;
  border-radius: 0.5rem;
  cursor: pointer;
  z-index: 1;
}
.--menu-open #main-menu .dyn-menu__sub {
  top: 0.3125rem;
  left: auto;
  right: 0;
}
.--menu-open #main-menu .dyn-menu__back {
  transform: rotate(180deg);
}
.--menu-open #main-menu .dyn-menu__title {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 4.0625rem;
  color: #681FB1;
  font-size: 38px;
  font-style: normal;
  font-weight: 350;
  line-height: 1.4;
  text-decoration: none;
}
.--menu-open #main-menu .dyn-menu__submenu {
  position: relative;
  padding-left: 4.0625rem;
}
.--menu-open #main-menu .dyn-menu a {
  font-family: "Suisse Intl";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
}
.--menu-open #main-menu ul {
  position: relative;
}
.--menu-open #main-menu ul li a {
  color: #681FB1;
  font-size: 38px;
  font-style: normal;
  font-weight: 350;
  line-height: 1.4;
  text-decoration: none;
}

@media only screen and (min-width: 1200px) {
  .dyn-menu {
    background: yellow;
    opacity: 0;
    pointer-events: none;
    transition: 0.1s ease-in-out;
  }
  .dyn-menu.--active {
    opacity: 1;
    pointer-events: auto;
  }
  .dyn-menu__title {
    display: none;
  }
  .dyn-menu__submenu {
    position: absolute;
    top: 100px;
    left: 0;
  }
  .dyn-menu__submenu li {
    display: block !important;
  }
  .dyn-menu__submenu li a {
    display: inline-block !important;
    font-size: 16px;
    line-height: 2 !important;
    color: #681FB1 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-item.--multicolumn .dyn-menu__submenu {
    column-count: 2;
  }
}

@media only screen and (min-width: 1200px) {
  .single-container {
    display: flex;
    flex-direction: row;
    padding-top: 5rem;
  }
}
.single-container--left {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .single-container--left {
    display: block;
    width: 50%;
    padding: 3.125rem 0.3125rem 0 calc(17px + (100vw - 110px - 34px) / 12 + 10px);
    flex: auto;
  }
  .single-container--left .single-container__title {
    position: sticky;
    width: calc(4 * (100vw - 110px - 34px) / 12 + 30px);
    top: 3.125rem;
    margin-bottom: 4.0625rem;
    font-size: 42px;
    line-height: 1.05;
    text-decoration: none;
    color: #000000;
  }
  .single-container--left .single-container__title span {
    display: block;
    font-family: "Suisse Works";
  }
}
@media only screen and (min-width: 1200px) {
  .single-container--right {
    display: block;
    width: 50%;
    flex: auto;
  }
}

.btn {
  position: relative;
  display: inline-flex;
  padding: 1rem 1.75rem;
  border-radius: 0.5rem;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}
.btn--icon .btn__icon {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
}
.btn__text {
  line-height: 1.4;
}
.btn:not(:last-of-type) {
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .btn:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.btn--black {
  background: #000000;
  border: solid 0.0625rem #000000;
  color: #FFFFFF;
  transition: background 0.4s ease-in-out;
}
.btn--black:hover {
  background: #681FB1;
}
.btn--black svg path {
  fill: #FFFFFF;
}
.btn--primary {
  background: #681FB1;
  border: solid 0.0625rem #9A65CF;
  color: #FFFFFF;
  transition: background 0.4s ease-in-out;
}
.btn--primary:hover {
  background: #9A65CF;
}
.btn--primary svg path {
  fill: #FFFFFF;
}
.btn--toggle, .btn--secondary {
  background: #FFFFFF;
  border: solid 0.0625rem #D0D5DD;
  color: #344054;
  transition: background 0.4s ease-in-out;
}
.btn--toggle svg path, .btn--secondary svg path {
  fill: #344054;
}
.btn--toggle:hover, .btn--secondary:hover {
  background: #F2F2F2;
}
.btn--small {
  padding: 0.625rem 1rem;
  font-size: 14px;
}
.btn--small .btn__icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.btn--square {
  padding: 0.625rem;
}
.btn--square .btn__icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0;
}

.keyvisual {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100vh;
}
.keyvisual__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  padding: 11.875rem 1.875rem 6.25rem;
}
@media only screen and (min-width: 768px) {
  .keyvisual__wrap {
    height: auto;
    min-height: 100vh;
    padding: 13.125rem calc(17px + (100vw - 110px - 34px) / 12 + 10px) 9.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .keyvisual__wrap {
    padding: 13.125rem calc(17px + (100vw - 110px - 34px) / 12 + 10px) 9.625rem;
    justify-content: space-between;
  }
}
.keyvisual__thumbnail {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.keyvisual__thumbnail img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-position: center;
  object-fit: cover;
}
.keyvisual__content {
  position: relative;
  flex: auto;
}
.keyvisual__content > div {
  text-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.25), 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.25), 0 0.125rem 0.3125rem rgba(180, 140, 219, 0.25);
}
@media only screen and (min-width: 768px) {
  .keyvisual__content {
    margin-bottom: 3.4375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .keyvisual__content {
    position: sticky;
    top: 15.875rem;
    margin-bottom: 7rem;
    padding-left: calc(4 * ((100vw - 110px - 34px) / 12 + 10px));
    flex: initial;
  }
}
.keyvisual__tag {
  position: relative;
  display: block;
  margin-bottom: 1.25rem;
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: underline;
}
.keyvisual__description {
  color: #FFFFFF;
  font-family: "Suisse Works";
  font-size: clamp(28px, 10vw, 60px);
  line-height: 1.2 !important;
}
.keyvisual__btns .btn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .keyvisual__btns .btn {
    width: auto;
  }
  .keyvisual__btns .btn--small {
    padding: 1rem 2rem;
    font-size: 16px;
  }
  .keyvisual__btns .btn--small .btn__icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
  }
}
.keyvisual__btns > span {
  display: none;
}
@media only screen and (min-width: 768px) {
  .keyvisual__btns > span {
    display: inline-block;
    margin: 1.25rem 0.9375rem 0;
    vertical-align: top;
    color: #FFFFFF;
  }
}

.single:not(.single-standorte):not(.single-leistungen) .keyvisual {
  min-height: 0;
}
@media only screen and (min-width: 1200px) {
  .single:not(.single-standorte):not(.single-leistungen) .keyvisual {
    position: relative;
    display: block;
    height: auto;
    margin-bottom: 5.625rem;
    padding: 3.125rem calc(17px + (100vw - 110px - 34px) / 12 + 10px) 0 0.3125rem;
    flex-direction: row-reverse;
    gap: 0.625rem;
  }
  .single:not(.single-standorte):not(.single-leistungen) .keyvisual__thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    flex: 1;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .single:not(.single-standorte):not(.single-leistungen) .keyvisual__thumbnail img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 0.5rem;
  }
  .single:not(.single-standorte):not(.single-leistungen) .keyvisual__wrap {
    width: 50%;
    height: auto;
    flex: 1;
    padding: 0;
  }
  .single:not(.single-standorte):not(.single-leistungen) .keyvisual__content {
    position: relative;
    display: block;
    top: 0;
    padding-left: 0;
  }
  .single:not(.single-standorte):not(.single-leistungen) .keyvisual__tag, .single:not(.single-standorte):not(.single-leistungen) .keyvisual__description {
    display: none;
  }
  .single:not(.single-standorte):not(.single-leistungen) .keyvisual__btns {
    display: none;
  }
}

.headline-text .contact-short {
  position: sticky;
  margin-bottom: 8rem;
}
.headline-text__wrap {
  position: relative;
  display: block;
  padding: 4.1875rem 1.875rem 8rem;
}
@media only screen and (min-width: 768px) {
  .headline-text__wrap {
    padding: 8.5625rem calc(17px + 3 * (100vw - 110px - 34px) / 12 + 30px) 8rem calc(17px + (100vw - 110px - 34px) / 12 + 10px);
  }
}
@media only screen and (min-width: 1200px) {
  .headline-text__wrap {
    padding: 8.5625rem calc(17px + 5 * (100vw - 110px - 34px) / 12 + 50px) 8rem calc(17px + (100vw - 110px - 34px) / 12 + 10px);
  }
}
.headline-text__title {
  position: relative;
  margin-bottom: 7.5rem;
  font-family: "Suisse Works";
  font-size: 42px;
  line-height: 1.05;
}
@media only screen and (min-width: 768px) {
  .headline-text__title {
    margin-bottom: 6.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .headline-text__title {
    font-size: 72px;
  }
}
.headline-text__description {
  position: relative;
  display: block;
  margin-bottom: 0.9375rem;
  font-size: 22px;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) {
  .headline-text__description {
    font-size: 28px;
  }
}
.readmore__toggle {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.43;
  cursor: pointer;
}
.readmore__toggle svg path {
  fill: #681FB1;
}
.readmore .more {
  display: flex;
}
.readmore .less {
  display: none;
}
.readmore__icon {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.readmore .--readmore {
  display: none;
}
.readmore.--toggled .more {
  display: none;
}
.readmore.--toggled .less {
  display: flex;
}
.readmore.--toggled .--readmore {
  display: block;
}

.short-services {
  position: relative;
  display: block;
  padding: 0 1.875rem 3.75rem;
}
@media only screen and (min-width: 768px) {
  .short-services {
    padding: 0 calc(17px + (100vw - 110px - 34px) / 12 + 10px) 1.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .short-services {
    padding: 0 calc(17px + 5 * (100vw - 110px - 34px) / 12 + 50px) 8.125rem calc(17px + (100vw - 110px - 34px) / 12 + 10px);
  }
}
.short-services__title {
  position: relative;
  display: block;
  margin-bottom: 3.75rem;
  font-size: 22px;
}

.short-service {
  position: relative;
  display: block;
  border-bottom: solid 0.0625rem #C5BBD9;
}
.short-service:first-of-type {
  border-top: solid 0.0625rem #C5BBD9;
}
.short-service__title {
  position: relative;
  display: inline-flex;
  width: 100%;
  padding: 1.125rem 0;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  justify-content: space-between;
}
.short-service__title span {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}
.short-service__title span path {
  fill: #681FB1;
}
.short-service__main {
  position: relative;
  display: block;
  padding-top: 2.3125rem;
  padding-bottom: 3.75rem;
}
@media only screen and (min-width: 1200px) {
  .short-service__main {
    padding-bottom: 2.1875rem;
  }
}
@media only screen and (min-width: 768px) {
  .short-service__content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
}
.short-service__icon {
  position: relative;
  width: calc(6 * (100vw - 110px - 34px) / 12 + 50px);
  height: calc(6 * (100vw - 110px - 34px) / 12 + 50px);
  margin: 0 auto 1.875rem;
}
@media only screen and (min-width: 768px) {
  .short-service__icon {
    flex-basis: calc(2 * (100vw - 110px - 34px) / 12 + 10px);
    height: calc(2 * (100vw - 110px - 34px) / 12 + 10px);
    margin-right: calc((100vw - 110px - 34px) / 12 / 2);
    flex-shrink: 0;
    flex-grow: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .short-service__icon {
    flex-basis: calc((100vw - 110px - 34px) / 12 + 10px);
    height: calc((100vw - 110px - 34px) / 12 + 10px);
    margin-right: calc((100vw - 110px - 34px) / 12 / 2);
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.short-service__description {
  position: relative;
  display: block;
  margin-bottom: 1.875rem;
}
.short-service.--active .short-service__title span {
  transform: rotate(180deg);
}

.testimonies {
  overflow: hidden;
}
.testimonies.--highlight .testimonial {
  width: auto;
}
@media only screen and (min-width: 1200px) {
  .testimonies.--highlight .testimonial .testimonial-stars {
    margin-left: calc(2 * (100vw - 110px - 34px) / 12 + 20px);
    margin-bottom: 5.3125rem;
  }
  .testimonies.--highlight .testimonial .testimonial-content {
    display: flex;
    flex-direction: row-reverse;
  }
  .testimonies.--highlight .testimonial .testimonial-content__person {
    display: block;
    width: calc(2 * (100vw - 110px - 34px) / 12 + 10px);
    margin-right: 10px;
  }
  .testimonies.--highlight .testimonial .testimonial-content__person-thumb {
    width: 9.375rem;
    height: 9.375rem;
    margin-bottom: 2.1875rem;
  }
  .testimonies.--highlight .testimonial .testimonial-content__quote {
    width: calc(6 * (100vw - 110px - 34px) / 12 + 50px);
    font-size: 42px;
  }
}
.testimonies__wrap {
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}
@media only screen and (min-width: 1200px) {
  .testimonies__wrap {
    padding-top: 4.0625rem;
    padding-bottom: 8.125rem;
  }
}

.testimonial {
  position: relative;
  display: inline-block;
  width: calc((100vw - 60px - 30px) / 4 * 3);
  margin-left: 1.875rem;
}
@media only screen and (min-width: 1200px) {
  .testimonial {
    display: flex;
    flex-direction: column;
    width: calc(3 * (100vw - 110px - 34px) / 12 + 20px);
    height: auto;
    margin-left: 0;
    margin-right: calc(((100vw - 110px - 34px) / 12 + 30px) / 2);
  }
  .testimonial:first-of-type {
    margin-left: calc(17px + (100vw - 110px - 34px) / 12 + 10px);
  }
}
.testimonial:last-of-type {
  margin-right: 1.875rem;
}
@media only screen and (min-width: 1200px) {
  .testimonial:last-of-type {
    margin-right: calc(17px + (100vw - 110px - 34px) / 12 + 10px);
  }
}
.testimonial-stars {
  position: relative;
  display: block;
  margin-bottom: 1.5625rem;
  font-size: 0;
  letter-spacing: 0;
}
.testimonial-star {
  position: relative;
  display: inline-block;
}
.testimonial-star:not(:last-of-type) {
  margin-right: 1.5rem;
}
.testimonial-star svg {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  padding: 0;
}
.testimonial-star svg path {
  fill: none;
  stroke: #C9AB00;
}
.testimonial-star.--highlight svg path {
  fill: #E9CA15;
}
.testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.testimonial-content__quote {
  position: relative;
  display: block;
  margin-bottom: 4.0625rem;
  font-family: "Suisse Works";
  font-size: 22px;
}
.testimonial-content__person {
  position: relative;
  display: flex;
}
.testimonial-content__person-thumb {
  position: relative;
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 1.6875rem 0 0;
  padding: 0;
  border-radius: 100%;
  overflow: hidden;
}
.testimonial-content__person-thumb img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.testimonial-content__person-info {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.2;
}
.testimonial-content__person-info-name {
  font-family: "Suisse Works";
}
.caroussel-contents {
  position: relative;
  display: block;
  overflow: clip;
}
.caroussel-contents__wrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .caroussel-contents__wrap {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .caroussel-contents__wrap {
    margin-bottom: 4.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .caroussel-contents-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    padding: 2.8125rem 1.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .caroussel-contents-item {
    width: calc(4 * (100vw - 110px - 34px) / 12 + 30px);
    height: calc((4 * (100vw - 110px - 34px) / 12 + 30px) * 1.325);
    margin-left: 10px;
  }
  .caroussel-contents-item:first-of-type {
    margin-left: calc(17px + (100vw - 110px - 34px) / 12 + 10px);
  }
  .caroussel-contents-item:last-of-type {
    margin-right: calc(17px + (100vw - 110px - 34px) / 12 + 10px);
  }
}
.caroussel-contents-item__thumbnail {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .caroussel-contents-item__thumbnail {
    border-radius: 0.5rem;
    overflow: hidden;
  }
}
.caroussel-contents-item__thumbnail img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-position: center;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .caroussel-contents-item__thumbnail img {
    border-radius: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .caroussel-contents-item .btn {
    position: sticky;
    top: 8.125rem;
    padding: 1rem 1.75rem;
    font-size: 16px;
  }
  .caroussel-contents-item .btn .btn__icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .caroussel-contents-item .btn {
    position: absolute;
    top: auto;
    bottom: 1.875rem;
    left: 1.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .caroussel-contents .swiper-scrollbar {
    background: #F2F2F2;
    position: relative;
    display: block;
    width: auto;
    height: 0.0625rem;
    margin: 0 calc(17px + (100vw - 110px - 34px) / 12 + 10px);
  }
  .caroussel-contents .swiper-scrollbar-drag {
    background: #681FB1;
  }
}
@media only screen and (min-width: 1200px) {
  .caroussel-contents .swiper-scrollbar {
    display: block;
  }
}

.related {
  position: relative;
  display: block;
  width: 100%;
  overflow: clip;
}
.related .swiper-buttons {
  display: none;
}
@media only screen and (min-width: 768px) {
  .related .swiper-buttons {
    display: flex;
    width: calc(100% - 40px);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .related .swiper-buttons {
    width: calc(100% - 80px);
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
.related__wrap {
  padding: 8.125rem 1.875rem;
}
@media only screen and (min-width: 768px) {
  .related__wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.related__title {
  position: relative;
  display: block;
  margin-bottom: 3.75rem;
  font-family: "Suisse Works";
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .related__title {
    padding: 0 calc(17px + (100vw - 110px - 34px) / 12 + 10px);
    font-size: 38px;
  }
}
.related__topics {
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .related__topics {
    display: block;
  }
}
.related-topic {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .related-topic {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .related-topic {
    width: calc(5 * (100vw - 110px - 34px) / 12 + 40px);
    margin-left: 10px;
  }
  .related-topic:first-of-type {
    margin-left: calc(17px + (100vw - 110px - 34px) / 12 + 10px);
  }
  .related-topic:last-of-type {
    margin-right: calc(17px + (100vw - 110px - 34px) / 12 + 10px);
  }
}
@media only screen and (min-width: 1200px) {
  .related-topic {
    width: calc(3 * (100vw - 110px - 34px) / 12 + 20px);
    margin-left: 10px;
  }
  .related-topic:first-of-type {
    margin-left: 17px;
  }
  .related-topic:last-of-type {
    margin-right: 17px;
  }
}
.related-topic__thumbnail {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.875rem;
  padding-bottom: 122.5%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.related-topic__thumbnail img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-position: center;
  object-fit: cover;
  border-radius: 0.5rem;
}
.related-topic__title {
  position: relative;
  display: block;
  min-height: 4.125rem;
  margin-bottom: 1.6875rem;
  font-size: 22px;
  flex: 1;
}
.related-topic__title span {
  display: block;
  font-family: "Suisse Works";
}
.related-topic__toggle {
  position: relative;
  display: inline-flex;
  width: 100%;
  padding: 1.0625rem 0 1.875rem;
  font-size: 16px;
  line-height: 1.2;
  border-top: solid 0.0625rem #681FB1;
  cursor: pointer;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  .related-topic__toggle {
    padding: 1.25rem 0;
  }
}
.related-topic__toggle span {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}
.related-topic__toggle span path {
  fill: #681FB1;
}
.related-topic:not(:last-of-type) {
  margin-bottom: 3.75rem;
}

.aup-btn--backtotop {
  position: relative;
  margin: 0 1.875rem 1.25rem;
  border-radius: 99em;
}
@media only screen and (min-width: 768px) {
  .aup-btn--backtotop {
    margin: 0 calc(17px + (100vw - 110px - 34px) / 12 + 10px) 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aup-btn--backtotop {
    position: sticky;
    top: calc(100vh - 84px);
    margin: 0 auto 1.25rem calc(17px + 8 * (100vw - 110px - 34px) / 12 + 80px);
    z-index: 1;
  }
}
.aup-btn--backtotop svg path {
  fill: #681FB1;
}

.aup-form {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
  padding: 1.875rem 1.25rem;
  overflow: clip;
  z-index: 11;
}
@media only screen and (min-width: 768px) {
  .aup-form {
    padding: 3.125rem calc(17px + (100vw - 110px - 34px) / 12 + 10px) 3.125rem 5.625rem;
    justify-content: space-between;
  }
}
.aup-form-progress {
  background: #DCD4F1;
  position: relative;
  display: block;
  margin-bottom: 1.875rem;
  padding: 0 1.5rem;
  border-radius: 0.5rem;
  color: #000000;
  font-size: 0.75rem;
  z-index: 1;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .aup-form-progress {
    background: #F2F2F2;
    margin-bottom: 0;
    margin-right: calc(-1 * (17px + (100vw - 110px - 34px) / 12 + 10px));
    padding: 10.9375rem 5.9375rem;
    color: #681FB1;
    font-size: 137px;
    line-height: 1.05;
    border-radius: 5.625rem 0 0 5.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aup-form-progress {
    padding: 10.9375rem;
  }
}
.aup-form-progress__background {
  background: #FFFFFF;
  position: absolute;
  display: block;
  width: 0;
  top: 0;
  bottom: 0;
  left: 0;
  transition: 0.4s ease-in-out;
}
.aup-form-progress__curr {
  position: relative;
  opacity: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .aup-form-progress__curr {
    opacity: 1;
  }
}
.aup-form-progress__curr::after {
  content: "/";
  display: inline;
}
.aup-form-progress__total {
  position: relative;
  opacity: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .aup-form-progress__total {
    opacity: 1;
  }
}
.aup-form-steps {
  position: relative;
  display: block;
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .aup-form-steps {
    position: absolute;
    width: calc(4 * (100vw - 110px - 34px) / 12 + 30px);
    z-index: 1;
    top: 8.75rem;
    right: calc(17px + (100vw - 110px - 34px) / 12 + 10px);
    justify-content: space-between;
  }
}
.aup-form-step {
  display: none;
  margin-bottom: 4.625rem;
  font-family: "Suisse Works";
  font-size: 38px;
  line-height: 1.2;
}
.aup-form-step > * {
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.aup-form-step__title {
  margin-bottom: 1.875rem;
  font-size: 1.8rem;
}
.aup-form-step.--active {
  display: block;
}
.aup-form-step.--transition > * {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .aup-form-step--0 {
    width: calc(4 * (100vw - 110px - 34px) / 12 + 30px);
    margin: 0 0 0 auto;
  }
}
.aup-form-step--1, .aup-form-step--2, .aup-form-step--3, .aup-form-step--4 {
  width: 100%;
  top: 19.0625rem;
  right: 10rem;
  bottom: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .aup-form-step--1, .aup-form-step--2, .aup-form-step--3, .aup-form-step--4 {
    width: calc(4 * (100vw - 110px - 34px) / 12 + 30px);
  }
}
@media only screen and (min-width: 768px) {
  .aup-form-controls {
    width: calc(4 * (100vw - 110px - 34px) / 12 + 30px);
    margin: 0 0 0 auto;
    text-align: right;
    transform: translateY(-3.5625rem);
    z-index: 10;
  }
}
.aup-form.--step-0 {
  background: #681FB1;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .aup-form.--step-0 .aup-form-steps {
    right: auto;
    left: 5.625rem;
  }
  .aup-form.--step-0 .aup-form-progress {
    margin-left: 50%;
  }
  .aup-form.--step-0 .aup-form-controls {
    text-align: left;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .aup-form.--step-0 .aup-form-progress {
    margin-left: calc(17px + 7 * (100vw - 110px - 34px) / 12 + 70px - 90px);
  }
}
.aup-form.--step-1, .aup-form.--step-2, .aup-form.--step-3, .aup-form.--step-4 {
  background: #F2F2F2;
}
@media only screen and (min-width: 768px) {
  .aup-form.--step-1, .aup-form.--step-2, .aup-form.--step-3, .aup-form.--step-4 {
    background: #681FB1;
    color: #681FB1;
  }
  .aup-form.--step-1 .aup-form-controls, .aup-form.--step-2 .aup-form-controls, .aup-form.--step-3 .aup-form-controls, .aup-form.--step-4 .aup-form-controls {
    transform: translateY(-6.6875rem);
  }
}
.aup-form.--step-5 {
  background: #D9B900;
}
@media only screen and (min-width: 768px) {
  .aup-form.--step-5 {
    color: #681FB1;
  }
  .aup-form.--step-5::after {
    content: "";
    background: #FFFFFF;
    position: absolute;
    display: block;
    width: 50vw;
    height: 100%;
    top: 0;
    right: 0;
  }
  .aup-form.--step-5 .aup-form-progress {
    margin-left: -5.625rem;
    margin-right: calc(50vw - 17px + 5px + (100vw - 110px - 34px) / 12);
    border-radius: 0 5.625rem 5.625rem 0;
  }
}
.aup-form .aup-btn--prev {
  background: #FFFFFF;
  margin-bottom: 0;
  border: solid 0.0625rem #D0D5DD;
  display: none;
}
.aup-form .aup-btn--prev path {
  fill: #000000;
}
.aup-form .aup-btn--prev:disabled {
  display: none;
}
@media only screen and (min-width: 768px) {
  .aup-form .aup-btn--prev {
    float: left;
  }
}
.aup-form .aup-btn--next {
  background: #9A65CF;
  margin-bottom: 0;
  border: solid 0.0625rem #9A65CF;
}
.aup-form .aup-btn--next path {
  fill: #FFFFFF;
}
.aup-form .aup-btn--next:disabled {
  display: none;
}
.aup-form__info {
  position: relative;
  display: block;
  margin-top: 1.5625rem;
  color: #000000;
  font-size: 16px;
}
.aup-form__info span {
  display: block;
}

.field {
  position: relative;
  display: block;
  max-width: 20rem;
}
.field:not(:last-of-type) {
  margin-bottom: 0.375rem;
}
.field--inhuman {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
}
.field--decision .aup-form__info {
  margin-bottom: 0.9375rem;
}
.field--decision > label {
  background: #FFFFFF;
  position: relative;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  color: #344054;
  font-size: 16px;
  border: solid 0.0625rem #D0D5DD;
  border-radius: 0.5rem;
}
.field--decision > label input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.field--decision > label input + label {
  display: inline-flex;
  align-items: center;
}
.field--decision > label input + label span:nth-of-type(1) {
  color: #681FB1;
}
.field--decision > label input + label span:nth-of-type(2) {
  background: #C5BBD9;
  position: relative;
  display: inline-block;
  width: 2.75rem;
  height: 1.5rem;
  margin: 0 0.75rem;
  border-radius: 6.25rem;
}
.field--decision > label input + label span:nth-of-type(2)::after {
  content: "";
  background: #681FB1;
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  top: 0.125rem;
  left: 0.125rem;
  border-radius: 100%;
  transition: left 0.2s ease-in-out;
}
.field--decision > label input + label span:nth-of-type(3) {
  color: #999999;
}
.field--decision > label input:checked + label span:nth-of-type(1) {
  color: #999999;
}
.field--decision > label input:checked + label span:nth-of-type(2)::after {
  top: 0.125rem;
  left: calc(100% - 22px);
}
.field--decision > label input:checked + label span:nth-of-type(3) {
  color: #681FB1;
}
.field--decision > label span {
  color: #999999;
}
.field--decision > label span.--active {
  color: #681FB1;
}

.input--select {
  background: #FFFFFF;
  position: relative;
  display: block;
  width: 100%;
  padding: 0.75rem 1.5rem;
  color: #344054;
  font-size: 16px;
  border: solid 0.0625rem #D0D5DD;
  border-radius: 0.5rem;
  appearance: none;
}
.input--select option {
  font-size: 16px;
}
.input--select:invalid,
.input--select option[value=""] {
  color: #999999;
}
.input--select__icon {
  position: absolute;
  display: block;
  top: -0.0625rem;
  right: 0.75rem;
  pointer-events: none;
}
.input--select__icon svg {
  fill: #681FB1;
}
.input--select + .error {
  position: absolute;
  background: #B48CDB;
  display: inline-block;
  padding: 0.25rem 0.5625rem;
  top: 0.625rem;
  right: 0.75rem;
  border-radius: 0.5rem;
  color: #FFFFFF;
  font-size: 0.875rem;
  z-index: 1;
  pointer-events: none;
}

.input--text {
  background: #FFFFFF;
  position: relative;
  display: block;
  width: 100%;
  padding: 0.75rem 1.5rem;
  color: #344054;
  font-size: 16px;
  border: solid 0.0625rem #D0D5DD;
  border-radius: 0.5rem;
}
.input--text::-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.input--text::placeholder {
  color: #999999;
  font-size: 16px;
}
.input--text + .field__icon {
  display: none;
}
.input--text:invalid + .error {
  position: absolute;
  background: #B48CDB;
  display: inline-block;
  padding: 0.25rem 0.5625rem;
  top: 0.625rem;
  right: 0.75rem;
  border-radius: 0.5rem;
  color: #FFFFFF;
  font-size: 0.875rem;
  z-index: 1;
  pointer-events: none;
}
.input--text:invalid + .error + .field__icon {
  display: none;
}
.input--text:valid + .field__icon,
.input--text:valid + label + .field__icon {
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  top: -0.0625rem;
  right: 1.5rem;
}

*:focus {
  outline: none;
}

.map-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .map-wrapper {
    height: 100vh;
  }
}
@media only screen and (min-width: 1200px) {
  .map-wrapper.--active .locations__header {
    height: 100%;
  }
}
.map-wrapper.single-map {
  background: #F2ECF9;
  height: auto;
  padding-top: 1.875rem;
}
@media only screen and (min-width: 1200px) {
  .map-wrapper.single-map {
    display: flex;
    padding: 1.875rem 17px;
  }
  .map-wrapper.single-map > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    width: calc(4 * (100vw - 110px - 34px) / 12 + 30px);
  }
}
.map-wrapper.single-map .single-map__title {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  font-family: "Suisse Works";
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.05;
}
@media only screen and (min-width: 768px) {
  .map-wrapper.single-map .single-map__title {
    width: calc(8 * (100vw - 110px - 34px) / 12 + 70px);
  }
}
@media only screen and (min-width: 768px) {
  .map-wrapper.single-map .single-map__title {
    width: auto;
    margin-right: calc((100vw - 110px - 34px) / 12 / 2);
    margin-left: calc((100vw - 110px - 34px) / 12 + 10px);
    padding: 0;
  }
}
.map-wrapper.single-map .contact-short {
  background: #FFFFFF;
  display: block;
  margin-top: 1.875rem;
  margin-right: 1.875rem;
  margin-left: 1.875rem;
  margin-bottom: 1.875rem;
  top: auto;
  float: none;
}
@media only screen and (min-width: 768px) {
  .map-wrapper.single-map .contact-short {
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  .map-wrapper.single-map .contact-short {
    margin-bottom: 0;
    margin-left: calc((100vw - 110px - 34px) / 12 + 10px);
  }
}

#map,
#map-single {
  position: relative;
  display: block;
  width: 100%;
  height: 65vh;
}
@media only screen and (min-width: 1200px) {
  #map,
  #map-single {
    height: 100%;
  }
}

#map-single {
  height: 75vh;
}
@media only screen and (min-width: 1200px) {
  #map-single {
    width: calc(8 * (100vw - 110px - 34px) / 12 + 70px);
    height: 50vh;
    margin-left: 10px;
    border-radius: 0.5rem;
    overflow: hidden;
  }
}

.locations {
  background: #DCD4F1;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 1200px) {
  .locations {
    position: absolute;
    width: calc(3 * (100vw - 110px - 34px) / 12 + 20px);
    height: auto;
    top: 6.6875rem;
    left: auto;
    bottom: auto;
    right: 0.625rem;
    border-radius: 0.5rem;
  }
}
.locations__header {
  position: relative;
  display: block;
  padding: 1.875rem;
  font-size: 28px;
  pointer-events: all;
}
@media only screen and (min-width: 1200px) {
  .locations__header {
    margin-bottom: 0;
    box-sizing: border-box;
    border-radius: 0.5rem;
    transition: height 0.4s ease-in-out;
  }
}
.locations__title {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
  font-family: "Suisse Works";
}
.locations__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.location {
  background: #FFFFFF;
  position: absolute;
  display: block;
  right: 1.875rem;
  left: 1.875rem;
  top: -2.5rem;
  right: 3.125rem;
  border-radius: 0.5rem;
  box-shadow: 0rem 0rem 4rem 0rem rgba(0, 0, 0, 0.15);
  pointer-events: all;
  transform: translateY(25px);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
}
@media only screen and (min-width: 1200px) {
  .location {
    top: auto;
    right: 1.875rem;
    bottom: 1.875rem;
  }
}
.location.--active {
  position: relative;
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  width: calc(100% - 60px);
}
.location__wrap {
  padding: 1.875rem 1rem 1.5rem;
}
.location__title {
  position: relative;
  display: inline-flex;
  margin-bottom: 1.5rem;
  font-size: 16px;
}
.location__title::before {
  content: "";
  background: #D0D5DD;
  position: relative;
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-right: 0.5625rem;
  border-radius: 100%;
}
.location__close {
  position: absolute;
  top: -2.875rem;
  right: 0;
}
.location__services {
  position: relative;
  display: block;
  margin-bottom: 3.4375rem;
  font-size: 16px;
}
.counties {
  position: relative;
  display: block;
  padding: 8.125rem 1.875rem;
}
@media only screen and (min-width: 1200px) {
  .counties {
    padding: 4.375rem calc(17px + (100vw - 110px - 34px) / 12 + 10px) 10.3125rem;
  }
}
@media only screen and (min-width: 768px) {
  .counties__wrap {
    display: block;
    font-size: 0;
    letter-spacing: 0;
  }
}
.counties__title {
  position: relative;
  display: block;
  margin-bottom: 3.75rem;
  font-family: "Suisse Works";
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .counties__title {
    width: calc(8 * (100vw - 110px - 34px) / 12 + 70px);
    margin-bottom: 6.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .counties__title {
    width: calc(4 * (100vw - 110px - 34px) / 12 + 30px);
    margin-bottom: 6.25rem;
  }
}

@media only screen and (min-width: 768px) {
  .county {
    display: inline-block;
    width: calc(5 * (100vw - 110px - 34px) / 12 + 40px);
    vertical-align: top;
  }
  .county:not(:nth-of-type(2n)) {
    margin-right: calc(100vw - 2 * (5 * (100vw - 110px - 34px) / 12 + 40px) - 60px);
  }
}
@media only screen and (min-width: 1200px) {
  .county {
    display: inline-block;
    width: calc(3 * (100vw - 110px - 34px) / 12 + 20px);
    vertical-align: top;
  }
  .county:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .county:not(:nth-of-type(3n)) {
    margin-right: calc(((100vw - 110px - 34px) / 12 + 30px) / 2);
  }
}
.county:not(:last-of-type) {
  margin-bottom: 3.75rem;
}
.county__title {
  position: relative;
  display: inline-flex;
  margin-bottom: 1.5rem;
  font-family: "Suisse Works";
  font-size: 22px;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .county__title {
    margin-bottom: 2.5rem;
  }
}
.county__title::before {
  content: "";
  background: #F2F2F2;
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-right: 0.5625rem;
  border: solid 0.0625rem #D0D5DD;
  border-radius: 100%;
}
@media only screen and (min-width: 1200px) {
  .county__list .btn {
    font-size: 16px;
    margin-bottom: 0.5rem;
    padding: 1rem 1.75rem;
  }
  .county__list .btn:not(:last-of-type) {
    margin-right: 0.5rem;
  }
}

.map-buttons {
  background: #FFFFFF;
  position: absolute;
  bottom: 3.75rem;
  left: 0.625rem;
  display: inline-block;
  padding: 0.5rem 0.75rem 0.5rem 0.125rem;
  border-radius: 0.5rem;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .map-buttons {
    width: auto !important;
    left: auto;
    right: 1.5625rem;
    bottom: 4.6875rem;
  }
}
.map-buttons .map-btn--regular,
.map-buttons .map-btn--exclusive {
  background: none;
  position: relative;
  display: flex;
  border: none;
  appearance: none;
  align-items: center;
  cursor: pointer;
}
.map-buttons .map-btn--regular span,
.map-buttons .map-btn--exclusive span {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  padding: 0.125rem;
  margin-right: 0.25rem;
  border-radius: 99em;
  transition: 0.2s ease-in-out;
}
.map-buttons .map-btn--regular span::before,
.map-buttons .map-btn--exclusive span::before {
  content: "";
  background: #FFFFFF;
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: 0;
  border-radius: 99em;
  transition: 0.2s ease-in-out;
}
.map-buttons .map-btn--regular {
  margin-bottom: 0.125rem;
}
.map-buttons .map-btn--regular span {
  background: rgba(255, 233, 107, 0.75);
}
.map-buttons .map-btn--regular.--toggled span {
  background: #E9CA15;
}
.map-buttons .map-btn--regular.--toggled span::before {
  margin-left: 1.25rem;
}
.map-buttons .map-btn--exclusive span {
  background: #DCD4F1;
}
.map-buttons .map-btn--exclusive.--toggled span {
  background: #9A65CF;
}
.map-buttons .map-btn--exclusive.--toggled span::before {
  margin-left: 1.25rem;
}

.contact-short {
  position: sticky;
  display: none;
  margin-top: 8.125rem;
  margin-bottom: 3.75rem;
  margin-right: calc(17px + (100vw - 110px - 34px) / 12 + 10px);
  top: 8.125rem;
  float: right;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .contact-short {
    display: inline-block;
  }
}
.contact-short__wrap {
  border: solid 0.0625rem #C5BBD9;
  border-radius: 0.5rem;
}
.contact-short__title {
  position: relative;
  display: block;
  padding: 0.625rem 1rem;
  border-bottom: solid 0.0625rem #C5BBD9;
}
.contact-short__main {
  position: relative;
  display: block;
  padding: 2.5rem 1rem 0.625rem;
}
.contact-short__main p, .contact-short__main a {
  position: relative;
  display: flex;
  margin-bottom: 0.625rem;
  align-items: center;
  line-height: 1.2;
  color: #000000;
  text-decoration: none;
}
.contact-short__main p span, .contact-short__main a span {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.contact-short__main p path, .contact-short__main a path {
  fill: #000000;
}
.contact-short__additional {
  background: #DCD4F1;
  width: 100%;
  max-width: 20.625rem;
  margin-top: 1.25rem;
  padding: 0.625rem 1.25rem;
  border: dashed 0.0625rem #681FB1;
  border-radius: 0.5rem;
  color: #681FB1;
  display: none;
}

.transparency-report {
  background: #FFFBF2;
  position: relative;
  display: block;
  height: 100vh;
  padding: 5.625rem 1.875rem 4.375rem;
}
@media only screen and (min-width: 768px) {
  .transparency-report {
    padding: 3.75rem calc(17px + (100vw - 110px - 34px) / 12 + 10px) 11.25rem;
  }
}
.transparency-report__wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.transparency-report__title {
  position: sticky;
  display: block;
  font-size: 28px;
  line-height: 1.05;
  top: 8.125rem;
  left: 0;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .transparency-report__title {
    position: relative;
    margin-top: 0;
    top: 0;
    width: calc(8 * (100vw - 110px - 34px) / 12 + 70px);
  }
}
@media only screen and (min-width: 1200px) {
  .transparency-report__title {
    width: calc(6 * (100vw - 110px - 34px) / 12 + 50px);
    font-size: 72px;
  }
}
.transparency-report__icon {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100vw - 60px);
  height: calc(100vw - 60px);
  bottom: 4.375rem;
}
@media only screen and (min-width: 768px) {
  .transparency-report__icon {
    width: calc(8 * (100vw - 110px - 34px) / 12 + 70px);
    height: calc(8 * (100vw - 110px - 34px) / 12 + 70px);
  }
}
@media only screen and (min-width: 1200px) {
  .transparency-report__icon {
    width: calc(4 * (100vw - 110px - 34px) / 12 + 30px);
    height: calc(4 * (100vw - 110px - 34px) / 12 + 30px);
    margin: 0 calc(3 * ((100vw - 110px - 34px) / 12 + 10px));
  }
}
.transparency-report__icon span {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  color: #000000;
  font-size: 28px;
  line-height: 1.05;
}
.transparency-report__icon path {
  fill: #E9CA15;
  stroke: #C9AB00;
}

.news {
  position: relative;
  display: block;
  overflow: hidden;
}
.news__wrap {
  position: relative;
  display: block;
  padding: 4.375rem 1.875rem 5rem;
  font-size: 0;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .news__wrap {
    padding-right: calc((100vw - 110px - 34px) / 12 + 17px + 10px);
    padding-left: calc((100vw - 110px - 34px) / 12 + 17px + 10px);
  }
}
.news__title {
  font-family: "Suisse Works";
}
.news.--headline .news__wrap {
  padding: 1.875rem 1.875rem 5rem;
}
@media only screen and (min-width: 768px) {
  .news.--headline .news__wrap {
    padding: 2.8125rem calc(17px + (100vw - 110px - 34px) / 12 + 10px) 0;
  }
}
@media only screen and (min-width: 1200px) {
  .news.--headline .news__wrap {
    padding: 4.0625rem calc(17px + (100vw - 110px - 34px) / 12 + 10px) 0;
  }
}
.news.--headline .news__title {
  position: relative;
  display: block;
  margin-bottom: 1.875rem;
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .news.--headline .news__title {
    margin-bottom: 2.8125rem;
    font-size: 38px;
  }
}
@media only screen and (min-width: 1200px) {
  .news.--headline .news__title {
    margin-bottom: 4.0625rem;
    font-size: 42px;
  }
}
.news.--headline .news__items {
  background: #DCD4F1;
  position: relative;
  display: block;
  margin: 0 -1.875rem;
  padding: 1.25rem 1.875rem;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .news.--headline .news__items {
    margin: 0 calc(-1 * (17px + (100vw - 110px - 34px) / 12 + 10px));
    padding: 1.875rem 0 7.5rem;
  }
}
.news.--headline .news__items .news-item {
  padding-right: calc(17px + (100vw - 110px - 34px) / 12 + 10px);
  padding-left: calc(17px + (100vw - 110px - 34px) / 12 + 10px);
}
.news-item {
  position: relative;
  display: block;
  padding-top: 3.75rem;
  padding-bottom: 1.5625rem;
}
@media only screen and (min-width: 768px) {
  .news-item {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    border-top: solid 0.0625rem #F2ECF9;
  }
  .news-item:first-of-type {
    border-top: none;
  }
}
.news-item:nth-of-type(2n + 2) .news-item__wrap {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) {
  .news-item:nth-of-type(2n + 2) .news-item__info > * {
    margin-left: 0;
    margin-right: calc((100% - 50px) / 5 * 2 + 30px);
  }
}
.news-item:nth-of-type(2n + 2) .news-item__gallery {
  margin-left: auto;
  margin-right: calc(-1 * ((100% - 90px) / 10 * 1 + 10px + 17px));
}
@media only screen and (min-width: 768px) {
  .news-item__wrap {
    position: relative;
    display: flex;
  }
}
.news-item__gallery {
  position: relative;
  display: block;
  height: 18.75rem;
  margin: 0 0 1.875rem;
}
@media only screen and (min-width: 768px) {
  .news-item__gallery {
    width: calc((100% - 90px) / 10 * 6 + 50px + 20px);
    height: auto;
    margin-left: calc(-1 * ((100% - 90px) / 10 * 1 + 10px + 17px));
    margin-bottom: 0;
    overflow: hidden;
  }
}
.news-item__gallery .news-item__slide {
  width: calc(9 * (100vw - 110px - 34px) / 12 + 80px);
  height: 18.75rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .news-item__gallery .news-item__slide {
    width: calc(5 * (100vw - 110px - 34px) / 12 + 40px + 17px);
    height: calc((5 * (100vw - 110px - 34px) / 12 + 40px + 17px) / 6 * 5);
  }
  .news-item__gallery .news-item__slide img {
    position: relative;
    width: auto;
    height: 100%;
  }
}
.news-item__gallery .news-item__slide:not(:last-of-type) {
  margin-right: 0.625rem;
}
.news-item__thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: 25rem;
  margin: 0 0 1.875rem;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .news-item__thumbnail {
    width: calc(5 * (100vw - 110px - 34px) / 12 + 40px);
    height: calc((5 * (100vw - 110px - 34px) / 12 + 40px) / 6 * 5);
    margin-bottom: 0;
  }
}
.news-item img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .news-item__info {
    width: calc((100% - 90px) / 10 * 5 + 50px);
  }
  .news-item__info > * {
    margin-left: calc((100% - 50px) / 5 * 2 + 30px);
  }
}
.news-item__title {
  position: relative;
  display: block;
  margin-bottom: 1.5625rem;
  padding-bottom: 1.25rem;
  font-size: 22px;
  border-bottom: solid 0.0625rem #F2ECF9;
}
@media only screen and (min-width: 768px) {
  .news-item__title {
    border-bottom: 0;
    margin-bottom: 0;
    font-size: 28px;
  }
  .news-item__title span {
    display: block;
    font-family: "Suisse Works";
  }
}
.news-item.--minimized {
  width: calc((100vw - 60px - 10px) / 2);
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .news-item.--minimized {
    width: 25%;
    padding-left: calc((100vw - 110px - 34px) / 12 / 2) !important;
    padding-right: calc((100vw - 110px - 34px) / 12 / 2) !important;
    margin-left: 0;
    box-sizing: border-box;
  }
}
.news-item.--minimized .news-item__thumbnail,
.news-item.--minimized .news-item__gallery {
  display: none;
}
.news-item.--minimized .news-item__info {
  width: 100%;
}
.news-item.--minimized .news-item__title {
  width: 100%;
  min-height: 9.375rem;
  font-size: 16px;
  margin-left: 0;
}
.news-item.--minimized .btn {
  margin-left: 0;
  margin-right: 0;
}

.mixed-content {
  position: relative;
  display: block;
  padding: 4.6875rem 1.875rem 4.0625rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .mixed-content {
    padding: 4.6875rem calc(17px + (100vw - 110px - 34px) / 12 + 10px) 4.0625rem;
  }
}
.mixed-content .swiper-buttons {
  width: calc(100% + 30px);
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
@media only screen and (min-width: 768px) {
  .mixed-content .swiper-buttons {
    width: calc(100% + 120px);
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mixed-content .swiper-buttons {
    width: calc(100% + 200px);
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }
}
.mixed-content > div:last-of-type {
  margin-bottom: 0;
}
.mixed-content__text-block {
  position: relative;
  display: block;
  margin-bottom: 1.875rem;
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) {
  .mixed-content__text-block {
    line-height: 1.2;
    font-size: 22px;
  }
}
.mixed-content__text-block:first-of-type {
  font-size: 22px;
}
.mixed-content__gallery-block {
  position: relative;
  display: block;
  margin-bottom: 4.0625rem;
}
.mixed-content__gallery-block__toggle {
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  top: 0;
  right: -1.75rem;
  z-index: 1;
  cursor: pointer;
}
.mixed-content__gallery-block__item {
  position: relative;
  display: block;
  width: auto;
  border-radius: 0.5rem;
}
.mixed-content__gallery-block__item:not(:last-of-type) {
  margin-right: 0.625rem;
}
.mixed-content__gallery-block__item img {
  width: auto;
  height: calc(9 * (100vw - 110px - 34px) / 12 + 80px);
}
@media only screen and (min-width: 1200px) {
  .mixed-content__gallery-block__item img {
    height: calc(5 * (100vw - 110px - 34px) / 12 + 40px);
  }
}
.mixed-content__gallery-block__item.--single {
  width: calc(6 * (100vw - 110px - 34px) / 12 + 50px);
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .mixed-content__gallery-block__item.--single {
    width: calc(3 * (100vw - 110px - 34px) / 12 + 20px);
    margin: 0;
  }
}
.mixed-content__gallery-block__item.--single img {
  width: 100%;
  height: auto;
}
.mixed-content__gallery-block__item.--enlarged {
  width: calc(100vw - 60px);
}
@media only screen and (min-width: 768px) {
  .mixed-content__gallery-block__item.--enlarged {
    width: calc(10 * (100vw - 110px - 34px) / 12 + 90px);
  }
}
@media only screen and (min-width: 1200px) {
  .mixed-content__gallery-block__item.--enlarged {
    width: calc(5 * (100vw - 110px - 34px) / 12 + 40px);
  }
}
.mixed-content__gallery-block__item.--enlarged .mixed-content__gallery-block__toggle {
  top: 0.625rem;
  right: 0.625rem;
  transform: rotate(45deg);
}
.mixed-content__gallery-block__item img {
  border-radius: 0.5rem;
}
.mixed-content a {
  color: #B48CDB;
}
.mixed-content p {
  line-height: 1.5;
}
.mixed-content p:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
.mixed-content h1, .mixed-content h2, .mixed-content h3, .mixed-content h4, .mixed-content h5, .mixed-content h6,
.mixed-content b, .mixed-content strong {
  font-weight: bold;
}
.mixed-content i, .mixed-content em {
  font-style: italic;
}
.mixed-content u {
  text-decoration: underline;
}
.mixed-content ol,
.mixed-content ul {
  position: relative;
  display: block;
  margin-bottom: 1.25rem;
  padding-left: 2.5rem;
  list-style: disc;
  font-size: 1em;
}
.mixed-content ol li:not(:last-of-type),
.mixed-content ul li:not(:last-of-type) {
  margin-bottom: 0.625rem;
}
.mixed-content ol {
  list-style: auto;
}

.single .mixed-content {
  padding: 4.6875rem calc(17px + (100vw - 110px - 34px) / 12 + 10px) 4.0625rem 0.3125rem;
}
@media only screen and (min-width: 1200px) {
  .single .mixed-content {
    padding: 0 calc(17px + (100vw - 110px - 34px) / 12 + 10px) 4.0625rem 0.3125rem;
  }
}

.services {
  position: relative;
}
.service {
  background: #FFFFFF;
  position: relative;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .service {
    position: sticky;
    top: 5rem;
  }
}
.service:nth-of-type(1) .service__wrap {
  background: rgba(104, 31, 177, 0.1);
}
.service:nth-of-type(2) .service__wrap {
  background: rgba(104, 31, 177, 0.2);
}
.service:nth-of-type(3) .service__wrap {
  background: rgba(104, 31, 177, 0.3);
}
.service:nth-of-type(4) .service__wrap {
  background: rgba(104, 31, 177, 0.4);
}
.service:nth-of-type(5) .service__wrap {
  background: rgba(104, 31, 177, 0.5);
}
.service:nth-of-type(6) .service__wrap {
  background: rgba(104, 31, 177, 0.6);
}
.service:nth-of-type(7) .service__wrap {
  background: rgba(104, 31, 177, 0.7);
}
.service:nth-of-type(8) .service__wrap {
  background: rgba(104, 31, 177, 0.8);
}
.service__wrap {
  padding: 1.875rem 1.875rem 4.375rem;
}
@media only screen and (min-width: 768px) {
  .service__wrap {
    padding: 1.875rem calc(17px + (100vw - 110px - 34px) / 12 + 10px) 4.375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .service__wrap {
    display: flex;
    padding: 0;
  }
}
.service__wrap > .service__title {
  display: block;
  margin: 0 0 7.8125rem;
  padding: 0;
  font-size: 28px;
  line-height: 1.05;
}
@media only screen and (min-width: 1200px) {
  .service__wrap > .service__title {
    display: none;
  }
}
.service__thumbnail {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 2.8125rem;
  padding-bottom: 120%;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .service__thumbnail {
    width: calc(17px + 5 * (100vw - 110px - 34px) / 12 + 40px);
    margin-bottom: 0;
    padding-bottom: calc((17px + 5 * (100vw - 110px - 34px) / 12 + 40px) * 1.2);
    border-radius: 0;
  }
}
.service__thumbnail img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 1200px) {
  .service__thumbnail img {
    border-radius: 0;
  }
}
.service__toggle {
  position: relative;
  display: flex;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  font-size: 16px;
  border-top: solid 0.0625rem #681FB1;
  line-height: 1.2;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  .service__toggle {
    display: none;
  }
}
.service__toggle .icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
@media only screen and (min-width: 1200px) {
  .service .readmore {
    display: block;
    width: calc(5 * (100vw - 110px - 34px) / 12 + 35px);
    margin-left: calc((100vw - 110px - 34px) / 12 + 20px);
  }
}
.service .readmore.--toggled .services__content {
  display: block;
}
.service__content {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .service__content {
    display: block !important;
    margin: 3.125rem auto;
  }
}
.service__title {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .service__title {
    display: block;
    margin-bottom: clamp(50px, 5vw, 80px);
    font-family: "Suisse Works";
    font-size: 28px;
    line-height: 1.05;
  }
}
.service__description {
  position: relative;
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) {
  .service__description {
    margin-bottom: clamp(40px, 4vw, 70px);
  }
}
.service__list-title {
  position: relative;
  display: block;
  margin-bottom: 1.5625rem;
}
.service__item {
  position: relative;
  display: flex;
  align-items: center;
}
.service__item:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.service__item .icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.service__item .icon svg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.faq__answer {
  display: none;
}
.faq.--active .faq__answer {
  display: block;
}

.faq-items {
  background: #F2ECF9;
  position: relative;
  display: block;
  padding: 1.5625rem 1.875rem 3.75rem;
}
@media only screen and (min-width: 768px) {
  .faq-items {
    padding: 5rem calc(17px + (100vw - 110px - 34px) / 12 + 10px) 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .faq-items {
    padding: 8.125rem calc(17px + 5 * (100vw - 110px - 34px) / 12 + 50px) 8.125rem calc(17px + (100vw - 110px - 34px) / 12 + 10px);
  }
}
.faq-items__tag {
  position: relative;
  display: block;
  font-family: "Suisse Works";
  font-size: 28px;
}
.faq-items__title {
  position: relative;
  display: block;
  margin-bottom: 3.75rem;
  font-size: 28px;
}

.faq-item {
  position: relative;
  display: block;
}
.faq-item:not(:last-of-type) {
  border-bottom: solid 0.0625rem #681FB1;
}
.faq-item:first-of-type {
  border-top: solid 0.0625rem #681FB1;
}
.faq-item__title {
  position: relative;
  display: inline-flex;
  width: 100%;
  padding: 1.0625rem 0 1.875rem;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  .faq-item__title {
    padding: 1.25rem 0;
  }
}
.faq-item__title span {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}
.faq-item__title span path {
  fill: #681FB1;
}
.faq-item__main {
  position: relative;
  display: block;
  padding-top: 2.3125rem;
  padding-bottom: 3.75rem;
}
@media only screen and (min-width: 1200px) {
  .faq-item__main {
    padding-bottom: 2.1875rem;
  }
}
@media only screen and (min-width: 768px) {
  .faq-item__content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
}
.faq-item__description {
  position: relative;
  display: block;
  margin-bottom: 1.875rem;
}
.faq-item.--active .faq-item__title span {
  transform: rotate(180deg);
}

.banner {
  background: #F2ECF9;
  position: relative;
  display: block;
}
.banner .btn__filler {
  display: none;
}
.banner__wrap {
  padding: 8.125rem 1.875rem;
}
@media only screen and (min-width: 768px) {
  .banner__wrap {
    position: relative;
    display: flex;
    padding: 3.75rem calc(17px + (100vw - 110px - 34px) / 12 + 10px) 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .banner__wrap {
    padding: 3.75rem calc(17px + (100vw - 110px - 34px) / 12 + 10px) 10rem;
  }
}
.banner-person {
  position: relative;
  display: block;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .banner-person {
    width: calc(4 * (100vw - 110px - 34px) / 12 + 30px);
  }
}
@media only screen and (min-width: 1200px) {
  .banner-person {
    width: calc(2 * (100vw - 110px - 34px) / 12 + 20px);
  }
}
.banner-person__thumbnail {
  position: relative;
  display: block;
  width: calc(6 * (100vw - 110px - 34px) / 12 + 50px);
  height: calc(6 * (100vw - 110px - 34px) / 12 + 50px);
  margin-bottom: 1.875rem;
  border-radius: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .banner-person__thumbnail {
    width: calc(2 * (100vw - 110px - 34px) / 12 + 10px);
    height: calc(2 * (100vw - 110px - 34px) / 12 + 10px);
    margin-bottom: 2.1875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-person__thumbnail {
    width: calc((100vw - 110px - 34px) / 12);
    height: calc((100vw - 110px - 34px) / 12);
  }
}
.banner-person__thumbnail img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
.banner-person__name, .banner-person__position, .banner-person__location {
  display: none;
}
@media only screen and (min-width: 768px) {
  .banner-person__name, .banner-person__position, .banner-person__location {
    display: block;
  }
}
.banner-person__name {
  font-family: "Suisse Works";
}
.banner-content {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.05;
}
@media only screen and (min-width: 768px) {
  .banner-content {
    width: calc(8 * (100vw - 110px - 34px) / 12 + 70px);
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-content {
    width: calc(6 * (100vw - 110px - 34px) / 12 + 50px);
    font-size: 42px;
  }
}
.banner-content__tag {
  font-family: "Suisse Works";
}
.banner-buttons {
  position: relative;
  display: block;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .banner-buttons {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-buttons {
    margin-top: 3.125rem;
  }
}

.list-slider {
  position: relative;
  display: block;
  overflow: hidden;
}
.list-slider pre {
  background: magenta;
  display: block;
  text-wrap: auto;
  font-family: monospace;
  font-size: 0.7em;
}
.list-slider__item {
  background: #681FB1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(30px + 9 * (100vw - 110px - 34px) / 12 + 80px);
  height: auto;
  padding: 2.5rem 1.875rem 8.125rem;
  border-radius: 0.5rem;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .list-slider__item {
    width: 50%;
    padding: 2.5rem calc(17px + (100vw - 110px - 34px) / 12 + 10px) 12.5rem;
    border-radius: 0;
    flex: 1;
  }
}
.list-slider__item .list-slider__li:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
.list-slider__item::after {
  content: "";
  background: #681FB1;
  position: absolute;
  display: block;
  width: 1.875rem;
  height: 100%;
  top: 0;
  right: -0.9375rem;
}
@media only screen and (min-width: 768px) {
  .list-slider__item::after {
    content: none;
  }
}
.list-slider__item:nth-of-type(2n + 2) {
  background: #9A65CF;
}
.list-slider__item:nth-of-type(2n + 2)::after {
  content: "";
  background: #9A65CF;
}
.list-slider__item:nth-of-type(2n + 2) .list-slider__li span:nth-of-type(1) {
  background: #681FB1;
}
.list-slider__item:last-of-type::after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .list-slider__item:not(:first-of-type) {
    padding: 2.5rem calc(17px + (100vw - 110px - 34px) / 12 + 10px) 12.5rem calc(15px + (100vw - 110px - 34px) / 12);
  }
}
.list-slider__title {
  position: relative;
  display: block;
  min-height: 2.9375rem;
  margin-bottom: 8.125rem;
  font-family: "Suisse Works";
  font-size: 22px;
  line-height: 1.05;
}
@media only screen and (min-width: 768px) {
  .list-slider__title {
    margin-bottom: 4.0625rem;
  }
}
.list-slider__ul {
  font-size: 16px;
  line-height: 1.2;
}
.list-slider__li {
  display: flex;
  align-items: flex-start;
}
.list-slider__li span svg {
  position: relative;
  margin: 0.3125rem;
}
.list-slider__li span svg path, .list-slider__li span svg rect, .list-slider__li span svg circle {
  fill: #FFFFFF;
}
.list-slider__li span:nth-of-type(1) {
  background: #9A65CF;
  display: block;
  width: 2rem;
  height: 2rem;
  margin-top: -0.4375rem;
  margin-right: 0.5rem;
  border-radius: 100%;
  text-align: center;
  line-height: 1.2;
}
.list-slider__li span:nth-of-type(2) {
  flex: 1;
}
.list-slider__li:not(:last-of-type) {
  margin-bottom: 0.25rem;
}

.benefit-slider {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 1.875rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
.benefit-slider.bg--yellow {
  background: #FFFBF2;
}
.benefit-slider.bg--purple {
  background: #F2ECF9;
}
@media only screen and (min-width: 768px) {
  .benefit-slider {
    padding-top: 4.0625rem;
    padding-right: 17px;
    padding-left: 17px;
  }
}
.benefit-slider-title {
  position: relative;
  display: block;
  margin-bottom: 8.125rem;
  font-family: "Suisse Works";
  font-size: 42px;
}
@media only screen and (min-width: 768px) {
  .benefit-slider-title {
    margin-bottom: 6.875rem;
    font-size: 28px;
    padding-left: calc((100vw - 110px - 34px) / 12 + 10px);
  }
}
@media only screen and (min-width: 1200px) {
  .benefit-slider__wrap {
    font-size: 0;
    letter-spacing: 0;
  }
}
.benefit-slider__item {
  position: relative;
  display: block;
  width: calc(9 * (100vw - 110px - 34px) / 12 + 80px);
  padding: 1.875rem 0 7.5rem;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .benefit-slider__item {
    width: calc(5 * (100vw - 110px - 34px) / 12 + 40px);
    padding: 0 calc((100vw - 110px - 34px) / 12 + 10px) 8.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .benefit-slider__item {
    display: inline-block;
    width: calc(4 * (100vw - 110px - 34px) / 12 + 30px);
    padding: 0 calc((100vw - 110px - 34px) / 12 + 10px) 8.125rem;
  }
  .benefit-slider__item:nth-of-type(3n + 3) {
    margin-right: 0 !important;
  }
}
.benefit-slider__item:not(:last-of-type) {
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) {
  .benefit-slider__item:not(:last-of-type) {
    margin-right: 10px;
  }
}
.benefit-slider__title {
  position: relative;
  display: block;
  margin-bottom: 1.875rem;
  padding: 1.0625rem 2rem 0 0;
  font-size: 16px;
  line-height: 1.2;
  border-top: solid 0.0625rem #DCD4F1;
}
.benefit-slider__title span {
  position: absolute;
  display: block;
  padding: 0.5rem;
  top: 0.5rem;
  right: 0;
}
.benefit-slider__title span svg {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  fill: #681FB1;
}
.benefit-slider__thumbnail {
  display: block;
  width: calc(6 * (100vw - 110px - 34px) / 12 + 50px);
  height: calc(6 * (100vw - 110px - 34px) / 12 + 50px);
  margin: 0 auto 1.875rem;
}
.benefit-slider__thumbnail svg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: contain;
}
.benefit-slider__thumbnail svg path, .benefit-slider__thumbnail svg rect, .benefit-slider__thumbnail svg circle {
  fill: #681FB1;
}
@media only screen and (min-width: 768px) {
  .benefit-slider__thumbnail {
    width: calc(2 * (100vw - 110px - 34px) / 12 + 10px);
    height: calc(2 * (100vw - 110px - 34px) / 12 + 10px);
  }
}
@media only screen and (min-width: 1200px) {
  .benefit-slider__thumbnail {
    width: calc((100vw - 110px - 34px) / 12);
    height: calc((100vw - 110px - 34px) / 12);
  }
}
.benefit-slider__description {
  font-size: 16px;
  line-height: 1.2;
}
.benefit-slider.--layout-slider {
  padding: 4.0625rem 1.875rem 11.5625rem;
}
@media only screen and (min-width: 768px) {
  .benefit-slider.--layout-slider {
    padding: 8.125rem calc(17px + (100vw - 110px - 34px) / 12 + 10px);
  }
}
.benefit-slider.--layout-slider .benefit-slider-title {
  margin-bottom: 6.25rem;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .benefit-slider.--layout-slider .benefit-slider-title {
    width: calc(8 * (100vw - 110px - 34px) / 12 + 70px);
    padding-left: 0;
    font-size: 38px;
  }
}
@media only screen and (min-width: 1200px) {
  .benefit-slider.--layout-slider .benefit-slider-title {
    width: calc(6 * (100vw - 110px - 34px) / 12 + 50px);
    font-size: 42px;
  }
}
.benefit-slider.--layout-slider .benefit-slider__item {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .benefit-slider.--layout-slider .benefit-slider__item {
    padding: 0 calc((100vw - 110px - 34px) / 12 / 2) 0 0;
  }
}
.benefit-slider.--layout-slider .benefit-slider__thumbnail {
  width: 4rem;
  height: 4rem;
  margin: 0 0 1.875rem;
}
.benefit-slider.--layout-slider .benefit-slider__title {
  width: 4rem;
  height: 4rem;
  margin: 0 0 1.875rem;
}
@media only screen and (min-width: 768px) {
  .benefit-slider.--layout-slider .swiper-scrollbar {
    background: #F2F2F2;
    position: relative;
    display: block;
    width: auto;
    height: 0.0625rem;
    margin: 5rem 0;
  }
  .benefit-slider.--layout-slider .swiper-scrollbar-drag {
    background: rgba(153, 153, 153, 0.25);
  }
}
@media only screen and (min-width: 1200px) {
  .benefit-slider.--layout-slider .swiper-scrollbar {
    display: block;
  }
}

.benefits-contact {
  position: relative;
  display: block;
  margin-bottom: 8.125rem;
}
.benefits-contact .btn__filler {
  display: none;
}
@media only screen and (min-width: 768px) {
  .benefits-contact__wrap {
    display: flex;
    flex-direction: row;
  }
}
.benefits-contact-person {
  background: #FFFFFF;
  position: relative;
  display: block;
  padding: 4.0625rem 1.875rem 8.125rem;
}
@media only screen and (min-width: 768px) {
  .benefits-contact-person {
    width: calc(5 * (100vw - 110px - 34px) / 12 + 40px + 17px);
    margin-left: auto;
    margin-right: 0;
    padding: 0 calc(17px + (100vw - 110px - 34px) / 12 + 10px) 8.125rem calc((100vw - 110px - 34px) / 12 + 10px);
  }
  .benefits-contact-person > div {
    position: sticky;
    padding-top: 1.875rem;
    top: 111px;
  }
}
@media only screen and (min-width: 1200px) {
  .benefits-contact-person {
    width: calc(4.5 * (100vw - 110px - 34px) / 12 + 40px + 17px);
    padding: 0 calc(17px + (100vw - 110px - 34px) / 12 + 10px) 8.125rem calc(0.5 * (100vw - 110px - 34px) / 12 + 10px);
  }
  .benefits-contact-person > div {
    padding-top: clamp(30px, 7vw, 130px);
    top: 111px;
  }
}
.benefits-contact-person__title {
  position: relative;
  display: block;
  margin-bottom: 4.0625rem;
  font-family: "Suisse Works";
  font-size: 28px;
}
.benefits-contact-person__thumbnail {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 1.875rem;
  padding: 0 0 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.benefits-contact-person__thumbnail img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 0.5rem;
}
.benefits-contact-person__name, .benefits-contact-person__position, .benefits-contact-person__location {
  font-size: 16px;
}
.benefits-contact-person__buttons {
  margin-top: 4.0625rem;
}
.benefits-contact-person__name {
  font-family: "Suisse Works";
}
@media only screen and (min-width: 768px) {
  .benefits-contact-items {
    width: calc(17px + 7 * (100vw - 110px - 34px) / 12 + 70px);
  }
}
@media only screen and (min-width: 1200px) {
  .benefits-contact-items {
    width: calc(17px + 7.5 * (100vw - 110px - 34px) / 12 + 70px);
  }
}
.benefits-contact-item {
  position: sticky;
  display: block;
  top: 0;
  padding: 1.875rem 1.875rem 8.125rem;
}
@media only screen and (min-width: 768px) {
  .benefits-contact-item {
    top: 0;
    padding: 1.875rem calc((100vw - 110px - 34px) / 12 + 20px) 8.125rem calc(17px + (100vw - 110px - 34px) / 12 + 10px);
  }
}
@media only screen and (min-width: 1200px) {
  .benefits-contact-item {
    min-height: calc(100vh - 80px);
    padding: clamp(30px, 7vw, 130px) calc(0.5 * (100vw - 110px - 34px) / 12 + 10px) 8.125rem calc(17px + (100vw - 110px - 34px) / 12 + 10px);
  }
}
.benefits-contact-item:nth-of-type(1) {
  background: #F2ECF9;
}
.benefits-contact-item:nth-of-type(2) {
  background: #DCD4F1;
}
.benefits-contact-item:nth-of-type(3) {
  background: #C5BBD9;
}
.benefits-contact-item:nth-of-type(4) {
  background: #B48CDB;
}
.benefits-contact-item:nth-of-type(5) {
  background: #9A65CF;
}
.benefits-contact-item .readmore:not(:last-of-type) .benefits-contact-item__description {
  margin-bottom: 1.875rem;
}
.benefits-contact-item__title {
  position: relative;
  display: block;
  margin-bottom: 4.0625rem;
  font-family: "Suisse Works";
  font-size: 28px;
  line-height: 1.05;
}
.benefits-contact-item__subtitle {
  position: relative;
  display: block;
  padding: 1.0625rem 0;
  border-top: solid 0.0625rem #681FB1;
  font-size: 16px;
  line-height: 1.2;
}
.benefits-contact-item__subtitle span {
  position: absolute;
  display: block;
  padding: 0.5rem;
  top: 0.5rem;
  right: 0;
}
.benefits-contact-item__subtitle span svg {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
.benefits-contact-item__subtitle span svg path {
  fill: #681FB1;
}
.benefits-contact-item__description {
  line-height: 1.2;
}

.steps {
  position: relative;
  display: block;
}
.steps__wrap {
  position: relative;
  display: block;
  padding: 3.125rem 1.875rem;
}
@media only screen and (min-width: 768px) {
  .steps__wrap {
    padding: 8.75rem calc(17px + (100vw - 110px - 34px) / 12 + 10px) 6.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .steps__wrap {
    font-size: 0;
    letter-spacing: 0;
  }
}
.steps__title {
  position: sticky;
  display: block;
  margin-bottom: 16.875rem;
  font-family: "Suisse Works";
  font-size: 28px;
  top: 141px;
}
@media only screen and (min-width: 768px) {
  .steps__title {
    display: inline-block;
    width: calc(5 * (100vw - 110px - 34px) / 12 + 40px);
    font-size: 42px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 1200px) {
  .steps__title {
    width: calc(3 * (100vw - 110px - 34px) / 12 + 20px);
    margin-bottom: 0;
    margin-right: calc(2.5 * (100vw - 110px - 34px) / 12 + 30px);
  }
}
@media only screen and (min-width: 1200px) {
  .steps__list {
    display: inline-block;
    width: calc(4 * (100vw - 110px - 34px) / 12 + 40px);
    margin-top: 26.25rem;
    vertical-align: top;
  }
}
.steps .step:not(:last-of-type) {
  margin-bottom: 16.875rem;
}
@media only screen and (min-width: 1200px) {
  .steps .step:not(:last-of-type) {
    margin-bottom: 4.0625rem;
  }
}
.steps .step__icon {
  background: #681FB1;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 8.125rem;
  height: 8.125rem;
  margin: 0 auto 8.125rem;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 42px;
  text-align: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .steps .step__icon {
    width: calc(2 * (100vw - 110px - 34px) / 12 + 10px);
    height: calc(2 * (100vw - 110px - 34px) / 12 + 10px);
    margin: 0 auto 4.0625rem;
  }
}
.steps .step__title {
  position: relative;
  display: block;
  padding: 1.0625rem 0;
  font-size: 16px;
  line-height: 1.2;
  border-top: solid 0.0625rem #DCD4F1;
}
.steps .step__toggle {
  position: absolute;
  display: block;
  padding: 0.5rem;
  top: 0.5rem;
  right: 0;
}
.steps .step__toggle svg {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  fill: #681FB1;
}
.steps .step__description {
  font-size: 16px;
  line-height: 1.2;
}
.steps .step.--active .step__description {
  display: block;
}

.jobs-intro {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 111px;
  overflow: clip;
}
.jobs-intro__bubble {
  background: #FFE96B;
  position: sticky;
  display: flex;
  width: 0;
  height: 0;
  margin: 0 auto 0;
  top: 50vh;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in-out;
}
.jobs-intro__bubble span {
  background: #E9CA15;
  position: relative;
  display: block;
  width: 0;
  height: 0;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
}
.jobs-intro__content {
  position: sticky;
  display: block;
  top: 151px;
  padding: 1.25rem 1.875rem;
  font-family: "Suisse Works";
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.05;
}
@media only screen and (min-width: 768px) {
  .jobs-intro__content {
    width: calc(8 * (100vw - 110px - 34px) / 12 + 70px);
    padding: 1.25rem 0;
    margin-left: calc(17px + (100vw - 110px - 34px) / 12 + 10px);
    font-size: 42px;
  }
}
@media only screen and (min-width: 1200px) {
  .jobs-intro__content {
    width: calc(6 * (100vw - 110px - 34px) / 12 + 50px);
  }
}
.jobs-intro__step {
  position: relative;
  display: block;
  min-height: 50vh;
}
.jobs-intro__step:first-of-type {
  height: 50vh;
}
.jobs-intro__step:last-of-type {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.jobs-intro__step:last-of-type::before {
  content: "";
  background: #E9CA15;
  position: relative;
  display: block;
  width: calc(100vw + 140px);
  height: 15.625rem;
  margin: 0 -4.375rem 0;
  border-radius: 100% 100% 0 0;
}
@media only screen and (min-width: 768px) {
  .jobs-intro__step:last-of-type::before {
    width: 100%;
    height: 100vw;
    margin: 0;
  }
}
.jobs-intro__step:last-of-type .jobs-intro__content {
  background: #E9CA15;
  position: relative;
  display: block;
  height: 80vh;
  padding: 0 1.875rem 3.75rem;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .jobs-intro__step:last-of-type .jobs-intro__content {
    width: 100%;
    margin-top: -50vw;
    margin-left: 0;
  }
}
.jobs-intro__step:last-of-type .jobs-intro__content > div {
  position: sticky;
  display: block;
  top: 151px;
  font-size: 16px;
  font-family: "Suisse Intl";
}

.team {
  position: relative;
  display: block;
  width: 100%;
  padding: 8.125rem 1.875rem 3.75rem;
  overflow: clip;
}
@media only screen and (min-width: 768px) {
  .team {
    padding: 8.75rem calc(17px + (100vw - 110px - 34px) / 12 + 10px) 11.875rem;
  }
}
.team .swiper-buttons {
  width: calc(100% + 30px);
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
@media only screen and (min-width: 768px) {
  .team .swiper-buttons {
    width: calc(100% + 120px);
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .team .swiper-buttons {
    width: calc(100% + 200px);
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }
}
.team__title {
  position: relative;
  display: block;
  margin-bottom: 3.75rem;
  font-family: "Suisse Works";
  font-size: 28px;
  font-weight: normal;
  line-height: 1.05;
}
.team__description {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  padding: 0rem 0rem 8rem;
}
@media only screen and (min-width: 768px) {
  .team__description {
    padding: 0rem 3.75rem 8rem;
    padding: 0rem calc(17px + 2 * (100vw - 110px - 34px) / 12 + 20px) 8rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .team__description {
    font-size: 28px;
    padding: 0rem calc(17px + 4 * (100vw - 110px - 34px) / 12 + 40px) 8rem 0;
  }
}
.team-members {
  position: relative;
}
.team .swiper-wrapper {
  align-items: baseline;
}
.team-member {
  position: relative;
  display: block;
  width: calc(6 * (100vw - 110px - 34px) / 12 + 50px);
  transition: width 0.3s ease-in-out, padding-top 0.3s ease-in-out, margin-left 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .team-member {
    width: calc(3 * (100vw - 110px - 34px) / 12 + 20px);
    transition: none;
  }
}
@media only screen and (min-width: 1200px) {
  .team-member {
    width: calc(2 * (100vw - 110px - 34px) / 12 + 10px);
    transition: none;
  }
}
.team-member.swiper-slide-prev {
  margin-left: calc(2 * (100vw - 110px - 34px) / 12 + 10px);
}
@media only screen and (min-width: 768px) {
  .team-member.swiper-slide-prev {
    margin-left: 0;
  }
}
.team-member.swiper-slide-active {
  width: calc(9 * (100vw - 110px - 34px) / 12 + 80px);
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .team-member.swiper-slide-active {
    width: calc(5 * (100vw - 110px - 34px) / 12 + 40px);
  }
}
@media only screen and (min-width: 1200px) {
  .team-member.swiper-slide-active {
    width: calc(4 * (100vw - 110px - 34px) / 12 + 30px);
  }
}
.team-member.swiper-slide-active .team-member__thumbnail {
  width: calc(9 * (100vw - 110px - 34px) / 12 + 80px);
  height: calc((9 * (100vw - 110px - 34px) / 12 + 80px) * 1.2);
}
@media only screen and (min-width: 768px) {
  .team-member.swiper-slide-active .team-member__thumbnail {
    width: calc(5 * (100vw - 110px - 34px) / 12 + 40px);
    height: calc((5 * (100vw - 110px - 34px) / 12 + 40px) * 1.2);
  }
}
@media only screen and (min-width: 1200px) {
  .team-member.swiper-slide-active .team-member__thumbnail {
    width: calc(4 * (100vw - 110px - 34px) / 12 + 30px);
    height: calc((4 * (100vw - 110px - 34px) / 12 + 30px) * 1.2);
  }
}
.team-member:not(:last-of-type) {
  margin-right: 10px;
}
.team-member__thumbnail {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 10px;
  border-radius: 0.5rem;
}
.team-member__thumbnail img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.5rem;
  object-fit: cover;
  object-position: top center;
}
.team-member__info {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.team-member__name {
  font-family: "Suisse Works";
  margin-bottom: 0 !important;
}
.team-member__position {
  font-family: "Suisse Intl";
}

.philosophy__texts {
  position: relative;
}
.philosophy__text {
  position: sticky;
  display: block;
  height: 50vh;
  overflow: clip;
}
@media only screen and (min-width: 1200px) {
  .philosophy__text {
    text-align: right;
  }
}
.philosophy__text::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
}
.philosophy__text:nth-of-type(1) {
  top: 111px;
}
@media only screen and (min-width: 1200px) {
  .philosophy__text:nth-of-type(1) {
    top: 111px;
  }
}
.philosophy__text:nth-of-type(1)::after {
  content: none;
}
.philosophy__text:nth-of-type(2) {
  background: #FFFBF2;
  top: 181px;
}
@media only screen and (min-width: 1200px) {
  .philosophy__text:nth-of-type(2) {
    top: 246px;
  }
}
.philosophy__text:nth-of-type(2)::after {
  background: rgba(255, 233, 107, 0.5);
}
.philosophy__text:nth-of-type(3) {
  background: #FFE96B;
  top: 251px;
}
@media only screen and (min-width: 1200px) {
  .philosophy__text:nth-of-type(3) {
    top: 381px;
  }
}
.philosophy__text:nth-of-type(3)::after {
  background: rgba(233, 202, 21, 0.5);
}
.philosophy__text:nth-of-type(4) {
  background: #E9CA15;
  top: 321px;
}
@media only screen and (min-width: 1200px) {
  .philosophy__text:nth-of-type(4) {
    top: 516px;
  }
}
.philosophy__text:nth-of-type(4)::after {
  background: #d9b900;
}
.philosophy__text:nth-of-type(5) {
  background: #E9CA15;
  top: 391px;
}
@media only screen and (min-width: 1200px) {
  .philosophy__text:nth-of-type(5) {
    top: 651px;
  }
}
.philosophy__text:nth-of-type(5)::after {
  background: #d9b900;
}
.philosophy__text:nth-of-type(6) {
  background: #E9CA15;
  top: 461px;
}
@media only screen and (min-width: 1200px) {
  .philosophy__text:nth-of-type(6) {
    top: 786px;
  }
}
.philosophy__text:nth-of-type(6)::after {
  background: #d9b900;
}
.philosophy__text:nth-of-type(7) {
  background: #D9B900;
  top: 461px;
}
@media only screen and (min-width: 1200px) {
  .philosophy__text:nth-of-type(7) {
    top: 786px;
  }
}
.philosophy__text:nth-of-type(7)::after {
  background: #d9b900;
}
.philosophy__text.gallery {
  background: #FFFFFF;
  height: auto;
  top: 531px;
}
@media only screen and (min-width: 1200px) {
  .philosophy__text.gallery {
    background: none;
    width: calc(17px + 6 * (100vw - 110px - 34px) / 12 + 50px);
    height: calc(405px + 50vh);
    top: 921px;
  }
}
.philosophy__text.gallery::after {
  content: none;
}
.philosophy__text span {
  position: relative;
  display: inline-block;
  padding: 1.25rem 1.875rem;
  font-family: "Suisse Works";
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.05;
  padding: 1.25rem calc(17px + (100vw - 110px - 34px) / 12 + 10px);
}
@media only screen and (min-width: 1200px) {
  .philosophy__text span {
    font-size: clamp(28px, 5vw, 72px);
    padding: 1.875rem calc(17px + (100vw - 110px - 34px) / 12 + 10px);
  }
}
.philosophy__gallery {
  padding: 0 1.875rem;
}
@media only screen and (min-width: 768px) {
  .philosophy__gallery {
    padding: 0 calc(17px + (100vw - 110px - 34px) / 12 + 10px);
  }
}
@media only screen and (min-width: 1200px) {
  .philosophy__gallery {
    padding: 1.875rem 0 0 17px;
  }
}
.philosophy__gallery .swiper-wrapper {
  padding: 8.125rem 0;
}
@media only screen and (min-width: 1200px) {
  .philosophy__gallery .swiper-wrapper {
    padding: 0;
  }
}
.philosophy__gallery .swiper-slide {
  width: calc(9 * (100vw - 110px - 34px) / 12 + 80px);
}
@media only screen and (min-width: 768px) {
  .philosophy__gallery .swiper-slide {
    width: calc(5 * (100vw - 110px - 34px) / 12 + 40px);
  }
}
@media only screen and (min-width: 1200px) {
  .philosophy__gallery .swiper-slide {
    width: calc(2.5 * (100vw - 110px - 34px) / 12 + 20px);
  }
}
.philosophy__gallery .swiper-slide:not(:last-of-type) {
  margin-right: 0.625rem;
}
.philosophy__gallery .gallery-item {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 150%;
}
.philosophy__gallery .gallery-item img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: clip;
  object-fit: cover;
  object-position: center;
  border-radius: 0.5rem;
}

.jobs {
  background: #F2ECF9;
  position: relative;
  display: block;
  padding-top: 7.5rem;
}
.jobs__bubble {
  background: #681FB1;
  position: relative;
  display: flex;
  width: 14.375rem;
  height: 14.375rem;
  margin: 0 auto 7.5rem;
  border-radius: 100%;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .jobs__bubble {
    width: calc(6 * (100vw - 110px - 34px) / 12 + 85px);
    height: calc(6 * (100vw - 110px - 34px) / 12 + 85px);
    max-width: 35rem;
    max-height: 35rem;
  }
}
.jobs__bubble span {
  color: inherit;
  font-family: "Suisse Works";
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .jobs__bubble span {
    font-size: 72px;
  }
}
.jobs-filter {
  position: relative;
  display: block;
  padding: 0 1.875rem;
}
@media only screen and (min-width: 768px) {
  .jobs-filter {
    width: calc(6 * (100vw - 110px - 34px) / 12 + 85px);
    max-width: 35rem;
    padding: 0;
    margin: 0 auto;
  }
}
.jobs-filter__header {
  background: #DCD4F1;
  position: relative;
  display: block;
  margin-bottom: 0.625rem;
  padding: 0.75rem 1.25rem;
  border: solid 0.0625rem #C5BBD9;
  border-radius: 0.5rem;
}
.jobs-filter__title {
  position: relative;
  display: flex;
  padding-bottom: 0.75rem;
  align-items: center;
  justify-content: space-between;
}
.jobs-filter__title h3 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jobs-filter__title h3 .icon {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  margin-left: -0.625rem;
}
.jobs-filter__title::after {
  content: "";
  position: absolute;
  display: block;
  right: -1.25rem;
  left: -1.25rem;
  bottom: 0;
  border-bottom: solid 0.0625rem #C5BBD9;
}
.jobs-filter__count {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
}
.jobs-filter__count.--hidden {
  display: none;
}
.jobs-filter__selected {
  position: relative;
}
.jobs-filter__selected::after {
  content: "";
  position: absolute;
  display: block;
  right: -1.25rem;
  left: -1.25rem;
  bottom: 0;
  border-bottom: solid 0.0625rem #C5BBD9;
}
.jobs-filter__unselected {
  position: relative;
}
.jobs-filter__unselected .jobs-filter__item .icon {
  transform: rotate(45deg);
}
.jobs-filter__item {
  background: #FFFFFF;
  position: relative;
  display: inline-flex;
  padding: 0.5rem 0.875rem;
  border: solid 0.0625rem #C5BBD9;
  border-radius: 6.25rem;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.jobs-filter__item .icon {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.jobs-filter__item:first-of-type {
  margin-top: 0.75rem;
}
.jobs-filter__item:not(:last-of-type) {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.jobs-filter__item:last-of-type {
  margin-bottom: 0.75rem;
}
.jobs-filter__reset {
  position: relative;
  display: inline-flex;
  margin-top: 1.375rem;
  padding: 0.5rem 0;
  cursor: pointer;
}
.jobs-filter__reset .icon {
  margin-right: 0.5rem;
}
.jobs-filter__reset.--hidden {
  display: none;
}
.jobs-filter__submit {
  background: #681FB1;
  position: relative;
  display: inline-flex;
  width: 100%;
  margin-bottom: 8.125rem;
  padding: 1rem 2.375rem;
  font-family: "Suisse Intl";
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  border: solid 0.0625rem #C5BBD9;
  border-radius: 0.5rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.jobs-filter__submit .icon {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  z-index: 1;
}
.jobs-filter__submit .icon svg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.jobs-location {
  background: #FFFFFF;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.875rem;
  padding: 0.75rem 1.25rem 0.75rem 3rem;
  font-family: "Suisse Intl";
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  border: solid 0.0625rem #C5BBD9;
  border-radius: 0.5rem;
  appearance: none;
}
.jobs-location-wrap {
  position: relative;
  display: block;
}
.jobs-location-wrap .icon {
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  padding: 0;
  top: 1rem;
  left: 1.25rem;
  z-index: 1;
  pointer-events: all;
}
.jobs-counter {
  position: relative;
  display: flex;
  margin-bottom: 1.875rem;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .jobs-counter {
    margin-bottom: 3.75rem;
  }
}
.jobs-counter__num {
  background: #681FB1;
  position: relative;
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.375rem;
  border-radius: 100%;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .jobs__list {
    display: flex;
    flex-flow: wrap;
    padding: 0 17px;
    justify-content: flex-start;
  }
}
.jobs__list.--initiative {
  padding-bottom: 5rem;
}
@media only screen and (min-width: 1200px) {
  .jobs__list.--initiative {
    padding-bottom: 11.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .jobs__list.--initiative .job {
    width: 25%;
  }
}
.jobs__list.--initiative .job__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .jobs__list.--initiative .job__wrap {
    display: flex;
    height: 100%;
    flex-direction: row;
  }
}
.jobs__list.--initiative .job__tags, .jobs__list.--initiative .job__location {
  display: none;
}
.jobs__list.--initiative .job__apply {
  padding: 0.5rem;
  margin-left: 1.875rem;
}
.jobs__list.--initiative .job__apply .icon,
.jobs__list.--initiative .job__apply .text {
  display: none;
}
.jobs__list.--initiative .job__apply .icon--initiative {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0;
}
.jobs__list.--initiative .job__title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.05;
}

.job {
  background: #FFFFFF;
  position: relative;
  display: none;
  margin-bottom: 1.875rem;
  border-radius: 0.5rem;
}
.job.--selected {
  display: block;
}
@media only screen and (min-width: 768px) {
  .job {
    width: 50%;
    padding: 0;
    margin: 0 0 0.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .job {
    width: 33.3333333333%;
  }
}
.job__wrap {
  position: relative;
  display: block;
  padding: 1.875rem 1.25rem;
}
@media only screen and (min-width: 768px) {
  .job__wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: baseline;
  }
  .job__wrap > div {
    flex: 1;
  }
}
.job__tags {
  position: relative;
  display: block;
  margin-bottom: 1.875rem;
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.05;
  letter-spacing: 0.28px;
  text-decoration-line: underline;
}
.job__title {
  position: relative;
  display: block;
  margin-bottom: 2.1875rem;
  font-family: "Suisse Works";
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.05;
  letter-spacing: 0.22px;
}
@media only screen and (min-width: 768px) {
  .job__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 350;
    line-height: 1.05;
  }
}
.job__location {
  position: relative;
  display: block;
  margin-bottom: 3.5rem;
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.05;
  letter-spacing: 0.28px;
}
.job__apply {
  background: #681FB1;
  position: relative;
  display: inline-flex;
  padding: 0.625rem 1rem;
  color: #FFFFFF !important;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.job__apply .icon {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.job__apply .icon--initiative {
  display: none;
}
.job__apply .icon svg {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.job__apply .icon svg path {
  stroke: #FFFFFF;
}

.page-template-shop #main-menu {
  display: none;
}

.shop {
  position: relative;
  display: block;
  padding: 3.75rem 1.875rem;
}
@media only screen and (min-width: 768px) {
  .shop {
    padding: 5.875rem 17px;
  }
}
@media only screen and (min-width: 768px) {
  .shop-main {
    display: flex;
    flex-wrap: wrap;
  }
}
.shop-overlay {
  background: rgba(220, 212, 241, 0.25);
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 1.875rem;
  top: 0;
  left: 0;
  backdrop-filter: blur(12px);
  z-index: 10;
}
.shop-overlay > div {
  background: #FFFFFF;
  position: relative;
  display: block;
  max-width: 43.75rem;
  padding: 1.875rem;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .shop-overlay > div {
    padding: 2.8125rem 4.375rem;
  }
}
.shop-overlay > div p {
  position: relative;
  display: block;
  margin-bottom: 7.1875rem;
  color: #681FB1;
  font-family: "Suisse Works";
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .shop-overlay > div p {
    font-size: 38px;
  }
}
.shop-overlay > div #location {
  background: #FFFFFF;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1.25rem 0.75rem 3rem;
  font-family: "Suisse Intl";
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  border: solid 0.0625rem #C5BBD9;
  border-radius: 0.5rem;
  appearance: none;
}
.shop-overlay > div #location-wrap {
  position: relative;
  display: block;
}
.shop-overlay > div #location-wrap .icon {
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  padding: 0;
  top: 1rem;
  left: 1.25rem;
  z-index: 1;
  pointer-events: all;
}
.shop-overlay > div input {
  background: #FFFFFF;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1.25rem;
  font-family: "Suisse Intl";
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  border: solid 0.0625rem #C5BBD9;
  border-radius: 0.5rem;
  appearance: none;
}
.shop-overlay > div input[type=submit] {
  background: #681FB1;
  color: #FFFFFF;
}
.shop-overlay__msg {
  font-size: 14px;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .product {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(4 * (100vw - 110px - 34px) / 12 + 30px);
    margin-right: 10px;
  }
  .product:nth-of-type(3n + 1), .product:nth-of-type(3n + 2) {
    margin-right: 10px;
  }
  .product:nth-of-type(3n + 3) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .product {
    width: calc(3 * (100vw - 110px - 34px) / 12 + 20px);
    margin-right: 10px;
  }
  .product:nth-of-type(3n + 3) {
    margin-right: 10px;
  }
  .product:nth-of-type(4n + 4) {
    margin-right: 0;
  }
}
.product:not(:last-of-type) {
  margin-bottom: 4.0625rem;
}
.product__thumbnail {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.875rem;
  padding-bottom: 150%;
  border: solid 0.0625rem #D0D5DD;
  border-radius: 0.5rem;
}
.product__thumbnail img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 0.5rem;
}
.product__title, .product__price {
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
}
.product__title {
  font-family: "Suisse Works";
}
@media only screen and (min-width: 768px) {
  .product__title {
    flex: 1;
  }
}
.product__buy {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .product__buy {
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .page-template-shop .keyvisual {
    height: 50vh;
  }
}

.shop-sidebar {
  background: #DCD4F1;
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  overflow-x: clip;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 1000;
  transform: translateX(100vw);
  transition: 0.4s ease-in-out;
}
.shop-sidebar.--visible {
  transform: translateX(0);
}
.shop-sidebar.--success {
  background: #E9CA15;
}
.shop-sidebar.--success .shop-sidebar__success {
  margin-top: 0;
  opacity: 1;
}
.shop-sidebar.--success .shop-sidebar__content {
  transform: translateY(2rem);
  opacity: 0;
}
.shop-sidebar__success {
  position: relative;
  display: block;
  height: 25vh;
  padding: 3.75rem 1.875rem;
  margin-top: -25vh;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .shop-sidebar__success {
    padding-left: calc((100vw - 110px - 34px) / 12 / 2);
    padding-right: calc((100vw - 110px - 34px) / 12 / 2);
  }
}
.shop-sidebar__success h1 {
  font-family: "Suisse Works";
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.05;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .shop-sidebar {
    width: 50vw;
    transform: translateX(50vw);
  }
}
@media only screen and (min-width: 1200px) {
  .shop-sidebar {
    width: calc(17px + 4 * (100vw - 110px - 34px) / 12 + 30px);
    transform: translateX(calc(17px + 4 * (100vw - 110px - 34px) / 12 + 30px));
  }
}
.shop-sidebar::-webkit-scrollbar {
  display: none;
}
.shop-sidebar__content {
  position: sticky;
  display: block;
  padding: 141px 1.875rem 3.75rem;
  transform: translateY(0);
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .shop-sidebar__content {
    padding-left: calc((100vw - 110px - 34px) / 12 / 2);
    padding-right: calc((100vw - 110px - 34px) / 12 / 2);
  }
}
@media only screen and (min-width: 768px) {
  .shop-sidebar .product {
    position: relative;
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-sidebar .product {
    width: calc(3 * (100vw - 110px - 34px) / 12 + 20px);
    margin-right: 10px;
  }
  .shop-sidebar .product:nth-of-type(3n + 3) {
    margin-right: 10px;
  }
  .shop-sidebar .product:nth-of-type(4n + 4) {
    margin-right: 0;
  }
}
.shop-sidebar .product:not(:last-of-type) {
  margin-bottom: 4.0625rem;
}
.shop-sidebar .product__thumbnail {
  width: 25%;
  padding-bottom: 25%;
}
@media only screen and (min-width: 768px) {
  .shop-sidebar .product__thumbnail {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-sidebar .product__thumbnail {
    width: 50%;
    padding-bottom: 75%;
  }
}
.shop-sidebar .product__price {
  margin-bottom: 1.25rem;
}
.shop-sidebar .product__submit {
  display: flex;
  width: 100%;
  margin-top: 1.25rem;
}
.shop-sidebar .product__description {
  font-size: 14px;
}
.shop-sidebar .product__description h1, .shop-sidebar .product__description h1, .shop-sidebar .product__description h3, .shop-sidebar .product__description h4, .shop-sidebar .product__description h5, .shop-sidebar .product__description h6 {
  display: block;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: bold;
}
.shop-sidebar .product__description p:not(:last-of-type) {
  margin-bottom: 1em;
}
.shop-sidebar .product textarea {
  position: relative;
  display: block;
  margin: 0.9375rem 0;
  font-family: "Suisse Intl";
  font-size: 14px;
  padding: 0.5rem 0.75rem;
}
.shop-sidebar .product textarea::placeholder {
  font-family: "Suisse Intl";
  font-size: 14px;
}
.shop-sidebar .product__disclaimer {
  position: relative;
  font-size: 0.75rem;
}
.shop-sidebar .product__disclaimer input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  opacity: 0;
}
.shop-sidebar .product__disclaimer input:checked + label::before {
  border: solid 0.125rem #681FB1;
}
.shop-sidebar .product__disclaimer input:checked + label::after {
  content: "";
  display: block;
}
.shop-sidebar .product__disclaimer input + label {
  position: relative;
  display: block;
  padding-left: 2.5rem;
}
.shop-sidebar .product__disclaimer input + label::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: solid 0.125rem #999999;
  border-radius: 100%;
  top: 0;
  left: 0;
}
.shop-sidebar .product__disclaimer input + label::after {
  content: "";
  position: absolute;
  display: none;
  width: 0.4375rem;
  height: 0.6875rem;
  border-right: solid 0.125rem #681FB1;
  border-bottom: solid 0.125rem #681FB1;
  top: 0.3125rem;
  left: 0.5625rem;
  transform: rotate(45deg);
}

.contact-mini {
  position: fixed;
  display: block;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .contact-mini {
    width: 26.5625rem;
    border-radius: 0.5rem;
    overflow: clip;
    bottom: 17px;
    right: 17px;
  }
}
.contact-mini > div {
  background: #F2ECF9;
  position: relative;
  display: flex;
  padding: 2.5rem 1.875rem 5.625rem;
  flex-direction: column;
  transform: translateY(250px);
  transition: 0.2s ease-in-out;
  gap: 0.625rem;
  text-align: left;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .contact-mini > div {
    padding-bottom: 1.875rem;
  }
  .contact-mini > div > a:last-of-type {
    margin-right: 3.4375rem;
  }
}
.contact-mini__toggle {
  position: absolute;
  bottom: 1.875rem;
  right: 1.875rem;
}
.contact-mini__toggle .--open {
  display: block;
}
.contact-mini__toggle .--closed {
  display: none;
}
.contact-mini.--toggled > div {
  transform: translateY(0);
}
.contact-mini.--toggled .contact-mini__toggle .--open {
  display: none;
}
.contact-mini.--toggled .contact-mini__toggle .--closed {
  display: block;
}

html, body {
  font-family: "Suisse Intl";
  font-size: 16px;
  line-height: 1.2;
}

#wrapper {
  position: relative;
  display: block;
}

#footer {
  background: #DCD4F1;
  position: relative;
  display: block;
  padding: 6rem 2rem 7.8125rem;
  font-size: 0;
}
@media only screen and (min-width: 1200px) {
  #footer {
    height: 90vh;
    margin-top: -5.125rem;
    padding: 4.0625rem calc((100vw - 110px - 34px) / 12 + 17px + 10px) 0;
  }
}

.footer-branding {
  background: lime;
  position: relative;
  display: block;
  width: auto;
  height: 3.3125rem;
  margin-bottom: 8.75rem;
}
@media only screen and (min-width: 1200px) {
  .footer-branding {
    display: none;
  }
}

.footer-main-widet-area {
  position: relative;
  display: block;
  margin-bottom: 6rem;
  font-family: "Suisse Works";
  font-size: 38px;
  line-height: 1.4;
}
.footer-main-widet-area a {
  color: #344054;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .footer-main-widet-area {
    display: inline-block;
    width: calc(7 * (100vw - 110px - 34px) / 12 + 60px);
    margin-right: 10px;
  }
}

.footer-side-widget-area {
  position: relative;
  display: inline-block;
  width: 50%;
  font-size: 16px;
  line-height: 2;
}
.footer-side-widget-area a {
  color: #681FB1;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .footer-side-widget-area {
    display: inline-block;
    width: calc((100vw - 110px - 34px) / 12);
    vertical-align: top;
  }
  .footer-side-widget-area:last-of-type {
    margin-left: calc((100vw - 110px - 34px) / 12 + 20px);
  }
}

img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.module a:not(.btn) {
  color: #B48CDB;
}
.module p {
  line-height: 1.5;
}
.module p:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
.module b, .module strong {
  font-weight: bold;
}
.module i, .module em {
  font-style: italic;
}
.module u {
  text-decoration: underline;
}
.module ol,
.module ul {
  position: relative;
  display: block;
  margin-bottom: 1.25rem;
  padding-left: 2.5rem;
  list-style: disc;
  font-size: 1em;
}
.module ol li:not(:last-of-type),
.module ul li:not(:last-of-type) {
  margin-bottom: 0.625rem;
}
.module ol {
  list-style: auto;
}

.swiper-buttons {
  position: absolute;
  display: flex;
  width: 100%;
  height: 2.5rem;
  top: 50%;
  margin-top: -1.25rem;
  justify-content: space-between;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .swiper-buttons {
    height: 3.125rem;
    margin-top: -1.5625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper-buttons {
    height: 3.75rem;
    margin-top: -1.875rem;
  }
}

.swiper-button-prev,
.swiper-button-next {
  background: #9A65CF;
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 3.125rem;
    height: 3.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  position: absolute;
  display: block;
  width: 30%;
  height: 30%;
  top: 37.5%;
  left: 32.5%;
  border-top: solid 0.3125rem white;
  border-right: solid 0.3125rem white;
}

.swiper-button-next {
  transform: rotate(45deg);
}

.swiper-button-prev {
  transform: rotate(-135deg);
}

.swiper-button-disabled {
  background: #DCD4F1 !important;
  opacity: 1 !important;
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */
