<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Poppins", sans-serif;
  color: white;
  height: 100vh;
  width: 100vw;
  
  
}

body .fvwh {
  height: 100vh;
  width: 100vw;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  body .fvwh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

body .fvwh .controllers {
  width: 30vw;
  border-right: 1px solid #0c2340;
}

@media only screen and (max-width: 768px) {
  body .fvwh .controllers {
    height: 50%;
    width: 100%;
    overflow-y: scroll;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  body .fvwh .controllers ::-webkit-scrollbar {
    width: 20px;
  }
  body .fvwh .controllers ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px grey;
            box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  body .fvwh .controllers ::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
  }
  body .fvwh .controllers ::-webkit-scrollbar-thumb:hover {
    background: #b30000;
  }
}

body .fvwh .controllers .header {
  height: 20vh;
  padding: 0.25rem;
  color: #0c2340;
  font-size: 14px !important;
  width: 100%;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 768px) {
  body .fvwh .controllers .header {
    height: auto;
  }
}

body .fvwh .controllers .header h4 {
  color: #0c2340;
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  body .fvwh .controllers .header p {
    font-size: 0.8rem;
  }
}

body .fvwh .controllers .list-controlls .cancescsacsaca, body .fvwh .controllers .list-controlls .check-list-panel .close-check-list {
  position: relative;
  top: 0%;
  left: 45%;
  margin-bottom: -29px;
  height: 30px;
  width: 30px;
  background: url("https://i.postimg.cc/VLSVRnq1/close.png") 100% 100% no-repeat;
  background-size: 30px;
  z-index: 9999;
}

body .fvwh .controllers .list-controlls .cancescsacsaca:hover, body .fvwh .controllers .list-controlls .check-list-panel .close-check-list:hover {
  cursor: pointer;
}

body .fvwh .controllers .list-controlls .centerXY, body .fvwh .controllers .list-controlls .check-list-panel .list-selections li .title div, body .fvwh .controllers .list-controlls .check-list-panel .list-selections li .choice .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .fvwh .controllers .list-controlls .check-list-panel {
  /* top: -410px; */
  width: 100%;
  background-color: #FFF;
}

body .fvwh .controllers .list-controlls .check-list-panel {
  padding: 0;
  z-index: 0;
}

body .fvwh .controllers .list-controlls .check-list-panel .close-check-list {
  position: absolute !important;
  top: -15px !important;
  background: url("https://svgshare.com/i/MWR.svg") 100% 100% no-repeat !important;
  background-size: 30px !important;
}

body .fvwh .controllers .list-controlls .check-list-panel .check-list-title {
  text-align: center;
  height: 60px;
}

body .fvwh .controllers .list-controlls .check-list-panel .list-selections {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body .fvwh .controllers .list-controlls .check-list-panel .list-selections li {
  line-height: 7.14286%;
  height: 7.14286%;
  border-top: 1px solid #0c2340;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #0c2340;
  padding: 0.1rem 1rem;
}

body .fvwh .controllers .list-controlls .check-list-panel .list-selections li:hover {
  color: #e1523d;
  cursor: pointer;
}

body .fvwh .controllers .list-controlls .check-list-panel .list-selections li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .fvwh .controllers .list-controlls .check-list-panel .list-selections li .title h6 {
  font-size: calc( 10px + (10 - 6) * (100vw - 800px) / (1600 - 800));
}

body .fvwh .controllers .list-controlls .check-list-panel .list-selections li .title .img-wrap {
  margin-right: 1rem;
}

body .fvwh .controllers .list-controlls .check-list-panel .list-selections li .title .img-wrap img {
  border-radius: 5px;
  max-width: 45px;
}

body .fvwh .controllers .list-controlls .check-list-panel .list-selections li .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .fvwh .controllers .list-controlls .check-list-panel .list-selections li .choice .sel-item-color .s-cercle {
  background-color: black;
  background-size: 7px !important;
  height: 15px;
  width: 15px;
  border-radius: 50%;
}

body .fvwh .controllers .list-controlls .check-list-panel .list-selections li .choice .sel-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

body .fvwh .controllers .list-controlls .check-list-panel .list-selections li .choice .sel-item-text span {
  display: block;
  margin: 6px;
  font-size: 12px;
  color: #0c2340;
}

body .fvwh .controllers .list-controlls .check-list-panel .list-selections li .choice .sel-item-text span:nth-child(2) {
  color: #b6b6b6;
}

body .fvwh .controllers .list-controlls .check-list-panel .list-selections li .choice .arrow {
  margin-left: 1rem;
}

body .fvwh .controllers .list-controlls .check-list-panel .list-selections li .choice .arrow .r-arrow {
  background: url(../imgs/icons/r-arrow.svg) 100% 100% no-repeat !important;
  background-size: 11px !important;
  height: 15px;
  width: 10px;
}

body .fvwh .child {
  display: none;
}

body .fvwh .child .title {
  padding: 0 20px;
}

body .fvwh .threeD {
  width: 70vw;
}

@media only screen and (max-width: 768px) {
  body .fvwh .threeD {
    height: 50%;
    width: 100%;
    position: relative;
  }
}

body .fvwh .views-checks {
  width: 20vw;
  padding: 1rem;
  font-weight: 500;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 30vw;
  z-index: 22;
}

body .fvwh .views-checks span {
  color: #0c2340;
}

@media only screen and (max-width: 768px) {
  body .fvwh .views-checks {
    left: 0;
    width: 46vw;
    padding: 0.5rem 0 0 0.5rem;
  }
}

body .fvwh .coloriage {
  display: none;
  position: absolute;
  z-index: 1;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .fvwh .coloriage .col-box {
  height: 50px;
  width: 50px;
  background-color: white;
  margin: 1rem 0.5rem;
  border-radius: 10px !important;
}

body .fvwh .coloriage .col-box:hover {
  border: 2px solid #b9b9b9;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  body .fvwh .coloriage .col-box {
    height: 30px;
    width: 30px;
    margin: 0.5rem 0.5rem;
  }
}

body .fvwh .coloriage .col-box.active {
  border: 3px solid #ffffff;
}

body .fvwh .footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70vw;
}

@media only screen and (max-width: 768px) {
  body .fvwh .footer {
    width: 100vw;
  }
}

body .fvwh .footer .zoom {
  background-image: url(../imgs/icons/zoom.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  body .fvwh .footer .zoom {
    height: 30px;
  }
}

body .fvwh .footer .konfigear {
  height: 30px;
}

@media only screen and (max-width: 768px) {
  body .fvwh .footer .konfigear {
    height: 30px;
  }
}

.accessontainer {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.switch, .switch1, .switch2 {
  display: inline-block;
  height: 23px;
  position: relative;
  width: 40px;
  margin-top: 0px;
  margin-bottom: 0;
}

.switch input, .switch1 input, .switch2 input {
  display: none;
}

.slider, .slider1 {
  background-color: #FFF;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid #908989;
}

.slider:before, .slider1:before, .slider2:before {
  background-color: white;
  bottom: -2px;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 19px;
  border: 2px solid #908989;
  /* box-shadow: #989797 0px 0px 8px 2px; */
}

input:checked + .slider, #checkbox2:checked + .slider1, #checkbox3:checked + .slider2 {
  background-color: #0c2340;
  border: 2px solid #0c2340;
}

input:checked + .slider:before, #checkbox2:checked + .slider1:before, #checkbox3:checked + .slider2:before {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  background-color: white;
  /* border: 2px solid #ec6b5b; */
}

.slider.round, .slider1.round1, .slider2.round2 {
  border-radius: 12px;
}

.slider.round:before, .slider1.round1:before, .slider2.round2before {
  border-radius: 50%;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 60em) {
  .grid {
    grid-gap: 1rem;
  }
}

.grid__item {
  background-color: #fff;
  border-radius: .4rem;
  overflow: hidden;
  -webkit-box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.grid__item:hover {
  -webkit-box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.15);
}

.card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
}

.card__img {
  display: block;
  width: 50%;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__content {
  padding: 1rem 2rem;
}

.card__header {
  font-size: 14px;
  font-weight: 600;
  color: #0c2340;
  margin-bottom: 0.5rem;
}

.card__text {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #0b213c;
  margin-bottom: .5rem;
  text-align: center;
}

#how-to {
  background-color: #0c2340;
  color: #FFF;
}
/*# sourceMappingURL=style.css.map */

body{
    overflow: auto;
    width: 100%;
    height: 100%;   
}

body .fvwh {
  height: 100%;
  width: 100%;
  }
</pre></body></html>