/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/css/style.scss ***!
  \*************************************************************************************************************/
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  src: url(7e687123cd4528224ce5.ttf) format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  src: url(7451547bd28d8dddbeea.ttf) format("woff2");
}
@font-face {
  font-family: "Photograph Signature";
  font-style: normal;
  src: url(fd3e04eb226c510fbf36.ttf) format("woff2");
}
@font-face {
  font-family: "Drive Hearts";
  font-style: normal;
  src: url(9bbe88d7862205e985d6.ttf) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  src: url(e05c5f3d1fa6a3893d84.ttf) format("woff2");
}
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  src: url(613585db06f849ca7717.ttf) format("woff2");
}
footer {
  background: linear-gradient(103deg, #151515 11.19%, #222 96.38%);
  color: #FFFFFF;
  width: 100%;
}
footer .container {
  margin: 0 5.833vw 0 5.833vw;
  width: auto;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
footer .container .link-container {
  padding: 60px 15px 45px 50px;
  display: flex;
  width: 100dvh;
  width: -webkit-fill-available;
  width: -moz-available;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (orientation: portrait) {
  footer .container .link-container {
    padding-left: 12px;
    padding-right: 12px;
    flex-direction: column;
    gap: 45px;
  }
}
footer .container .link-container .item {
  width: 100%;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  position: relative;
  display: flex;
  flex-flow: column wrap;
  gap: 30px;
}
footer .container .link-container .item.rs {
  align-items: center;
  text-align: center;
  max-width: 50%;
}
@media (orientation: portrait) {
  footer .container .link-container .item.rs {
    overflow: hidden;
    max-width: unset;
  }
}
footer .container .link-container .item:not(.rs) {
  font-size: clamp(16px, 1.5vw, 25px);
}
footer .container .link-container .item p {
  width: 90%;
  font-size: clamp(25px, 30px, 2.3vw);
  font-weight: 900;
  line-height: 40px;
}
footer .container .link-container .item .rs-links {
  overflow-x: scroll;
  width: 100%;
  justify-content: center;
  display: flex;
  gap: 44px;
  flex-flow: row nowrap;
}
@media (orientation: portrait) {
  footer .container .link-container .item .rs-links {
    gap: 12px;
    justify-content: center;
  }
}
footer .container .link-container .item.infos {
  align-content: flex-end;
}
footer .container .link-container .item.infos .line {
  display: flex;
  gap: 20px;
}
@media (orientation: portrait) {
  footer .container .link-container .item.infos {
    align-content: center;
  }
}
footer .container .copyrights {
  margin: 40px 0 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 500;
  letter-spacing: 0.36px;
}
@media (orientation: portrait) {
  footer .container .copyrights {
    text-align: center;
    flex-direction: column;
    gap: 10px;
  }
  footer .container .copyrights span:nth-child(1) {
    margin-bottom: 8px;
  }
  footer .container .copyrights span:not(:first-child) span {
    display: none;
  }
}
footer .separateur {
  margin-top: 20px;
  background: #FFFFFF;
  height: 1px;
  width: 100%;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  src: url(7e687123cd4528224ce5.ttf) format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  src: url(7451547bd28d8dddbeea.ttf) format("woff2");
}
@font-face {
  font-family: "Photograph Signature";
  font-style: normal;
  src: url(fd3e04eb226c510fbf36.ttf) format("woff2");
}
@font-face {
  font-family: "Drive Hearts";
  font-style: normal;
  src: url(9bbe88d7862205e985d6.ttf) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  src: url(e05c5f3d1fa6a3893d84.ttf) format("woff2");
}
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  src: url(613585db06f849ca7717.ttf) format("woff2");
}
header {
  z-index: 10001;
  position: fixed;
  top: 0;
}
header .toggle-hotspots {
  all: unset;
  cursor: pointer;
  background-image: url(images/show_hotspts.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(35px, 6vw, 55px);
  height: 64px;
  position: relative;
  left: 135px;
  top: 27px;
}
header .toggle-hotspots.active {
  background-image: url(images/hide_hotspots.png);
}
@media (orientation: portrait) {
  header .toggle-hotspots {
    left: 105px;
    top: 17px;
  }
}
header #hamburger {
  width: clamp(32px, 6vw, 45px);
  height: clamp(32px, 6vw, 45px);
  position: relative;
  left: 60px;
  cursor: pointer;
  position: absolute;
  top: 40px;
  background-color: transparent;
}
@media (orientation: portrait) {
  header #hamburger {
    margin: 0 auto;
    left: 20px;
    top: 30px;
  }
}
header #hamburger:hover span:nth-child(1) {
  top: 4px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
header #hamburger:hover span:nth-child(2) {
  top: 17px;
  -webkit-transition: 0.16s ease-in-out;
  -moz-transition: 0.16s ease-in-out;
  -o-transition: 0.16s ease-in-out;
  transition: 0.16s ease-in-out;
}
header #hamburger:hover span:nth-child(3) {
  top: 30px;
  -webkit-transition: 0.16s ease-in-out;
  -moz-transition: 0.16s ease-in-out;
  -o-transition: 0.16s ease-in-out;
  transition: 0.16s ease-in-out;
}
header #hamburger span {
  z-index: 3;
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.25s ease-in-out;
}
header #hamburger span:nth-child(1) {
  top: 0px;
}
header #hamburger span:nth-child(2) {
  top: 17px;
}
header #hamburger span:nth-child(3) {
  top: 34px;
}
@media (orientation: portrait) {
  header #hamburger span:nth-child(1) {
    top: 7px;
  }
  header #hamburger span:nth-child(1):hover {
    top: 9px;
  }
  header #hamburger span:nth-child(2) {
    top: 17px;
  }
  header #hamburger span:nth-child(2):hover {
    top: 17px;
  }
  header #hamburger span:nth-child(3) {
    top: 28px;
  }
  header #hamburger span:nth-child(3):hover {
    top: 26px;
  }
}
header #hamburger.open span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #fff;
}
header #hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
  -webkit-transition: 0.16s ease-in-out;
  -moz-transition: 0.16s ease-in-out;
  -o-transition: 0.16s ease-in-out;
  transition: 0.16s ease-in-out;
}
header #hamburger.open span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #fff;
}
header #hamburger.open .fullScreenBtn {
  display: none;
}
header.dark {
  position: sticky;
  margin: unset;
  top: 0;
  background-color: white;
  padding: clamp(30px, 5vh, 40px) 5.833vw clamp(30px, 5vh, 50px) 5.833vw;
  height: fit-content;
  width: auto;
  box-shadow: 0px 7px 11.9px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (orientation: portrait) {
  header.dark {
    padding: 20px 5.833vw;
  }
}
header.dark .left {
  height: min-content;
}
header.dark .right {
  position: relative;
}
header.dark #hamburger {
  margin: 0 auto;
  top: 15px;
}
header.dark #hamburger span {
  background-color: black !important;
}

.menu-open {
  overflow: hidden;
}

.main-menu {
  margin: 0;
  padding: 0;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #423D35;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-menu .nav {
  width: 40%;
  height: -webkit-fill-available;
  position: relative;
  list-style: none;
  padding: clamp(40px, 180px, 15vh) 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 60%;
  margin: auto;
}
.main-menu .nav li {
  cursor: pointer;
}
.main-menu .nav .line {
  height: 1px;
  width: 100%;
  background: white;
  transform: scaleX(0);
}
.main-menu.tuto-active {
  background: rgba(31, 31, 31, 0.85);
  backdrop-filter: blur(4px);
}

.submenu-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.submenu-wrapper .close {
  all: unset;
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  left: 55px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}
.submenu-wrapper #tuto {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.submenu-wrapper #tuto .tuto-pres {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
.submenu-wrapper #tuto .tuto-pres p {
  max-width: 30%;
  text-align: center;
}
.submenu-wrapper #tuto .tuto-block {
  position: absolute;
  border: solid 1px white;
  border-radius: 5px;
  background: rgba(217, 217, 217, 0.2);
  color: white;
  padding: 22px;
  line-height: 22px;
  max-width: 280px;
  transform: translate(-50%, -50%);
}
.submenu-wrapper #tuto .tuto-block.block1 {
  left: 15%;
  top: 50%;
}
.submenu-wrapper #tuto .tuto-block.block2 {
  left: 70%;
  top: 22%;
}
.submenu-wrapper #schema {
  padding: 12%;
  height: 95%;
}
.submenu-wrapper #schema img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-height: 760px) and (orientation: landscape) {
  #schema {
    padding: 12%;
  }
  #schema img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.loader {
  background-color: #423D35;
  z-index: 10002;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.loader .loader-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}
.loader .loader-container .loader-title {
  color: white;
}
.loader .loader-container .loader-bar {
  height: 2px;
  width: 120px;
  background: grey;
}
.loader .loader-container .loader-bar .loader-tracker {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.1s ease-in-out;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Inter";
  box-sizing: border-box;
}

* {
  scrollbar-width: none;
  box-sizing: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-family: "Josefin Sans";
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin-block: 0;
}

h2 {
  font-family: "Josefin Sans";
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-block: 0;
}

p, div {
  font-family: "Inter";
  font-size: 18px;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  color: white;
}

main {
  position: relative;
  width: 100%;
  height: 100%;
}

section {
  height: 100vh;
  overflow: hidden;
}
section.section__cursinu {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #423D35;
}
section.section__cursinu #three {
  position: relative;
  height: 100%;
  width: 100%;
}
section.section__cursinu .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  pointer-events: none;
  color: white !important;
}
section.section__cursinu .container .left, section.section__cursinu .container .right {
  pointer-events: all;
}
section.section__cursinu .container .left {
  display: flex;
  align-items: end;
  align-items: flex-end;
  padding: 0 0 76px 60px;
  max-width: 25%;
}
section.section__cursinu .container .left .more {
  display: none;
  gap: 14px;
  align-items: center;
}
section.section__cursinu .container .left .more button {
  all: unset;
  cursor: pointer;
}
section.section__cursinu .container .left .backbtn {
  /*all: unset;
  cursor: pointer;
  position: absolute;
  // top: 34px;
  bottom: 50px;
  left: 60px;
  opacity: 0;
  &::before{
      position: absolute;
      content: "";
      border-radius: 50%;
      background: #D9D9D966;
      width: 64px;
      height: 64px;
      transform: translate(-25%, -25%);
  }*/
  all: unset;
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  left: 55px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  opacity: 0;
}
section.section__cursinu .container .panel-container, section.section__cursinu .container .panel-desc-mobile {
  position: absolute;
  left: 60px;
  top: 15%;
  background: #211E1A;
  min-width: 300px;
  max-width: 520px;
  max-width: 450px;
  width: 35%;
  height: auto;
  max-height: 572px;
  display: flex;
  flex-direction: column;
  color: white;
  opacity: 0;
  z-index: 110;
  overflow-x: hidden;
}
section.section__cursinu .container .panel-container .panel-fullscreen-image, section.section__cursinu .container .panel-desc-mobile .panel-fullscreen-image {
  all: unset;
  text-align: center;
  cursor: pointer;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5019607843);
  width: 50px;
  top: 23px;
  left: 23px;
  height: 50px;
  z-index: 1;
  background-image: url(images/fullscreen.png);
  /*
                      &::before{
                          content: "";
                          position: absolute;
                          background-position: center;
                          transform: translate(-50%, -50%);
                          width: 46px;
                          height: 46px;
                          background-image: url('./../assets/images/fullscreen.png');
                      }*/
}
section.section__cursinu .container .panel-container .panel-close-bg, section.section__cursinu .container .panel-desc-mobile .panel-close-bg {
  all: unset;
  text-align: center;
  cursor: pointer;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5019607843);
  border-radius: 50%;
  width: 40px;
  top: 32px;
  right: 32px;
  height: 40px;
  z-index: 1;
}
section.section__cursinu .container .panel-container .panel-close-bg::before, section.section__cursinu .container .panel-desc-mobile .panel-close-bg::before {
  content: "";
  position: absolute;
  background-position: center;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  background-image: url(images/close.png);
}
section.section__cursinu .container .panel-container .panel-close, section.section__cursinu .container .panel-desc-mobile .panel-close {
  all: unset;
  cursor: pointer;
  width: 17px;
  height: 17px;
  position: absolute;
  background-position: center;
  top: 25px;
  right: 25px;
  background-image: url(images/close.png);
  display: none;
}
section.section__cursinu .container .panel-container .panel-gallery #splide2, section.section__cursinu .container .panel-desc-mobile .panel-gallery #splide2 {
  padding: 23px 23px 43px 23px !important;
}
section.section__cursinu .container .panel-container .panel-gallery #splide2 .splide__pagination, section.section__cursinu .container .panel-desc-mobile .panel-gallery #splide2 .splide__pagination {
  display: flex !important;
}
section.section__cursinu .container .panel-container .panel-gallery #splide2 .splide__pagination__page, section.section__cursinu .container .panel-desc-mobile .panel-gallery #splide2 .splide__pagination__page {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
section.section__cursinu .container .panel-container .panel-gallery #splide2 .splide__pagination__page.is-active, section.section__cursinu .container .panel-desc-mobile .panel-gallery #splide2 .splide__pagination__page.is-active {
  background-color: #D93C0A;
}
section.section__cursinu .container .panel-container .panel-gallery #splide2 .splide__arrow, section.section__cursinu .container .panel-desc-mobile .panel-gallery #splide2 .splide__arrow {
  top: unset;
  bottom: 0%;
  left: unset;
  right: 42px;
  bottom: -13px;
}
section.section__cursinu .container .panel-container .panel-gallery #splide2 .splide__arrow.splide__arrow--next, section.section__cursinu .container .panel-desc-mobile .panel-gallery #splide2 .splide__arrow.splide__arrow--next {
  right: 0;
}
section.section__cursinu .container .panel-container .panel-gallery #splide2 .splide__arrow::before, section.section__cursinu .container .panel-desc-mobile .panel-gallery #splide2 .splide__arrow::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5019607843);
  width: 41px;
  height: 41px;
  position: absolute;
}
section.section__cursinu .container .panel-container .panel-gallery #splide2 .slide_item, section.section__cursinu .container .panel-desc-mobile .panel-gallery #splide2 .slide_item {
  height: 100%;
  pointer-events: none;
}
section.section__cursinu .container .panel-container .panel-gallery #splide2 .slide_item img, section.section__cursinu .container .panel-desc-mobile .panel-gallery #splide2 .slide_item img {
  width: 100%;
  display: flex;
  object-fit: contain;
  object-position: center;
  justify-self: center;
}
section.section__cursinu .container .panel-container .panel-gallery #splide2 .slide_item .image, section.section__cursinu .container .panel-desc-mobile .panel-gallery #splide2 .slide_item .image {
  position: absolute;
  width: 99%;
  height: 100dvh;
  height: -webkit-fill-available;
  height: -moz-available;
}
section.section__cursinu .container .panel-container .panel-gallery #splide2 .slide_item.skeleton::before, section.section__cursinu .container .panel-desc-mobile .panel-gallery #splide2 .slide_item.skeleton::before {
  content: "";
  background-color: #aab0d0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
}
section.section__cursinu .container .panel-container .panel-gallery #splide2 .slide_item.skeleton .image, section.section__cursinu .container .panel-desc-mobile .panel-gallery #splide2 .slide_item.skeleton .image {
  background-image: unset !important;
}
section.section__cursinu .container .panel-container .panel-gallery #splide2 .slide_item.skeleton .image::before, section.section__cursinu .container .panel-desc-mobile .panel-gallery #splide2 .slide_item.skeleton .image::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shimmer 2s infinite;
}
section.section__cursinu .container .panel-container .panel-content, section.section__cursinu .container .panel-desc-mobile .panel-content {
  background: #211E1A;
  padding: 0px 14px 24px 24px;
  padding-right: 18px;
  max-height: 180px;
  scrollbar-width: thin;
  scrollbar-color: white transparent;
  overflow-y: scroll;
  overflow-y: auto;
  margin-right: 23px;
}
section.section__cursinu .container .panel-container .panel-content::-webkit-scrollbar, section.section__cursinu .container .panel-desc-mobile .panel-content::-webkit-scrollbar {
  width: 12px;
}
section.section__cursinu .container .panel-container .panel-content::-webkit-scrollbar-track, section.section__cursinu .container .panel-desc-mobile .panel-content::-webkit-scrollbar-track {
  background: transparent;
}
section.section__cursinu .container .panel-container .panel-content::-webkit-scrollbar-thumb, section.section__cursinu .container .panel-desc-mobile .panel-content::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid white;
}
section.section__cursinu .container .panel-container .panel-content .panel-desc, section.section__cursinu .container .panel-desc-mobile .panel-content .panel-desc {
  line-height: 22px;
}
section.section__cursinu .container .panel-container .panel-content .panel-desc a, section.section__cursinu .container .panel-desc-mobile .panel-content .panel-desc a {
  color: #D05C38;
  font-weight: 700;
}
section.section__cursinu .container .panel-container .panel-button-container, section.section__cursinu .container .panel-desc-mobile .panel-button-container {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  padding: 0 0 10px 23px;
}
section.section__cursinu .container .panel-container .panel-button-container button, section.section__cursinu .container .panel-desc-mobile .panel-button-container button {
  padding: 11px 12px;
  color: white;
  background: transparent;
  border: solid 2px #D15D39;
  font-weight: 700;
  font-size: 30px;
  cursor: pointer;
}
section.section__cursinu .container .panel-container .panel-button-container button.is-active, section.section__cursinu .container .panel-container .panel-button-container button:hover, section.section__cursinu .container .panel-desc-mobile .panel-button-container button.is-active, section.section__cursinu .container .panel-desc-mobile .panel-button-container button:hover {
  background: #D15D39;
}
section.section__cursinu .container .panel-container.no-images, section.section__cursinu .container .panel-desc-mobile.no-images {
  padding-top: 45px;
  max-width: 450px;
}
section.section__cursinu .container .panel-container.no-images .panel-gallery, section.section__cursinu .container .panel-desc-mobile.no-images .panel-gallery {
  display: none;
}
section.section__cursinu .container .panel-container.no-images .panel-close, section.section__cursinu .container .panel-desc-mobile.no-images .panel-close {
  display: block;
}
section.section__cursinu .container .panel-container.no-images .panel-button-container, section.section__cursinu .container .panel-desc-mobile.no-images .panel-button-container {
  flex-flow: column nowrap !important;
  padding: 0 25px !important;
}
section.section__cursinu .container .panel-container.no-images .panel-button-container button, section.section__cursinu .container .panel-desc-mobile.no-images .panel-button-container button {
  cursor: pointer;
  font-size: 25px;
  max-width: fit-content !important;
}
section.section__cursinu .container .menu {
  display: block;
  justify-content: flex-end;
  max-height: 100dvh;
  max-height: -webkit-fill-available;
  max-height: -moz-available;
  padding: 32px 0;
}
section.section__cursinu .container .menu .splide {
  position: relative;
  padding-bottom: 20px;
  height: 85dvh;
}
section.section__cursinu .container .menu .splide .splide__track {
  margin-top: 25px;
}
section.section__cursinu .container .menu .splide .splide__arrow::before {
  position: absolute;
  border-radius: 50%;
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background: white;
  opacity: 0.4;
}
section.section__cursinu .container .menu .splide .splide__arrow.splide__arrow--next::before {
  top: -8px;
}
section.section__cursinu .container .menu .slide_item {
  display: flex;
  flex-direction: row;
  gap: 25px;
  float: inline-end;
}
section.section__cursinu .container .menu .slide_item .item-title {
  display: flex;
  justify-content: end;
  align-items: center;
  color: white;
  max-width: 120px;
  text-align: end;
}
section.section__cursinu .container .menu .container_zoomed-view {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
section.section__cursinu .container .menu .container_zoomed-view .content {
  position: relative;
  bottom: 5em;
  bottom: clamp(3em, 5em, 8vh);
  right: 60px;
  width: max-content;
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
section.section__cursinu .container .menu .container_zoomed-view .content h1 {
  font-family: "Inter";
  max-width: 350px;
  text-transform: uppercase;
  inline-size: fit-content;
  max-inline-size: fit-content;
}
section.section__cursinu .container .menu .container_zoomed-view .content p {
  max-width: 500px;
  margin-block: unset;
  color: #C6C4C2;
}
section.section__cursinu .container .menu .container_zoomed-view .content .more {
  display: none;
  gap: 14px;
  align-items: center;
}
section.section__cursinu .container .menu .container_zoomed-view .content .more button {
  all: unset;
  cursor: pointer;
}
section.section__cursinu .container .menu .stepper-container {
  height: clamp(160px, 100% - 160px, 75%);
  width: 100%;
  padding: 80px;
  position: relative;
  max-width: 25px;
  opacity: 0;
  transform: translateX(100%);
  flex-grow: 1;
}
section.section__cursinu .container .menu .stepper-container .stepper-line {
  overflow-y: clip;
  position: absolute;
  width: 2px;
  height: inherit;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
section.section__cursinu .container .menu .stepper-container .stepper-line .stepper-filler {
  position: absolute;
  width: 100%;
  height: 0%;
  background: #D05C38;
}
section.section__cursinu .container .menu .stepper-container .stepper-line .stepper-filler-mask {
  position: absolute;
  position: absolute;
  width: 100%;
  height: 100%;
  height: 0%;
  background: white;
  z-index: 1;
}
section.section__cursinu .container .menu .stepper-container .stepper-line .stepper-dot {
  position: relative;
  background: white;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}
section.section__cursinu .container .menu .stepper-container .stepper-line .stepper-dot .stepper-title {
  color: white;
  float: right;
  position: absolute;
  right: 28px;
  top: -5px;
  inline-size: max-content;
}
section.section__cursinu .container .menu .stepper-container .stepper-line .stepper-dot:hover, section.section__cursinu .container .menu .stepper-container .stepper-line .stepper-dot.active {
  background: #D05C38;
}
section.section__cursinu .container .menu .stepper-container .stepper-line .stepper-dot:hover .stepper-title, section.section__cursinu .container .menu .stepper-container .stepper-line .stepper-dot.active .stepper-title {
  color: #D05C38;
}
section.section__cursinu .container .menu .stepper-container .stepper-line .stepper-dot:nth-last-child(1) {
  margin-bottom: -1px;
}
section.section__cursinu .allpoints {
  color: white;
  position: absolute;
  height: 0;
  width: 100%;
  z-index: 100;
}
section.section__cursinu .allpoints .point-3d {
  position: absolute;
  width: 16px;
  height: 16px;
  transform: translate(0px, 0px);
  cursor: pointer;
}
section.section__cursinu .allpoints .point-3d.hide {
  display: none;
}
section.section__cursinu .allpoints .point-3d.secondary::before {
  content: unset;
}
section.section__cursinu .allpoints .point-3d .point-name {
  margin-left: 22px;
  display: inline-block;
  pointer-events: none;
  opacity: 0;
  transform: translate(-100%);
}
section.section__cursinu .allpoints .point-3d .origin {
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #D93C0A;
  margin: 10px;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 10;
  transform: translate(0, 0);
}
section.section__cursinu .allpoints .point-3d .circle {
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #d6856b;
  margin: 10px;
  transition: 5s ease;
  position: absolute;
  top: -8px;
  left: -8px;
  transform: translate(0, 0);
}
section.section__cursinu .allpoints .point-3d:hover :nth-child(1), section.section__cursinu .allpoints .point-3d.primary :nth-child(1) {
  animation: waves 2.4s linear infinite;
}
section.section__cursinu .allpoints .point-3d:hover :nth-child(2), section.section__cursinu .allpoints .point-3d.primary :nth-child(2) {
  animation: waves 2.4s linear 0.8s forwards infinite;
}
section.section__cursinu .allpoints .point-3d:hover :nth-child(3), section.section__cursinu .allpoints .point-3d.primary :nth-child(3) {
  animation: waves 2.4s linear 1.6s forwards infinite;
}
section.section__cursinu .allpoints .point-3d:hover :nth-child(4), section.section__cursinu .allpoints .point-3d.primary :nth-child(4) {
  animation: waves 2.4s linear 2.4s forwards infinite;
}

.hidden {
  display: none !important;
}

.masked {
  visibility: hidden !important;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
body.mobile .lang-menu {
  gap: 0 !important;
}
body.mobile .lang-menu .lang-select {
  gap: 0 !important;
  flex-flow: column nowrap !important;
}
body.mobile .lang-menu .dropdown {
  width: 320px;
}
body.mobile .lang-menu .dropdown .flag img {
  height: 28px;
}
body.mobile .lang-menu .dropdown__select {
  max-height: 45vh;
  overflow: scroll;
}
body.mobile #splide1 {
  padding: 3em 40px 20px 3em;
}
body.mobile .menu {
  padding: 0 !important;
}
body.mobile p, body.mobile div {
  font-size: 14px !important;
}
body.mobile h1 {
  font-size: 20px !important;
}
body.mobile .no-images {
  max-width: 50% !important;
}
body.mobile .bodypartBtn {
  z-index: 1000;
}
body.mobile .section__cursinu #three .allpoints {
  pointer-events: none;
}
body.mobile .section__cursinu #three .allpoints .point-3d {
  width: 8px;
  height: 8px;
}
body.mobile .section__cursinu #three .allpoints .point-3d .circle {
  width: 8px;
  height: 8px;
  top: -4px;
  left: -4px;
}
body.mobile .section__cursinu #three .allpoints .point-3d .origin {
  width: 12px;
  height: 12px;
  top: -6px;
  left: -6px;
}
body.mobile .section__cursinu .container .left {
  padding: 0 0 20px 20px;
}
body.mobile .section__cursinu .container .left .backbtn {
  pointer-events: all;
}
body.mobile .section__cursinu .container .left .presentation-project {
  pointer-events: none;
}
body.mobile .section__cursinu .container .left .content {
  display: none;
}
body.mobile .section__cursinu .container .left .more {
  display: flex;
}
body.mobile .section__cursinu .container .left .panel-container > div, body.mobile .section__cursinu .container .left .panel-desc-mobile > div {
  flex: 1;
}
body.mobile .section__cursinu .container .left .panel-container, body.mobile .section__cursinu .container .left .panel-desc-mobile {
  width: calc(100% - 144px);
  left: 50%;
  top: 50%;
  min-width: unset;
  max-width: unset;
  transform: translate(-50%, -50%) !important;
  height: fit-content;
  flex-direction: row;
}
body.mobile .section__cursinu .container .left .panel-container .panel-content, body.mobile .section__cursinu .container .left .panel-desc-mobile .panel-content {
  margin: auto;
  margin-right: 20px;
  padding-right: 35px;
  padding-bottom: 4px;
  padding-top: 12px;
}
body.mobile .section__cursinu .container .left .panel-container .panel-gallery, body.mobile .section__cursinu .container .left .panel-desc-mobile .panel-gallery {
  max-width: 50%;
}
body.mobile .section__cursinu .container .right {
  padding: 0;
}
body.mobile .section__cursinu .container .right .splide {
  padding-right: 40px;
}
body.mobile .section__cursinu .container .right .splide .splide__arrow {
  left: calc(50% + 20px);
}
body.mobile .section__cursinu .container .right .splide .slide_item {
  flex-direction: column-reverse;
  float: unset;
  align-items: end;
  align-items: flex-end;
  gap: 10px;
}
body.mobile .section__cursinu .container .menu .stepper-container {
  padding: 20px 18px !important;
  height: 100% !important;
  max-height: calc(100% - 40px) !important;
}
body.mobile .section__cursinu .container .menu .container_zoomed-view .content {
  position: fixed !important;
  display: block !important;
  left: 20px;
  text-align: left !important;
  bottom: unset !important;
  top: 50%;
  transform: translate(0, -50%);
}
body.mobile .section__cursinu .container .menu .container_zoomed-view .content p {
  display: none;
  max-width: 150px;
}
body.mobile .more {
  display: flex !important;
}
body.mobile .panel-desc-mobile {
  padding-bottom: 25px;
}
body.mobile #schema {
  height: 100%;
  padding: 8px;
}
body.mobile #schema #img_schema {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-height: 635px), (max-width: 800px) {
  .body:not(.mobile) .lang-menu {
    gap: 0 !important;
  }
  .body:not(.mobile) .lang-menu .lang-select {
    gap: 0 !important;
    flex-flow: column nowrap !important;
  }
  .body:not(.mobile) .lang-menu .dropdown {
    width: 320px;
  }
  .body:not(.mobile) .lang-menu .dropdown .flag img {
    height: 28px;
  }
  .body:not(.mobile) .lang-menu .dropdown__select {
    max-height: 45vh;
    overflow: auto;
  }
  .body:not(.mobile) #splide1 {
    padding: 3em 40px 20px 3em;
  }
  .body:not(.mobile) .menu {
    padding: 0 !important;
  }
  .body:not(.mobile) p, .body:not(.mobile) div {
    font-size: 14px !important;
  }
  .body:not(.mobile) h1 {
    font-size: 20px !important;
  }
  .body:not(.mobile) .no-images {
    max-width: 50% !important;
  }
  .body:not(.mobile) .bodypartBtn {
    z-index: 1000;
  }
  .body:not(.mobile) .section__cursinu #three .allpoints {
    pointer-events: none;
  }
  .body:not(.mobile) .section__cursinu .container .left {
    padding: 0 0 20px 20px;
  }
  .body:not(.mobile) .section__cursinu .container .left .backbtn {
    pointer-events: all;
  }
  .body:not(.mobile) .section__cursinu .container .left .presentation-project {
    pointer-events: none;
  }
  .body:not(.mobile) .section__cursinu .container .left .content {
    display: none;
  }
  .body:not(.mobile) .section__cursinu .container .left .panel-container > div, .body:not(.mobile) .section__cursinu .container .left .panel-desc-mobile > div {
    flex: 1;
  }
  .body:not(.mobile) .section__cursinu .container .left .panel-container, .body:not(.mobile) .section__cursinu .container .left .panel-desc-mobile {
    width: calc(100% - 144px);
    left: 50%;
    top: 50%;
    min-width: unset;
    max-width: unset;
    transform: translate(-50%, -50%) !important;
    height: fit-content;
    flex-direction: row;
  }
  .body:not(.mobile) .section__cursinu .container .left .panel-container .panel-content, .body:not(.mobile) .section__cursinu .container .left .panel-desc-mobile .panel-content {
    margin: auto;
    margin-right: 20px;
    padding-right: 35px;
    padding-bottom: 4px;
    padding-top: 12px;
  }
  .body:not(.mobile) .section__cursinu .container .left .panel-container .panel-gallery, .body:not(.mobile) .section__cursinu .container .left .panel-desc-mobile .panel-gallery {
    max-width: 50%;
  }
  .body:not(.mobile) .section__cursinu .container .right {
    padding: 0;
  }
  .body:not(.mobile) .section__cursinu .container .right .splide {
    padding-right: 40px;
  }
  .body:not(.mobile) .section__cursinu .container .right .splide .splide__arrow {
    left: calc(50% + 20px);
  }
  .body:not(.mobile) .section__cursinu .container .right .splide .slide_item {
    flex-direction: column-reverse;
    float: unset;
    align-items: end;
    align-items: flex-end;
    gap: 10px;
  }
  .body:not(.mobile) .section__cursinu .container .menu .stepper-container {
    padding: 20px 18px !important;
    height: 100% !important;
    max-height: calc(100% - 40px) !important;
  }
  .body:not(.mobile) .section__cursinu .container .menu .container_zoomed-view .content {
    position: fixed !important;
    display: block !important;
    left: 20px;
    text-align: left !important;
    bottom: unset !important;
    top: 50%;
    transform: translate(0, -50%);
  }
  .body:not(.mobile) .section__cursinu .container .menu .container_zoomed-view .content p {
    display: none;
    max-width: 150px;
  }
  .body:not(.mobile) #schema {
    height: 100%;
    padding: 8px;
  }
  .body:not(.mobile) #schema #img_schema {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}
#splide1 {
  padding: 20px 3em 30px 3em;
  height: 100%;
}

@media (max-height: 430px) and (orientation: landscape) {
  p, div {
    font-size: 14px !important;
  }
  h1 {
    font-size: 20px !important;
  }
  .panel-gallery #splide2 {
    padding: 2em;
  }
}
@media (max-height: 395px) and (orientation: landscape) {
  p, div {
    font-size: 14px !important;
  }
  h1 {
    font-size: 20px !important;
  }
  .panel-gallery #splide2 {
    padding: 1em;
  }
}
#splide2:not(.is-overflow) .splide__arrows {
  display: none;
}

.fullscreen-image-bg {
  z-index: 11000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7490196078);
}
.fullscreen-image-bg.hidden {
  pointer-events: none;
}
.fullscreen-image-bg .fullscreen-image {
  position: relative;
  max-height: 90%;
  max-width: 75%;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.fullscreen-image-bg .fullscreen-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: inherit;
  width: inherit;
  object-fit: contain;
}
.fullscreen-image-bg .fullscreen-image button {
  all: unset;
  text-align: center;
  cursor: pointer;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5019607843);
  border-radius: 50%;
  width: 40px;
  top: 25px;
  right: 25px;
  height: 40px;
  z-index: 1;
}
.fullscreen-image-bg .fullscreen-image button::before {
  content: "";
  position: absolute;
  background-position: center;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  background-image: url(images/close.png);
}

.temp {
  scrollbar-width: thin;
  scrollbar-color: white transparent;
}
.temp::-webkit-scrollbar {
  width: 12px;
}
.temp::-webkit-scrollbar-track {
  background: transparent;
}
.temp::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid white;
}
.temp::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8 !important;
}
.temp::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(83, 83, 83, 0.07);
  background-color: #f1f1f1;
}
.temp::-webkit-scrollbar {
  width: 7px;
  background-color: #f1f1f1;
}
.temp::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}

.lang-menu {
  background: #423D35;
  position: absolute;
  z-index: 20000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 4.2em;
  gap: 110px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}
.lang-menu .lang-select {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.lang-menu .lang-select ul {
  list-style-type: none;
}
.lang-menu .lang-select ul.dropdown__select {
  padding: 0;
  max-height: 45vh;
  overflow: auto;
}
.lang-menu .lang-select ul li.dropdown__select-option .option-lang {
  display: flex;
  flex-direction: row;
  padding: 24px 22px 22px 24px;
  gap: 40px;
  border-bottom: 1px solid #423D35;
  align-items: center;
}
.lang-menu .lang-select ul li.dropdown__select-option .option-lang .name {
  color: #423D35 !important;
}
.lang-menu .lang-select ul li.dropdown__select-option:nth-last-child(1) .option-lang {
  border: unset;
}
.lang-menu .lang-close {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  right: 50px;
  bottom: 70px;
  gap: clamp(15px, 30px, 2.5vw);
}
.lang-menu .lang-close button {
  all: unset;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 46px;
  height: 46px;
}
.lang-menu .lang-close button:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 8px;
  bottom: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(images/arrow.png);
  transform: rotate(-90deg);
}
.lang-menu .lang-close.disabled span, .lang-menu .lang-close.disabled button {
  cursor: not-allowed;
  opacity: 0.4;
}

.dropdown {
  color: #423D35;
  width: 100%;
}
@media (min-width: 768px) {
  .dropdown {
    width: 350px;
  }
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
  transform: scaleY(1);
  opacity: 1;
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
  transform: rotate(-135deg);
}
.dropdown__options-filter {
  width: 100%;
  cursor: pointer;
}
.dropdown__filter {
  position: relative;
  display: flex;
  padding: 20px;
  color: #595959;
  background-color: #A9A59E;
  border-radius: 18px;
  font-size: 14px;
  transition: 0.3s;
}
.dropdown__filter:focus {
  outline: none;
}
.dropdown__filter::after {
  position: absolute;
  top: 45%;
  right: 20px;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #595959;
  border-bottom: 1px solid #595959;
  transform: rotate(45deg) translateX(-45%);
  transition: 0.3s ease-in-out;
}
.dropdown__select {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 5px;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
  border-radius: 18px;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.dropdown__select-option {
  padding: 0 20px;
  background-color: #A9A59E;
  transition: 0.3s;
}
.dropdown__select-option:last-of-type {
  border-bottom: 0;
}
.dropdown__select-option:hover {
  background-color: #e9ecef;
}

body:not(.mobile) .fullScreenRequest {
  display: none;
}

.fullScreenRequest {
  background: #423D35;
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-direction: column;
}
.fullScreenRequest p {
  text-align: center;
}
.fullScreenRequest .fullScreenSkip {
  all: unset;
  cursor: pointer;
  text-decoration: underline;
  color: #D05C38;
}

.fullScreenBtn {
  all: unset;
  cursor: pointer;
  background: #D05C38;
  color: white;
  border-radius: 50px;
  padding: 8px 22px;
  overflow: hidden;
  position: relative;
}
.fullScreenBtn img {
  object-fit: contain;
  width: 75%;
  display: none;
  justify-self: anchor-center;
  justify-self: center;
  margin: auto;
}
.fullScreenBtn div {
  white-space: nowrap;
  width: 100%;
  display: flex;
  position: relative;
  justify-self: center;
  overflow: hidden;
}

.fullScreenBtnFixed {
  width: clamp(35px, 6vw, 55px) !important;
  height: clamp(35px, 6vw, 55px) !important;
  left: 68px !important;
  top: 4px !important;
  position: relative !important;
}

.fullScreenBtnFixed, .toggle-hotspots {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.panel-desc-mobile {
  opacity: 1;
}

body:not(.mobile) #rotateDevice {
  display: none !important;
}

body.tablet #rotateDevice:not(.hidden) {
  display: flex !important;
}

body:has(.safari) .fullScreenBtn, body:has(.safari) .fullScreenRequest, body.safari .fullScreenBtn, body.safari .fullScreenRequest {
  display: none !important;
}

body.mobile.safari .section__cursinu .container .left .panel-container {
  width: calc(88% - 144px);
  left: 63%;
}

.rotateDevice {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100000;
  background: #423D35;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/@splidejs/splide/dist/css/splide.min.css ***!
  \************************************************************************************************************************************************/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/*!***************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/@splidejs/splide/dist/css/themes/splide-skyblue.min.css ***!
  \***************************************************************************************************************************************************************/
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
  opacity: 0.7;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #00bfff;
  opacity: 1;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2.5em;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #00bfff;
  height: 2.5em;
  transition: fill 0.2s linear;
  width: 2.5em;
}

.splide__arrow:hover:not(:disabled) svg {
  fill: #66d9ff;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: background-color 0.2s linear, transform 0.2s linear;
  width: 10px;
}

.splide__pagination__page.is-active {
  background: #00bfff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  background: #66d9ff;
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #00bfff;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #00bfff;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #00bfff;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #00bfff;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #00bfff;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #00bfff;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/@splidejs/splide/dist/css/themes/splide-sea-green.min.css ***!
  \*****************************************************************************************************************************************************************/
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.7;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #20b2aa;
  opacity: 1;
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 1em;
  top: 0;
}

.splide__pagination--ttb .splide__pagination__page {
  height: 20px;
  width: 5px;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2.5em;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #20b2aa;
  height: 2.5em;
  transition: fill 0.2s linear;
  width: 2.5em;
}

.splide__arrow:hover:not(:disabled) svg {
  fill: #57e1d9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #20b2aa;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #20b2aa;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 1em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 2.5px;
  display: inline-block;
  height: 5px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: background-color 0.2s linear;
  width: 20px;
}

.splide__pagination__page.is-active {
  background: #20b2aa;
  z-index: 1;
}

.splide__pagination__page:hover {
  background: #57e1d9;
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #20b2aa;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #20b2aa;
  outline-offset: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #20b2aa;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #20b2aa;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #20b2aa;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #20b2aa;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #20b2aa;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #20b2aa;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #20b2aa;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #20b2aa;
  outline-offset: 3px;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__slider > .splide__arrows .splide__arrow--prev {
  left: -2.5em;
}

.splide__slider > .splide__arrows .splide__arrow--next {
  right: -2.5em;
}

.splide {
  padding: 3em;
}
/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/@splidejs/splide/dist/css/splide-core.min.css ***!
  \*****************************************************************************************************************************************************/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
