@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&display=swap");

@font-face {
  font-family: "didotbold";
  src: url("../fonts/didot_bold-webfont.woff2") format("woff2"), url("../fonts/didot_bold-webfont.woff") format("woff"), url("../fonts/didot_bold-webfont.ttf") format("truetype"), url("../fonts/didot_bold-webfont.svg#didotbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "didotitalic";
  src: url("../fonts/didot_italic-webfont.woff2") format("woff2"), url("../fonts/didot_italic-webfont.woff") format("woff"), url("../fonts/didot_italic-webfont.ttf") format("truetype"), url("../fonts/didot_italic-webfont.svg#didotitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "didot_titleregular";
  src: url("../fonts/didot_title-webfont.woff2") format("woff2"), url("../fonts/didot_title-webfont.woff") format("woff"), url("../fonts/didot_title-webfont.ttf") format("truetype"), url("../fonts/didot_title-webfont.svg#didot_titleregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "didotregular";
  src: url("../fonts/didot-webfont.woff2") format("woff2"), url("../fonts/didot-webfont.woff") format("woff"), url("../fonts/didot-webfont.ttf") format("truetype"), url("../fonts/didot-webfont.svg#didotregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.flex-row {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1430px;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .flex-row {
    flex-direction: row;
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .flex-row {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .flex-row {
    max-width: 1170px;
  }
}

@media (min-width: 1366px) {
  .flex-row {
    max-width: 1430px;
  }
}

.flex-row.no-padd {
  padding: 0;
}

.flex-row .colflex-sm-2 {
  max-width: 16.6666666667%;
}

.flex-row .colflex-sm-3 {
  max-width: 25%;
}

.flex-row .colflex-sm-4 {
  max-width: 33.3333333333%;
}

.flex-row .colflex-sm-5 {
  max-width: 41.6666666667%;
}

.flex-row .colflex-sm-6 {
  max-width: 50%;
}

.flex-row .colflex-sm-7 {
  max-width: 58.3333333333%;
}

.flex-row .colflex-sm-8 {
  max-width: 66.6666666667%;
}

.flex-row .colflex-sm-9 {
  max-width: 75%;
}

.flex-row .colflex-sm-10 {
  max-width: 83.3333333333%;
}

.flex-row .colflex-sm-11 {
  max-width: 91.6666666667%;
}

.flex-row .colflex-sm-12 {
  max-width: 100%;
}

.flex-row .colflex-1 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-1 {
    max-width: 8.3333333333%;
  }
}

.flex-row .colflex-1.no-padd {
  padding: 0;
}

.flex-row .order-1 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-1 {
    order: 1;
  }
}

.flex-row .colflex-2 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-2 {
    max-width: 16.6666666667%;
  }
}

.flex-row .colflex-2.no-padd {
  padding: 0;
}

.flex-row .order-2 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-2 {
    order: 2;
  }
}

.flex-row .colflex-3 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-3 {
    max-width: 25%;
  }
}

.flex-row .colflex-3.no-padd {
  padding: 0;
}

.flex-row .order-3 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-3 {
    order: 3;
  }
}

.flex-row .colflex-4 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-4 {
    max-width: 33.3333333333%;
  }
}

.flex-row .colflex-4.no-padd {
  padding: 0;
}

.flex-row .order-4 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-4 {
    order: 4;
  }
}

.flex-row .colflex-5 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-5 {
    max-width: 41.6666666667%;
  }
}

.flex-row .colflex-5.no-padd {
  padding: 0;
}

.flex-row .order-5 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-5 {
    order: 5;
  }
}

.flex-row .colflex-6 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-6 {
    max-width: 50%;
  }
}

.flex-row .colflex-6.no-padd {
  padding: 0;
}

.flex-row .order-6 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-6 {
    order: 6;
  }
}

.flex-row .colflex-7 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-7 {
    max-width: 58.3333333333%;
  }
}

.flex-row .colflex-7.no-padd {
  padding: 0;
}

.flex-row .order-7 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-7 {
    order: 7;
  }
}

.flex-row .colflex-8 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-8 {
    max-width: 66.6666666667%;
  }
}

.flex-row .colflex-8.no-padd {
  padding: 0;
}

.flex-row .order-8 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-8 {
    order: 8;
  }
}

.flex-row .colflex-9 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-9 {
    max-width: 75%;
  }
}

.flex-row .colflex-9.no-padd {
  padding: 0;
}

.flex-row .order-9 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-9 {
    order: 9;
  }
}

.flex-row .colflex-10 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-10 {
    max-width: 83.3333333333%;
  }
}

.flex-row .colflex-10.no-padd {
  padding: 0;
}

.flex-row .order-10 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-10 {
    order: 10;
  }
}

.flex-row .colflex-11 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-11 {
    max-width: 91.6666666667%;
  }
}

.flex-row .colflex-11.no-padd {
  padding: 0;
}

.flex-row .order-11 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-11 {
    order: 11;
  }
}

.flex-row .colflex-12 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .flex-row .colflex-12 {
    max-width: 100%;
  }
}

.flex-row .colflex-12.no-padd {
  padding: 0;
}

.flex-row .order-12 {
  order: unset;
}

@media (min-width: 768px) {
  .flex-row .order-12 {
    order: 12;
  }
}

.box-flex,
body {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {

  .box-flex,
  body {
    flex-direction: row;
  }
}

.box-flex.column,
body {
  flex-direction: column;
}

.box-flex.row,
body.row {
  flex-direction: row;
}

.box-flex.jc-space-between,
body.jc-space-between {
  justify-content: space-between;
}

.box-flex.jc-center,
body {
  justify-content: center;
}

.box-flex.jc-flex-end,
body.jc-flex-end {
  justify-content: flex-end;
}

.box-flex.ai-center,
body {
  align-items: center;
}

.box-flex.ai-flex-start,
body.ai-flex-start {
  align-items: flex-start;
}

.box-flex.ai-flex-end,
body.ai-flex-end {
  align-items: flex-end;
}

body {
  position: relative;
  font-size: clamp(12px, .9vw, 16px);
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background: url("../images/bgd3.jpg") -61px center no-repeat #c7c4bf;
  background: #c7c4bf;
  color: #000;
  margin: 0 auto;
  max-width: 1920px;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  body {
    background-size: cover;
    height: 100vh;
  }
}

body * {
  box-sizing: border-box;
}

body .items-bgd {
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
}

img,
video {
  max-width: 100%;
  display: block;
}

.lp-container {
  max-width: 1920px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

img.lazy {
  width: auto;
  max-width: 100%;
}

.wiz-sm {
  width: 100%;
  margin: 0 auto;
  display: grid;
  overflow-x: hidden;
  grid-template-areas: "info img" "txt-top txt-top" "txt-bottom txt-bottom";
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991px) {
  .wiz-sm {
    padding-bottom: 2em;
  }
}

@media (min-width: 992px) {
  .wiz-sm {
    height: 100vh;
    max-width: calc(100% - 4em);
    grid-template-areas: "img txt-top" "info txt-bottom";
    grid-template-columns: clamp(300px, 21vw, 380px) 1fr;
    grid-template-rows: clamp(400px, 28vw, 507px);
  }
}

.wiz-sm h1,
.wiz-sm h2,
.wiz-sm h3 {
  line-height: 1;
  margin: 0;
  font-weight: 100;
}

.wiz-sm .didot-bold {
  font-family: "didotbold";
}

.wiz-sm .didot-italic {
  font-family: "didotitalic";
}

.wiz-sm .didot-title {
  font-family: "didot_titleregular";
}

.wiz-sm .didot-regular,
.wiz-sm .tab__button {
  font-family: "didotregular";
}

.wiz-sm .roboto {
  font-family: "Roboto", sans-serif;
}

.wiz-sm__text--top,
.wiz-sm__text--bottom {
  padding: 1em;
}

@media (min-width: 768px) {

  .wiz-sm__text--top,
  .wiz-sm__text--bottom {
    padding: 0.25em clamp(1em, 1.6vw, 30px);
  }
}

.wiz-sm__img__box,
.wiz-sm__info__box {
  height: 100%;
  margin-left: auto;
}

.wiz-sm__img {
  grid-area: img;
  position: relative;
}

.wiz-sm__img .sm {
  opacity: 0.9;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .wiz-sm__img .sm {
    max-width: 100%;
  }
}

.wiz-sm__img .it1 {
  position: absolute;
  bottom: -40%;
  left: -1.6vw;
  max-width: 232px;
  width: 13vw;
  mix-blend-mode: color-dodge;
  display: none;
}

@media (min-width: 992px) {
  .wiz-sm__img .it1 {
    display: block;
  }
}

.wiz-sm__title {
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .wiz-sm__title {
    order: 1;
    margin-bottom: 1em;
  }
}

.wiz-sm__title h1 {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 4em;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

@media (min-width: 1200px) {
  .wiz-sm__title h1 {
    padding-top: 10px;
    padding-bottom: 20px;
    justify-content: start;
  }
}

.wiz-sm__title h1 span {
  position: relative;
  z-index: 2;
}

.wiz-sm__title h1:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: -14px;
  height: 100%;
  width: 100vw;
  background: #f7d4fa;
  mix-blend-mode: multiply;
}

@media (min-width: 768px) {
  .wiz-sm__title h1:after {
    width: 200vw;
    right: -50vw;
  }
}

.wiz-sm__title img {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
  width: 39%;
  max-width: 600px;
}

@media (min-width: 1200px) {
  .wiz-sm__title img {
    display: block;
  }
}

.wiz-sm__info {
  grid-area: info;
  position: relative;
}

.wiz-sm__info__box {
  position: relative;
  z-index: 2;
  background: #151515;
  mix-blend-mode: hard-light;
  padding: 2em 0;
}

.wiz-sm__info__box ul li {
  color: #fff;
  padding: 0.5em 1.5em;
  position: relative;
}

.wiz-sm__info__box ul li:before {
  position: absolute;
  top: 0.8em;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #fff;
}

.wiz-sm__info__box ul li a {
  color: inherit;
  text-decoration: none;
}

.wiz-sm__info__box ul li:last-child {
  color: #c1a3bb;
  font-size: 1.5em;
  padding: 9px 1em;
}

.wiz-sm__info__box ul li:last-child:before {
  content: none;
}

.wiz-sm__info .item-bgd1 {
  position: absolute;
  top: 141px;
  left: -96px;
}

.wiz-sm__text--top p,
.wiz-sm__text--bottom p {
  margin: 0.25em 0;
}

.wiz-sm__text--top {
  grid-area: txt-top;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .wiz-sm__text--top {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .wiz-sm__text--top {
    padding-bottom: 0;
  }
}

.wiz-sm__text--top h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  color: #6a295d;
  font-size: 1.7em;
  max-width: 1120px;
  line-height: 1.4;
  margin-bottom: 0.75em;
}

@media (max-width: 991px) {
  .wiz-sm__text--top h2 {
    order: 2;
  }
}

.wiz-sm__text--top h2 small {
  font-size: 0.65em;
}

@media (max-width: 991px) {
  .wiz-sm__text--top__box {
    order: 3;
  }
}

@media (min-width: 1200px) {
  .wiz-sm__text--top__box {
    width: 60%;
    max-width: 750px;
  }
}

.wiz-sm__text--top__box br,
.wiz-sm__text--bottom br {
  display: none;
}

@media (min-width: 1200px) {

  .wiz-sm__text--top__box br,
  .wiz-sm__text--bottom br {
    display: block;
  }
}

@media (max-width: 1245px) {

  .wiz-sm__text--top__box br,
  .wiz-sm__text--bottom br {
    display: none;
  }
}

@media (min-width: 1246px) {

  .wiz-sm__text--top__box br,
  .wiz-sm__text--bottom br {
    display: block;
  }
}

.wiz-sm__text--bottom {
  position: relative;
  grid-area: txt-bottom;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.wiz-sm__text--bottom__box {
  position: relative;
  z-index: 2;
}

.wiz-sm__text--bottom .item-bgd2 {
  position: absolute;
  bottom: 0;
  left: clamp(1em, 1.6vw, 30px);
}

.wiz-sm .tab__group {
  position: relative;
  z-index: 2;
}

.wiz-sm .tab__button {
  position: relative;
  color: #fff;
  border-bottom: 2px solid #fff;
  font-size: 1.55em;
  padding: 0.25em 0;
  line-height: 1;
  cursor: pointer;
}

.wiz-sm .tab__button span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 400;
  padding: 0 2em;
}

.wiz-sm .tab__button span:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #fff;
  transition: border-top 0.4s, border-bottom 0.4s;
}

.wiz-sm .tab__button.tab--open span:before {
  border-top: 0;
  border-bottom: 12px solid #fff;
}

.wiz-sm .tab__content {
  padding: 0.5em 0;
}