/* ------------------------------------- 
 * Font face 
 * ------------------------------------- */
@font-face {
  font-family: "RF Dewi";
  src: url("../fonts/RFDewi-Regular.woff2") format("woff2"), url("../fonts/RFDewi-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RF Dewi Extended";
  src: url("../fonts/RFDewiExtended-Bold.woff2") format("woff2"), url("../fonts/RFDewiExtended-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RF Dewi Extended";
  src: url("../fonts/RFDewiExtended-Semibold.woff2") format("woff2"), url("../fonts/RFDewiExtended-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RF Dewi Extended";
  src: url("../fonts/RFDewiExtended-Ultrabold.woff2") format("woff2"), url("../fonts/RFDewiExtended-Ultrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------- 
 * Libs 
 * ------------------------------------- */
/* ----- swiper slider ----- */
/**
 * Swiper 6.3.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 20, 2020
 */
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

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

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

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

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

/* Auto Height */
.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

.swiper-button-prev:after, .swiper-button-next:after {
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
  --swiper-navigation-color:#000000;
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

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

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

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

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

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

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

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

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

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

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

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -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;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ----- fancybox ----- */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
}
.fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled] {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
      -ms-transform: rotate(-1turn);
          transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
      -ms-transform: rotate(1turn);
          transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* ------------------------------------- 
 * Reset 
 * ------------------------------------- */
article, aside, dialog, figcaption, figure, footer, header, main, nav, section, details, menu {
  display: block;
}

@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  margin: 0;
  position: relative;
  font: 16px/1.5 "RF Dewi", sans-serif, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  letter-spacing: -0.02em;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .title {
  font-family: "RF Dewi Extended", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, address, ol, ul {
  margin: 0;
}

address {
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding: 0;
  list-style: none;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
a:hover {
  color: inherit;
}
a:focus {
  outline: none;
}
a:hover, a:focus {
  text-decoration: none;
}
a:active, a:hover {
  outline-width: 0;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  font-size: 10px;
  text-transform: uppercase;
  color: #EC008B;
  vertical-align: middle;
  border-style: none;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}

svg:not(:root) {
  overflow: hidden;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

a, area, button, [role=button], input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
button:focus {
  outline: none;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

input[type=radio], input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type=radio]:disabled, input[type=checkbox]:disabled {
  cursor: not-allowed;
}
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}
input[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

label {
  display: block;
  margin: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

[role=button] {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.swiper-slide * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.swiper-pagination-bullet {
  outline: none;
}

.fancybox-bg {
  background-color: #000;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.6;
}
.fancybox-slide--video .fancybox-content {
  background: none !important;
}
.fancybox-iframe {
  max-width: 1240px;
  max-height: 700px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fancybox-button--close {
  background-color: #fff;
}
.fancybox-button--close svg {
  display: none;
}
.fancybox-button--close::after {
  content: "";
  display: block;
  font-size: 17px;
  width: 1em;
  height: 1em;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  margin: -0.5em 0 0 -0.5em;
  background: url("../img/icons/close.svg") no-repeat 50% 50%/contain;
  will-change: transform;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  .fancybox-button--close:hover::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .fancybox-slide {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.fancybox-slide--html .fancybox-close-small {
  font-size: 24px;
  width: 1em;
  height: 1em;
  padding: 0;
  top: 12px;
  right: 12px;
}
.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}
.fancybox-slide--html .fancybox-close-small::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: url("../img/icons/close.svg") no-repeat 50% 50%/contain;
}
.fancybox-infobar {
  display: none !important;
}
.fancybox-toolbar .fancybox-button--zoom,
.fancybox-toolbar .fancybox-button--play,
.fancybox-toolbar .fancybox-button--thumbs {
  display: none !important;
}
.fancybox-navigation .fancybox-button {
  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;
  padding: 0;
  font-size: 10px;
  width: 4.8em;
  height: 4.8em;
  top: calc(50% - 2.4em);
  outline: none;
  cursor: pointer;
  border: none;
  background-color: #E8E8E8;
}
.fancybox-navigation .fancybox-button::before {
  content: "";
  display: block;
  width: 1.3em;
  height: 2.2em;
  position: absolute;
  background: url("../img/icons/arrow.svg") no-repeat 50% 50%/contain;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.fancybox-navigation .fancybox-button div {
  display: none;
}
@media screen and (min-width: 1200px) {
  .fancybox-navigation .fancybox-button {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .fancybox-navigation .fancybox-button:hover {
    background-color: #EC008B;
  }
}
.fancybox-navigation .fancybox-button--arrow_left::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fancybox .fancybox-image {
  max-width: 1240px;
  max-height: 700px;
}

/* ------------------------------------- 
 * Common styles 
 * ------------------------------------- */
.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.main-wrapper .page {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-wrapper {
    display: block;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1390px;
  }
}
.flex, .flex-center, .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 1400px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 1199px) {
  .row-xl > .col {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .row-lg > .col {
    width: 100%;
  }
}

.col {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1400px) {
  .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.33333%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-4 {
  width: 25%;
}

.img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.img--cover, .img--contain {
  width: 100%;
  height: 100%;
}
.img--cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.img--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.accent {
  color: #EC008B;
}

@media screen and (max-width: 1199px) {
  .hide-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .show-xl {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-md {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .show-md {
    display: none !important;
  }
}

/* ---------- Titles & text ---------- */
h1, .title-1 {
  font-size: 80px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  h1, .title-1 {
    font-size: 51px;
  }
}

h2, .title-2 {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  h2-md, .title-2-md {
    font-size: 26px;
    line-height: 1.05;
  }
}

h3, .title-3 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  h3, .title-3 {
    font-size: 26px;
  }
}

h4, h5, .title-4 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

/* ----- buttons ----- */
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  padding: 14px 25px;
  font-size: 17px;
  font-family: "RF Dewi Extended", sans-serif;
  font-weight: 700;
  line-height: 1;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.button::after {
  content: "";
  display: block;
  font-size: 10px;
  width: 2.2em;
  min-width: 2.2em;
  height: 1.4em;
  margin-left: 1em;
  background: url("../img/icons/arrow.svg") no-repeat 50% 50%/contain;
}
.button-accent-bg {
  background: -webkit-gradient(linear, left top, right top, color-stop(-3.36%, #ED1C26), color-stop(95.97%, #EC008B));
  background: -o-linear-gradient(left, #ED1C26 -3.36%, #EC008B 95.97%);
  background: linear-gradient(90deg, #ED1C26 -3.36%, #EC008B 95.97%);
  color: #fff;
}
.button-accent-bg:hover {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .button-accent-bg:hover {
    -webkit-box-shadow: 0 0 30px 5px rgba(236, 0, 139, 0.9);
            box-shadow: 0 0 30px 5px rgba(236, 0, 139, 0.9);
  }
}
.button-white-bd {
  border: 2px solid #fff;
  color: #fff;
}
.button-white-bd:hover {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .button-white-bd::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    background: -webkit-gradient(linear, left top, right top, color-stop(-3.36%, #ED1C26), color-stop(95.97%, #EC008B));
    background: -o-linear-gradient(left, #ED1C26 -3.36%, #EC008B 95.97%);
    background: linear-gradient(90deg, #ED1C26 -3.36%, #EC008B 95.97%);
    opacity: 0;
  }
  .button-white-bd:hover {
    border-color: transparent;
    background-color: #EC008B;
    color: #fff;
  }
  .button-white-bd:hover::before {
    opacity: 1;
  }
}

.tg a, .wa a {
  display: block;
  font-size: 10px;
  width: 2.2em;
  height: 2.2em;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 1200px) {
  .tg a:hover, .wa a:hover {
    background-color: #EC008B;
  }
}

.tg a {
  -webkit-mask-image: url("../img/icons/tg.svg");
          mask-image: url("../img/icons/tg.svg");
}

.wa a {
  -webkit-mask-image: url("../img/icons/wa.svg");
          mask-image: url("../img/icons/wa.svg");
}

.logo .img {
  font-size: 10px;
  max-width: 5.5em;
  max-height: 7.9em;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .logo .img {
    font-size: 7.5px;
  }
}

@media screen and (max-width: 991px) {
  .slider {
    overflow: visible;
  }
}
.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .slider-dots {
    margin-top: 25px;
  }
}
.slider-dots .swiper-pagination-bullet {
  display: block;
  border-radius: 50%;
  opacity: 1;
  width: 0.6em;
  height: 0.6em;
  margin: 0 0.3em;
  background: #A289BF;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.slider-dots .swiper-pagination-bullet-active {
  background: #EC008B;
}
.slider-dots.white .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #fff;
}
.slider-dots.white .swiper-pagination-bullet-active {
  background: #fff;
  border-color: #EC008B;
}

.map {
  width: 100%;
  height: 544px;
  overflow: hidden;
}
.map .gm-style-cc, .map a {
  display: none !important;
}

.js-tab-content, .js-accordion-content {
  display: none;
}

.js-open-modal, .js-tab, .js-accordion-btn,
.home .header.is-fixed .logo, .home .footer .logo {
  cursor: pointer;
}

/* ------------------------------------- 
 * Modules 
 * ------------------------------------- */
/* ----- Forms ----- */
*::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-moz-placeholder {
  color: #000;
  opacity: 1;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-ms-input-placeholder {
  color: #000;
  opacity: 1;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::placeholder {
  color: #000;
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

body input:focus:required:invalid, body textarea:focus:required:invalid,
body input:required:valid, body textarea:required:valid {
  color: #000;
}

.input {
  display: block;
  width: 100%;
  min-width: 1px;
  height: 52px;
  padding: 10px 22px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
  border: none;
  font-size: 20px;
  font-weight: 600;
  font-family: "RF Dewi Extended", sans-serif;
  border-radius: 10px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.input:focus::-moz-placeholder {
  opacity: 0;
}
.input:focus:-ms-input-placeholder {
  opacity: 0;
}
.input:focus::-ms-input-placeholder {
  opacity: 0;
}
.input:focus::placeholder {
  opacity: 0;
}
.input--err {
  -webkit-box-shadow: inset 0 2px 4px 1px #ed1a2e;
          box-shadow: inset 0 2px 4px 1px #ed1a2e;
}

@media screen and (max-width: 991px) {
  .form-row .submit {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-row .input {
    width: 230px;
    margin-right: 12px;
  }
}

.privacy {
  margin-top: 24px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .privacy {
    margin-top: 14px;
  }
}

.modal {
  display: none;
  width: 100%;
  max-width: 892px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background: #F2F4F6;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.modal-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.modal-subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 39px;
}
.modal-close {
  display: inline-block;
  opacity: 0.7;
  letter-spacing: 0;
  border-bottom: 1px dashed #000;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .modal-close {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
  .modal-close:hover {
    border-color: transparent;
  }
}
.modal-success {
  text-align: center;
  padding: 60px 60px 70px;
}
@media screen and (max-width: 767px) {
  .modal-success {
    padding: 40px 20px;
  }
}
.modal-success .img {
  max-width: 139px;
  max-height: 108px;
  margin: 0 auto 46px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
            transform: translate3d(-60px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
            transform: translate3d(-60px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.animated {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.wow {
  will-change: transform, opacity;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeInTop {
  -webkit-animation-name: fadeInTop;
          animation-name: fadeInTop;
}

.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
          animation-name: fadeInBottom;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.header {
  -webkit-transform: translate3d(0, -200%, 0);
          transform: translate3d(0, -200%, 0);
}

.hero .title, .hero .val, .hero .units, .hero .discount, .hero .usp li, .hero .hero-btn, .hero .img {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.hero .title {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.hero .val {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.hero .units {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.hero .discount {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.hero .usp li:nth-child(1) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.hero .usp li:nth-child(2) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.hero .usp li:nth-child(3) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.hero .hero-btn {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.hero .img {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.is-loaded .header {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.is-loaded .title, .is-loaded .val, .is-loaded .units, .is-loaded .discount, .is-loaded .usp li, .is-loaded .hero-btn, .is-loaded .img {
  opacity: 1;
}

/* ------------------------------------- 
 * Sections 
 * ------------------------------------- */
/* ----- header ----- */
.header {
  width: 100%;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 61px;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header.is-fixed {
  top: 10px;
}
.header.is-fixed .header__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header.is-fixed .header__row::before {
  opacity: 1;
}
.header.is-fixed .logo .img {
  font-size: 8px;
}
@media screen and (max-width: 991px) {
  .header {
    top: 0;
    padding: 20px 0;
  }
  .header.is-fixed {
    top: 0;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 14px 0;
  }
  .header.is-fixed {
    padding: 7px 0;
  }
  .header.is-fixed .logo .img {
    font-size: 6.5px;
  }
}
@media screen and (max-width: 359px) {
  .header.is-fixed .logo .img {
    font-size: 5px;
  }
}
.header__row, .header__subrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 75px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header__row::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -10px;
  bottom: -10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#724A9C), color-stop(216.32%, #C1198F));
  background: -o-linear-gradient(top, #724A9C 0%, #C1198F 216.32%);
  background: linear-gradient(180deg, #724A9C 0%, #C1198F 216.32%);
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1400px) {
  .header__row {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1199px) {
  .header__row {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .header__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    position: static;
  }
  .header__row::before {
    top: 0;
    bottom: 0;
  }
}
.header__subrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.header .logo {
  margin-right: 13.8%;
}
@media screen and (max-width: 1400px) {
  .header .logo {
    margin-right: 10%;
  }
}
@media screen and (max-width: 1199px) {
  .header .logo {
    margin-right: 100px;
  }
}
@media screen and (max-width: 991px) {
  .header .logo {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .header .logo {
    margin-right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .header .logo {
    margin-right: 25px;
  }
}
@media screen and (max-width: 359px) {
  .header .logo .img {
    font-size: 6px;
  }
}
.header .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 7.3%;
}
@media screen and (max-width: 991px) {
  .header .contacts {
    margin-right: 0;
  }
}
.header .tel {
  font: 700 20px/1 "RF Dewi Extended", sans-serif;
}
@media screen and (max-width: 1199px) {
  .header .tel a {
    font-size: 0;
    color: transparent;
    display: block;
    font-size: 10px;
    width: 2.2em;
    height: 2.2em;
    background-color: #fff;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
            mask-position: 50% 50%;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-image: url("../img/icons/tel.svg");
            mask-image: url("../img/icons/tel.svg");
  }
}
@media screen and (min-width: 1200px) {
  .header .tel a {
    white-space: nowrap;
  }
  .header .tel a:hover {
    color: #EC008B;
  }
}
@media screen and (max-width: 359px) {
  .header .tg a, .header .wa a, .header .tel a {
    font-size: 8px;
  }
}
.header .tg, .header .wa {
  margin-left: 20px;
}
@media screen and (max-width: 359px) {
  .header .tg, .header .wa {
    margin-left: 15px;
  }
}
.header .subtitle {
  font-family: "RF Dewi Extended", sans-serif;
  font-weight: 600;
  opacity: 0.4;
}
@media screen and (max-width: 991px) {
  .header .subtitle {
    display: none;
  }
}
.header .button {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .header .button::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header .button {
    height: 40px;
    padding: 10px 18px;
    font-size: 13px;
  }
}

/* ----- footer ----- */
@media screen and (max-width: 991px) {
  .footer {
    text-align: center;
  }
}
.footer .inner {
  padding: 90px 78px 180px;
  background: #492F92;
  border-radius: 20px 20px 0 0;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.footer .inner::before {
  content: "";
  display: block;
  font-size: 10px;
  width: 100.5em;
  height: 18.7em;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  background: url("../img/footer.png") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 991px) {
  .footer .inner {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .footer .inner {
    padding: 44px 15px 70px;
  }
  .footer .inner::before {
    left: -600px;
    bottom: -60px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__col {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .footer__col {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .footer__col .row {
    display: none;
  }
}
.footer-title {
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: 0;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .footer-title {
    font-size: 11px;
  }
}
.footer .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199px) {
  .footer .contacts {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .footer .contacts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .tel {
  font: 700 36px/1 "RF Dewi Extended", sans-serif;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .footer .tel {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .tel a {
    white-space: nowrap;
  }
  .footer .tel a:hover {
    color: #EC008B;
  }
}
@media screen and (max-width: 359px) {
  .footer .tg a, .footer .wa a, .footer .tel a {
    font-size: 8px;
  }
}
.footer .tg, .footer .wa {
  margin-left: 20px;
}
.footer .tg a, .footer .wa a {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer .tg a, .footer .wa a {
    font-size: 10px;
  }
}
@media screen and (max-width: 359px) {
  .footer .tg, .footer .wa {
    margin-left: 15px;
  }
}
.footer-list {
  font-size: 14px;
  line-height: 39px;
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  .footer-list a:hover {
    color: #EC008B;
  }
}
.footer .logo .img {
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .footer .socials {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .footer .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .footer .socials {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.footer .socials li {
  margin-left: 13px;
}
@media screen and (max-width: 1199px) {
  .footer .socials li {
    margin: 0 13px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .footer .socials li {
    margin: 0 7px;
  }
}
.footer__btn {
  margin-bottom: 36px;
}
.footer__btn .button {
  opacity: 0.2;
  font-weight: 400;
  font-family: "RF Dewi", sans-serif;
  letter-spacing: 0;
  min-width: 250px;
}
.footer__btn .button::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__btn .button {
    font-size: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
    height: 40px;
  }
}
.footer__bottom {
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  .footer__bottom {
    margin-top: -50px;
  }
}
.footer .copy {
  font-size: 14px;
  margin-bottom: 20px;
}
.footer .links {
  max-width: 410px;
  font-size: 12px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1199px) {
  .footer .links {
    max-width: 100%;
  }
  .footer .links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .links ul li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .footer .links ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .links ul li {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer .links ul li {
    margin: 0 12px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .links a:hover {
    color: #EC008B;
  }
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socials a {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #E5075A;
}
.socials a .img {
  position: relative;
  top: 1px;
}
.socials a [src*=tg] {
  right: 2px;
}
@media screen and (min-width: 1200px) {
  .socials a:hover {
    opacity: 0.5;
  }
}

.dev a {
  white-space: nowrap;
}

/* ------------------------------------- 
 * Home
 * ------------------------------------- */
.hero {
  padding: 26px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .hero {
    padding: 0;
  }
  .hero .container {
    padding: 0;
  }
}
.hero .inner {
  position: relative;
  z-index: 1;
  padding: 175px 75px 85px;
  background: -webkit-gradient(linear, left top, left bottom, from(#724A9C), color-stop(216.32%, #C1198F));
  background: -o-linear-gradient(top, #724A9C 0%, #C1198F 216.32%);
  background: linear-gradient(180deg, #724A9C 0%, #C1198F 216.32%);
  border-radius: 20px;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .hero .inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .hero .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .hero .inner {
    padding-bottom: 200px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .hero .inner {
    padding-top: 110px;
    padding-bottom: 48px;
  }
}
.hero .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hero .title {
    margin-bottom: 20px;
  }
}
.hero .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  max-width: 533px;
}
@media screen and (max-width: 767px) {
  .hero .price {
    max-width: 320px;
  }
}
.hero .price .val {
  font: 700 160px/0.5 "RF Dewi Extended", sans-serif;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 767px) {
  .hero .price .val {
    font-size: 98px;
  }
}
.hero .price .units {
  font: 700 48px/1.2 "RF Dewi Extended", sans-serif;
  letter-spacing: -0.03em;
  margin-left: 30px;
  -webkit-transform: translateY(0.65em);
      -ms-transform: translateY(0.65em);
          transform: translateY(0.65em);
}
@media screen and (max-width: 767px) {
  .hero .price .units {
    font-size: 36px;
    -webkit-transform: translateY(0.55em);
        -ms-transform: translateY(0.55em);
            transform: translateY(0.55em);
  }
}
.hero .price .discount {
  max-width: 230px;
  position: absolute;
  top: 0;
  right: 0;
  font: 700 18px/1.2 "RF Dewi Extended", sans-serif;
  letter-spacing: -0.03em;
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .hero .price .discount {
    max-width: 135px;
    font-size: 13px;
    padding-left: 27px;
    top: -5px;
  }
}
.hero .price .discount::before {
  content: "";
  display: block;
  width: 25px;
  height: 40px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: url("../img/icons/light.svg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 767px) {
  .hero .price .discount::before {
    width: 19px;
    height: 30px;
  }
}
.hero .usp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 73px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .hero .usp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .hero .usp {
    margin-top: 53px;
    font-size: 15px;
  }
}
.hero .usp li {
  width: 100%;
  max-width: 304px;
  padding-right: 28px;
}
@media screen and (max-width: 991px) {
  .hero .usp li {
    width: 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .hero .usp li {
    padding-right: 15px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 992px) {
  .hero .usp li:last-child {
    width: auto;
    margin-left: 52px;
    padding-right: 0;
    position: relative;
    z-index: 1;
  }
  .hero .usp li:last-child::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -18px;
    bottom: -18px;
    left: -29px;
    right: -29px;
    background: -o-linear-gradient(338.51deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0.002) 114%);
    background: linear-gradient(111.49deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0.002) 114%);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
    border-radius: 10px;
  }
}
@media screen and (max-width: 991px) {
  .hero-btn {
    display: inline-block;
    position: relative;
    padding: 15px;
    background: -o-linear-gradient(338.51deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0.002) 114%);
    background: linear-gradient(111.49deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0.002) 114%);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .hero-btn {
    width: 100%;
    margin-top: 140px;
  }
  .hero-btn .button {
    width: 100%;
  }
}
.hero-img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -68px;
}
.hero-img .img {
  font-size: 10px;
  max-width: 88.3em;
  max-height: 57.7em;
}
@media screen and (max-width: 1199px) {
  .hero-img .img {
    font-size: 8px;
  }
}
@media screen and (max-width: 991px) {
  .hero-img .img {
    font-size: 7px;
  }
}
@media screen and (max-width: 767px) {
  .hero-img .img {
    font-size: 6px;
  }
}

.about {
  margin: 70px 0 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about {
    margin: 30px 0;
  }
}
.about__title {
  margin-bottom: 50px;
  padding-left: 74px;
}
.about__title span {
  display: block;
}
.about__title .title-1 {
  display: inline-block;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .about__title {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .about__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .about__title {
    margin-bottom: 25px;
  }
}
.about .block {
  height: 100%;
  padding: 24px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .about .block {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .about .block {
    padding: 15px;
  }
}
.about .block .inner {
  height: 100%;
  padding: 40px 50px 250px;
  border-radius: 15px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1199px) {
  .about .block .inner {
    padding: 30px 20px 230px;
  }
}
@media screen and (max-width: 991px) {
  .about .block .inner {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .about .block .inner {
    padding: 15px;
  }
}
.about .block-title {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .about .block-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .about .block-title {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .about .block-subtitle {
    text-align: center;
  }
}
.about .block .text {
  margin-top: 15px;
  color: #717171;
}
@media screen and (max-width: 767px) {
  .about .block .text {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.about .block-arrow {
  position: absolute;
  right: 167px;
  bottom: 75px;
  max-width: 140px;
  font-size: 14px;
  line-height: 18px;
}
.about .block-arrow span {
  opacity: 0.5;
}
.about .block-arrow::before {
  content: "";
  display: block;
  width: 74px;
  height: 76px;
  position: absolute;
  z-index: 0;
  left: -33px;
  bottom: 100%;
  background: url("../img/icons/arrow-round.svg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 1199px) {
  .about .block-arrow {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about .block-arrow {
    max-width: 100%;
    padding-bottom: 180px;
    position: relative;
    text-align: center;
    font-size: 12px;
    right: auto !important;
    bottom: auto;
  }
  .about .block-arrow br {
    display: none;
  }
  .about .block-arrow::before {
    left: auto;
    bottom: auto;
    right: -20px;
    top: 20px;
    -webkit-transform: scaleX(-1) rotate(240deg);
        -ms-transform: scaleX(-1) rotate(240deg);
            transform: scaleX(-1) rotate(240deg);
  }
}
.about .block-img {
  position: absolute;
  left: 55px;
}
.about .block-img .img {
  max-width: 307px;
  max-height: 276px;
}
@media screen and (max-width: 1199px) {
  .about .block-img {
    left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .about .block-img {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .about .block-img .img {
    max-width: 256px;
    max-height: 229px;
  }
}
.about .block-1 {
  background: #6B8FC6;
  color: #fff;
}
.about .block-1 .text {
  color: rgba(255, 255, 255, 0.7);
}
.about .block-1 .block-arrow {
  right: 109px;
  color: rgba(255, 255, 255, 0.7);
}
.about .block-1 .block-arrow::before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.about .block-1 .block-img {
  bottom: -55px;
}
@media screen and (max-width: 1199px) {
  .about .block-1 .block-arrow {
    right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .about .block-1 {
    margin-bottom: 60px;
  }
  .about .block-1 .block-arrow {
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about .block-1 .block-img {
    -webkit-transform: translateX(-54%);
        -ms-transform: translateX(-54%);
            transform: translateX(-54%);
    bottom: -41px;
  }
}
.about .block-2 {
  background: #F7F9FB;
}
.about .block-2 .inner {
  border-color: rgba(206, 206, 206, 0.5);
}
.about .block-2 .block-img {
  bottom: -42px;
}
@media screen and (max-width: 767px) {
  .about .block-2 .block-img {
    bottom: -45px;
  }
}

.advantage {
  margin: 85px 0 98px;
}
@media screen and (max-width: 991px) {
  .advantage {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .advantage {
    margin: 40px 0 88px;
  }
}
.advantage .inner {
  padding: 24px;
  background: #F7F9FB;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .advantage .inner {
    padding: 15px;
  }
}
.advantage .border {
  padding: 60px 50px;
  border: 1px dashed rgba(206, 206, 206, 0.5);
  border-radius: 15px;
}
@media screen and (max-width: 991px) {
  .advantage .border {
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 767px) {
  .advantage .border {
    padding: 20px 10px 200px;
  }
}
.advantage .title {
  max-width: 676px;
}
@media screen and (max-width: 1199px) {
  .advantage .title {
    max-width: 600px;
  }
}
.advantage-img {
  position: absolute;
  right: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.advantage-img .img {
  font-size: 10px;
  max-width: 27.2em;
  max-height: 42.1em;
}
@media screen and (max-width: 1199px) {
  .advantage-img .img {
    font-size: 8px;
  }
}
@media screen and (max-width: 991px) {
  .advantage-img {
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(50%, 20%);
        -ms-transform: translate(50%, 20%);
            transform: translate(50%, 20%);
  }
}
@media screen and (max-width: 767px) {
  .advantage-img .img {
    font-size: 6px;
  }
}

.advantages {
  margin: 100px 0;
}
@media screen and (max-width: 1199px) {
  .advantages {
    margin: 88px 0 78px;
  }
}
@media screen and (max-width: 991px) {
  .advantages {
    overflow: hidden;
  }
}
.advantages-slider .swiper-slide {
  height: auto;
}
@media screen and (max-width: 991px) {
  .advantages-slider .swiper-slide {
    max-width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .advantages-slider .swiper-slide {
    max-width: 286px;
  }
}
.advantages .item {
  height: 100%;
  padding: 42px 20px 42px 28px;
  border: 4px solid #F7F9FB;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .advantages .item {
    padding: 30px 10px 26px 26px;
  }
}
.advantages .item .ic {
  width: 56px;
  height: 42px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .advantages .item .ic {
    margin-bottom: 26px;
  }
}
.advantages .item .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .advantages .item .title {
    font-size: 16px;
    line-height: 21px;
  }
}

.form-1 {
  margin: 100px 0 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .form-1 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .form-1 {
    margin: 50px 0 45px;
  }
}
@media screen and (min-width: 1200px) {
  .form-1-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-1-row::before {
    content: "";
    display: block;
    width: 25%;
    margin-right: 10px;
  }
}
.form-1 .inner {
  max-width: 864px;
  padding: 65px 142px 96px 196px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  background: #492F92;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .form-1 .inner {
    max-width: 100%;
    padding-bottom: 0;
    background: none;
  }
  .form-1 .inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 90%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: #492F92;
    border-radius: 20px;
  }
}
@media screen and (max-width: 991px) {
  .form-1 .inner {
    text-align: center;
    padding: 40px 25px 0;
  }
  .form-1 .inner::before {
    width: auto;
    left: -15px;
    right: -15px;
    height: 93%;
    border-radius: 0;
  }
}
.form-1 .inner .title {
  margin-bottom: 10px;
}
.form-1 .inner .text {
  margin-bottom: 10px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .form-1 .inner .text {
    font-size: 14px;
  }
}
.form-1 .inner .subtitle {
  margin-bottom: 30px;
  font: 600 18px/22px "RF Dewi Extended", sans-serif;
}
@media screen and (max-width: 767px) {
  .form-1 .inner .subtitle {
    margin-bottom: 26px;
  }
}
.form-1 .inner .cta {
  position: relative;
  font: 700 14px/16px "RF Dewi Extended", sans-serif;
  padding-left: 24px;
}
.form-1 .inner .cta::before {
  content: "";
  display: block;
  width: 17px;
  height: 26px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: url("../img/icons/light.svg") no-repeat 50% 50%/contain;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
@media screen and (max-width: 1400px) {
  .form-1 .inner .cta {
    right: -40px;
  }
}
@media screen and (max-width: 1199px) {
  .form-1 .inner .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    position: static;
    margin-top: 16px;
  }
  .form-1 .inner .cta::before {
    position: static;
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .form-1 .inner .cta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .form-1 .inner .cta {
    position: absolute;
    max-width: 112px;
    top: 93px;
    right: -90px;
  }
  .form-1 .inner .cta::after {
    content: "";
    display: block;
    font-size: 10px;
    width: 25.1em;
    height: 26.9em;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-64%, -28%);
        -ms-transform: translate(-64%, -28%);
            transform: translate(-64%, -28%);
    background: url("../img/epnr.png") no-repeat 50% 50%/contain;
  }
}
@media screen and (max-width: 991px) {
  .form-1 .inner-img {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
@media screen and (min-width: 1200px) {
  .form-1 .inner-img {
    position: absolute;
    bottom: -57px;
    right: 86%;
    z-index: -1;
  }
  .form-1 .inner-img .img {
    font-size: 10px;
    max-width: 50.8em;
    max-height: 44.3em;
  }
}

.form-2 {
  margin: 90px 0 120px;
}
@media screen and (max-width: 767px) {
  .form-2 {
    margin: 58px 0 35px;
  }
}
.form-2 .inner {
  padding: 59px 75px;
  background: #F2F4F6;
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .form-2 .inner {
    padding: 50px 44px;
  }
}
@media screen and (max-width: 991px) {
  .form-2 .inner {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .form-2 .inner {
    padding: 30px 15px 40px;
  }
}
@media screen and (max-width: 767px) {
  .form-2__title {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .form-2__title {
    font-size: 71px;
  }
}
.form-2__title span {
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(-3.36%, #ED1C26), color-stop(95.97%, #EC008B));
  background: -o-linear-gradient(left, #ED1C26 -3.36%, #EC008B 95.97%);
  background: linear-gradient(90deg, #ED1C26 -3.36%, #EC008B 95.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.form-2__title span + span {
  position: relative;
  top: -0.2em;
}
.form-2 .subtitle {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .form-2 .subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .form-2 form {
    max-width: 282px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .form-2 .form-row {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .form-2 .form-row .input {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 991px) {
  .form-2 .form-row .input {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .form-2 .form-row .input {
    width: 278px;
  }
}
.form-2 .privacy {
  color: rgba(32, 32, 32, 0.4);
}
.form-2 .side-block {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .form-2 .side-block {
    margin: 27px 0 0;
  }
}
.form-2 .side-img {
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .form-2 .side-img {
    display: none;
  }
}

.side-block {
  max-width: 302px;
  padding: 40px;
  background: #492F92;
  border-radius: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .side-block {
    padding: 30px;
  }
}
.side-block .text {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .side-block .text {
    font-size: 16px;
  }
}
.side-block .price {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .side-block {
    max-width: 100%;
    text-align: center;
  }
  .side-block br {
    display: none;
  }
}

.answers {
  margin: 60px 0 0;
  padding: 80px 0;
  background-color: #F7F9FB;
}
@media screen and (max-width: 991px) {
  .answers {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .answers {
    margin-top: 40px;
    padding: 50px 0;
  }
}
.answers__title {
  max-width: 700px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .answers__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .answers__title {
    margin-bottom: 30px;
  }
}
.answers-slider .swiper-slide {
  height: auto;
}
@media screen and (max-width: 991px) {
  .answers-slider .swiper-slide {
    max-width: 426px;
  }
}
@media screen and (max-width: 767px) {
  .answers-slider .swiper-slide {
    max-width: 284px;
  }
}
.answers .item {
  height: 100%;
  padding: 28px 46px;
  background: #FFF;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .answers .item {
    padding: 20px 24px;
  }
}
.answers .item .num {
  margin-bottom: 20px;
  color: #ED1A2E;
}
@media screen and (max-width: 767px) {
  .answers .item .num {
    margin-bottom: 15px;
  }
}
.answers .item-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .answers .item-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.answers .item .text {
  font-size: 14px;
  line-height: 21px;
  color: #717171;
}
.answers .item .text a {
  color: #ED1A2E;
}

.company {
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F9FB), color-stop(50%, #F7F9FB), color-stop(50%, #fff), to(#fff));
  background: -o-linear-gradient(top, #F7F9FB, #F7F9FB 50%, #fff 50%, #fff);
  background: linear-gradient(180deg, #F7F9FB, #F7F9FB 50%, #fff 50%, #fff);
}
.company .inner {
  padding: 65px 44px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#C21A8A), color-stop(97.32%, #CC375F));
  background: -o-linear-gradient(left, #C21A8A 0%, #CC375F 97.32%);
  background: linear-gradient(90deg, #C21A8A 0%, #CC375F 97.32%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .company .inner {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .company .inner {
    padding: 40px 15px;
    overflow: hidden;
  }
}
.company__title {
  max-width: 700px;
}
@media screen and (max-width: 991px) {
  .company__title {
    text-align: center;
  }
}
.company .logo {
  position: absolute;
  top: 97px;
  right: 68px;
  -webkit-transform: scale(1.7);
      -ms-transform: scale(1.7);
          transform: scale(1.7);
}
@media screen and (max-width: 991px) {
  .company .logo {
    display: none;
  }
}
.company-slider {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .company-slider {
    margin-top: 30px;
  }
  .company-slider .swiper-slide {
    max-width: 204px;
  }
}
.company-slider .item .ic {
  width: 36px;
  height: 41px;
  margin-bottom: 12px;
}
.company-slider .item .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .company-slider .item .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.company-slider .width {
  max-width: 146px;
}
@media screen and (min-width: 768px) {
  .company-slider .min-width {
    min-width: 238px;
  }
}

.info {
  margin: 120px 0 20px;
}
@media screen and (max-width: 1199px) {
  .info {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .info {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .info {
    margin: 35px 0 64px;
  }
}
@media screen and (max-width: 991px) {
  .info-slider {
    overflow: visible;
  }
  .info-slider .swiper-slide {
    max-width: 426px;
  }
}
@media screen and (max-width: 767px) {
  .info-slider .swiper-slide {
    max-width: 282px;
  }
}
@media (min-width: 1200px) {
  .info-slider {
    overflow: visible;
  }
  .info-slider .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 -20px;
  }
  .info-slider .swiper-slide {
    width: 33.3333%;
    padding: 0 20px;
    height: auto;
    margin-bottom: 100px;
  }
}

.info-item {
  padding-top: 49px;
  padding-right: 50px;
  position: relative;
  font-size: 14px;
  line-height: 21px;
  color: #AEB5C0;
  letter-spacing: 0;
}
@media screen and (max-width: 1199px) {
  .info-item {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .info-item {
    font-size: 12px;
    line-height: 18px;
    padding-top: 20px;
  }
}
.info-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: #492F92;
  border-radius: 10px;
}
.info-item .underline {
  text-decoration: underline;
}
/*# sourceMappingURL=styles.css.map */
