/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  box-sizing: border-box;
}

img, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Libraries, which is used in current project. */
/* Libraries, which is used in current project. */
/* Some styles, which is used for correct sprite-generation, vars, mixins and etc */
/* Please, do not edit with file! */
/* This file can be overwritten by update-project! */
/* Mixins, which are specific for current project */
/* Mixins and vars for sprite generation */
/* Scss for used fonts */
/* Vars, which are specific for current project */
/* Styles for UI-elements */
:root {
  --font-family: "Figtree", sans-serif;
  --color-main: #000;
  --color-gray: #707070;
  --color-gray-bg:#f7f7f8;
  --section-padding: 10rem 0;
  --transition: .3s ease-out;
}
@media (max-width: 992px) {
  :root {
    --section-padding: 4.5rem 0;
  }
}

a {
  outline: none;
  text-decoration: none;
  color: var(--color-main);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.title {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.title_xl {
  font-size: 4.125rem;
}
.title_lg {
  font-size: 3.375rem;
}
.title_md {
  font-size: 2.75rem;
}
.title_sm {
  font-size: 2rem;
}
.title_xs {
  font-size: 1.625rem;
}
.title_xxs {
  font-size: 1.375rem;
}

.section-head {
  margin-bottom: 4rem;
  max-width: 1000px;
}
.section-head_middle {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-subheading {
  color: var(--color-gray);
  margin: 0 0 0.5rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.section-desc {
  margin-top: 1.5rem;
  color: var(--color-gray);
  font-size: 1.125rem;
  max-width: 590px;
}

.section-head_middle .section-desc {
  margin-left: auto;
  margin-right: auto;
}

.section-buttons {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: flex;
}

.section-head_middle .section-buttons {
  -webkit-box-pack: center;
          justify-content: center;
}

.button {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: var(--color-main);
  outline: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid transparent;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: var(--font-family);
  border-radius: 0;
  height: 52px;
  gap: 6px;
  padding: 0 1.875rem;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.button_small {
  height: 38px;
  padding: 0 0.875rem;
  font-size: 0.75rem;
}
.button_overlay {
  overflow: hidden;
  background: #fff;
}
.button_overlay span {
  position: relative;
  z-index: 3;
}
.button_overlay-bg {
  position: absolute;
  top: 0;
  left: -1px;
  right: 0;
  bottom: -46px;
  background: var(--color-main);
  height: 122%;
  width: 171%;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.button_overlay:hover {
  border-color: #D2D2D2;
  color: var(--color-main);
}
.button_overlay:hover .button_overlay-bg {
  -webkit-transform: translateY(-160%) rotate(20deg);
          transform: translateY(-160%) rotate(20deg);
}
.button_white {
  background: #fff;
  color: var(--color-main);
}
.button_white.button_overlay {
  background: var(--color-main);
  color: var(--color-main);
}
.button_white.button_overlay:hover {
  color: #fff;
}
.button_white.button_overlay .button_overlay-bg {
  background: #fff;
}
.button_empty {
  padding: 0;
  height: initial;
  background: none;
  color: var(--color-main);
  border: 0;
  line-height: 1.2;
}
.button_empty svg {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.button_empty:hover svg {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.button_empty.button_white {
  color: #fff;
}

.title-animate-words {
  opacity: 0;
}
.title-animate-words em {
  color: inherit;
  font-style: normal;
  overflow: hidden;
}
.title-animate-words em span {
  color: inherit;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  display: inline-block;
}
.title-animate-words_show {
  opacity: 1;
}
.title-animate-words_show em span {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.title-animate-words_show em:nth-child(2) span {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.title-animate-words_show em:nth-child(3) span {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.title-animate-words_show em:nth-child(4) span {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.title-animate-words_show em:nth-child(5) span {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.title-animate-words_show em:nth-child(6) span {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.title-animate-words_show em:nth-child(7) span {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.title-animate-words_show em:nth-child(8) span {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.title-animate-words_show em:nth-child(9) span {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition: 0.5s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}
.fadeIn_active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.fadeIn_2 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.fadeIn_3 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.fadeIn_4 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.fadeIn_5 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

/*! Shopify Button */
.shopify-button {
  display: -webkit-inline-box;
  display: inline-flex;
  gap: 10px;
  height: 4rem;
  -webkit-box-align: center;
          align-items: center;
  background: #000;
  padding: 0 17px 0 13px !important;
  color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  border: 1px solid #c3ccd4;
  border-radius: 7px;
  font-weight: 600;
  text-align: left !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: 241px;
  white-space: nowrap;
}

.shopify-button svg {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.shopify-button span {
  display: block;
  padding: 0 !important;
}

.shopify-button:hover {
  background: #333;
  color: #fff;
}

.shopify-button span.shopify-button__note {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 2px 0 0 1px !important;
}

.shopify-button span.shopify-button__title {
  font-size: 18px;
  letter-spacing: -0.04em;
  padding: 0 !important;
}

.shopify-button_white,
[data-color-scheme=dark] .shopify-button {
  background: #fff;
  color: #000;
}

.shopify-button_white:hover,
[data-color-scheme=dark] .shopify-button:hover {
  background: #eee;
  color: #000;
}

/* Common styles for current project */
html {
  font-size: 16px;
}

html, body {
  height: 100%;
}

body {
  background: #fff;
  color: var(--color-main);
  font-size: 1rem;
  font-family: var(--font-family);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

.container {
  max-width: 1776px;
  padding: 0 3rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 680px) {
  .container {
    padding: 0 1.25rem;
  }
}

.section {
  padding: var(--section-padding);
  position: relative;
}
.section_gray {
  background: var(--color-gray-bg);
}
.section_dark {
  background: #151516;
}
.section_overflow {
  overflow: hidden;
}
.section_no-padding {
  padding: 0;
}
.section_no-padding-top {
  padding-top: 0;
}
.section_no-padding-btm {
  padding-bottom: 0;
}

/* Plugins, which is used in current project. */
/* Components, which is used in current project. */
/*! Header
----------------------------
 */
.ep-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  width: 100%;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.ep-header:hover {
  background: white;
}
.ep-header_hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.ep-header__grid {
  height: 5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 680px) {
  .ep-header__grid {
    height: 3rem;
  }
}
.ep-header__logo {
  cursor: pointer;
}
.ep-header__logo img {
  width: auto;
}
@media (max-width: 1280px) {
  .ep-header__logo img {
    height: 34px;
  }
}
@media (max-width: 680px) {
  .ep-header__logo img {
    height: 28px;
  }
}
.ep-header__menu {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 1280px) {
  .ep-header__menu {
    gap: 1rem;
  }
}
@media (max-width: 1180px) {
  .ep-header__menu {
    position: initial;
    -webkit-transform: none;
            transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 0 2rem;
  }
}
.ep-header__item {
  position: relative;
}
@media (max-width: 1180px) {
  .ep-header__item {
    width: 100%;
  }
}
.ep-header__drop {
  left: 0;
  top: calc(100% - 0.5rem);
  position: absolute;
  padding: 1rem 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 158px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.ep-header__drop_show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  pointer-events: auto;
}
.ep-header__drop_w2 {
  width: 420px;
}
.ep-header__drop_w2 .ep-header__drop-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1180px) {
  .ep-header__drop_w2 .ep-header__drop-inner {
    grid-row-gap: 1rem;
  }
}
.ep-header__drop-inner {
  padding: 1rem 0;
  border: 1px solid #747474;
  background: #fff;
}
@media (max-width: 1180px) {
  .ep-header__drop-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    grid-row-gap: 1rem;
  }
}
@media (max-width: 1180px) {
  .ep-header__drop {
    position: initial;
    display: none;
    opacity: 1;
    width: initial;
    padding: 0.5rem 0;
    border-left: 0;
    border-right: 0;
    pointer-events: auto;
    margin: 1rem 0 0;
    border-radius: 0;
    -webkit-transform: none;
            transform: none;
  }
  .ep-header__drop_show {
    display: block;
  }
}
.ep-header__drop-links {
  height: 2rem;
  padding: 0 1.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 0.875rem;
}
@media (max-width: 1180px) {
  .ep-header__drop-links {
    -webkit-box-pack: center;
            justify-content: center;
    padding: 0;
    height: initial;
  }
}
.ep-header__drop:hover .ep-header__drop-links {
  opacity: 0.5;
}
.ep-header__drop:hover .ep-header__drop-links:hover {
  opacity: 1;
}
@media (max-width: 1180px) {
  .ep-header__content {
    position: absolute;
    left: -3rem;
    top: calc(100% - 1px);
    width: calc(100% + 6rem);
    background: #fff;
    border-bottom: 1px solid var(--color-gray);
    padding: 1.5rem 1.25rem 3rem;
    pointer-events: none;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .ep-header__content_show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 680px) {
  .ep-header__content {
    left: -1.25rem;
    width: calc(100% + 2.5rem);
  }
}
.ep-header__links {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 2px;
}
@media (max-width: 1180px) {
  .ep-header__links {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.ep-header__links svg {
  -webkit-transition: -webkit-transform var(--transition);
  transition: -webkit-transform var(--transition);
  transition: transform var(--transition);
  transition: transform var(--transition), -webkit-transform var(--transition);
}
.ep-header__links_active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 1180px) {
  .ep-header__links:hover {
    color: var(--color-accent);
  }
}
.ep-header__menu:hover .ep-header__links {
  opacity: 0.5;
}
.ep-header__menu:hover .ep-header__links:hover, .ep-header__menu:hover .ep-header__links_active {
  opacity: 1;
}
.ep-header__burger {
  display: none;
  position: relative;
  z-index: 10;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 26px;
}
@media (max-width: 1180px) {
  .ep-header__burger {
    display: -webkit-box;
    display: flex;
  }
}
.ep-header__burger i {
  background: var(--color-main);
  width: 26px;
  display: block;
  height: 2px;
  margin: 3px 0;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
}
.ep-header__burger i:first-child {
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: relative;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.ep-header__burger i:nth-child(2) {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.ep-header__burger i:nth-child(3) {
  position: relative;
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.ep-header__burger_active i:first-child {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.ep-header__burger_active i:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.ep-header__burger_active i:nth-child(3) {
  top: -8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
@media (max-width: 1180px) {
  .ep-header__actions {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

/*! Hero
---------------------
 */
.ep-hero .section-head {
  margin-bottom: 0;
}

.ep-hero-gallery {
  margin: -5rem 0;
  padding: 5rem 0;
}
.ep-hero-gallery__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 1.5rem;
}
.ep-hero-gallery__row {
  display: -webkit-box;
  display: flex;
  gap: 1.5rem;
}
.ep-hero-gallery__row img {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -webkit-filter: drop-shadow(0 5px 70px rgba(6, 13, 33, 0.06));
          filter: drop-shadow(0 5px 70px rgba(6, 13, 33, 0.06));
}
.ep-hero-gallery__row_left {
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.ep-hero-gallery__row_right {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

/*! Grid Features
-----------------------
 */
.ep-grid-features__grid {
  display: -webkit-box;
  display: flex;
}
.ep-grid-features__line {
  -webkit-box-flex: 0;
          flex: none;
  width: 1px;
  background: #D2D2D2;
}
.ep-grid-features__item {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.ep-grid-features__desc {
  margin-top: 0.5rem;
  color: var(--color-gray);
}

/*! Demos
--------------
 */
.ep-demos__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.ep-demos__item {
  height: 1000px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.ep-demos__item_end {
  background: var(--color-gray-bg);
}
.ep-demos__item_end .section-head {
  max-width: 650px;
  margin-bottom: 0;
}
.ep-demos__item_end .section-desc {
  max-width: 480px;
}
.ep-demos__block {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 540px;
}
.ep-demos__pic {
  display: block;
  margin: 0 0 30px;
}
.ep-demos__pic img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.ep-demos__item:hover .ep-demos__pic img {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}
.ep-demos__top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.ep-demos__top .title {
  color: #fff;
}
.ep-demos__category {
  height: 25px;
  color: #fff;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 6px;
  font-size: 0.875rem;
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.ep-demos__desc {
  display: block;
  margin: 0.5rem 0 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.125rem;
}
.ep-demos__item:hover .button svg {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.ep-demos__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ep-demos__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/*! Hero Sections
--------------
 */
.ep-hero-sections__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 3rem;
}
.ep-hero-sections__item {
  border-radius: 8px;
  background: #fff;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
}
.ep-hero-sections__pic {
  -webkit-box-flex: 0;
          flex: none;
}
.ep-hero-sections__pic img {
  -webkit-filter: drop-shadow(0 5px 70px rgba(6, 13, 33, 0.06));
          filter: drop-shadow(0 5px 70px rgba(6, 13, 33, 0.06));
}
.ep-hero-sections__about {
  padding: 4rem;
  -webkit-box-flex: 1;
          flex: auto;
}
.ep-hero-sections__about .section-desc {
  margin-top: 0.5rem;
  max-width: 540px;
}

/*! Animations
--------------
 */
.ep-animations__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 5rem;
  max-width: 1270px;
  margin: 0 auto;
}
.ep-animations__pic {
  -webkit-box-flex: 0;
          flex: none;
}
.ep-animations__pic img {
  -webkit-filter: drop-shadow(0 5px 70px rgba(6, 13, 33, 0.06));
          filter: drop-shadow(0 5px 70px rgba(6, 13, 33, 0.06));
}
.ep-animations__about {
  padding: 1.5rem 0 0;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}
.ep-animations__about .section-desc {
  margin-top: 0.5rem;
}

/*! Subscribe
---------------------------
 */
.subscribe-newsletter__grid {
  background: #151516;
  border-radius: 8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .subscribe-newsletter__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
.subscribe-newsletter_white .subscribe-newsletter__grid {
  background: none;
}
.subscribe-newsletter__about {
  -webkit-box-flex: 1;
          flex: auto;
  padding: 4rem;
}
@media (max-width: 992px) {
  .subscribe-newsletter__about {
    padding: 2rem;
  }
}
.subscribe-newsletter_white .subscribe-newsletter__about {
  padding: 0;
}
.subscribe-newsletter .title {
  color: #fff;
}
.subscribe-newsletter_white .title {
  color: var(--color-main);
}
.subscribe-newsletter__note {
  margin: 1rem 0 1.5rem;
  font-size: 1.125rem;
  opacity: 0.7;
  max-width: 530px;
  color: #fff;
}
@media (max-width: 992px) {
  .subscribe-newsletter__note {
    font-size: 0.875rem;
  }
}
.subscribe-newsletter_white .subscribe-newsletter__note {
  color: #1E1E1E;
}
.subscribe-newsletter__img {
  -webkit-box-flex: 0;
          flex: none;
  width: 58%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
@media (max-width: 992px) {
  .subscribe-newsletter__img {
    width: 100%;
  }
}
.subscribe-newsletter_white .subscribe-newsletter__img {
  display: block;
}

.subform {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  grid-row-gap: 1.5rem;
  -webkit-box-align: center;
          align-items: center;
  max-width: 530px;
}
@media (max-width: 992px) {
  .subform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.subform__value {
  width: 100%;
  display: -webkit-box;
  display: flex;
  gap: 10px;
}
@media (max-width: 992px) {
  .subform__value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.subform__value input {
  background: #343435;
  height: 52px;
  width: 100%;
  -webkit-box-flex: 1;
          flex: auto;
  color: #fff;
  border: 1px solid transparent;
  box-sizing: border-box;
  outline: none;
  font-size: 1rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 0;
  padding: 0 24px;
}
.subform__value input:focus {
  border-color: rgba(255, 255, 255, 0.15);
}
.subform__value input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.subform__value input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.subform__value input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.subform__value input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.subform__value input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.subform .button {
  height: 52px;
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 992px) {
  .subform .button {
    width: 100%;
  }
}
.subform__agree {
  width: calc(100% - 184px);
  -webkit-box-flex: 1;
          flex: auto;
}
@media (max-width: 992px) {
  .subform__agree {
    width: 100%;
  }
}

.checkbox {
  display: none;
}
.checkbox + label {
  display: block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 34px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  padding-top: 2px;
  font-weight: 500;
  cursor: pointer;
  min-height: 1.25rem;
  max-width: 400px;
  line-height: 1.2;
}
.checkbox + label a {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
}
.checkbox + label a:hover {
  color: white;
  border-color: rgba(255, 255, 255, 0.7);
}
.checkbox + label:before {
  content: "";
  cursor: pointer;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 2px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.checkbox + label:after {
  content: "";
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEzNjVfMTA0NykiPgo8cGF0aCBkPSJNOC4zMDMzMyAxMi42NDMzTDE1Ljk2MzMgNC45ODI0OEwxNy4xNDI1IDYuMTYwODJMOC4zMDMzMyAxNUwzIDkuNjk2NjVMNC4xNzgzMyA4LjUxODMyTDguMzAzMzMgMTIuNjQzM1oiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTM2NV8xMDQ3Ij4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=") no-repeat 50% 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
.checkbox + label:hover:before {
  border-color: #fff;
}
.checkbox:checked + label:after {
  opacity: 1;
}
.checkbox:checked + label:before {
  background: #fff;
  border-color: #fff;
}

.subscribe-newsletter_white .subform__value input {
  background: #EDEDED;
  color: #000;
}
.subscribe-newsletter_white .subform__value input:focus {
  border-color: rgba(0, 0, 0, 0.15);
}
.subscribe-newsletter_white .subform__value input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.subscribe-newsletter_white .subform__value input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.subscribe-newsletter_white .subform__value input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.subscribe-newsletter_white .subform__value input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.subscribe-newsletter_white .subform__value input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.subscribe-newsletter_white .checkbox + label {
  color: rgba(0, 0, 0, 0.7);
}
.subscribe-newsletter_white .checkbox + label a {
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.subscribe-newsletter_white .checkbox + label a:hover {
  color: black;
  border-color: rgba(0, 0, 0, 0.7);
}
.subscribe-newsletter_white .checkbox + label:before {
  border: 2px solid rgba(0, 0, 0, 0.4);
}
.subscribe-newsletter_white .checkbox + label:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.subscribe-newsletter_white .checkbox + label:hover:before {
  border-color: #000;
}
.subscribe-newsletter_white .checkbox:checked + label:before {
  background: #1E1E1E;
  border-color: #1E1E1E;
}

/*! Collections
--------------
 */
.ep-collections__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 3rem;
}
.ep-collections__item {
  border-radius: 8px;
  background: var(--color-gray-bg);
  -webkit-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: flex;
}
.ep-collections__pic {
  -webkit-box-flex: 0;
          flex: none;
}
.ep-collections__about {
  padding: 3.5rem;
  -webkit-box-flex: 1;
          flex: auto;
}
.ep-collections__about .section-desc {
  margin-top: 0.5rem;
  max-width: 520px;
}

/*! Promo Section
--------------
 */
.ep-promo-section__start {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 8px;
  background: #fff;
}
.ep-promo-section__start-pic {
  -webkit-box-flex: 0;
          flex: none;
  width: 52%;
}
.ep-promo-section__start-about {
  padding: 4rem;
  -webkit-box-flex: 1;
          flex: auto;
}
.ep-promo-section__start-about .section-desc {
  margin-top: 0.5rem;
  max-width: 540px;
}
.ep-promo-section__grid {
  display: grid;
  margin: 2rem 0 0;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
.ep-promo-section__item {
  border-radius: 8px;
  background: #fff;
}
.ep-promo-section__about {
  padding: 2rem;
}
.ep-promo-section__about .section-desc {
  margin-top: 0.5rem;
}

/*! Catalog
--------------
 */
.ep-catalog__video {
  margin: 0 0 6.25rem;
}
.ep-catalog__video img {
  -webkit-filter: drop-shadow(0 5px 70px rgba(6, 13, 33, 0.06));
          filter: drop-shadow(0 5px 70px rgba(6, 13, 33, 0.06));
}
.ep-catalog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.ep-catalog__about {
  margin: 1rem 0 0;
}
.ep-catalog__about .section-desc {
  margin-top: 0.5rem;
}

/*! Product
-------------------
 */
.ep-product__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 3rem;
  margin: 0 0 10rem;
}
.ep-product__item {
  border-radius: 8px;
  background: #fff;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
}
.ep-product__pic {
  -webkit-box-flex: 0;
          flex: none;
}
.ep-product__about {
  padding: 4rem;
  -webkit-box-flex: 1;
          flex: auto;
}
.ep-product__about .section-desc {
  margin-top: 0.5rem;
  max-width: 500px;
}
.ep-product__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.ep-product__card {
  border-radius: 8px;
  background: #fff;
}
.ep-product__card .ep-product__about {
  padding: 2rem;
}

/*! Premium
-------------------
 */
.ep-premium-banner__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
.ep-premium-banner__about {
  padding: 7.5rem 0;
  max-width: 800px;
}
.ep-premium-banner__about .title {
  color: #fff;
}
.ep-premium-banner__about .section-desc {
  max-width: 500px;
  color: #fff;
  opacity: 0.7;
}

.ep-premium-section {
  position: relative;
  padding: 12.5rem 0;
}
.ep-premium-section__scroller {
  position: absolute;
  top: 0;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  will-change: transform;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 1.5rem;
}
.ep-premium-section__scroller_left {
  left: -10%;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.ep-premium-section__scroller_right {
  right: -10%;
}
.ep-premium-section__scroller-list {
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 100%;
  gap: 1.5rem;
}
.ep-premium-section__scroller_left .ep-premium-section__scroller-list {
  -webkit-animation: premiumScrollBtm 150s linear infinite;
          animation: premiumScrollBtm 150s linear infinite;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.ep-premium-section__scroller_right .ep-premium-section__scroller-list {
  -webkit-animation: premiumScrollTop 150s linear infinite;
          animation: premiumScrollTop 150s linear infinite;
}
@-webkit-keyframes premiumScrollBtm {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(calc(100% - 1.5rem));
            transform: translateY(calc(100% - 1.5rem));
  }
}
@keyframes premiumScrollBtm {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(calc(100% - 1.5rem));
            transform: translateY(calc(100% - 1.5rem));
  }
}
@-webkit-keyframes premiumScrollTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(calc(-100% - 1.5rem));
            transform: translateY(calc(-100% - 1.5rem));
  }
}
@keyframes premiumScrollTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(calc(-100% - 1.5rem));
            transform: translateY(calc(-100% - 1.5rem));
  }
}
.ep-premium-section__block .section-head {
  max-width: 800px;
  margin-bottom: 0;
}
.ep-premium-section__block .section-head .title {
  color: #fff;
}
.ep-premium-section__block .section-desc {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.7);
}

/*! More
-------------------
 */
.ep-more__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  grid-row-gap: 3rem;
}
.ep-more__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 2rem;
}
.ep-more__pic {
  -webkit-box-flex: 0;
          flex: none;
}
.ep-more__about .section-desc {
  margin-top: 0.5rem;
  font-size: 1rem;
  max-width: 512px;
}

/*! Dark
-------------------
 */
/*! Mobile
-------------------
 */
.ep-mobile .section-head {
  position: relative;
  z-index: 2;
}
.ep-mobile__scroller {
  will-change: transform;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  gap: 2rem;
  padding: 5rem 0 0;
  margin: -5rem 0 0;
  /*&:hover &-list {
    animation-play-state: paused;
  }*/
}
.ep-mobile__scroller-list {
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: 2rem;
  -webkit-animation: blogSliderScroll 100s linear infinite;
          animation: blogSliderScroll 100s linear infinite;
}
.ep-mobile__scroller-card {
  width: 335px;
}
.ep-mobile__scroller-pic {
  margin: 0 0 1rem;
}
.ep-mobile__scroller-pic img {
  -webkit-filter: drop-shadow(0 5px 70px rgba(6, 13, 33, 0.06));
          filter: drop-shadow(0 5px 70px rgba(6, 13, 33, 0.06));
}
.ep-mobile__scroller .section-desc {
  margin: 0.5rem 0 0;
  font-size: 1rem;
}
@-webkit-keyframes blogSliderScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1.5rem));
            transform: translateX(calc(-100% - 1.5rem));
  }
}
@keyframes blogSliderScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1.5rem));
            transform: translateX(calc(-100% - 1.5rem));
  }
}
.ep-mobile__banner {
  margin: 10rem 0 0;
  border-radius: 8px;
  background: #151516;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  overflow: hidden;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.ep-mobile__banner-about {
  padding: 4.25rem;
}
.ep-mobile__banner-about .title {
  color: #fff;
}
.ep-mobile__banner-about .section-text {
  color: rgba(255, 255, 255, 0.7);
  max-width: 590px;
  font-size: 1.125rem;
  margin-top: 1rem;
}
.ep-mobile__banner-qr {
  margin: 60px 0 0;
}
.ep-mobile__banner-qr-grid {
  display: -webkit-box;
  display: flex;
  gap: 1.5rem;
}
.ep-mobile__banner-qr-help {
  padding-top: 6px;
}
.ep-mobile__banner-qr-help img {
  -webkit-animation: rotateWiggle 1s infinite ease;
          animation: rotateWiggle 1s infinite ease;
}
@-webkit-keyframes rotateWiggle {
  0%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes rotateWiggle {
  0%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.ep-mobile__banner-qr-link {
  display: -webkit-inline-box;
  display: inline-flex;
  margin: 12px 0 0;
  background: rgba(255, 255, 255, 0.15);
  padding: 3px 8px;
  font-size: 12px;
  -webkit-box-align: center;
          align-items: center;
  letter-spacing: -0.02em;
  font-weight: 600;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.7);
}
.ep-mobile__banner-qr-link:hover {
  background: rgba(255, 255, 255, 0.3);
}
.ep-mobile__banner-pic-desktop img {
  height: 520px;
}
.ep-mobile__banner-pic-mobile {
  display: none;
}

/*! Popups
------------------
 */
.ep-popups__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.ep-popups__item {
  background: var(--color-gray-bg);
  border-radius: 8px;
}
.ep-popups__about {
  padding: 2rem;
}
.ep-popups__about .section-desc {
  margin-top: 0.5rem;
}
.ep-popups .ep-grid-features__grid {
  padding: var(--section-padding);
}
.ep-popups__collage {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.ep-popups__collage img {
  -webkit-filter: drop-shadow(0 37.917px 62.183px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 37.917px 62.183px rgba(0, 0, 0, 0.05));
}

/*! Features
---------------------
 */
.ep-features__main {
  border-radius: 8px;
  background: var(--color-gray-bg);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.ep-features__main-about {
  padding: 3.5rem;
}
.ep-features__main-about .section-desc {
  margin-top: 0.5rem;
  max-width: 520px;
}
.ep-features__grid {
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 2rem 0;
}
.ep-features__item {
  border-radius: 8px;
  background: var(--color-gray-bg);
}
.ep-features__about {
  padding: 2rem;
}
.ep-features__about .section-desc {
  margin-top: 0.5rem;
}
.ep-features__list {
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.ep-features__card {
  border-radius: 8px;
  background: var(--color-gray-bg);
}

/*! Unique
------------------
 */
.ep-unique__list {
  gap: 3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.ep-unique__item {
  border-radius: 8px;
  background: var(--color-gray-bg);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.ep-unique__about {
  padding: 3.5rem;
}
.ep-unique__about .section-desc {
  margin-top: 0.5rem;
  max-width: 520px;
}

/*! Blog
------------------
 */
.ep-blog__slider {
  margin: 0 0 7.5rem;
}
.ep-blog__scroller {
  will-change: transform;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  gap: 1.5rem;
  padding: 5rem 0;
  margin: -5rem 0;
}
.ep-blog__scroller-list {
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: 1.5rem;
  -webkit-animation: blogSliderScroll 150s linear infinite;
          animation: blogSliderScroll 150s linear infinite;
}
.ep-blog__scroller-list img {
  -webkit-filter: drop-shadow(0 5px 70px rgba(6, 13, 33, 0.06));
          filter: drop-shadow(0 5px 70px rgba(6, 13, 33, 0.06));
}
@keyframes blogSliderScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1.5rem));
            transform: translateX(calc(-100% - 1.5rem));
  }
}
.ep-blog__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.ep-blog__item {
  background: #fff;
  border-radius: 8px;
}
.ep-blog__about {
  padding: 2rem;
}
.ep-blog__about .section-desc {
  margin-top: 0.5rem;
}

/*! More Features
----------------------
 */
.ep-more-features__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.ep-more-features__item {
  background: #fff;
  border-radius: 8px;
}
.ep-more-features__about {
  padding: 2rem;
}
.ep-more-features__about .section-desc {
  margin-top: 0.5rem;
}
.ep-more-features__list {
  margin: 2rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.ep-more-features__card {
  background: #fff;
  border-radius: 8px;
}

/*! Support
------------------
 */
.support-section {
  background: #1D1D1F;
  background-size: cover;
  padding: 4rem 7.5rem;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .support-section {
    padding: 2rem 1.5rem;
  }
}
.support-section__top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 3rem;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .support-section__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 680px) {
  .support-section__top {
    gap: 2rem;
  }
}
.support-section__about {
  max-width: 600px;
  width: 100%;
}
.support-section .title {
  max-width: 530px;
  color: #fff;
}
.support-section__text {
  margin: 1.5rem 0 0;
  font-size: 1.125rem;
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 1480px) {
  .support-section__text {
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .support-section__text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}
.support-section__image {
  -webkit-box-flex: 0;
          flex: none;
  max-width: 624px;
}
@media (max-width: 1480px) {
  .support-section__image {
    -webkit-box-flex: 1;
            flex: auto;
  }
}
@media (max-width: 992px) {
  .support-section__image {
    max-width: 450px;
  }
}
.support-section__actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (max-width: 992px) {
  .support-section__actions {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 680px) {
  .support-section__actions {
    margin-top: 2rem;
  }
}
.support-section__column {
  position: relative;
  border-radius: 6px;
  background: #343436;
  overflow: hidden;
  padding: 1px;
}
.support-section__column:first-child:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(rgba(84, 220, 147, 0), #54dc93, rgba(84, 220, 147, 0) 30%);
  -webkit-animation: rotateBorder 4s linear infinite;
          animation: rotateBorder 4s linear infinite;
  z-index: 1;
}
@-webkit-keyframes rotateBorder {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateBorder {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.support-section__item {
  background: #343436;
  padding: 1.5rem;
  border-radius: 6px;
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 680px) {
  .support-section__item {
    padding: 1.125rem;
  }
}
.support-section__head {
  margin-bottom: 3.25rem;
  position: relative;
  padding-left: 58px;
}
@media (max-width: 680px) {
  .support-section__head {
    margin-bottom: 1.25rem;
  }
}
.support-section__head svg {
  position: absolute;
  left: 0;
  color: #fff;
  top: 0;
}
.support-section__label {
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 400;
  margin: 0;
  color: #fff;
}
.support-section__label span {
  font-weight: 500;
  font-size: 0.875rem;
  font-family: var(--font-family);
  text-transform: none;
  color: #54DC93;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 4px;
}
.support-section__label span em {
  font-size: 1rem;
  font-style: normal;
  -webkit-animation: onlineBlink 1s linear infinite;
          animation: onlineBlink 1s linear infinite;
}
@-webkit-keyframes onlineBlink {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes onlineBlink {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.support-section__desc {
  margin: 0.25rem 0 0;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  opacity: 0.7;
  color: #fff;
}
.support-section__button .button {
  width: 100%;
}
.support-section__button .button:not(.support-section__button .button_white) {
  background: rgba(255, 255, 255, 0.14);
}
.support-section__button .button:not(.support-section__button .button_white):hover {
  background: rgba(255, 255, 255, 0.25);
}

/*! Final
--------------------
 */
.ep-final {
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.ep-final__block {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.ep-final__block .section-subheading {
  color: #d2d2d2;
  opacity: 1;
}
.ep-final__block .title {
  color: #fff;
}
.ep-final__block .section-desc {
  max-width: 700px;
}
.ep-final__segment {
  bottom: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  z-index: 3;
}
.ep-final__segment img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.ep-final__segment:hover img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.ep-final__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.ep-final__bg img {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}