@font-face {
  font-family: "NarkissBlock";
  src: url("../font/NarkissBlock-Regular.woff2") format("woff2"), url("../font/NarkissBlock-Regular.woff") format("woff"), url("../font/NarkissBlock-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NarkissBlock";
  src: url("../font/NarkissBlock-Medium.woff2") format("woff2"), url("../font/NarkissBlock-Medium.woff") format("woff"), url("../font/NarkissBlock-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NarkissBlockExtended";
  src: url("../font/NarkissBlockExtended-Regular.woff2") format("woff2"), url("../font/NarkissBlockExtended-Regular.woff") format("woff"), url("../font/NarkissBlockExtended-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NarkissBlockExtended";
  src: url("../font/NarkissBlockExtended-Semibold.woff2") format("woff2"), url("../font/NarkissBlockExtended-Semibold.woff") format("woff"), url("../font/NarkissBlockExtended-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
  min-width: 0;
  min-height: 0;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, button, blockquote {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

picture {
  display: inline-block;
}

li {
  list-style: none;
}

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

button {
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: unset;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  height: 100%;
  font-family: "NarkissBlock", "Rubik", sans-serif;
  margin: 0;
  line-height: 1;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  min-width: 0;
  min-height: 0;
  position: relative;
  z-index: 2;
}
body.no-scroll {
  overflow: hidden;
}

.page-template-home #wrapper main {
  min-height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  min-width: 0;
  min-height: 0;
}
#wrapper header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#wrapper main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#wrapper footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-overlay {
  position: fixed;
  inset: 0;
  background: #4237AD;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  z-index: 9999;
  pointer-events: none;
}

#loader {
  position: fixed;
  inset: 0;
  background: #4237AD;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
  -webkit-transform-origin: right;
          transform-origin: right;
  z-index: 99999;
  pointer-events: all;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#loader.is-loaded {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
  pointer-events: none;
}

@-webkit-keyframes subtleFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes subtleFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.u-reveal-item {
  opacity: 0;
}
.u-reveal-item.is-revealed {
  -webkit-animation: subtleFadeInUp 0.75s ease-out both;
          animation: subtleFadeInUp 0.75s ease-out both;
}

@media (prefers-reduced-motion: reduce) {
  .u-reveal-item {
    opacity: 1;
  }
  .u-reveal-item.is-revealed {
    -webkit-animation: none;
            animation: none;
  }
}
.text {
  font-family: "NarkissBlock", "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 24px;
  letter-spacing: -0.005em;
  color: #1D0351;
  text-align: justify;
}
.text *:not(img, ul, ol, li, blockquote, span, strong, iframe, a, br, th, td, tr, thead, tbody) {
  margin-bottom: 15px;
}
.text > ul,
.text > ol,
.text > img,
.text > iframe,
.text > table,
.text > blockquote {
  margin-bottom: 15px;
}
.text *:last-child {
  margin-bottom: 0;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}
.text h1 {
  font-size: 52px;
}
.text h2 {
  font-size: 40px;
}
.text h3 {
  font-size: 36px;
}
.text h4,
.text h5,
.text h6 {
  font-size: 28px;
}
.text a {
  color: inherit !important;
  text-decoration: underline !important;
}
.text span[style*=background-color] {
  padding: 4px 16px;
  line-height: 1.3;
  font-size: 28px;
  display: inline-block;
}
.text hr {
  border-color: #1D0351;
}
.text blockquote {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  color: inherit;
  padding-top: 65px;
  padding-right: 48px;
  position: relative;
  z-index: 2;
}
.text blockquote::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6px;
  height: calc(100% - 65px);
  background-color: #2C6765;
}
.text blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 41px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='41' fill='none' viewBox='0 0 44 41'%3E%3Cpath fill='%232c6765' d='M44 41H24.58V22.302q0-8.636 4.315-14.267Q33.285 2.403 41.619 0l2.307 7.059q-2.828.975-4.688 2.102-1.86 1.052-2.977 2.478-1.116 1.352-1.562 3.154-.447 1.803-.447 4.205H44zm-24.58 0H0V22.302q0-8.636 4.316-14.267Q8.706 2.403 17.04 0l2.307 7.059q-2.828.975-4.688 2.102-1.86 1.052-2.977 2.478-1.116 1.352-1.562 3.154-.447 1.803-.447 4.205h9.748z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.text img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.text .alignleft {
  float: left;
}
.text .alignright {
  float: right;
}
.text .aligncenter {
  margin: 0 auto;
}
.text iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.text sub {
  line-height: 1.4;
  font-size: 18px;
}
.text ul li {
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
.text ul li::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1D0351;
}
.text ul li ol {
  counter-reset: numUl;
}
.text ul li ol li {
  padding-right: 0;
}
.text ul li ol li::after {
  display: none;
}
.text ul li ol li::before {
  counter-increment: numUl;
  content: counters(numUl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.text ol {
  counter-reset: numOl;
}
.text ol li:has(> strong:first-child)::before {
  font-weight: 700;
}
.text ol li::before {
  counter-increment: numOl;
  content: counters(numOl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.text ol li ol {
  padding-right: 20px;
}
.text ol li ul {
  padding-right: 20px;
}
.text ol li ul li {
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
.text ol li ul li::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1D0351;
}
.text ol li ul li::before {
  display: none;
}
.text .table-block {
  overflow: auto;
}
.text table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #1D0351;
  border-collapse: collapse;
}
.text table tr,
.text table td,
.text table th {
  border: 1px solid #1D0351;
}
.text table td,
.text table th {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  padding: 15px;
}
.text.is-big-text {
  font-weight: 500;
  line-height: 1.3;
  font-size: 28px;
}
.text.is-big-text blockquote {
  font-size: inherit;
}
.text.is-small-text {
  line-height: 1.4;
  font-size: 18px;
}
.text.is-small-text ul li {
  padding-right: 15px;
}
.text.is-small-text ul li::after {
  top: 8px;
  width: 6px;
  height: 6px;
}
.text.is-small-text ol li ol {
  padding-right: 15px;
}
.text.is-small-text ol li ul {
  padding-right: 15px;
}
.text.is-small-text ol li ul li {
  padding-right: 15px;
}
.text.is-small-text ol li ul li::after {
  top: 8px;
  width: 6px;
  height: 6px;
}
.text.is-white {
  color: #fff;
}
.text.is-white h1,
.text.is-white h2,
.text.is-white h3,
.text.is-white h4,
.text.is-white h5,
.text.is-white h6 {
  color: #fff;
}
.text.is-white hr {
  border-color: #fff;
}
.text.is-white blockquote::after {
  background-color: #fff;
}
.text.is-white blockquote::before {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(263deg) brightness(104%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(263deg) brightness(104%) contrast(102%);
}
.text.is-white ul li::after {
  background-color: #fff;
}
.text.is-white ol li ul li::after {
  background-color: #fff;
}
.text.is-white table {
  border: 1px solid #fff;
}
.text.is-white table tr,
.text.is-white table td,
.text.is-white table th {
  border: 1px solid #fff;
}

@media only screen and (max-width: 1920px) {
  .text {
    font-size: 1.25vw;
  }
  .text *:not(img, ul, ol, li, blockquote, span, strong, iframe, a, br, th, td, tr, thead, tbody) {
    margin-bottom: 0.78125vw;
  }
  .text > ul,
  .text > ol,
  .text > img,
  .text > iframe,
  .text > table,
  .text > blockquote {
    margin-bottom: 0.78125vw;
  }
  .text h1 {
    font-size: 2.7083333333vw;
  }
  .text h2 {
    font-size: 2.0833333333vw;
  }
  .text h3 {
    font-size: 1.875vw;
  }
  .text h4,
  .text h5,
  .text h6 {
    font-size: 1.4583333333vw;
  }
  .text span[style*=background-color] {
    padding: 0.2083333333vw 0.8333333333vw;
    font-size: 1.4583333333vw;
  }
  .text blockquote {
    padding-top: 3.3854166667vw;
    padding-right: 2.5vw;
  }
  .text blockquote::after {
    width: 0.3125vw;
    height: calc(100% - 3.3854166667vw);
  }
  .text blockquote::before {
    width: 2.2916666667vw;
    height: 2.1354166667vw;
  }
  .text sub {
    font-size: 0.9375vw;
  }
  .text img {
    width: calc(var(--width) / 1920px * 100vw);
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .text ul li {
    padding-right: 1.0416666667vw;
  }
  .text ul li::after {
    top: 0.6770833333vw;
    width: 0.4166666667vw;
    height: 0.4166666667vw;
  }
  .text ol li ol {
    padding-right: 1.0416666667vw;
  }
  .text ol li ul {
    padding-right: 1.0416666667vw;
  }
  .text ol li ul li {
    padding-right: 1.0416666667vw;
  }
  .text ol li ul li::after {
    top: 0.6770833333vw;
    width: 0.4166666667vw;
    height: 0.4166666667vw;
  }
  .text table td,
  .text table th {
    padding: 0.78125vw;
  }
  .text.is-big-text {
    font-size: 1.4583333333vw;
  }
  .text.is-small-text {
    font-size: 0.9375vw;
  }
  .text.is-small-text ul li {
    padding-right: 0.78125vw;
  }
  .text.is-small-text ul li::after {
    top: 0.4166666667vw;
    width: 0.3125vw;
    height: 0.3125vw;
  }
  .text.is-small-text ol li ol {
    padding-right: 0.78125vw;
  }
  .text.is-small-text ol li ul {
    padding-right: 0.78125vw;
  }
  .text.is-small-text ol li ul li {
    padding-right: 0.78125vw;
  }
  .text.is-small-text ol li ul li::after {
    top: 0.4166666667vw;
    width: 0.3125vw;
    height: 0.3125vw;
  }
}
@media only screen and (max-width: 991px) {
  .text {
    line-height: 1.25;
    font-size: 4.2666666667vw;
  }
  .text *:not(img, ul, ol, li, blockquote, span, strong, iframe, a, br, th, td, tr, thead, tbody) {
    margin-bottom: 4vw;
  }
  .text > ul,
  .text > ol,
  .text > img,
  .text > iframe,
  .text > table,
  .text > blockquote {
    margin-bottom: 4vw;
  }
  .text h1 {
    font-size: 7.4666666667vw;
  }
  .text h2 {
    font-size: 6.4vw;
  }
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 5.3333333333vw;
  }
  .text span[style*=background-color] {
    padding: 1.0666666667vw 2.1333333333vw;
    line-height: 1.25;
    font-size: 4.2666666667vw;
  }
  .text img {
    width: auto;
  }
  .text blockquote {
    padding-top: 14.1333333333vw;
    padding-right: 6.4vw;
  }
  .text blockquote::after {
    width: 1.6vw;
    height: calc(100% - 14.1333333333vw);
  }
  .text blockquote::before {
    width: 11.7333333333vw;
    height: 10.9333333333vw;
  }
  .text .alignleft,
  .text .alignright,
  .text .aligncenter {
    float: none;
    margin: 0 auto;
  }
  .text sub {
    line-height: 1.25;
    font-size: 3.7333333333vw;
  }
  .text ul li {
    padding-right: 2.6666666667vw;
  }
  .text ul li::after {
    top: 1.8666666667vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
  .text ol li ol {
    padding-right: 2.6666666667vw;
  }
  .text ol li ul {
    padding-right: 2.6666666667vw;
  }
  .text ol li ul li {
    padding-right: 2.6666666667vw;
  }
  .text ol li ul li::after {
    top: 1.8666666667vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
  .text ol li ul li::before {
    display: none;
  }
  .text table td,
  .text table th {
    padding: 2.6666666667vw;
  }
  .text.is-big-text {
    line-height: 1.25;
    font-size: 4.2666666667vw;
  }
  .text.is-small-text {
    line-height: 1.25;
    font-size: 3.7333333333vw;
  }
  .text.is-small-text ul li {
    padding-right: 2.1333333333vw;
  }
  .text.is-small-text ul li::after {
    top: 1.6vw;
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
  .text.is-small-text ol li ol {
    padding-right: 2.1333333333vw;
  }
  .text.is-small-text ol li ul {
    padding-right: 2.1333333333vw;
  }
  .text.is-small-text ol li ul li {
    padding-right: 2.1333333333vw;
  }
  .text.is-small-text ol li ul li::after {
    top: 1.6vw;
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}
.default-button {
  font-family: "NarkissBlock", "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 24px;
  letter-spacing: -0.005em;
  color: #1D0351;
  border: 2px solid #fff;
  padding: 12px 30px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.default-button.is-border {
  background-color: transparent;
  color: #fff;
}
@media screen and (min-width: 991px) {
  .default-button:hover {
    background-color: #4666f5;
    color: #fff;
  }
  .default-button.is-border:hover {
    background-color: #fff;
    color: #1D0351;
  }
}

.default-arrow-button {
  font-family: "NarkissBlock", "Rubik", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.005em;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-bottom: 2px solid #fff;
}
.default-arrow-button.is-mini {
  font-size: 15px;
  border-width: 1px;
}
.default-arrow-button.is-mini::after {
  width: 8px;
  height: 8px;
}
.default-arrow-button::after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='none' viewBox='0 0 11 11'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.59 9.589.75.75m8.486 0H.75v8.485'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  will-change: transform;
}
@media only screen and (min-width: 991px) {
  .default-arrow-button:hover::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media only screen and (max-width: 1920px) {
  .default-button {
    font-size: 1.25vw;
    border: 0.1041666667vw solid #fff;
    padding: 0.625vw 1.5625vw;
    border-radius: 0.625vw;
  }
  .default-arrow-button {
    font-size: 1.0416666667vw;
    gap: 0.2083333333vw;
    border-bottom: 0.1041666667vw solid #fff;
  }
  .default-arrow-button.is-mini {
    font-size: 0.78125vw;
  }
  .default-arrow-button.is-mini::after {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
  }
  .default-arrow-button::after {
    width: 0.5729166667vw;
    height: 0.5729166667vw;
  }
}
@media only screen and (max-width: 991px) {
  .default-button {
    font-weight: 500;
    font-size: 4.2666666667vw;
    border: 0.5333333333vw solid #fff;
    padding: 3.2vw 8vw;
    border-radius: 3.2vw;
  }
  .default-arrow-button {
    font-weight: 500;
    font-size: 4.2666666667vw;
    gap: 1.0666666667vw;
    border-bottom: 0.1041666667vw solid #fff;
  }
  .default-arrow-button.is-mini {
    font-size: 3.2vw;
    border-width: 1px;
  }
  .default-arrow-button.is-mini::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
  .default-arrow-button::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(38, 42, 43, 0.8);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.modal.visible {
  opacity: 1;
  pointer-events: all;
}
.modal.visible .modal-dialog .modal-content {
  opacity: 1;
}
.modal.video-modal .modal-dialog .modal-content {
  background-color: #000;
}
.modal .modal-dialog {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal .modal-dialog.content {
  display: block;
}
.modal .modal-dialog.content .modal-content {
  margin: 0 auto;
}
.modal .modal-dialog .modal-content {
  width: 100%;
  max-width: 1204px;
  min-height: 676px;
  background-color: #fff;
  position: relative;
  border-radius: 12px;
  z-index: 2;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0;
}
.modal .modal-dialog .modal-content .modal-close {
  width: 22px;
  height: 22px;
  position: absolute;
  z-index: 3;
  left: calc(100% + 12px);
  bottom: calc(100% - 5px);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal .modal-dialog .modal-content .modal-close::before, .modal .modal-dialog .modal-content .modal-close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
}
.modal .modal-dialog .modal-content .modal-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .modal-dialog .modal-content .modal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal .modal-dialog .modal-video {
  width: 100%;
  height: 676px;
  border-radius: 12px;
  overflow: hidden;
}
.modal .modal-dialog .modal-video #modal-video-iframe {
  width: 100%;
  height: 100%;
}
.modal .modal-dialog .modal-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.modal .modal-dialog .modal-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .modal .modal-dialog .modal-content .modal-close {
    left: auto;
    right: 0;
    bottom: calc(100% + 5px);
  }
}
@media screen and (max-width: 991px) {
  .modal .modal-dialog .modal-content {
    min-height: 250px;
  }
  .modal .modal-dialog .modal-video {
    height: 50.4541vw;
    min-height: 250px;
  }
}
.notification {
  position: fixed;
  z-index: 20;
  right: 30px;
  bottom: 30px;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFE4C7;
  width: 100%;
  max-width: 450px;
  padding: 20px 20px 16px;
  border-radius: 10px 10px 0 0;
  border-bottom: 4px solid #F7A41D;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.notification.show {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.notification .notification-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.notification .notification-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.notification .notification-text {
  margin: 0 15px;
  font-weight: 700;
  color: #2C3E31;
  font-size: 14px;
  text-align: center;
}
.notification .notification-button {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.notification .notification-button svg {
  width: 20px;
  height: 20px;
  display: block;
}

@media screen and (max-width: 991px) {
  .notification {
    right: 50%;
    bottom: 10px;
    max-width: 280px;
    padding: 10px 15px 8px;
    border-bottom: 2px solid #F7A41D;
    -webkit-transform: translateX(50%) translateY(100%);
            transform: translateX(50%) translateY(100%);
  }
  .notification.show {
    -webkit-transform: translateX(50%) translateY(0);
            transform: translateX(50%) translateY(0);
  }
  .notification .notification-icon {
    width: 15px;
    height: 15px;
  }
  .notification .notification-icon svg {
    width: 15px;
    height: 15px;
  }
  .notification .notification-text {
    width: 100%;
    max-width: 200px;
    margin: 0 5px;
    font-size: 12px;
  }
  .notification .notification-button {
    width: 15px;
    height: 15px;
  }
  .notification .notification-button svg {
    width: 15px;
    height: 15px;
  }
}
html:has(#wpadminbar) {
  margin-top: var(--wp-admin--admin-bar--height) !important;
}
html:has(#wpadminbar) .header__inner {
  top: var(--wp-admin--admin-bar--height);
}

html {
  scroll-padding-top: calc(4.5rem + 50px);
}

@media only screen and (max-width: 1920px) {
  html {
    scroll-padding-top: calc(4.5rem + 2.6041666667vw);
  }
}
.footer {
  background-color: #1D0351;
}
.footer .footer__inner {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 15px 20px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.footer .footer__logo {
  width: 101px;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer .footer__logo a,
.footer .footer__logo img {
  width: 100%;
  height: 100%;
}
.footer .footer__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer__link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.footer .footer__credits-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer .footer__credits-item {
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: -0.005em;
  color: #FFFFFF;
}
.footer .footer__credits-item:not(:last-child) {
  position: relative;
  z-index: 2;
  padding-left: 12px;
}
.footer .footer__credits-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.footer .footer__credits-button {
  display: none;
}

@media only screen and (max-width: 1920px) {
  .footer .footer__inner {
    max-width: 89.5833333333vw;
    padding: 0.78125vw 1.0416666667vw;
    gap: 1.0416666667vw;
    min-height: 4.1666666667vw;
  }
  .footer .footer__logo {
    width: 5.2604166667vw;
  }
  .footer .footer__link {
    gap: 1.0416666667vw;
  }
  .footer .footer__credits-wrapper {
    gap: 0.625vw;
  }
  .footer .footer__credits-item {
    font-size: 0.7291666667vw;
  }
  .footer .footer__credits-item:not(:last-child) {
    padding-left: 0.625vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer {
    height: 16vw;
  }
  .footer .footer__inner {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 15;
    max-width: 100%;
    height: 16vw;
    padding: 2.6666666667vw 5.3333333333vw;
    background-color: #1D0351;
    border-top: 1px solid rgba(234, 234, 234, 0.3019607843);
    gap: 1.0666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer .footer__logo {
    width: 22.1333333333vw;
  }
  .footer .footer__link {
    display: none;
  }
  .footer .footer__credits-wrapper {
    gap: 2.1333333333vw;
  }
  .footer .footer__credits-item {
    font-size: 2.6666666667vw;
    letter-spacing: normal;
  }
  .footer .footer__credits-item:not(:last-child) {
    padding-left: 2.1333333333vw;
  }
  .footer .footer__credits-item:not(:last-child)::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2.1333333333vw;
  }
  .footer .footer__credits-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: 3.2vw;
    left: 5.3333333333vw;
  }
}
.site-content {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
.site-content .site-content__item {
  height: 100%;
  min-height: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.site-content .site-content__item.is-current:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1356px;
          flex: 0 0 1356px;
  width: 1356px;
}
.site-content .site-content__item.is-current {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1262px;
          flex: 0 0 1262px;
  width: 1262px;
}
.site-content .site-content__item.is-current .site-content__item-navigation-button {
  display: none;
}
.site-content .site-content__item.is-current .site-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}
.site-content .site-content__item .site-content__item-navigation-button {
  height: 100%;
  width: 100%;
  background-color: var(--color-navigation);
}
.site-content .site-content__item .site-content__item-navigation-button .site-content__item-navigation-button-text {
  display: block;
  padding: 30px 26px;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.05;
  text-align: center;
  letter-spacing: -0.005em;
  color: #FFFFFF;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.site-content .site-content__item .site-content__wrapper {
  display: none;
}
.site-content .site-content__wrapper {
  width: 100%;
  height: 100%;
  min-height: 0;
  background-color: var(--item-background-color);
}
.site-content .site-content__header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
.site-content .site-content__header.is-light .site-content__button-prev a,
.site-content .site-content__header.is-light .site-content__button-next a {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.site-content .site-content__header.is-light .site-content__button-prev a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M.75 6.75h12.5m-6 6 6-6-6-6'/%3E%3C/svg%3E");
}
.site-content .site-content__header.is-light .site-content__button-next a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.25 6.75H.75m6-6-6 6 6 6'/%3E%3C/svg%3E");
}
.site-content .site-content__header .site-content__logo {
  width: 161px;
  height: auto;
}
.site-content .site-content__header .site-content__logo a,
.site-content .site-content__header .site-content__logo img {
  width: 100%;
  height: 100%;
}
.site-content .site-content__header .site-content__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.site-content .site-content__header .site-content__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.site-content .site-content__header .site-content__button-prev a,
.site-content .site-content__header .site-content__button-next a {
  font-family: "NarkissBlock", "Rubik", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 20px;
  letter-spacing: -0.005em;
  color: #1D0351;
  border-bottom: 2px solid #1D0351;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.site-content .site-content__header .site-content__button-prev a .is-desktop,
.site-content .site-content__header .site-content__button-next a .is-desktop {
  display: block;
}
.site-content .site-content__header .site-content__button-prev a .is-mobile,
.site-content .site-content__header .site-content__button-next a .is-mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .site-content .site-content__header .site-content__button-prev a .is-desktop,
  .site-content .site-content__header .site-content__button-next a .is-desktop {
    display: none;
  }
  .site-content .site-content__header .site-content__button-prev a .is-mobile,
  .site-content .site-content__header .site-content__button-next a .is-mobile {
    display: block;
  }
}
.site-content .site-content__header .site-content__button-prev a::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath stroke='%231d0351' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M.75 6.75h12.5m-6 6 6-6-6-6'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.site-content .site-content__header .site-content__button-next a::after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath stroke='%231d0351' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.25 6.75H.75m6-6-6 6 6 6'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.site-content .site-content__block {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.site-content .site-content__block[data-simplebar] {
  height: 100%;
  overflow: visible;
}
.site-content .site-content__block[data-simplebar] .simplebar-wrapper {
  height: 100%;
  max-height: 100%;
}
.site-content .site-content__block[data-simplebar] .simplebar-track.simplebar-vertical {
  visibility: visible !important;
  top: 0;
  bottom: 0;
  width: 10px;
  background: transparent;
}
.site-content .site-content__block[data-simplebar] .simplebar-scrollbar::before {
  background: #AAAAAA;
  border-radius: 5px;
  opacity: 1;
}

@media only screen and (max-width: 1920px) {
  .site-content .site-content__item.is-current:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.625vw;
            flex: 0 0 70.625vw;
    width: 70.625vw;
  }
  .site-content .site-content__item.is-current {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65.7291666667vw;
            flex: 0 0 65.7291666667vw;
    width: 65.7291666667vw;
  }
  .site-content .site-content__item .site-content__item-navigation-button .site-content__item-navigation-button-text {
    padding: 1.5625vw 1.3541666667vw;
    font-size: 2.0833333333vw;
  }
  .site-content .site-content__header {
    padding: 1.5625vw 0;
  }
  .site-content .site-content__header.is-light .site-content__button-prev a,
  .site-content .site-content__header.is-light .site-content__button-next a {
    border-bottom: 0.1041666667vw solid #fff;
  }
  .site-content .site-content__header .site-content__logo {
    width: 8.3854166667vw;
  }
  .site-content .site-content__header .site-content__buttons {
    gap: 1.25vw;
  }
  .site-content .site-content__header .site-content__button-prev a,
  .site-content .site-content__header .site-content__button-next a {
    font-size: 1.0416666667vw;
    border-bottom: 0.1041666667vw solid #1D0351;
    gap: 0.2083333333vw;
  }
  .site-content .site-content__header .site-content__button-prev a::before {
    width: 0.7291666667vw;
    height: 0.7291666667vw;
  }
  .site-content .site-content__header .site-content__button-next a::after {
    width: 0.7291666667vw;
    height: 0.7291666667vw;
  }
  .site-content .site-content__block[data-simplebar] .simplebar-track.simplebar-vertical {
    width: 0.5208333333vw;
  }
  .site-content .site-content__block[data-simplebar] .simplebar-scrollbar::before {
    border-radius: 0.2604166667vw;
  }
}
@media only screen and (max-width: 991px) {
  .site-content {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-content .site-content__item {
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .site-content .site-content__item:has(~ .is-current:not(:last-child)) {
    display: none;
  }
  .site-content .site-content__item.is-current:first-child {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .site-content .site-content__item.is-current {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .site-content .site-content__item.is-current .site-content__wrapper {
    display: block;
    height: auto;
  }
  .site-content .site-content__item .site-content__item-navigation-button {
    height: auto;
  }
  .site-content .site-content__item .site-content__item-navigation-button .site-content__item-navigation-button-text {
    padding: 6.9333333333vw 8vw;
    font-weight: 400;
    font-size: 5.3333333333vw;
    line-height: 0.9;
    text-align: right;
    white-space: normal;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .site-content .site-content__header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    padding: 4.8vw 5.3333333333vw;
    background: var(--item-background-color, #F3F6FF);
  }
  .site-content .site-content__header .site-content__logo {
    width: 29.3333333333vw;
  }
  .site-content .site-content__header .site-content__buttons {
    gap: 3.2vw;
  }
  .site-content .site-content__header .site-content__button-prev a,
  .site-content .site-content__header .site-content__button-next a {
    font-size: 4.2666666667vw;
    border-bottom: 0.2666666667vw solid #1D0351;
    gap: 1.0666666667vw;
  }
  .site-content .site-content__header .site-content__button-prev a::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
  .site-content .site-content__header .site-content__button-next a::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
  .site-content .site-content__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.is-first-promo .site-content__header {
  padding-left: 120px;
  padding-right: 120px;
}
.is-first-promo .promo {
  margin-top: 48px;
}

.promo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.promo .site-content__header {
  padding: 30px 120px;
}
.promo .promo__wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0 120px 48px 0;
  min-height: calc(100vh - 207px);
}
.promo .promo__content {
  width: 582px;
}
.promo .promo__content-title {
  font-weight: 400;
  line-height: 0.74;
  font-size: 90px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.promo .promo__content-subtitle {
  font-weight: 400;
  line-height: 0.9;
  font-size: 40px;
  text-align: right;
  letter-spacing: -0.005em;
  color: #FFFFFF;
  margin-bottom: 48px;
}
.promo .promo__content-text {
  font-weight: 400;
  line-height: 1.4;
  font-size: 18px;
  letter-spacing: -0.005em;
  color: #FFFFFF;
}
.promo .promo__content-text *:not(img, ul, ol, li, blockquote, span, strong, iframe, a, br, th, td, tr, thead, tbody) {
  margin-bottom: 15px;
}
.promo .promo__content-text *:last-child {
  margin-bottom: 0;
}
.promo .promo__content-buttons {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.promo .promo__content-button-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 24px;
}
.promo .promo__image {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 530px;
  height: 712px;
  display: block;
}
.promo .promo__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

@media only screen and (max-width: 1920px) {
  .is-first-promo .site-content__header {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
  .is-first-promo .promo {
    margin-top: 2.5vw;
  }
  .promo .site-content__header {
    padding: 1.5625vw 6.25vw;
  }
  .promo .promo__wrapper {
    padding: 0 6.25vw 2.5vw 0;
    min-height: calc(100vh - 10.78125vw);
  }
  .promo .promo__content {
    width: 30.3125vw;
  }
  .promo .promo__content-title {
    font-size: 4.6875vw;
    margin-bottom: 1.25vw;
  }
  .promo .promo__content-subtitle {
    font-size: 2.0833333333vw;
    margin-bottom: 2.5vw;
  }
  .promo .promo__content-text {
    font-size: 0.9375vw;
  }
  .promo .promo__content-text *:not(img, ul, ol, li, blockquote, span, strong, iframe, a, br, th, td, tr, thead, tbody) {
    margin-bottom: 0.78125vw;
  }
  .promo .promo__content-buttons {
    margin-top: 2.5vw;
    gap: 0.625vw;
  }
  .promo .promo__content-button-arrow {
    margin-top: 1.25vw;
  }
  .promo .promo__image {
    width: 27.6041666667vw;
    height: 37.0833333333vw;
  }
}
@media only screen and (max-width: 991px) {
  .is-first-promo .site-content__header {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .is-first-promo .site-content__header .site-content__logo {
    margin: 0 auto;
  }
  .is-first-promo .promo {
    margin-top: 20.2666666667vw;
  }
  .promo .promo__wrapper {
    padding: 0 5.3333333333vw 0;
    min-height: 0;
  }
  .promo .promo__content {
    width: 100%;
    text-align: center;
  }
  .promo .promo__content br {
    display: none;
  }
  .promo .promo__content-title {
    font-size: 12.8vw;
    line-height: 8.96vw;
    letter-spacing: -0.128vw;
    margin-bottom: 2.1333333333vw;
  }
  .promo .promo__content-subtitle {
    font-size: 5.3333333333vw;
    line-height: 4.8vw;
    text-align: center;
    margin-bottom: 6.4vw;
  }
  .promo .promo__content-text {
    font-size: 3.7333333333vw;
  }
  .promo .promo__content-text *:not(img, ul, ol, li, blockquote, span, strong, iframe, a, br, th, td, tr, thead, tbody) {
    margin-bottom: 3.2vw;
  }
  .promo .promo__content-buttons {
    margin-top: 6.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.2vw;
  }
  .promo .promo__content-buttons .default-button {
    width: 100%;
    font-size: 4.2666666667vw;
    border-width: 0.5333333333vw;
    padding: 3.2vw 6.4vw;
    border-radius: 3.2vw;
  }
  .promo .promo__content-button-arrow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3.2vw;
  }
  .promo .promo__content-button-arrow .default-arrow-button {
    font-size: 4.2666666667vw;
    gap: 1.0666666667vw;
    border-bottom-width: 0.5333333333vw;
  }
  .promo .promo__content-button-arrow .default-arrow-button::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
  .promo .promo__image {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% + 10.6666666667vw);
    height: auto;
    margin: 6.4vw -5.3333333333vw 0;
  }
  .promo .promo__image img {
    -o-object-position: unset;
       object-position: unset;
  }
}
.is-first-text_block .site-content__header {
  padding-left: 298px;
  padding-right: 298px;
}
.is-first-text_block .text-block {
  margin-top: 48px;
}

.text-block {
  background-color: var(--bg-color-block, transparent);
}
.text-block.is-bg {
  padding: 48px 0;
}
.text-block.is-bg .text-block__wrapper {
  margin: 0;
}
.text-block.is-text-block-background .text-block__wrapper {
  background-color: var(--text-block-background, transparent);
}
.text-block.is-radius .text-block__wrapper {
  border-radius: 30px;
  padding: 48px;
}
.text-block .text-block__inner {
  padding: 0 298px;
}
.text-block .text-block__title {
  font-weight: 400;
  line-height: 1;
  font-size: 52px;
  letter-spacing: -0.005em;
  color: #1D0351;
}
.text-block .text-block__wrapper {
  margin: 48px 0;
}
.text-block .text-block__wrapper .text {
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
  will-change: height;
  overflow: hidden;
}
.text-block.is-line .text {
  padding-right: 24px;
  position: relative;
  z-index: 2;
}
.text-block.is-line .text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background-color: var(--line-color);
}
.text-block .text-block__hidden {
  display: none;
}
.text-block .text-block__hidden .text {
  margin-top: 15px;
}
.text-block .text-block__button-open-text {
  margin-top: 12px;
  font-family: "NarkissBlock", "Rubik", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 20px;
  letter-spacing: -0.005em;
  color: #1D0351;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #1D0351;
}
.text-block .text-block__button-open-text.is-open::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.text-block .text-block__button-open-text::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 9px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' fill='none' viewBox='0 0 9 5'%3E%3Cpath stroke='%231d0351' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m.75.75 3.5 3 3.5-3'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  will-change: transform;
}

@media only screen and (max-width: 1920px) {
  .is-first-text_block .site-content__header {
    padding-left: 15.5208333333vw;
    padding-right: 15.5208333333vw;
  }
  .is-first-text_block .text-block {
    margin-top: 2.5vw;
  }
  .text-block.is-bg {
    padding: 2.5vw 0;
  }
  .text-block.is-radius .text-block__wrapper {
    border-radius: 1.5625vw;
    padding: 2.5vw;
  }
  .text-block .text-block__inner {
    padding: 0 15.5208333333vw;
  }
  .text-block .text-block__title {
    font-size: 2.7083333333vw;
  }
  .text-block .text-block__wrapper {
    margin: 2.5vw 0;
  }
  .text-block.is-line .text {
    padding-right: 1.25vw;
  }
  .text-block.is-line .text::after {
    width: 0.3125vw;
  }
  .text-block .text-block__hidden .text {
    margin-top: 0.78125vw;
  }
  .text-block .text-block__button-open-text {
    margin-top: 0.625vw;
    font-size: 1.0416666667vw;
    gap: 0.2604166667vw;
    padding-bottom: 0.2604166667vw;
    border-bottom: 0.1041666667vw solid #1D0351;
  }
  .text-block .text-block__button-open-text::after {
    width: 0.46875vw;
    height: 0.2604166667vw;
  }
}
@media only screen and (max-width: 991px) {
  .is-first-text_block .site-content__header {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .is-first-text_block .text-block {
    margin-top: 23.4666666667vw;
  }
  .text-block.is-bg {
    padding: 12.8vw 0;
  }
  .text-block.is-radius .text-block__wrapper {
    border-radius: 8vw;
    padding: 6.4vw 5.3333333333vw;
  }
  .text-block .text-block__inner {
    padding: 0 5.3333333333vw;
  }
  .text-block .text-block__title {
    line-height: 0.9;
    font-size: 7.4666666667vw;
  }
  .text-block .text-block__wrapper {
    margin: 6.4vw 0;
  }
  .text-block.is-line .text {
    padding-right: 6.4vw;
  }
  .text-block.is-line .text::after {
    width: 1.6vw;
  }
  .text-block .text-block__hidden .text {
    margin-top: 4vw;
  }
  .text-block .text-block__button-open-text {
    margin-top: 6.4vw;
    font-size: 4.2666666667vw;
    gap: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 1px solid #1D0351;
  }
  .text-block .text-block__button-open-text::after {
    width: 2.4vw;
    height: 1.3333333333vw;
  }
}
.is-first-hero_block .site-content__header {
  padding-left: 296px;
  padding-right: 296px;
}

.hero {
  overflow: hidden;
}
.hero.is-image-full-width .hero__wrapper {
  display: block;
  padding: 0;
}
.hero.is-image-full-width .hero__top {
  width: 100%;
  padding: 48px 296px 23px 296px;
}
.hero.is-image-full-width .hero__image {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.hero.is-image-full-width .hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero .hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  padding: 48px 296px 0 70px;
}
.hero .hero__top {
  width: auto;
}
.hero .hero__caption {
  font-weight: 500;
  line-height: 1.3;
  font-size: 28px;
  letter-spacing: -0.005em;
  color: #1D0351;
  margin-bottom: 12px;
}
.hero .hero__title {
  font-weight: 400;
  line-height: 1;
  font-size: 52px;
  letter-spacing: -0.005em;
  color: #1D0351;
}
.hero .hero__subtitle {
  font-weight: 500;
  line-height: 1.3;
  font-size: 28px;
  letter-spacing: -0.005em;
  color: #1D0351;
  margin-top: 8px;
}
.hero .hero__image {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.hero .hero__image img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 1920px) {
  .is-first-hero_block .site-content__header {
    padding-left: 15.4166666667vw;
    padding-right: 15.4166666667vw;
  }
  .hero.is-image-full-width .hero__top {
    padding: 2.5vw 15.4166666667vw 1.1979166667vw 15.4166666667vw;
  }
  .hero.is-image-full-width .hero__image {
    width: 100%;
  }
  .hero.is-image-full-width .hero__image img {
    width: 100%;
  }
  .hero .hero__wrapper {
    gap: 2.6041666667vw;
    padding: 2.5vw 15.4166666667vw 0 3.6458333333vw;
  }
  .hero .hero__caption {
    font-size: 1.4583333333vw;
    margin-bottom: 0.625vw;
  }
  .hero .hero__title {
    font-size: 2.7083333333vw;
  }
  .hero .hero__subtitle {
    font-size: 1.4583333333vw;
    margin-top: 0.4166666667vw;
  }
  .hero .hero__image img {
    width: calc(var(--width) / 1920px * 100vw);
  }
}
@media only screen and (max-width: 991px) {
  .is-first-hero_block .site-content__header {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .is-first-hero_block .hero {
    margin-top: 17.0666666667vw;
  }
  .hero.is-image-full-width .hero__top {
    width: 100%;
    padding: 6.4vw 5.3333333333vw;
  }
  .hero.is-image-full-width .hero__image {
    width: 100%;
    max-width: 100%;
  }
  .hero.is-image-full-width .hero__image img {
    width: 100%;
  }
  .hero .hero__wrapper {
    display: block;
    padding: 6.4vw 0 0;
  }
  .hero .hero__top {
    width: 62.1333333333vw;
    padding: 0 5.3333333333vw;
  }
  .hero .hero__caption {
    line-height: 1.25;
    font-size: 4.2666666667vw;
    margin-bottom: 1.0666666667vw;
  }
  .hero .hero__title {
    line-height: 0.9;
    font-size: 7.4666666667vw;
  }
  .hero .hero__subtitle {
    line-height: 1.25;
    font-size: 4.2666666667vw;
    margin-top: 2.1333333333vw;
  }
  .hero .hero__image {
    max-width: 80vw;
    margin-right: auto;
  }
  .hero .hero__image img {
    width: 100%;
  }
}
.is-first-info_block .site-content__header {
  padding-left: 298px;
  padding-right: 298px;
}
.is-first-info_block .info-block {
  margin-top: 48px;
}

.info-block .info-block__inner {
  padding: 0 298px;
}
.info-block .info-block__dec-image {
  position: absolute;
  z-index: -1;
  top: 280px;
  left: -30px;
  width: 280px;
  height: 742px;
}
.info-block .info-block__dec-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.info-block .info-block__content-title {
  font-weight: 400;
  line-height: 1;
  font-size: 52px;
  letter-spacing: -0.005em;
  color: #1D0351;
  margin-bottom: 48px;
}
.info-block .info-block__content-text {
  margin-bottom: 48px;
  padding-right: 24px;
  position: relative;
  z-index: 2;
}
.info-block .info-block__content-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background-color: #EFBB40;
}
.info-block .info-block__content-text .text.is-small-text {
  margin-top: 24px;
}
.info-block .info-block__quote {
  margin-bottom: 48px;
}
.info-block .info-block__quote-image {
  display: none;
}

@media only screen and (max-width: 1920px) {
  .is-first-info_block .site-content__header {
    padding-left: 15.5208333333vw;
    padding-right: 15.5208333333vw;
  }
  .is-first-info_block .info-block {
    margin-top: 2.5vw;
  }
  .info-block .info-block__inner {
    padding: 0 15.5208333333vw;
  }
  .info-block .info-block__dec-image {
    top: 14.5833333333vw;
    left: -1.5625vw;
    width: 14.5833333333vw;
    height: 38.6458333333vw;
  }
  .info-block .info-block__content-title {
    font-size: 2.7083333333vw;
    margin-bottom: 2.5vw;
  }
  .info-block .info-block__content-text {
    margin-bottom: 2.5vw;
    padding-right: 1.25vw;
  }
  .info-block .info-block__content-text::after {
    width: 0.3125vw;
  }
  .info-block .info-block__content-text .text.is-small-text {
    margin-top: 1.25vw;
  }
  .info-block .info-block__quote {
    margin-bottom: 2.5vw;
  }
}
@media only screen and (max-width: 991px) {
  .is-first-info_block .site-content__header {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .is-first-info_block .info-block {
    margin-top: 23.4666666667vw;
  }
  .info-block .info-block__inner {
    padding: 0 5.3333333333vw;
  }
  .info-block .info-block__dec-image {
    display: none;
  }
  .info-block .info-block__content-title {
    line-height: 0.9;
    font-size: 7.4666666667vw;
    margin-bottom: 6.4vw;
  }
  .info-block .info-block__content-text {
    margin-bottom: 6.4vw;
    padding-right: 6.4vw;
  }
  .info-block .info-block__content-text::after {
    width: 1.6vw;
  }
  .info-block .info-block__content-text .text:not(.is-small-text) {
    height: 26.6666666667vw;
    overflow: hidden;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  .info-block .info-block__content-text .text.is-small-text {
    margin-top: 6.4vw;
  }
  .info-block .info-block__button-open-text {
    margin-top: 6.4vw;
    font-weight: 500;
    line-height: 1.5;
    font-size: 4.2666666667vw;
    letter-spacing: -0.005em;
    color: #1D0351;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 1px solid #1D0351;
  }
  .info-block .info-block__button-open-text.is-open::after {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .info-block .info-block__button-open-text::after {
    content: "";
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 2.4vw;
    height: 1.3333333333vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' fill='none' viewBox='0 0 9 5'%3E%3Cpath stroke='%231d0351' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m.75.75 3.5 3 3.5-3'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    will-change: transform;
  }
  .info-block .info-block__quote {
    margin-bottom: 6.4vw;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 8vw;
    background-color: #E5EAFF;
  }
  .info-block .info-block__quote-text {
    padding: 6.4vw 6.4vw 57.3333333333vw;
  }
  .info-block .info-block__quote-image {
    display: block;
    position: absolute;
    width: 52.2666666667vw;
    height: 55.2vw;
    left: -1px;
    bottom: -1px;
    z-index: 2;
  }
  .info-block .info-block__quote-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.is-first-star_block .site-content__header {
  padding-left: 257px;
  padding-right: 257px;
}
.is-first-star_block .star-block {
  margin-top: 48px;
}

.star-block {
  background-color: var(--bg-color-block, transparent);
}
.star-block .star-block__inner {
  padding: 48px 257px;
}
.star-block .star-block__content {
  border-top: 1px solid #1D0351;
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  font-family: "NarkissBlock", "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 18px;
  letter-spacing: -0.005em;
  color: #1D0351;
  text-align: justify;
}
.star-block .star-block__content.is-white {
  border-top: 1px solid #fff;
  color: #fff;
}
.star-block .star-block__content::before {
  content: "*";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  color: inherit;
}

@media only screen and (max-width: 1920px) {
  .is-first-star_block .site-content__header {
    padding-left: 13.3854166667vw;
    padding-right: 13.3854166667vw;
  }
  .is-first-star_block .star-block {
    margin-top: 2.5vw;
  }
  .star-block .star-block__inner {
    padding: 2.5vw 13.3854166667vw;
  }
  .star-block .star-block__content {
    padding-top: 0.8333333333vw;
    gap: 0.2604166667vw;
    font-size: 0.9375vw;
  }
}
@media only screen and (max-width: 991px) {
  .is-first-star_block .site-content__header {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .is-first-star_block .star-block {
    margin-top: 6.4vw;
  }
  .star-block .star-block__inner {
    padding: 6.4vw 5.3333333333vw;
  }
  .star-block .star-block__content {
    padding-top: 2.1333333333vw;
    gap: 3.2vw;
    line-height: 1.25;
    font-size: 4.2666666667vw;
  }
}
.section-content {
  background-color: #F3F6FF;
}
.section-content .section-content__inner {
  width: 100%;
  max-width: 1300px;
  padding: 50px 20px;
  margin: 0 auto;
}
.section-content .section-content__title {
  font-weight: 500;
  font-size: 52px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.005em;
  color: #1D0351;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1920px) {
  .section-content .section-content__inner {
    max-width: 67.7083333333vw;
    padding: 2.6041666667vw 1.0416666667vw;
  }
  .section-content .section-content__title {
    font-size: 2.7083333333vw;
    margin-bottom: 2.5vw;
  }
}
@media only screen and (max-width: 991px) {
  .section-content .section-content__inner {
    max-width: 100%;
    padding: 13.3333333333vw 5.3333333333vw;
  }
  .section-content .section-content__title {
    font-size: 7.4666666667vw;
    margin-bottom: 6.4vw;
  }
}