/* Breakpoints */
/* Mixins */
/* x-kom styles */
html,
body {
  font-family: ocr, monospace;
  font-weight: 400;
  font-style: normal;
}

/* General */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-size: 14px;
}

@media (min-width: 576px) {
  html {
    font-size: 15px;
  }
}

body {
  overflow-x: hidden !important;
  color: #000;
  background: #fff;
}

strong {
  font-weight: 600;
}

iframe {
  border-radius: 16px;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

.gfx {
  position: absolute;
  display: none;
}

@media (min-width: 768px) {
  .gfx {
    display: block;
  }
}

#gfx-3 {
  display: block;
}

.section {
  padding: 60px 0;
}

@media (min-width: 768px) {
  .section {
    padding: 80px 0;
  }
}

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

a:hover {
  color: inherit;
}

.cta {
  border-radius: 200px;
  font-weight: 400;
  border: 2px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 0 24px;
  font-size: 1rem;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #000;
  margin-top: 10px;
  z-index: 1;
}

.cta:hover {
  background: none;
  color: #fff;
}

.cta--secondary {
  background: none;
  border: 2px solid transarent;
  color: #fff;
}

.cta--secondary:hover {
  background: #fff;
  color: #000;
}

.cta--white {
  background: #fff;
  color: #000;
}

.cta--white:hover {
  background: #e6e6e6;
  color: #000;
}

.cta--white:active {
  background: #d9d9d9;
  color: #000;
}

.cta--gray {
  background: #575757;
  color: #fff;
}

.cta--gray:hover {
  background: #3d3d3d;
  color: #fff;
}

.cta--gray:active {
  background: #000;
  color: #fff;
}

.cta--gray--secondary {
  background: #f0f0f0;
  border: none;
  color: #666666;
}

.cta--gray--secondary:hover {
  background: #e0e0e0;
  color: #333333;
}

.cta--gray--secondary:active {
  background: #cccccc;
  color: #1a1a1a;
}

.cta--violet {
  background: #8250fa;
  color: #fff;
}

.cta--violet:hover {
  background: #5f1ef9;
  color: #fff;
}

.cta--violet:active {
  background: #3605ac;
  color: #fff;
}

.cta--violet--secondary {
  background: #ece5fe;
  border: none;
  color: #5f1ef9;
}

.cta--violet--secondary:hover {
  background: #ded1fe;
  border: none;
  color: #4606de;
}

.cta--violet--secondary:active {
  background: #c9b3fd;
  border: none;
  color: #27047b;
}

.cta--pink {
  background: #fa0064;
  color: #fff;
}

.cta--pink:hover {
  background: #c70050;
  color: #fff;
}

.cta--pink:active {
  background: #94003b;
  color: #fff;
}

.cta--pink--secondary {
  background: #ffe1ed;
  border: none;
  color: #c70050;
}

.cta--pink--secondary:hover {
  background: #ffd1e4;
  border: none;
  color: #c70050;
}

.cta--pink--secondary:active {
  background: #ffbdd7;
  border: none;
  color: #94003b;
}

.cta--big {
  height: 48px;
  padding: 0 34px;
  font-size: 1.1rem;
}

.cta--medium {
  height: 40px;
  font-size: 1rem;
}

.cta--small {
  height: 36px;
  padding: 0 20px;
  font-size: 0.95rem;
}

.cta--circle {
  padding: 0;
  height: 44px;
  width: 44px;
}

.pill {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4d4d4d;
  border: 1px solid #cccccc;
  border-radius: 512px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 16px;
  vertical-align: baseline;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 10px;
  font-weight: 400;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Typography */
h1 {
  font-weight: 300;
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1400px) {
  h1 {
    max-width: unset;
  }
}

h1 br {
  display: none;
}

@media (min-width: 576px) {
  h1 br {
    display: initial;
  }
}

h2 {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media (min-width: 992px) {
  h2 {
    font-size: 1.6rem;
  }
}

h2.subheading {
  font-size: 1.8rem;
}

@media (min-width: 992px) {
  h2.subheading {
    font-size: 2.2rem;
  }
}

h2.subheading-small {
  font-size: 1.6rem;
  line-height: 1.4;
}

@media (min-width: 992px) {
  h2.subheading-small {
    font-size: 2rem;
  }
}

h3 {
  font-weight: 600;
}

@media (min-width: 992px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  h4 {
    font-size: 1.2rem;
  }
}

p {
  font-weight: 400;
  color: #4d4d4d;
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  p {
    font-size: 1.4rem;
  }
}

/* Utilities */
.nobr {
  display: inline-block;
}

.hide {
  opacity: 0;
  visibility: hidden;
}

.box-shadow {
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

/* Layout */
.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-top: 0;
  margin-top: 0;
  overflow: hidden;
}

.header__logos-wrapper {
  height: auto;
  width: 100%;
  padding: 20px 25px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 576px) {
  .header__logos-wrapper {
    padding: 30px 30px 30px 10px;
  }
}

.header #brand {
  height: 60px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

@media (min-width: 576px) {
  .header #brand {
    height: 84px;
  }
}

.header #brand:hover {
  opacity: 0.9;
}

.header #vendor {
  height: 16px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

@media (min-width: 576px) {
  .header #vendor {
    height: 24px;
  }
}

.header #vendor:hover {
  opacity: 0.9;
}

.header-menu {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 12px 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu .hamburger {
  cursor: pointer;
}

@media (min-width: 992px) {
  .header-menu .hamburger {
    display: none;
  }
}

.header-menu__nav {
  height: 72px;
  padding-left: 21px;
  padding-right: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.header-menu__nav-desktop-menu {
  display: none;
}

@media (min-width: 992px) {
  .header-menu__nav-desktop-menu {
    display: initial;
  }
}

.header-menu__nav-desktop-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.header-menu__nav-desktop-menu ul a li {
  color: #fff;
  white-space: nowrap;
  padding: 0 18px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.header-menu__nav-desktop-menu ul a li:hover {
  opacity: 0.8;
}

.header-menu__nav-desktop-menu .cta {
  margin-left: 20px;
  white-space: nowrap;
}

.header-menu #brand-white {
  width: 100%;
  height: 36px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.header-menu #brand-white path {
  fill: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

@media (min-width: 768px) {
  .header-menu #brand-white {
    height: 40px;
  }
}

.header-menu #vendor {
  height: 16px;
}

@media (min-width: 576px) {
  .header-menu #vendor {
    height: 24px;
  }
}

.header-menu .navbar-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.header-menu .navbar-overlay-bg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}

.header-menu .navbar {
  background: #fff;
  border-radius: 16px;
  width: 130px;
  position: fixed;
  right: 16px;
  top: 120px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.header-menu .navbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.header-menu .navbar li {
  font-size: 18px;
  font-weight: 500;
}

.header-menu .nav__link {
  color: #000;
}

.header-menu .nav__link:hover > li {
  background-color: #f7f7f7;
}

@media (min-width: 992px) {
  .header-menu .nav__link:hover > li {
    background-color: unset;
  }
}

.header-menu .nav-link.active {
  background: none;
  color: unset;
}

.header-menu .nav-link.active .navbar-active {
  visibility: visible;
  opacity: 1;
}

.header-menu .offcanvas-header {
  padding: 24px 24px 12px 24px;
}

.header-menu .offcanvas-end {
  width: 300px;
}

.header-menu .offcanvas-body {
  padding: 0;
}

.header-menu .offcanvas-body .cta {
  margin-left: 20px;
  width: 251px;
}

.header-menu #offcanvasRightLabel {
  font-weight: 600;
  margin: 0;
}

.header-menu ul {
  list-style-type: none;
  padding: 0;
}

.header-menu ul li {
  font-size: 18px;
  padding: 12px 0;
  padding-left: 24px;
}

.top {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #000;
}

.top .logo {
  max-width: 300px;
}

@media (min-width: 992px) {
  .top .logo {
    max-width: 400px;
  }
}

.top__image {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 100%;
}

.top__image:first-of-type {
  width: unset;
  max-width: 360px;
  bottom: -100px;
  left: -110px;
}

@media screen and (min-width: 476px) {
  .top__image:first-of-type {
    max-width: 560px;
    bottom: -150px;
    left: -180px;
  }
}

@media (min-width: 576px) {
  .top__image:first-of-type {
    max-width: 680px;
    left: -200px;
    bottom: -180px;
    /*         left: -20px; */
  }
}

@media (min-width: 1200px) {
  .top__image:first-of-type {
    max-width: 1000px;
    left: -240px;
    bottom: -264px;
  }
}

.top__image:last-of-type {
  width: unset;
  max-width: 320px;
  bottom: -90px;
  right: -90px;
}

@media screen and (min-width: 476px) {
  .top__image:last-of-type {
    max-width: 520px;
    bottom: -150px;
    right: -160px;
  }
}

@media (min-width: 576px) {
  .top__image:last-of-type {
    max-width: 660px;
    left: unset;
    /*        right: 0; */
    bottom: -200px;
  }
}

@media (min-width: 1200px) {
  .top__image:last-of-type {
    max-width: 1000px;
    right: -100px;
    bottom: -300px;
  }
}

.top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 480px;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (min-width: 476px) {
  .top__wrapper {
    min-height: 620px;
  }
}

@media (min-width: 992px) {
  .top__wrapper {
    padding-top: 80px;
  }
}

@media (min-width: 1200px) {
  .top__wrapper {
    min-height: 720px;
  }
}

.top__wrapper--2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, transparent), color-stop(90%, rgba(0, 0, 0, 0.8))), url("../../../../dev/assets/img/main/bg-2.jpg");
  background-image: linear-gradient(0, transparent 0%, rgba(0, 0, 0, 0.8) 90%), url("../../../../dev/assets/img/main/bg-2.jpg");
}

.top__wrapper--3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, transparent), color-stop(90%, rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(0, transparent 0%, rgba(0, 0, 0, 0.8) 90%);
}

.top__wrapper--4 {
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
  padding-top: 80px;
  height: 580px;
}

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

@media (min-width: 992px) {
  .top__wrapper--4 .top__copy {
    text-align: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.top__copy h2 {
  color: #fff;
  margin-bottom: 10px;
}

.top__copy img {
  width: 80%;
  max-width: 400px;
  margin: 20px 0;
}

.top__copy--center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
}

.top__copy--left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  color: #fff;
}

.top .plyr__video-embed {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  max-width: 1920px;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  overflow: hidden;
}

.top .plyr__video-embed iframe {
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.plyr {
  border-radius: 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;
}

.steps {
  margin: 0 auto;
}

.steps__card {
  margin-top: 80px;
  margin-bottom: 60px;
}

.steps__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: 200px;
  text-align: center;
  padding: 30px 20px 12px 20px;
  margin: 0 auto;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.steps__item p {
  font-size: 1.1rem;
}

.steps__item img {
  /*    width: 140px;
      height: 140px; */
  margin-bottom: 16px;
  height: 100%;
  width: 100%;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0 !important;
}

.steps__item-coupon {
  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;
  cursor: pointer;
  border: 1px dashed #000;
  color: #000;
  border-radius: 0;
  height: 40px;
  padding: 0 26px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  margin-bottom: 14px;
  white-space: nowrap;
}

/* products & slider */
.products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
  margin: 0 auto;
  padding: 24px 14px 30px 14px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  font-size: 1rem;
  background: #aeaeae;
}

.products__item-image {
  margin-top: 16px;
  background: #fff;
  height: 200px;
}

.products__item-image img {
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 !important;
  margin-bottom: 60px;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.products__item h3 {
  margin-bottom: 8px;
  text-align: center;
}

.products__item h4 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.products__item-rating {
  margin-bottom: 10px;
}

.products__item ul {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 0;
  margin-bottom: 20px;
  padding: 12px;
}

.products__item ul li {
  margin-bottom: 0px;
  font-weight: 400;
  color: #4d4d4d;
}

.products__item ul li strong {
  color: #000;
}

.products__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding: 0 12px;
  margin-top: auto;
}

.products__item-footer-button svg rect {
  fill: #0082fa;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  height: 40px;
  width: 40px;
}

.products__item-footer-button svg rect:hover {
  fill: #0067c7;
}

.products__item-footer-button svg rect:active {
  fill: #004d94;
}

.products__item-footer-button svg path {
  pointer-events: none;
}

.products__item-footer-cart {
  height: 24px;
  width: 24px;
}

.products__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.products__item-price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 300;
  margin-bottom: -4px;
}

.products__item-price .new-price {
  font-size: 1.5rem;
  font-weight: 600;
}

.check-icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.check-icon::before {
  content: "";
  display: block;
  color: #63c642;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -1px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.main {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main .gfx {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 84%;
}

.main p {
  font-size: 1.2rem;
}

.main.reverse {
  background: #252525;
  color: #fff;
}

.main.reverse p {
  color: #fff;
}

.main.reverse .gfx {
  right: unset;
  left: 84%;
}

.main__wrapper {
  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;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .main__wrapper > * {
    margin: 0;
  }
}

.main__image {
  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;
}

.main__image img {
  max-height: 420px;
}

.main__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main__copy .cta {
  margin-top: 0;
}

.social h2 {
  margin-bottom: 25px;
}

.social__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .social__wrapper {
    max-width: unset;
  }
}

.social__item {
  position: relative;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
  margin: 15px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  text-align: center;
}

.social__item:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.social__item img {
  height: 20px;
  width: auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.articles__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .articles__wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.articles__item {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 500px;
  min-height: 300px;
  padding: 120px 40px;
  border-radius: 16px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
  color: #fff;
}

@media (min-width: 768px) {
  .articles__item {
    padding: 140px 40px;
  }
}

.articles__item:nth-child(1) .articles__item-background {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, black), color-stop(50%, rgba(0, 0, 0, 0.7)), to(transparent)), url("https://geex.x-kom.pl/wp-content/uploads/2021/08/jaki-oczyszczacz-powietrza-kupic-690x450.jpeg");
  background-image: linear-gradient(0deg, black 20%, rgba(0, 0, 0, 0.7) 50%, transparent), url("https://geex.x-kom.pl/wp-content/uploads/2021/08/jaki-oczyszczacz-powietrza-kupic-690x450.jpeg");
}

.articles__item:nth-child(2) .articles__item-background {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(0, 0, 0, 0.7)), to(transparent)), url("https://geex.x-kom.pl/wp-content/uploads/2021/09/Gracz-Minecrafta-pexele-1.jpg");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.7) 50%, transparent), url("https://geex.x-kom.pl/wp-content/uploads/2021/09/Gracz-Minecrafta-pexele-1.jpg");
}

.articles__item:nth-child(3) .articles__item-background {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(0, 0, 0, 0.7)), to(transparent)), url("https://geex.x-kom.pl/wp-content/uploads/2021/08/garett-women-emma-unboxing-800x600.png");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.7) 50%, transparent), url("https://geex.x-kom.pl/wp-content/uploads/2021/08/garett-women-emma-unboxing-800x600.png");
}

.articles__item:hover {
  color: #fff;
  background-size: 135%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;
}

.articles__item:hover .articles__item-background {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.articles__item-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.articles__item-copy h4 {
  line-height: 1.4;
  margin-bottom: 14px;
  font-size: 1.2rem;
}

.articles__item-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.faq {
  line-height: 1.25;
  /* Style the buttons that are used to open and close the accordion panel */
}

.faq__arrow-wrapper {
  position: absolute;
  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;
  right: 20px;
  height: 40px;
  width: 40px;
}

.faq__arrow-wrapper path {
  fill: #707070;
}

.faq__arrow {
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.faq__accordion.active {
  background-color: #f5f5f5;
}

.faq__accordion.active .faq__arrow-wrapper img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 24px;
  width: 24px;
}

.faq__accordion {
  background-color: unset;
  color: #000;
  cursor: pointer;
  padding: 18px;
  padding-right: 60px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

@media (min-width: 768px) {
  .faq__accordion {
    padding-right: 80px;
  }
}

.faq__accordion:first-of-type {
  border-radius: 16px 16px 0 0;
  border-top: none;
}

.faq__accordion:last-of-type {
  border-radius: 0 0 16px 16px;
}

.faq__accordion:last-of-type.active {
  border-radius: 0;
}

.faq__accordion:hover {
  background-color: #f5f5f5;
}

.faq__accordion-wrapper {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
  background: #fff;
}

.faq__accordion-wrapper button {
  font-weight: 400;
  font-size: 1rem;
}

.faq__accordion-panel {
  padding: 0 10% 0 20px;
  background-color: #fdfdfd;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}

.faq__accordion-panel:first-child {
  /*     border-bottom: 1px solid #ddd; */
  border-top: none;
  border-radius: 16px 16px 0 0;
}

.faq__accordion-panel:last-child {
  border-radius: 0 0 16px 16px;
}

.faq__accordion-panel p {
  margin: 20px 0;
}

.counter__cards-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 22px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
  font-size: 1rem;
  background: #fff;
}

@media (min-width: 768px) {
  .counter__cards-wrapper {
    padding: 14px 20px;
  }
}

.counter__cards-item {
  margin: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 576px) {
  .counter__cards-item {
    margin: 20px 24px;
    width: auto;
  }
}

.counter__cards-item span {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 40px;
}

@media (min-width: 576px) {
  .counter__cards-item span {
    font-size: 2.4rem;
  }
}

.counter__cards-item p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #4d4d4d;
}

@media (min-width: 576px) {
  .counter__cards-item p {
    font-size: 1.1rem;
  }
}

.counter .colon {
  font-size: 32px;
  opacity: 0.2;
  font-weight: 300;
  display: none;
}

@media (min-width: 576px) {
  .counter .colon {
    display: block;
  }
}

.counter__finish {
  padding: 20px;
  margin: 0;
  color: #606060;
  display: none;
}

@media (min-width: 992px) {
  .contact__copy {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.contact h4 {
  font-size: 1rem;
  margin-bottom: 26px;
  font-weight: 600;
}

.contact p {
  margin-bottom: 6px;
}

@media (min-width: 992px) {
  .contact p {
    font-size: 20px;
  }
}

.contact__arrow {
  position: absolute;
  border-color: #1a1a1a transparent transparent;
  border-style: solid;
  border-width: 4px 4px 2px;
  display: inline-block;
  height: 0px;
  width: 0px;
  right: 20px;
}

.contact__items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  text-align: center;
  margin: 17px;
}

.contact__item img {
  margin-bottom: 16px;
  height: 30px;
  width: auto;
}

.contact__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
  border-radius: 16px;
  padding: 32px 24px;
  max-width: 700px;
}

@media (min-width: 576px) {
  .contact__card {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 46px;
  }
}

.contact__card p {
  font-size: 0.9rem;
  margin-top: 10px;
}

.contact__input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.contact__input-wrapper label {
  position: absolute;
  left: 16px;
  color: #707070;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  background: #fff;
  border-radius: 100px;
  padding: 0 4px;
  font-size: 14px;
}

.contact__form {
  position: relative;
  width: 100%;
}

.contact__form input,
.contact__form select {
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 28px;
  padding: 7px 20px;
  width: 100%;
  text-align: left;
}

.contact__form input::-webkit-input-placeholder,
.contact__form select::-webkit-input-placeholder {
  color: #707070;
}

.contact__form input:-ms-input-placeholder,
.contact__form select:-ms-input-placeholder {
  color: #707070;
}

.contact__form input::-ms-input-placeholder,
.contact__form select::-ms-input-placeholder {
  color: #707070;
}

.contact__form input::placeholder,
.contact__form select::placeholder {
  color: #707070;
}

.contact__form input:active, .contact__form input:focus,
.contact__form select:active,
.contact__form select:focus {
  border-color: #000;
  outline: none;
}

.contact__form input:focus + label,
.contact__form select:focus + label {
  font-size: 13px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.contact__form input:not(:placeholder-shown) + label,
.contact__form select:not(:placeholder-shown) + label {
  font-size: 13px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.contact__form textarea {
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 7px 20px;
  width: 100%;
  text-align: left;
}

.contact__form textarea:active, .contact__form textarea:focus {
  border-color: #000;
  outline: none;
}

.contact__form #textarea-label {
  top: 10px;
}

.contact__form textarea:focus + label {
  font-size: 13px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.contact__form textarea:valid + label {
  font-size: 13px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.contact__form select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

@media (min-width: 768px) {
  .contact__form #email,
  .contact__form #tel {
    width: 98%;
  }
}

.contact__form #email {
  justify-self: flex-start;
}

@media (min-width: 768px) {
  .contact__form #tel {
    position: relative;
    right: -6px;
  }
}

@media (min-width: 768px) {
  .contact__form #tel-label {
    left: 24px;
  }
}

.contact__form-submit input {
  background: #0082fa;
  color: #fff;
  border: none;
  width: 100%;
  height: 48px;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .contact__form-submit input {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .contact__form-submit input {
    width: 220px;
  }
}

.contact__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}

.contact__info-wrapper img {
  height: 18px;
  width: 18px;
  margin-right: 6px;
}

.contact__info-wrapper p {
  color: #707070;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}

.contact__character-counter {
  position: absolute;
  bottom: 8px;
  right: 20px;
  font-size: 12px;
  color: #707070;
}

::file-selector-button,
::-webkit-file-upload-button,
#file {
  background: #ebebeb;
  border: none;
  border-radius: 32px;
  width: 100%;
  height: 0;
  padding: 0;
}

input[type="file"] {
  opacity: 0;
}

.contact__file-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (min-width: 768px) {
  .contact__file-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 26px;
  }
}

#file-label {
  background-color: #f0f0f0;
  border-radius: 32px;
  height: 40px;
  max-width: 172px;
  color: #666666;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  #file-label {
    width: 172px;
  }
}

#file-label ::after {
  content: "ewrw";
}

#file-label:hover {
  background: #e0e0e0;
}

#file-label:active {
  background: #cccccc;
}

#file-info {
  color: #707070;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  #file-info {
    margin-left: 12px;
    margin-bottom: 0;
    margin-top: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

#checkbox1 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 3px;
  position: relative;
  z-index: 2;
}

#checkbox-checked {
  display: none;
  position: absolute;
  top: 0;
  z-index: 1;
  margin-top: 3px;
}

#checkbox1:checked ~ #checkbox-checked {
  display: block;
}

#checkbox1:checked {
  opacity: 0;
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .newsletter {
    max-height: 400px;
  }
}

.newsletter p {
  margin-bottom: 6px;
}

.newsletter__items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .newsletter__items-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 0;
  }
}

.newsletter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  text-align: center;
  margin: 17px;
}

.newsletter__item img {
  margin-bottom: 16px;
  height: 30px;
  width: auto;
}

.newsletter__item p {
  line-height: 22px;
}

.newsletter__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
  border-radius: 16px;
  padding: 24px;
  max-width: 600px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .newsletter__card {
    padding: 42px;
  }
}

.newsletter__card p {
  font-size: 0.9rem;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .newsletter__card p {
    margin-left: 30px;
  }
}

.newsletter__input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.newsletter__input-wrapper label {
  position: absolute;
  left: 18px;
  color: #707070;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  background: #fff;
  padding: 0 4px;
}

@media (min-width: 576px) {
  .newsletter__input-wrapper label {
    left: 68px;
  }
}

.newsletter__form {
  position: relative;
  width: 100%;
}

@media (min-width: 576px) {
  .newsletter__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.newsletter__form input,
.newsletter__form select {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 28px;
  padding: 7px 20px;
  width: 100%;
  text-align: left;
  height: 48px;
}

@media (min-width: 576px) {
  .newsletter__form input,
  .newsletter__form select {
    margin-left: 50px;
  }
}

.newsletter__form input::-webkit-input-placeholder,
.newsletter__form select::-webkit-input-placeholder {
  color: #707070;
}

.newsletter__form input:-ms-input-placeholder,
.newsletter__form select:-ms-input-placeholder {
  color: #707070;
}

.newsletter__form input::-ms-input-placeholder,
.newsletter__form select::-ms-input-placeholder {
  color: #707070;
}

.newsletter__form input::placeholder,
.newsletter__form select::placeholder {
  color: #707070;
}

.newsletter__form input:active, .newsletter__form input:focus,
.newsletter__form select:active,
.newsletter__form select:focus {
  outline: none;
}

.newsletter__form input:focus + label,
.newsletter__form select:focus + label {
  font-size: 13px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.newsletter__form input:not(:placeholder-shown) + label,
.newsletter__form select:not(:placeholder-shown) + label {
  font-size: 13px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.newsletter__form-submit button {
  width: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  margin: 0;
  text-align: center;
  white-space: nowrap;
  margin-top: 10px;
}

@media (min-width: 576px) {
  .newsletter__form-submit button {
    position: relative;
    left: -50px;
    margin-top: 0;
  }
}

.section1 {
  background-color: #333333;
}

.section1 h2,
.section1 p {
  color: #fff;
}

.section2 {
  position: relative;
  background-color: #fff;
}

.section2 h2 {
  margin-bottom: 20px;
}

.section2 img {
  margin-top: 60px;
}

.section2__arrows {
  position: absolute;
  width: 20%;
  max-width: 360px;
  bottom: 6%;
  right: 60px;
}

.features__pc {
  position: relative;
  text-align: center;
}

.features__pc .gfx {
  left: 88%;
  top: 50%;
}

.features__pc #img-pc {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (min-width: 992px) {
  .features__pc #img-pc {
    max-width: 500px;
  }
}

.features__plus {
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  opacity: 0.8;
  width: 40px;
  height: 40px;
  -webkit-animation: pulse 1.4s ease-out infinite;
          animation: pulse 1.4s ease-out infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-direction: alternate-reverse;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (min-width: 576px) {
  .features__plus {
    width: 50px;
    height: 50px;
  }
}

.features__plus > * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.features__plus:first-of-type {
  top: 40%;
  left: 24%;
}

.features__plus:nth-of-type(2) {
  top: 28%;
  right: 20%;
}

@media (min-width: 768px) {
  .features__plus:nth-of-type(2) {
    top: 24%;
    right: 18%;
  }
}

@media (min-width: 992px) {
  .features__plus:nth-of-type(2) {
    top: 20%;
    right: 4%;
  }
}

@media (min-width: 1200px) {
  .features__plus:nth-of-type(2) {
    right: 14%;
  }
}

@media (min-width: 1400px) {
  .features__plus:nth-of-type(2) {
    right: 20%;
  }
}

.features__plus:nth-of-type(3) {
  top: 80%;
  left: 24%;
}

.features__plus:nth-of-type(4) {
  top: 74%;
  right: 20%;
}

.features__plus.active {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}

.features__plus.active #Group_1,
.features__plus.active #Path_1 {
  opacity: initial;
}

.features__plus #Group_1,
.features__plus #Path_1 {
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.features__plus:hover {
  cursor: pointer;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.features__plus:hover #Group_1,
.features__plus:hover #Path_1 {
  opacity: 1;
}

.features__plus:hover:active {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.features__tab {
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.features__tab.active {
  display: block;
}

.features__copy {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section3 {
  position: relative;
  background-color: #000;
}

.section3 #gfx-2 {
  right: 86%;
  width: unset;
  top: 48%;
  /*     @include sm {
      left: -40px;
      width: unset;
      top: 40%;
    } */
}

.section3 h2,
.section3 p {
  color: #fff;
}

.section3 img {
  margin-top: 80px;
}

.section3__arrows {
  position: absolute;
  width: 20%;
  max-width: 360px;
  bottom: 6%;
  right: 60px;
}

.section4 {
  background-color: #333333;
}

.section4 #gfx-3 {
  top: 39%;
  min-width: 800px;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section4 h2,
.section4 p {
  color: #fff;
}

.section4 .switches-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}

.section4 .switches-wrapper img {
  width: 80%;
}

.section4 .switches-wrapper .cta-round {
  text-align: center;
  height: 50px;
  width: 50px;
  border-radius: 200px;
  border: 2px solid #fff;
  background: none;
  margin-top: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section4 .switches-wrapper .cta-round svg {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section4 .switches-wrapper .cta-round:hover {
  background: #fff;
}

.section4 .switches-wrapper .cta-round:hover svg {
  fill: #000;
}

.section4 .switches-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section4 .switches-item:first-child {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .section4 .switches-item {
    margin-bottom: 0;
  }
}

.section4 .switches-item h3 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  line-height: 1.5;
}

.section4 .switches-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}

.section4 .switches-item a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section4 .switches-item a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.section5 {
  background: #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.section5 img {
  max-width: 400px;
  width: 80%;
}

.section5 h1,
.section5 h2 {
  color: #fff;
  margin-bottom: 6px;
}

.section5 .cta {
  margin: 0 auto;
  margin-top: 20px;
}

.section5 .monkey {
  max-width: 160px;
  margin: 0 auto;
  margin-top: 50px;
}

.benchmark__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  /*  */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .benchmark__tabs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 100px;
  }
}

.benchmark__tab {
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.8;
  /*  */
  width: calc(50% - 40px);
  margin: 16px;
}

@media (min-width: 768px) {
  .benchmark__tab {
    width: unset;
    margin: unset;
  }
}

.benchmark__tab:hover {
  cursor: pointer;
  opacity: 0.6;
}

.benchmark__tab.active {
  text-decoration: underline;
  text-underline-offset: 2px;
  opacity: 1;
}

.benchmark__tab.active:hover {
  opacity: 1;
}

.benchmark__results {
  margin-top: 80px;
  opacity: 0;
  display: none;
  /*  */
  margin-top: 60px;
}

@media (min-width: 768px) {
  .benchmark__results {
    margin-top: 80px;
  }
}

.benchmark__results.active {
  display: block;
  opacity: 1;
}

.benchmark__results-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  .benchmark__results-item {
    margin-bottom: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.benchmark__results-item .power {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .benchmark__results-item .power {
    width: 30%;
    margin-bottom: unset;
  }
}

.benchmark__results-item .power h1 {
  color: #fff;
}

.benchmark__results-item .power p {
  font-size: 1.1rem;
}

.benchmark__results-item .chart {
  width: 100%;
}

@media (min-width: 768px) {
  .benchmark__results-item .chart {
    width: 70%;
  }
}

.benchmark__results-item .chart .fill-up {
  opacity: 0;
}

.benchmark__results-item .chart .line-1,
.benchmark__results-item .chart .line-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 6px 20px;
  height: 40px;
}

.benchmark__results-item .chart .line-1 {
  background: #464646;
  margin-bottom: 20px;
}

.benchmark__results-item .chart .line-2 {
  background: #000000;
}

.benchmark__results[data-chart="1"] .benchmark__results-item:first-child .chart .line-1 {
  width: 40%;
}

.benchmark__results[data-chart="1"] .benchmark__results-item:first-child .chart .line-2 {
  width: 42%;
}

.benchmark__results[data-chart="1"] .benchmark__results-item:nth-child(2) .chart .line-1 {
  width: 60%;
}

.benchmark__results[data-chart="1"] .benchmark__results-item:nth-child(2) .chart .line-2 {
  width: 62%;
}

.benchmark__results[data-chart="1"] .benchmark__results-item:nth-child(3) .chart .line-1 {
  width: 80%;
}

.benchmark__results[data-chart="1"] .benchmark__results-item:nth-child(3) .chart .line-2 {
  width: 82%;
}

.upperfooter {
  background: #000;
  color: #fff;
}

.upperfooter__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .upperfooter__copy {
    margin-bottom: 0;
  }
}

.upperfooter__copy .cta {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (min-width: 768px) {
  .upperfooter__copy .cta {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.upperfooter__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Animations */
/* GSAP */
.fade-in,
.fade-in-delay,
.fade-up,
.fade-up-delay,
.fade-in-right,
.fade-in-right-delay,
.fade-in-left,
.fade-in-left-delay,
.fade-down,
.fade-down-delay {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-up,
.fade-up-delay {
  will-change: transform;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  /* animation distance */
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-down,
.fade-down-delay {
  will-change: transform;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  /* animation distance */
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-in-right,
.fade-in-right-delay {
  will-change: transform;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  /* animation distance */
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

.fade-in-left,
.fade-in-left-delay {
  will-change: transform;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  /* animation distance */
  -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}

/* Slider */
.slider__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider {
  margin-bottom: 0;
  margin: 0 auto;
}

.tns-ovh {
  overflow: visible;
}

.slider__nav {
  display: none;
}

@media (min-width: 768px) {
  .slider__nav {
    display: block;
  }
}

.slider__nav button {
  height: 50px;
  width: 50px;
  border-radius: 0;
  border: none;
  background: #000;
  margin: 0 20px;
}

@media screen and (min-width: 576px) {
  .slider__nav button {
    margin: 0 -10px;
  }
}

/* @media screen and (min-width: 1500px) {
  .slider__nav button {
    margin: 0 -80px;
  }
} */
.slider__nav-next:hover,
.slider__nav-prev:hover {
  background: black;
}

.slider__nav-next:active,
.slider__nav-prev:active {
  background: black;
}

.slider__nav-next,
.slider__nav-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider__nav-next {
  right: 0;
  top: 30%;
}

@media screen and (min-width: 576px) {
  .slider__nav-next {
    top: 50%;
  }
}

.slider__nav-prev {
  left: 0;
  top: 30%;
}

@media screen and (min-width: 576px) {
  .slider__nav-prev {
    top: 50%;
  }
}

.slider__nav button[disabled] {
  background: rgba(0, 0, 0, 0.15);
  opacity: 0.4;
}

.slider__nav button[disabled] svg {
  fill: rgba(0, 0, 0, 0.4);
}

.tns-outer {
  padding: 0;
}

.tns-item {
  opacity: 0.15;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.tns-slide-active {
  opacity: 1;
  -webkit-filter: unset;
          filter: unset;
}

.tns-nav {
  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;
  margin: 26px 0 0 0;
}

@media (min-width: 576px) {
  .tns-nav {
    display: none;
  }
}

.tns-nav [aria-controls] {
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 0 2px;
  border-radius: 0;
  background: #cccccc;
  border: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tns-nav .tns-nav-active {
  background: #000;
  width: 8px;
  height: 8px;
}

/* Custom styles */
@font-face {
  font-family: ocr;
  src: url("../../fonts/OCRAEU.ttf");
}

/* end Custom styles */
/*# sourceMappingURL=main.css.map */