@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);/*!
Theme Name: BeesCute
Theme URI: http://underscores.me/
Author: Oleksandr Oliinyk
Author URI: https://github.com/devOleksandr
Description: Simple website
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: beescute
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BeesCute is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/* line 1, resources/assets/styles/generic/_normalize.scss */
:before, :after, a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  vertical-align: baseline;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

/* line 13, resources/assets/styles/generic/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

/* line 17, resources/assets/styles/generic/_normalize.scss */
body {
  line-height: 1em; }

/* line 21, resources/assets/styles/generic/_normalize.scss */
a {
  text-decoration: none;
  cursor: pointer; }

/* line 26, resources/assets/styles/generic/_normalize.scss */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top; }

/* line 33, resources/assets/styles/generic/_normalize.scss */
svg {
  width: 100%;
  height: auto;
  overflow: visible; }

/* line 39, resources/assets/styles/generic/_normalize.scss */
ol,
ul {
  list-style: none; }

/* line 44, resources/assets/styles/generic/_normalize.scss */
blockquote,
q {
  quotes: none; }

/* line 49, resources/assets/styles/generic/_normalize.scss */
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: ''; }

/* line 56, resources/assets/styles/generic/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 61, resources/assets/styles/generic/_normalize.scss */
button,
input,
select,
textarea {
  background: none; }

/* line 68, resources/assets/styles/generic/_normalize.scss */
button,
input[type='submit'],
input[type='button'],
input[type='reset'] {
  cursor: pointer; }

/* line 75, resources/assets/styles/generic/_normalize.scss */
input::-ms-clear {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
/* line 3, resources/assets/styles/generic/_box-sizing.scss */
*,
*::before,
*::after {
  box-sizing: inherit; }

/* line 9, resources/assets/styles/generic/_box-sizing.scss */
html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* line 1, resources/assets/styles/base/_global.scss */
html {
  scroll-behavior: smooth; }

/* line 5, resources/assets/styles/base/_global.scss */
body {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #16172A;
  transition: .3s ease-in, .3s ease-in-out; }

/* line 13, resources/assets/styles/base/_global.scss */
body.admin-bar .header {
  top: 32px; }
  @media all and (max-width: 782px) {
    /* line 13, resources/assets/styles/base/_global.scss */
    body.admin-bar .header {
      top: 46px; } }

/* line 21, resources/assets/styles/base/_global.scss */
main {
  min-height: 100.1vh;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto; }

/* line 28, resources/assets/styles/base/_global.scss */
section {
  padding: 80px 0; }
  @media (max-width: 991px) {
    /* line 28, resources/assets/styles/base/_global.scss */
    section {
      padding: 45px 0; } }

/* line 35, resources/assets/styles/base/_global.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  line-height: 1.2;
  font-family: "Raleway", sans-serif; }

/* line 41, resources/assets/styles/base/_global.scss */
h1 {
  font-size: 58px; }
  @media (max-width: 768px) {
    /* line 41, resources/assets/styles/base/_global.scss */
    h1 {
      font-size: 38px; } }
  /* line 47, resources/assets/styles/base/_global.scss */
  h1.light {
    font-family: "Rubik", sans-serif;
    line-height: 1.2;
    font-size: 58px; }
    @media (max-width: 768px) {
      /* line 47, resources/assets/styles/base/_global.scss */
      h1.light {
        font-size: 38px; } }

/* line 57, resources/assets/styles/base/_global.scss */
h2 {
  font-size: 42px; }
  @media (max-width: 768px) {
    /* line 57, resources/assets/styles/base/_global.scss */
    h2 {
      font-size: 32px; } }

/* line 64, resources/assets/styles/base/_global.scss */
h3 {
  font-size: 28px; }
  @media (max-width: 768px) {
    /* line 64, resources/assets/styles/base/_global.scss */
    h3 {
      font-size: 24px; } }

/* line 71, resources/assets/styles/base/_global.scss */
h4 {
  font-size: 18px; }

/* line 75, resources/assets/styles/base/_global.scss */
h5 {
  font-size: 18px; }

/* line 79, resources/assets/styles/base/_global.scss */
h6 {
  font-size: 18px; }

/* line 83, resources/assets/styles/base/_global.scss */
b,
strong {
  font-weight: bolder; }

/* line 88, resources/assets/styles/base/_global.scss */
small, .small {
  font-size: 0.875em; }

/* line 92, resources/assets/styles/base/_global.scss */
img,
svg {
  vertical-align: middle; }

/* line 97, resources/assets/styles/base/_global.scss */
picture {
  width: 100%; }
  /* line 100, resources/assets/styles/base/_global.scss */
  picture img {
    display: block; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* line 1, resources/assets/styles/components/home/_banner.scss */
.banner {
  position: relative;
  padding-top: 0;
  padding-bottom: 56px; }
  /* line 6, resources/assets/styles/components/home/_banner.scss */
  .banner__inner {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1512px; }
  /* line 10, resources/assets/styles/components/home/_banner.scss */
  .banner__bg {
    position: absolute;
    z-index: -1;
    object-fit: cover;
    height: 100%; }
  /* line 17, resources/assets/styles/components/home/_banner.scss */
  .banner__headline {
    max-width: 916px;
    width: 100%;
    margin: 0 auto;
    padding: 121px 0 16px 0;
    text-align: center; }
    @media (max-width: 576px) {
      /* line 17, resources/assets/styles/components/home/_banner.scss */
      .banner__headline {
        padding: 92px 0 16px 0; } }
    /* line 27, resources/assets/styles/components/home/_banner.scss */
    .banner__headline span {
      display: inline-block;
      background: linear-gradient(91.72deg, #664BE2 1.43%, #19A5F3 57.48%, #B62469 109.21%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      font-weight: 800;
      text-fill-color: transparent;
      position: relative; }
  /* line 39, resources/assets/styles/components/home/_banner.scss */
  .banner__star1, .banner__star2 {
    position: absolute;
    width: 18px;
    height: 18px;
    z-index: -1; }
  /* line 47, resources/assets/styles/components/home/_banner.scss */
  .banner__star1 {
    left: 0;
    top: 0; }
  /* line 52, resources/assets/styles/components/home/_banner.scss */
  .banner__star2 {
    left: 0;
    bottom: 0;
    transform: translate(50px, -2px); }
  /* line 58, resources/assets/styles/components/home/_banner.scss */
  .banner__description {
    max-width: 787px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin: 0 auto;
    text-align: center; }
    /* line 67, resources/assets/styles/components/home/_banner.scss */
    .banner__description .mark {
      background: #D2E2FC;
      border-radius: 4px;
      padding: 6px 7px; }
  /* line 74, resources/assets/styles/components/home/_banner.scss */
  .banner__action {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
      /* line 74, resources/assets/styles/components/home/_banner.scss */
      .banner__action {
        flex-direction: column; } }
    /* line 83, resources/assets/styles/components/home/_banner.scss */
    .banner__action__link {
      font-size: 16px;
      color: #FFFFFF;
      font-weight: 800;
      font-family: "Raleway", sans-serif;
      line-height: 19px;
      padding: 18px 16px;
      min-width: 180px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #0D0F2C;
      border-radius: 38px;
      transition: .3s ease-in, .3s ease-in-out;
      box-shadow: 3px 3px 12px 0px #0D0F2C66;
      min-width: 230px; }
      /* line 138, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .banner__action__link:hover {
        background: #32344E;
        box-shadow: unset; }
      /* line 143, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .banner__action__link:focus {
        background: #090A16; }
      /* line 147, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .banner__action__link:disabled, .banner__action__link.disabled {
        background: #9D9EB1;
        pointer-events: none; }
      @media (max-width: 576px) {
        /* line 83, resources/assets/styles/components/home/_banner.scss */
        .banner__action__link {
          max-width: 100%;
          width: 100%; } }
    /* line 92, resources/assets/styles/components/home/_banner.scss */
    .banner__action__button {
      margin-left: 26px;
      font-size: 16px;
      font-weight: 800;
      font-family: "Raleway", sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: .3s ease-in, .3s ease-in-out;
      background: linear-gradient(91.72deg, #664BE2 1.43%, #19A5F3 57.48%, #B62469 109.21%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      position: relative;
      color: #16172A; }
      /* line 170, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .banner__action__button:hover {
        background: linear-gradient(273.4deg, #664BE2 -4.32%, #19A5F3 51.88%, #B62469 103.75%);
        background-clip: text; }
      /* line 175, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .banner__action__button:focus {
        background: linear-gradient(273.4deg, #664BE2 -4.32%, #19A5F3 51.88%, #B62469 103.75%);
        background-clip: text; }
      /* line 180, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .banner__action__button:disabled,
      .banner__action__button .disabled {
        background-clip: text;
        background: #B9B9BF;
        pointer-events: none; }
        /* line 188, resources/assets/styles/abstracts/mixins/_mixins.scss */
        .banner__action__button:disabled svg defs stop,
        .banner__action__button .disabled svg defs stop {
          stop-color: #B9B9BF; }
      /* line 195, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .banner__action__button svg {
        width: 24px;
        height: 24px;
        margin-left: 8px; }
        /* line 201, resources/assets/styles/abstracts/mixins/_mixins.scss */
        .banner__action__button svg defs stop {
          transition: .3s ease-in, .3s ease-in-out; }
      @media (max-width: 768px) {
        /* line 92, resources/assets/styles/components/home/_banner.scss */
        .banner__action__button {
          margin-top: 24px; } }
    /* line 108, resources/assets/styles/components/home/_banner.scss */
    .banner__action__icon {
      width: 24px;
      height: 24px;
      margin-left: 8px; }
  /* line 115, resources/assets/styles/components/home/_banner.scss */
  .banner__img {
    display: block;
    max-width: 1007px;
    width: 100%;
    margin: 80px auto 0 auto; }
    @media (max-width: 576px) {
      /* line 115, resources/assets/styles/components/home/_banner.scss */
      .banner__img {
        margin-top: 40px; } }

/* line 1, resources/assets/styles/components/home/_result.scss */
.result {
  position: relative;
  padding-top: 60px;
  padding-bottom: 35px; }
  @media (max-width: 576px) {
    /* line 1, resources/assets/styles/components/home/_result.scss */
    .result {
      padding: 24px 0 15px 0; } }
  /* line 9, resources/assets/styles/components/home/_result.scss */
  .result__inner {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1512px;
    display: flex;
    flex-direction: column; }
  /* line 16, resources/assets/styles/components/home/_result.scss */
  .result__tagline {
    color: #3E57DA;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 32px;
    line-height: 19.2px;
    font-family: "Raleway", sans-serif;
    margin: 0 auto 16px auto;
    text-transform: uppercase;
    display: block;
    text-wrap: nowrap; }
  /* line 20, resources/assets/styles/components/home/_result.scss */
  .result__list {
    display: flex;
    justify-content: space-between;
    margin: 0 -16px;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      /* line 20, resources/assets/styles/components/home/_result.scss */
      .result__list {
        justify-content: space-evenly; } }
    @media (max-width: 576px) {
      /* line 20, resources/assets/styles/components/home/_result.scss */
      .result__list {
        flex-direction: column;
        align-items: center;
        margin: 0; } }
  /* line 35, resources/assets/styles/components/home/_result.scss */
  .result__item {
    max-width: 260px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px 24px 16px; }
    @media (max-width: 576px) {
      /* line 35, resources/assets/styles/components/home/_result.scss */
      .result__item {
        padding: 30px 0 0 0; }
        /* line 44, resources/assets/styles/components/home/_result.scss */
        .result__item:first-child {
          padding-top: 0; } }
    @media (max-width: 576px) {
      /* line 50, resources/assets/styles/components/home/_result.scss */
      .result__item:nth-child(n+3) {
        display: none; }
      /* line 55, resources/assets/styles/components/home/_result.scss */
      .result__item.mobile:nth-child(n+3) {
        display: flex; } }
  /* line 62, resources/assets/styles/components/home/_result.scss */
  .result__image {
    width: 66px;
    height: 66px;
    min-width: 66px;
    object-fit: contain;
    margin-bottom: 24px; }
    @media (max-width: 576px) {
      /* line 62, resources/assets/styles/components/home/_result.scss */
      .result__image {
        width: 48px;
        height: 48px;
        min-width: 48px;
        margin-bottom: 12px; } }
  /* line 76, resources/assets/styles/components/home/_result.scss */
  .result__amount {
    display: flex;
    align-items: center;
    margin-bottom: 16px; }
    @media (max-width: 576px) {
      /* line 76, resources/assets/styles/components/home/_result.scss */
      .result__amount {
        margin-bottom: 8px; } }
    /* line 84, resources/assets/styles/components/home/_result.scss */
    .result__amount__value {
      padding-right: 6px; }
      @media (max-width: 576px) {
        /* line 84, resources/assets/styles/components/home/_result.scss */
        .result__amount__value {
          margin-right: 4px; } }
    /* line 91, resources/assets/styles/components/home/_result.scss */
    .result__amount__icon {
      width: 24px;
      height: 24px;
      min-width: 24px; }
      @media (max-width: 576px) {
        /* line 91, resources/assets/styles/components/home/_result.scss */
        .result__amount__icon {
          width: 14px;
          height: 14px;
          min-width: 14px; } }
  /* line 103, resources/assets/styles/components/home/_result.scss */
  .result__description {
    font-size: 18px;
    color: #73747F;
    text-align: center;
    line-height: 1.6; }
  /* line 110, resources/assets/styles/components/home/_result.scss */
  .result__action {
    align-items: center;
    cursor: pointer;
    margin: 24px auto 0 auto;
    display: none; }
    /* line 117, resources/assets/styles/components/home/_result.scss */
    .result__action:hover span {
      color: #5E77FA; }
    /* line 122, resources/assets/styles/components/home/_result.scss */
    .result__action:hover svg path {
      stroke: #5E77FA; }
    /* line 129, resources/assets/styles/components/home/_result.scss */
    .result__action:focus span {
      color: #233CBE; }
    /* line 134, resources/assets/styles/components/home/_result.scss */
    .result__action:focus svg path {
      stroke: #233CBE; }
    /* line 141, resources/assets/styles/components/home/_result.scss */
    .result__action:disabled span {
      color: #C7CDEB; }
    /* line 146, resources/assets/styles/components/home/_result.scss */
    .result__action:disabled svg path {
      stroke: #C7CDEB; }
    /* line 152, resources/assets/styles/components/home/_result.scss */
    .result__action svg {
      width: 24px;
      height: 24px;
      transform: rotate(180deg); }
    /* line 158, resources/assets/styles/components/home/_result.scss */
    .result__action span {
      font-weight: 800;
      font-size: 16px;
      font-family: "Raleway", sans-serif;
      color: #3E57DA;
      margin-right: 10px; }
    @media (max-width: 576px) {
      /* line 167, resources/assets/styles/components/home/_result.scss */
      .result__action.resultMore.active {
        display: flex; } }
    /* line 174, resources/assets/styles/components/home/_result.scss */
    .result__action.resultLess {
      display: none; }
      /* line 177, resources/assets/styles/components/home/_result.scss */
      .result__action.resultLess.active {
        display: flex; }
        /* line 180, resources/assets/styles/components/home/_result.scss */
        .result__action.resultLess.active svg {
          transform: rotate(0); }

/* line 1, resources/assets/styles/components/home/_why-us.scss */
.why {
  position: relative; }
  /* line 3, resources/assets/styles/components/home/_why-us.scss */
  .why__inner {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1512px;
    display: flex;
    flex-direction: column; }
  /* line 10, resources/assets/styles/components/home/_why-us.scss */
  .why__tagline {
    color: #3E57DA;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 32px;
    line-height: 19.2px;
    font-family: "Raleway", sans-serif;
    margin: 0 auto 16px auto;
    text-transform: uppercase;
    display: block;
    text-wrap: nowrap; }
  /* line 14, resources/assets/styles/components/home/_why-us.scss */
  .why__headline {
    max-width: 780px;
    width: 100%;
    margin: 0 auto 40px auto;
    text-align: center; }
    @media (max-width: 576px) {
      /* line 14, resources/assets/styles/components/home/_why-us.scss */
      .why__headline {
        margin: 0 auto 32px auto; } }
    /* line 23, resources/assets/styles/components/home/_why-us.scss */
    .why__headline span {
      background: linear-gradient(91.72deg, #664BE2 1.43%, #19A5F3 57.48%, #B62469 109.21%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      font-weight: 800;
      text-fill-color: transparent;
      position: relative; }
  /* line 34, resources/assets/styles/components/home/_why-us.scss */
  .why__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px; }
    @media (max-width: 576px) {
      /* line 34, resources/assets/styles/components/home/_why-us.scss */
      .why__list {
        gap: 12px; } }
  /* line 43, resources/assets/styles/components/home/_why-us.scss */
  .why__item {
    width: calc(50% - 12px);
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0px 24px 48px -12px #0D0F2C1A;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      /* line 43, resources/assets/styles/components/home/_why-us.scss */
      .why__item {
        width: 100%;
        padding: 12px 24px; } }
    @media (max-width: 576px) {
      /* line 58, resources/assets/styles/components/home/_why-us.scss */
      .why__item:nth-child(n+6) {
        display: none; }
      /* line 62, resources/assets/styles/components/home/_why-us.scss */
      .why__item.showMobile:nth-child(n+6) {
        display: flex; } }
    /* line 68, resources/assets/styles/components/home/_why-us.scss */
    .why__item.has {
      width: calc(33.33% - 16px); }
      @media (max-width: 991px) {
        /* line 68, resources/assets/styles/components/home/_why-us.scss */
        .why__item.has {
          width: calc(50% - 12px); } }
      @media (max-width: 768px) {
        /* line 68, resources/assets/styles/components/home/_why-us.scss */
        .why__item.has {
          width: 100%; } }
    /* line 78, resources/assets/styles/components/home/_why-us.scss */
    .why__item__img {
      width: 44px;
      height: 44px; }
    /* line 83, resources/assets/styles/components/home/_why-us.scss */
    .why__item__bg {
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      width: 106px;
      height: 100%;
      object-fit: cover; }
    /* line 93, resources/assets/styles/components/home/_why-us.scss */
    .why__item__content {
      display: flex;
      flex-direction: column;
      padding-left: 32px; }
      @media (max-width: 576px) {
        /* line 93, resources/assets/styles/components/home/_why-us.scss */
        .why__item__content {
          padding-left: 24px; } }
    /* line 102, resources/assets/styles/components/home/_why-us.scss */
    .why__item__more {
      display: flex;
      align-items: center;
      margin-top: 8px;
      cursor: pointer;
      cursor: pointer;
      font-size: 16px;
      color: #3E57DA;
      font-weight: 800;
      font-family: "Raleway", 'sans-serif';
      transition: .3s ease-in, .3s ease-in-out; }
      @media (max-width: 576px) {
        /* line 102, resources/assets/styles/components/home/_why-us.scss */
        .why__item__more {
          margin-top: 10px; } }
      /* line 111, resources/assets/styles/components/home/_why-us.scss */
      .why__item__more.without {
        pointer-events: none;
        cursor: default; }
      /* line 230, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .why__item__more svg {
        width: 24px;
        height: 24px;
        margin-left: 10px;
        margin-bottom: 2px; }
        /* line 237, resources/assets/styles/abstracts/mixins/_mixins.scss */
        .why__item__more svg g path {
          transition: .3s ease-in, .3s ease-in-out; }
      /* line 243, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .why__item__more:hover {
        color: #5E77FA; }
        /* line 248, resources/assets/styles/abstracts/mixins/_mixins.scss */
        .why__item__more:hover svg g path {
          stroke: #5E77FA; }
      /* line 254, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .why__item__more:focus {
        color: #233CBE; }
        /* line 259, resources/assets/styles/abstracts/mixins/_mixins.scss */
        .why__item__more:focus svg g path {
          stroke: #233CBE; }
      /* line 266, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .why__item__more:disabled, .why__item__more.disabled {
        color: #C7CDEB; }
        /* line 272, resources/assets/styles/abstracts/mixins/_mixins.scss */
        .why__item__more:disabled svg g path, .why__item__more.disabled svg g path {
          stroke: #C7CDEB; }
    /* line 119, resources/assets/styles/components/home/_why-us.scss */
    .why__item__text {
      font-size: 18px;
      line-height: 28px;
      color: #16172A;
      font-weight: 400; }
      @media (max-width: 1200px) {
        /* line 119, resources/assets/styles/components/home/_why-us.scss */
        .why__item__text {
          font-size: 16px; } }
  /* line 130, resources/assets/styles/components/home/_why-us.scss */
  .why__button {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 800;
    font-family: "Raleway", sans-serif;
    line-height: 19px;
    padding: 18px 16px;
    min-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0D0F2C;
    border-radius: 38px;
    transition: .3s ease-in, .3s ease-in-out;
    box-shadow: 3px 3px 12px 0px #0D0F2C66;
    margin: 40px auto 0 auto; }
    /* line 138, resources/assets/styles/abstracts/mixins/_mixins.scss */
    .why__button:hover {
      background: #32344E;
      box-shadow: unset; }
    /* line 143, resources/assets/styles/abstracts/mixins/_mixins.scss */
    .why__button:focus {
      background: #090A16; }
    /* line 147, resources/assets/styles/abstracts/mixins/_mixins.scss */
    .why__button:disabled, .why__button.disabled {
      background: #9D9EB1;
      pointer-events: none; }
    @media (max-width: 576px) {
      /* line 130, resources/assets/styles/components/home/_why-us.scss */
      .why__button {
        margin: 30px auto 0 auto;
        width: 100%; } }
  /* line 139, resources/assets/styles/components/home/_why-us.scss */
  .why__action {
    align-items: center;
    cursor: pointer;
    margin: 28px auto 0 auto;
    display: none; }
    /* line 146, resources/assets/styles/components/home/_why-us.scss */
    .why__action:hover span {
      color: #5E77FA; }
    /* line 151, resources/assets/styles/components/home/_why-us.scss */
    .why__action:hover svg path {
      stroke: #5E77FA; }
    /* line 158, resources/assets/styles/components/home/_why-us.scss */
    .why__action:focus span {
      color: #233CBE; }
    /* line 163, resources/assets/styles/components/home/_why-us.scss */
    .why__action:focus svg path {
      stroke: #233CBE; }
    /* line 170, resources/assets/styles/components/home/_why-us.scss */
    .why__action:disabled span {
      color: #C7CDEB; }
    /* line 175, resources/assets/styles/components/home/_why-us.scss */
    .why__action:disabled svg path {
      stroke: #C7CDEB; }
    /* line 181, resources/assets/styles/components/home/_why-us.scss */
    .why__action svg {
      width: 24px;
      height: 24px;
      transform: rotate(180deg); }
    /* line 187, resources/assets/styles/components/home/_why-us.scss */
    .why__action span {
      font-weight: 800;
      font-size: 16px;
      font-family: "Raleway", sans-serif;
      color: #3E57DA;
      margin-right: 10px; }
    @media (max-width: 576px) {
      /* line 196, resources/assets/styles/components/home/_why-us.scss */
      .why__action.whyMore.active {
        display: flex; } }
    /* line 203, resources/assets/styles/components/home/_why-us.scss */
    .why__action.whyLess {
      display: none; }
      /* line 206, resources/assets/styles/components/home/_why-us.scss */
      .why__action.whyLess.active {
        display: flex; }
        /* line 209, resources/assets/styles/components/home/_why-us.scss */
        .why__action.whyLess.active svg {
          transform: rotate(0); }

/* line 1, resources/assets/styles/components/home/_cases.scss */
.cases {
  position: relative;
  padding-bottom: 95px; }
  @media (max-width: 991px) {
    /* line 1, resources/assets/styles/components/home/_cases.scss */
    .cases {
      padding-bottom: 45px; } }
  /* line 8, resources/assets/styles/components/home/_cases.scss */
  .cases__inner {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1512px; }
  /* line 12, resources/assets/styles/components/home/_cases.scss */
  .cases__wrapper {
    max-width: 1231px;
    display: flex;
    flex-direction: column;
    margin: 0 auto; }
  /* line 19, resources/assets/styles/components/home/_cases.scss */
  .cases__tagline {
    color: #3E57DA;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 32px;
    line-height: 19.2px;
    font-family: "Raleway", sans-serif;
    margin: 0 auto 16px auto;
    text-transform: uppercase;
    display: block;
    text-wrap: nowrap; }
  /* line 23, resources/assets/styles/components/home/_cases.scss */
  .cases__headline {
    max-width: 636px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 768px) {
      /* line 23, resources/assets/styles/components/home/_cases.scss */
      .cases__headline {
        margin-bottom: 16px; } }
    /* line 32, resources/assets/styles/components/home/_cases.scss */
    .cases__headline span {
      display: inline-block;
      background: linear-gradient(91.72deg, #664BE2 1.43%, #19A5F3 57.48%, #B62469 109.21%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      font-weight: 800;
      text-fill-color: transparent;
      position: relative; }
  /* line 44, resources/assets/styles/components/home/_cases.scss */
  .cases__action {
    margin-top: 40px;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
      /* line 44, resources/assets/styles/components/home/_cases.scss */
      .cases__action {
        display: none; } }
    /* line 54, resources/assets/styles/components/home/_cases.scss */
    .cases__action__item {
      margin-right: 52px;
      display: flex;
      align-items: center;
      cursor: pointer; }
      /* line 60, resources/assets/styles/components/home/_cases.scss */
      .cases__action__item:last-child {
        margin-right: 0; }
      /* line 66, resources/assets/styles/components/home/_cases.scss */
      .cases__action__item:hover .cases__action__text {
        color: #32344E; }
      /* line 71, resources/assets/styles/components/home/_cases.scss */
      .cases__action__item:hover .cases__action__icon path {
        fill: #32344E; }
      /* line 79, resources/assets/styles/components/home/_cases.scss */
      .cases__action__item.active .cases__action__text {
        color: #0D0F2C; }
      /* line 84, resources/assets/styles/components/home/_cases.scss */
      .cases__action__item.active .cases__action__icon path {
        fill: #0D0F2C; }
    /* line 91, resources/assets/styles/components/home/_cases.scss */
    .cases__action__icon {
      width: 24px;
      height: 24px; }
      /* line 95, resources/assets/styles/components/home/_cases.scss */
      .cases__action__icon path {
        transition: .3s ease-in, .3s ease-in-out; }
    /* line 100, resources/assets/styles/components/home/_cases.scss */
    .cases__action__text {
      font-size: 16px;
      color: #A2A2AA;
      font-weight: 600;
      padding-left: 8px;
      font-family: "Rubik", 'sans-serif';
      transition: .3s ease-in, .3s ease-in-out; }
  /* line 112, resources/assets/styles/components/home/_cases.scss */
  .cases__content__item {
    display: none; }
    @media (max-width: 768px) {
      /* line 112, resources/assets/styles/components/home/_cases.scss */
      .cases__content__item {
        display: block; }
        /* line 117, resources/assets/styles/components/home/_cases.scss */
        .cases__content__item .body {
          display: none !important; }
        /* line 122, resources/assets/styles/components/home/_cases.scss */
        .cases__content__item:first-child .head {
          border-top: unset; } }
    /* line 128, resources/assets/styles/components/home/_cases.scss */
    .cases__content__item.active {
      display: block; }
      @media (max-width: 768px) {
        /* line 128, resources/assets/styles/components/home/_cases.scss */
        .cases__content__item.active {
          display: block; }
          /* line 140, resources/assets/styles/components/home/_cases.scss */
          .cases__content__item.active .body {
            display: block !important; } }
  /* line 147, resources/assets/styles/components/home/_cases.scss */
  .cases__content .head {
    display: none;
    padding: 16px 0;
    border-top: 2px solid #E8E8EA;
    cursor: pointer; }
    @media (max-width: 768px) {
      /* line 147, resources/assets/styles/components/home/_cases.scss */
      .cases__content .head {
        display: flex;
        justify-content: space-between; } }
    /* line 167, resources/assets/styles/components/home/_cases.scss */
    .cases__content .head__left {
      display: flex; }
      /* line 170, resources/assets/styles/components/home/_cases.scss */
      .cases__content .head__left__icon {
        width: 24px;
        height: 24px;
        margin-right: 8px; }
        /* line 175, resources/assets/styles/components/home/_cases.scss */
        .cases__content .head__left__icon path {
          fill: #0D0F2C; }
      /* line 180, resources/assets/styles/components/home/_cases.scss */
      .cases__content .head__left__name {
        font-size: 16px;
        color: #0D0F2C;
        font-weight: 600; }
    /* line 187, resources/assets/styles/components/home/_cases.scss */
    .cases__content .head__right {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 14px;
      height: 14px; }
      /* line 195, resources/assets/styles/components/home/_cases.scss */
      .cases__content .head__right .vert,
      .cases__content .head__right .hor {
        background: #16172A;
        position: absolute; }
      /* line 201, resources/assets/styles/components/home/_cases.scss */
      .cases__content .head__right .vert {
        width: 100%;
        height: 2px; }
      /* line 206, resources/assets/styles/components/home/_cases.scss */
      .cases__content .head__right .hor {
        height: 100%;
        width: 2px; }
  /* line 213, resources/assets/styles/components/home/_cases.scss */
  .cases__content .body {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    /* line 218, resources/assets/styles/components/home/_cases.scss */
    .cases__content .body__left {
      max-width: 450px;
      width: 100%; }
      @media (max-width: 768px) {
        /* line 218, resources/assets/styles/components/home/_cases.scss */
        .cases__content .body__left {
          max-width: 100%; } }
    /* line 226, resources/assets/styles/components/home/_cases.scss */
    .cases__content .body__title {
      margin-bottom: 24px; }
      @media (max-width: 768px) {
        /* line 226, resources/assets/styles/components/home/_cases.scss */
        .cases__content .body__title {
          margin-bottom: 12px; } }
    /* line 233, resources/assets/styles/components/home/_cases.scss */
    .cases__content .body__text {
      font-size: 16px;
      color: #454555;
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        /* line 233, resources/assets/styles/components/home/_cases.scss */
        .cases__content .body__text {
          margin-bottom: 24px; } }
    /* line 242, resources/assets/styles/components/home/_cases.scss */
    .cases__content .body__started {
      cursor: pointer;
      font-size: 16px;
      color: #3E57DA;
      font-weight: 800;
      font-family: "Raleway", 'sans-serif';
      transition: .3s ease-in, .3s ease-in-out; }
      /* line 230, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .cases__content .body__started svg {
        width: 24px;
        height: 24px;
        margin-left: 10px;
        margin-bottom: 2px; }
        /* line 237, resources/assets/styles/abstracts/mixins/_mixins.scss */
        .cases__content .body__started svg g path {
          transition: .3s ease-in, .3s ease-in-out; }
      /* line 243, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .cases__content .body__started:hover {
        color: #5E77FA; }
        /* line 248, resources/assets/styles/abstracts/mixins/_mixins.scss */
        .cases__content .body__started:hover svg g path {
          stroke: #5E77FA; }
      /* line 254, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .cases__content .body__started:focus {
        color: #233CBE; }
        /* line 259, resources/assets/styles/abstracts/mixins/_mixins.scss */
        .cases__content .body__started:focus svg g path {
          stroke: #233CBE; }
      /* line 266, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .cases__content .body__started:disabled, .cases__content .body__started.disabled {
        color: #C7CDEB; }
        /* line 272, resources/assets/styles/abstracts/mixins/_mixins.scss */
        .cases__content .body__started:disabled svg g path, .cases__content .body__started.disabled svg g path {
          stroke: #C7CDEB; }
      @media (max-width: 768px) {
        /* line 242, resources/assets/styles/components/home/_cases.scss */
        .cases__content .body__started {
          margin-bottom: 32px;
          display: flex; } }
    /* line 250, resources/assets/styles/components/home/_cases.scss */
    .cases__content .body__right {
      max-width: 595px;
      width: 100%; }
    /* line 255, resources/assets/styles/components/home/_cases.scss */
    .cases__content .body__img {
      width: 100%; }
      @media (max-width: 768px) {
        /* line 255, resources/assets/styles/components/home/_cases.scss */
        .cases__content .body__img {
          margin-bottom: 16px; } }

/* line 1, resources/assets/styles/components/home/_works.scss */
.works {
  position: relative;
  padding: 105px 0 95px 0; }
  @media (max-width: 768px) {
    /* line 1, resources/assets/styles/components/home/_works.scss */
    .works {
      background: #EDF3FF; } }
  @media (max-width: 991px) {
    /* line 1, resources/assets/styles/components/home/_works.scss */
    .works {
      padding: 45px 0; } }
  /* line 12, resources/assets/styles/components/home/_works.scss */
  .works__bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }
    @media (max-width: 768px) {
      /* line 12, resources/assets/styles/components/home/_works.scss */
      .works__bg {
        display: none; } }
  /* line 25, resources/assets/styles/components/home/_works.scss */
  .works__inner {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1512px; }
  /* line 29, resources/assets/styles/components/home/_works.scss */
  .works__content {
    max-width: 1231px;
    display: flex;
    flex-direction: column;
    margin: 0 auto; }
  /* line 36, resources/assets/styles/components/home/_works.scss */
  .works__tagline {
    color: #3E57DA;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 32px;
    line-height: 19.2px;
    font-family: "Raleway", sans-serif;
    margin: 0 auto 16px auto;
    text-transform: uppercase;
    display: block;
    text-wrap: nowrap; }
  /* line 40, resources/assets/styles/components/home/_works.scss */
  .works__headline {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    /* line 45, resources/assets/styles/components/home/_works.scss */
    .works__headline span {
      display: inline-block;
      background: linear-gradient(91.72deg, #664BE2 1.43%, #19A5F3 57.48%, #B62469 109.21%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      font-weight: 800;
      text-fill-color: transparent;
      position: relative; }
  /* line 57, resources/assets/styles/components/home/_works.scss */
  .works__list {
    margin-top: 40px; }
    @media (max-width: 576px) {
      /* line 57, resources/assets/styles/components/home/_works.scss */
      .works__list {
        margin-top: 32px; } }
  /* line 64, resources/assets/styles/components/home/_works.scss */
  .works__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 110px; }
    @media (max-width: 768px) {
      /* line 64, resources/assets/styles/components/home/_works.scss */
      .works__item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%; } }
    @media (max-width: 576px) {
      /* line 64, resources/assets/styles/components/home/_works.scss */
      .works__item {
        margin-bottom: 32px; } }
    /* line 81, resources/assets/styles/components/home/_works.scss */
    .works__item:last-child {
      margin-bottom: 0; }
    /* line 86, resources/assets/styles/components/home/_works.scss */
    .works__item:nth-child(even) .works__item__right {
      margin-right: 16px; }
    /* line 92, resources/assets/styles/components/home/_works.scss */
    .works__item:nth-child(odd) .works__item__right {
      margin-left: 16px; }
      @media (max-width: 576px) {
        /* line 92, resources/assets/styles/components/home/_works.scss */
        .works__item:nth-child(odd) .works__item__right {
          margin-left: 0; } }
    /* line 100, resources/assets/styles/components/home/_works.scss */
    .works__item:nth-child(even) {
      display: flex;
      flex-direction: row-reverse; }
      @media (max-width: 768px) {
        /* line 100, resources/assets/styles/components/home/_works.scss */
        .works__item:nth-child(even) {
          flex-direction: column; } }
    /* line 108, resources/assets/styles/components/home/_works.scss */
    .works__item__left {
      max-width: 548px;
      width: 100%; }
      @media (max-width: 768px) {
        /* line 108, resources/assets/styles/components/home/_works.scss */
        .works__item__left {
          max-width: 100%;
          margin-bottom: 24px; } }
    /* line 117, resources/assets/styles/components/home/_works.scss */
    .works__item__tagline {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 600;
      color: #3E57DA;
      margin-bottom: 8px; }
      /* line 125, resources/assets/styles/components/home/_works.scss */
      .works__item__tagline svg {
        width: 12px;
        height: 12px;
        margin-right: 6px; }
    /* line 132, resources/assets/styles/components/home/_works.scss */
    .works__item__headline {
      margin-bottom: 24px; }
    /* line 136, resources/assets/styles/components/home/_works.scss */
    .works__item__right {
      max-width: 548px;
      width: 100%; }
      @media (max-width: 768px) {
        /* line 136, resources/assets/styles/components/home/_works.scss */
        .works__item__right {
          display: flex;
          justify-content: center;
          max-width: 100%; } }
    /* line 146, resources/assets/styles/components/home/_works.scss */
    .works__item__image {
      width: 100%; }
      @media (max-width: 768px) {
        /* line 146, resources/assets/styles/components/home/_works.scss */
        .works__item__image {
          margin: 0 auto;
          width: fit-content; } }
  /* line 156, resources/assets/styles/components/home/_works.scss */
  .works .info__item {
    margin-bottom: 16px; }
    /* line 159, resources/assets/styles/components/home/_works.scss */
    .works .info__item:last-child {
      margin-bottom: 0; }
    /* line 163, resources/assets/styles/components/home/_works.scss */
    .works .info__item__head {
      display: flex;
      margin-bottom: 4px; }
    /* line 168, resources/assets/styles/components/home/_works.scss */
    .works .info__item__icon {
      width: 24px;
      height: 24px;
      margin-right: 8px; }
    /* line 174, resources/assets/styles/components/home/_works.scss */
    .works .info__item__name {
      font-size: 16px;
      font-weight: 600; }
      /* line 178, resources/assets/styles/components/home/_works.scss */
      .works .info__item__name span {
        color: #3E57DA; }
    /* line 183, resources/assets/styles/components/home/_works.scss */
    .works .info__item__description {
      padding-left: 32px;
      font-size: 16px;
      line-height: 1.6;
      color: #505458;
      font-weight: 400; }
      /* line 190, resources/assets/styles/components/home/_works.scss */
      .works .info__item__description strong {
        color: #505458; }

/* line 1, resources/assets/styles/components/home/_faq.scss */
.faq {
  position: relative;
  padding-top: 105px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    /* line 1, resources/assets/styles/components/home/_faq.scss */
    .faq {
      padding: 45px 0; } }
  /* line 9, resources/assets/styles/components/home/_faq.scss */
  .faq__inner {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1512px; }
  /* line 13, resources/assets/styles/components/home/_faq.scss */
  .faq__content {
    max-width: 1231px;
    display: flex;
    flex-direction: column;
    margin: 0 auto; }
  /* line 20, resources/assets/styles/components/home/_faq.scss */
  .faq__headline {
    width: 100%;
    margin: 0 auto 40px auto;
    padding-bottom: 16px;
    text-align: center; }
    @media (max-width: 576px) {
      /* line 20, resources/assets/styles/components/home/_faq.scss */
      .faq__headline {
        padding-bottom: 0;
        margin: 0 auto 32px auto; } }
  /* line 31, resources/assets/styles/components/home/_faq.scss */
  .faq__list {
    display: flex;
    flex-direction: column; }
  /* line 36, resources/assets/styles/components/home/_faq.scss */
  .faq__item {
    width: 100%;
    padding: 32px;
    box-shadow: 0 4px 35px rgba(100, 131, 120, 0.15);
    border-radius: 16px;
    margin-bottom: 16px; }
    @media (max-width: 576px) {
      /* line 36, resources/assets/styles/components/home/_faq.scss */
      .faq__item {
        padding: 16px; } }
    /* line 47, resources/assets/styles/components/home/_faq.scss */
    .faq__item.active .faq__description {
      display: block;
      padding-top: 24px; }
    /* line 53, resources/assets/styles/components/home/_faq.scss */
    .faq__item.additional {
      display: none; }
    /* line 57, resources/assets/styles/components/home/_faq.scss */
    .faq__item.additional.display {
      display: block; }
    /* line 61, resources/assets/styles/components/home/_faq.scss */
    .faq__item:last-child {
      margin-bottom: 0; }
  /* line 66, resources/assets/styles/components/home/_faq.scss */
  .faq__head {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    /* line 71, resources/assets/styles/components/home/_faq.scss */
    .faq__head__name {
      padding-right: 16px; }
    /* line 76, resources/assets/styles/components/home/_faq.scss */
    .faq__head__button {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #F3F3F4;
      display: flex;
      justify-content: center;
      align-items: center; }
      /* line 289, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .faq__head__button:hover {
        background: #E8E8EA; }
        /* line 293, resources/assets/styles/abstracts/mixins/_mixins.scss */
        .faq__head__button:hover svg path {
          stroke: #32344E; }
      /* line 299, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .faq__head__button:disabled {
        background: #F3F3F4; }
        /* line 303, resources/assets/styles/abstracts/mixins/_mixins.scss */
        .faq__head__button:disabled svg path {
          stroke: #0D0F2C; }
      /* line 309, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .faq__head__button.active {
        background: #0D0F2C; }
        /* line 312, resources/assets/styles/abstracts/mixins/_mixins.scss */
        .faq__head__button.active svg {
          transform: rotate(180deg); }
          /* line 315, resources/assets/styles/abstracts/mixins/_mixins.scss */
          .faq__head__button.active svg path {
            stroke: #FFFFFF; }
        /* line 320, resources/assets/styles/abstracts/mixins/_mixins.scss */
        .faq__head__button.active:hover {
          background: #32344E; }
          /* line 324, resources/assets/styles/abstracts/mixins/_mixins.scss */
          .faq__head__button.active:hover svg path {
            stroke: #FFFFFF; }
        /* line 330, resources/assets/styles/abstracts/mixins/_mixins.scss */
        .faq__head__button.active:focus {
          background: #090A16; }
          /* line 334, resources/assets/styles/abstracts/mixins/_mixins.scss */
          .faq__head__button.active:focus svg path {
            stroke: #FFFFFF; }
        /* line 340, resources/assets/styles/abstracts/mixins/_mixins.scss */
        .faq__head__button.active:disabled {
          background: #9D9EB1; }
          /* line 344, resources/assets/styles/abstracts/mixins/_mixins.scss */
          .faq__head__button.active:disabled svg path {
            stroke: #0D0F2C; }
      /* line 352, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .faq__head__button svg {
        width: 24px; }
  /* line 81, resources/assets/styles/components/home/_faq.scss */
  .faq__description {
    display: none; }
  /* line 85, resources/assets/styles/components/home/_faq.scss */
  .faq__button {
    align-items: center;
    cursor: pointer;
    margin: 42px auto 0 auto;
    display: none;
    align-items: center; }
    /* line 93, resources/assets/styles/components/home/_faq.scss */
    .faq__button:hover span {
      color: #5E77FA; }
    /* line 98, resources/assets/styles/components/home/_faq.scss */
    .faq__button:hover svg path {
      stroke: #5E77FA; }
    /* line 105, resources/assets/styles/components/home/_faq.scss */
    .faq__button:focus span {
      color: #233CBE; }
    /* line 110, resources/assets/styles/components/home/_faq.scss */
    .faq__button:focus svg path {
      stroke: #233CBE; }
    /* line 117, resources/assets/styles/components/home/_faq.scss */
    .faq__button:disabled span {
      color: #C7CDEB; }
    /* line 122, resources/assets/styles/components/home/_faq.scss */
    .faq__button:disabled svg path {
      stroke: #C7CDEB; }
    /* line 128, resources/assets/styles/components/home/_faq.scss */
    .faq__button svg {
      width: 24px;
      height: 24px;
      transform: rotate(180deg); }
    /* line 134, resources/assets/styles/components/home/_faq.scss */
    .faq__button span {
      font-weight: 800;
      font-size: 16px;
      font-family: "Raleway", sans-serif;
      color: #3E57DA;
      margin-right: 10px; }
    /* line 143, resources/assets/styles/components/home/_faq.scss */
    .faq__button.more.active {
      display: flex; }
    /* line 148, resources/assets/styles/components/home/_faq.scss */
    .faq__button.less {
      display: none; }
      /* line 151, resources/assets/styles/components/home/_faq.scss */
      .faq__button.less.active {
        display: flex; }
        /* line 153, resources/assets/styles/components/home/_faq.scss */
        .faq__button.less.active svg {
          transform: rotate(0); }

/* line 1, resources/assets/styles/components/home/_bottom-banner.scss */
.bottom {
  position: relative;
  padding: 100px 0; }
  @media (max-width: 576px) {
    /* line 1, resources/assets/styles/components/home/_bottom-banner.scss */
    .bottom {
      padding: 70px 0; } }
  /* line 8, resources/assets/styles/components/home/_bottom-banner.scss */
  .bottom__inner {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1512px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  /* line 15, resources/assets/styles/components/home/_bottom-banner.scss */
  .bottom__bg {
    position: absolute;
    z-index: -1;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  /* line 25, resources/assets/styles/components/home/_bottom-banner.scss */
  .bottom__headline {
    max-width: 894px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  /* line 32, resources/assets/styles/components/home/_bottom-banner.scss */
  .bottom__link {
    margin-top: 40px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 800;
    font-family: "Raleway", sans-serif;
    line-height: 19px;
    padding: 18px 16px;
    min-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0D0F2C;
    border-radius: 38px;
    transition: .3s ease-in, .3s ease-in-out;
    box-shadow: 3px 3px 12px 0px #0D0F2C66; }
    /* line 138, resources/assets/styles/abstracts/mixins/_mixins.scss */
    .bottom__link:hover {
      background: #32344E;
      box-shadow: unset; }
    /* line 143, resources/assets/styles/abstracts/mixins/_mixins.scss */
    .bottom__link:focus {
      background: #090A16; }
    /* line 147, resources/assets/styles/abstracts/mixins/_mixins.scss */
    .bottom__link:disabled, .bottom__link.disabled {
      background: #9D9EB1;
      pointer-events: none; }

/* line 1, resources/assets/styles/components/home/_testimonials.scss */
.testimonials {
  padding-top: 100px; }
  @media (max-width: 991px) {
    /* line 1, resources/assets/styles/components/home/_testimonials.scss */
    .testimonials {
      padding-top: 90px; } }
  /* line 7, resources/assets/styles/components/home/_testimonials.scss */
  .testimonials__inner {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1512px;
    position: relative; }
  /* line 12, resources/assets/styles/components/home/_testimonials.scss */
  .testimonials__container {
    padding: 0 80px;
    position: relative; }
    @media (max-width: 768px) {
      /* line 12, resources/assets/styles/components/home/_testimonials.scss */
      .testimonials__container {
        display: none; } }
  /* line 20, resources/assets/styles/components/home/_testimonials.scss */
  .testimonials__mobile {
    display: none;
    flex-direction: column; }
    @media (max-width: 768px) {
      /* line 20, resources/assets/styles/components/home/_testimonials.scss */
      .testimonials__mobile {
        display: flex; } }
    /* line 27, resources/assets/styles/components/home/_testimonials.scss */
    .testimonials__mobile .content {
      border-radius: 16px;
      background: #F7FAFF;
      padding: 16px;
      margin-top: 20px; }
      /* line 33, resources/assets/styles/components/home/_testimonials.scss */
      .testimonials__mobile .content:first-child {
        margin-top: 0; }
      @media (max-width: 576px) {
        /* line 27, resources/assets/styles/components/home/_testimonials.scss */
        .testimonials__mobile .content {
          padding: 12px 8px; } }
      /* line 41, resources/assets/styles/components/home/_testimonials.scss */
      .testimonials__mobile .content:nth-child(n+3) {
        display: none; }
      /* line 46, resources/assets/styles/components/home/_testimonials.scss */
      .testimonials__mobile .content.mobile:nth-child(n+3) {
        display: flex; }
  /* line 53, resources/assets/styles/components/home/_testimonials.scss */
  .testimonials__action {
    align-items: center;
    cursor: pointer;
    margin: 24px auto 0 auto;
    display: none; }
    /* line 60, resources/assets/styles/components/home/_testimonials.scss */
    .testimonials__action:hover span {
      color: #5E77FA; }
    /* line 65, resources/assets/styles/components/home/_testimonials.scss */
    .testimonials__action:hover svg path {
      stroke: #5E77FA; }
    /* line 72, resources/assets/styles/components/home/_testimonials.scss */
    .testimonials__action:focus span {
      color: #233CBE; }
    /* line 77, resources/assets/styles/components/home/_testimonials.scss */
    .testimonials__action:focus svg path {
      stroke: #233CBE; }
    /* line 84, resources/assets/styles/components/home/_testimonials.scss */
    .testimonials__action:disabled span {
      color: #C7CDEB; }
    /* line 89, resources/assets/styles/components/home/_testimonials.scss */
    .testimonials__action:disabled svg path {
      stroke: #C7CDEB; }
    /* line 95, resources/assets/styles/components/home/_testimonials.scss */
    .testimonials__action svg {
      width: 24px;
      height: 24px;
      transform: rotate(180deg); }
    /* line 101, resources/assets/styles/components/home/_testimonials.scss */
    .testimonials__action span {
      font-weight: 800;
      font-size: 16px;
      font-family: "Raleway", sans-serif;
      color: #3E57DA;
      margin-right: 10px; }
    @media (max-width: 768px) {
      /* line 110, resources/assets/styles/components/home/_testimonials.scss */
      .testimonials__action.testimonialsMore.active {
        display: flex; } }
    /* line 117, resources/assets/styles/components/home/_testimonials.scss */
    .testimonials__action.testimonialsLess {
      display: none; }
      /* line 120, resources/assets/styles/components/home/_testimonials.scss */
      .testimonials__action.testimonialsLess.active {
        display: flex; }
        /* line 123, resources/assets/styles/components/home/_testimonials.scss */
        .testimonials__action.testimonialsLess.active svg {
          transform: rotate(0); }
  /* line 130, resources/assets/styles/components/home/_testimonials.scss */
  .testimonials__tagline {
    color: #3E57DA;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 32px;
    line-height: 19.2px;
    font-family: "Raleway", sans-serif;
    margin: 0 auto 16px auto;
    text-transform: uppercase;
    display: block;
    text-wrap: nowrap;
    text-align: center; }
  /* line 135, resources/assets/styles/components/home/_testimonials.scss */
  .testimonials__headline {
    text-align: center;
    margin-bottom: 40px; }
  /* line 140, resources/assets/styles/components/home/_testimonials.scss */
  .testimonials__swiper {
    width: 100%;
    height: 100%; }
  /* line 148, resources/assets/styles/components/home/_testimonials.scss */
  .testimonials__slide {
    border-radius: 16px;
    background: #F7FAFF;
    padding: 25px 18px 18px 18px;
    height: auto !important; }
  /* line 155, resources/assets/styles/components/home/_testimonials.scss */
  .testimonials .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%; }
    /* line 161, resources/assets/styles/components/home/_testimonials.scss */
    .testimonials .content__head {
      display: flex;
      justify-content: space-between; }
      /* line 165, resources/assets/styles/components/home/_testimonials.scss */
      .testimonials .content__head__left {
        display: flex; }
      /* line 170, resources/assets/styles/components/home/_testimonials.scss */
      .testimonials .content__head__avatar {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        border: 2px solid #FFFFFF;
        box-shadow: 3px 3px 13px 0 #0D0F2C59; }
    /* line 180, resources/assets/styles/components/home/_testimonials.scss */
    .testimonials .content__info {
      margin-left: 15px; }
      /* line 183, resources/assets/styles/components/home/_testimonials.scss */
      .testimonials .content__info__name {
        margin-bottom: 4px; }
      /* line 188, resources/assets/styles/components/home/_testimonials.scss */
      .testimonials .content__info__position {
        color: #73747F;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6; }
    /* line 196, resources/assets/styles/components/home/_testimonials.scss */
    .testimonials .content__star {
      display: flex; }
      /* line 199, resources/assets/styles/components/home/_testimonials.scss */
      .testimonials .content__star__item {
        width: 18px;
        height: 18px;
        object-fit: contain; }
        /* line 205, resources/assets/styles/components/home/_testimonials.scss */
        .testimonials .content__star__item.active path {
          fill: #FCC900; }
    /* line 212, resources/assets/styles/components/home/_testimonials.scss */
    .testimonials .content__body {
      border-radius: 12px;
      margin-top: 24px;
      padding: 24px;
      background: #FFFFFF;
      box-shadow: 0 24px 48px -12px #0D0F2C0D;
      height: 100%; }
    /* line 221, resources/assets/styles/components/home/_testimonials.scss */
    .testimonials .content__description {
      color: #0D0F2C;
      line-height: 1.6;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      max-height: 101px;
      min-height: 101px;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
    /* line 233, resources/assets/styles/components/home/_testimonials.scss */
    .testimonials .content__more {
      padding-top: 16px;
      display: flex;
      min-height: 26px;
      cursor: pointer;
      font-size: 16px;
      color: #3E57DA;
      font-weight: 800;
      font-family: "Raleway", 'sans-serif';
      transition: .3s ease-in, .3s ease-in-out; }
      /* line 230, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .testimonials .content__more svg {
        width: 24px;
        height: 24px;
        margin-left: 10px;
        margin-bottom: 2px; }
        /* line 237, resources/assets/styles/abstracts/mixins/_mixins.scss */
        .testimonials .content__more svg g path {
          transition: .3s ease-in, .3s ease-in-out; }
      /* line 243, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .testimonials .content__more:hover {
        color: #5E77FA; }
        /* line 248, resources/assets/styles/abstracts/mixins/_mixins.scss */
        .testimonials .content__more:hover svg g path {
          stroke: #5E77FA; }
      /* line 254, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .testimonials .content__more:focus {
        color: #233CBE; }
        /* line 259, resources/assets/styles/abstracts/mixins/_mixins.scss */
        .testimonials .content__more:focus svg g path {
          stroke: #233CBE; }
      /* line 266, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .testimonials .content__more:disabled, .testimonials .content__more.disabled {
        color: #C7CDEB; }
        /* line 272, resources/assets/styles/abstracts/mixins/_mixins.scss */
        .testimonials .content__more:disabled svg g path, .testimonials .content__more.disabled svg g path {
          stroke: #C7CDEB; }
      /* line 239, resources/assets/styles/components/home/_testimonials.scss */
      .testimonials .content__more__text {
        line-height: 1.4; }
  /* line 249, resources/assets/styles/components/home/_testimonials.scss */
  .testimonials__buttons {
    display: flex;
    justify-content: center;
    align-items: center; }
    /* line 254, resources/assets/styles/components/home/_testimonials.scss */
    .testimonials__buttons__item {
      width: 58px !important;
      height: 58px !important;
      border-radius: 50%;
      background: #3E57DA; }
      /* line 260, resources/assets/styles/components/home/_testimonials.scss */
      .testimonials__buttons__item:after, .testimonials__buttons__item:before {
        font-weight: 800;
        font-size: 13px !important;
        color: #FFFFFF; }
      /* line 267, resources/assets/styles/components/home/_testimonials.scss */
      .testimonials__buttons__item.swiper-button-disabled {
        opacity: 1 !important;
        background: #EDF3FF; }
        /* line 271, resources/assets/styles/components/home/_testimonials.scss */
        .testimonials__buttons__item.swiper-button-disabled:after, .testimonials__buttons__item.swiper-button-disabled:before {
          color: #3E57DA !important; }
    /* line 283, resources/assets/styles/components/home/_testimonials.scss */
    .testimonials__buttons__next:before {
      margin-left: 4px; }

/* line 291, resources/assets/styles/components/home/_testimonials.scss */
.popup {
  position: fixed;
  z-index: 3000;
  width: 100vw;
  height: 100vh;
  background: #000E504D;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(16px);
  display: none; }
  /* line 304, resources/assets/styles/components/home/_testimonials.scss */
  .popup.active {
    display: flex; }
  /* line 308, resources/assets/styles/components/home/_testimonials.scss */
  .popup__inner {
    width: 100%;
    max-width: 846px;
    padding: 40px 16px 50px 50px;
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    margin: 16px 36px 16px 16px; }
    @media (max-width: 576px) {
      /* line 308, resources/assets/styles/components/home/_testimonials.scss */
      .popup__inner {
        padding: 20px 16px 25px 20px; } }
  /* line 322, resources/assets/styles/components/home/_testimonials.scss */
  .popup__close {
    margin-left: auto;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #D0D1D4;
    cursor: pointer; }
    /* line 333, resources/assets/styles/components/home/_testimonials.scss */
    .popup__close:hover {
      border-color: #32344E;
      background: #32344E; }
      /* line 338, resources/assets/styles/components/home/_testimonials.scss */
      .popup__close:hover svg path {
        stroke: #FFFFFF; }
    /* line 344, resources/assets/styles/components/home/_testimonials.scss */
    .popup__close svg {
      width: 24px;
      height: 24px; }
  /* line 350, resources/assets/styles/components/home/_testimonials.scss */
  .popup__description {
    margin-top: 24px;
    margin-bottom: 46px;
    max-height: 145px;
    font-size: 18px;
    line-height: 1.6;
    color: #0D0F2C;
    padding-right: 52px;
    overflow-x: auto;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    @media (max-width: 576px) {
      /* line 350, resources/assets/styles/components/home/_testimonials.scss */
      .popup__description {
        font-size: 14px;
        margin-bottom: 20px; } }
    /* line 364, resources/assets/styles/components/home/_testimonials.scss */
    .popup__description::-webkit-scrollbar {
      width: 8px;
      border-radius: 10px; }
    /* line 370, resources/assets/styles/components/home/_testimonials.scss */
    .popup__description::-webkit-scrollbar-track {
      background: #f1f1f1;
      border-radius: 10px; }
    /* line 376, resources/assets/styles/components/home/_testimonials.scss */
    .popup__description::-webkit-scrollbar-thumb {
      background: #D0D1D4;
      border-radius: 10px; }
    /* line 382, resources/assets/styles/components/home/_testimonials.scss */
    .popup__description::-webkit-scrollbar-thumb:hover {
      background: #555;
      border-radius: 10px; }
  /* line 389, resources/assets/styles/components/home/_testimonials.scss */
  .popup__bottom {
    display: flex;
    align-items: center; }
  /* line 394, resources/assets/styles/components/home/_testimonials.scss */
  .popup__avatar {
    width: 76px;
    height: 76px;
    margin-right: 16px; }
    @media (max-width: 576px) {
      /* line 394, resources/assets/styles/components/home/_testimonials.scss */
      .popup__avatar {
        width: 48px;
        height: 48px; } }
  /* line 404, resources/assets/styles/components/home/_testimonials.scss */
  .popup__info {
    display: flex;
    flex-direction: column; }
    /* line 408, resources/assets/styles/components/home/_testimonials.scss */
    .popup__info__top {
      display: flex;
      align-items: center; }
    /* line 413, resources/assets/styles/components/home/_testimonials.scss */
    .popup__info__name {
      margin-top: 4px;
      margin-right: 12px; }
      @media (max-width: 576px) {
        /* line 413, resources/assets/styles/components/home/_testimonials.scss */
        .popup__info__name {
          line-height: 1.2;
          font-size: 18px; } }
    /* line 422, resources/assets/styles/components/home/_testimonials.scss */
    .popup__info svg {
      width: 18px;
      height: 18px; }
    /* line 429, resources/assets/styles/components/home/_testimonials.scss */
    .popup__info__star.active path {
      fill: #FCC900; }
    /* line 435, resources/assets/styles/components/home/_testimonials.scss */
    .popup__info__position {
      margin-top: 8px;
      color: #73747F; }
      @media (max-width: 576px) {
        /* line 435, resources/assets/styles/components/home/_testimonials.scss */
        .popup__info__position {
          font-size: 14px;
          margin-top: 2px; } }

/* line 1, resources/assets/styles/components/default-page/_default-page.scss */
.defaultPage {
  padding-top: 160px; }
  @media (max-width: 768px) {
    /* line 1, resources/assets/styles/components/default-page/_default-page.scss */
    .defaultPage {
      padding-top: 75px; } }
  /* line 6, resources/assets/styles/components/default-page/_default-page.scss */
  .defaultPage__inner {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1512px; }
  /* line 10, resources/assets/styles/components/default-page/_default-page.scss */
  .defaultPage__headline {
    max-width: 916px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 32px; }

/* line 1, resources/assets/styles/components/default-page/404.scss */
.nf {
  padding-top: 228px; }
  /* line 4, resources/assets/styles/components/default-page/404.scss */
  .nf__inner {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1512px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  /* line 12, resources/assets/styles/components/default-page/404.scss */
  .nf__image {
    max-width: 382px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 24px; }
  /* line 19, resources/assets/styles/components/default-page/404.scss */
  .nf__description {
    font-size: 18px;
    color: #0D0F2C;
    text-align: center;
    margin-bottom: 38px; }
  /* line 26, resources/assets/styles/components/default-page/404.scss */
  .nf__link {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 800;
    font-family: "Raleway", sans-serif;
    line-height: 19px;
    padding: 18px 16px;
    min-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0D0F2C;
    border-radius: 38px;
    transition: .3s ease-in, .3s ease-in-out;
    box-shadow: 3px 3px 12px 0px #0D0F2C66;
    min-width: 274px; }
    /* line 138, resources/assets/styles/abstracts/mixins/_mixins.scss */
    .nf__link:hover {
      background: #32344E;
      box-shadow: unset; }
    /* line 143, resources/assets/styles/abstracts/mixins/_mixins.scss */
    .nf__link:focus {
      background: #090A16; }
    /* line 147, resources/assets/styles/abstracts/mixins/_mixins.scss */
    .nf__link:disabled, .nf__link.disabled {
      background: #9D9EB1;
      pointer-events: none; }

/* line 1, resources/assets/styles/components/layout/header.scss */
.header {
  padding: 14px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 22;
  background: transparent; }
  @media (max-width: 576px) {
    /* line 1, resources/assets/styles/components/layout/header.scss */
    .header {
      padding: 16px 0; } }
  /* line 12, resources/assets/styles/components/layout/header.scss */
  .header.active {
    background: #FFFFFF;
    box-shadow: 0px 24px 48px -12px #0D0F2C0D; }
  /* line 17, resources/assets/styles/components/layout/header.scss */
  .header.transition {
    transition: .3s ease-in, .3s ease-in-out; }
  /* line 21, resources/assets/styles/components/layout/header.scss */
  .header__inner {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1512px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  /* line 28, resources/assets/styles/components/layout/header.scss */
  .header__logo {
    max-width: 158px; }
    @media (max-width: 768px) {
      /* line 28, resources/assets/styles/components/layout/header.scss */
      .header__logo {
        max-width: 140px; } }
  /* line 39, resources/assets/styles/components/layout/header.scss */
  .header .nav {
    display: flex; }
  /* line 43, resources/assets/styles/components/layout/header.scss */
  .header .menu {
    display: flex; }
    @media (max-width: 991px) {
      /* line 43, resources/assets/styles/components/layout/header.scss */
      .header .menu {
        display: none; } }
    /* line 49, resources/assets/styles/components/layout/header.scss */
    .header .menu__item {
      margin-right: 32px; }
      /* line 53, resources/assets/styles/components/layout/header.scss */
      .header .menu__item:hover .menu__link {
        color: #5E77FA; }
      /* line 58, resources/assets/styles/components/layout/header.scss */
      .header .menu__item:last-child {
        margin-right: 0; }
    /* line 63, resources/assets/styles/components/layout/header.scss */
    .header .menu__link {
      color: #16172A;
      line-height: 1.8;
      font-weight: 400;
      transition: .3s ease-in, .3s ease-in-out; }
  /* line 71, resources/assets/styles/components/layout/header.scss */
  .header__started {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 800;
    font-family: "Raleway", sans-serif;
    line-height: 19px;
    padding: 18px 16px;
    min-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0D0F2C;
    border-radius: 38px;
    transition: .3s ease-in, .3s ease-in-out;
    box-shadow: 3px 3px 12px 0px #0D0F2C66;
    font-size: 16px;
    padding: 13px 16px; }
    /* line 138, resources/assets/styles/abstracts/mixins/_mixins.scss */
    .header__started:hover {
      background: #32344E;
      box-shadow: unset; }
    /* line 143, resources/assets/styles/abstracts/mixins/_mixins.scss */
    .header__started:focus {
      background: #090A16; }
    /* line 147, resources/assets/styles/abstracts/mixins/_mixins.scss */
    .header__started:disabled, .header__started.disabled {
      background: #9D9EB1;
      pointer-events: none; }
    @media (max-width: 991px) {
      /* line 71, resources/assets/styles/components/layout/header.scss */
      .header__started {
        display: none; } }
  /* line 80, resources/assets/styles/components/layout/header.scss */
  .header .burger {
    display: none;
    width: 22px;
    position: relative; }
    /* line 86, resources/assets/styles/components/layout/header.scss */
    .header .burger.active span {
      position: absolute; }
      /* line 89, resources/assets/styles/components/layout/header.scss */
      .header .burger.active span:nth-child(1) {
        top: 0;
        transform: rotate(135deg); }
      /* line 94, resources/assets/styles/components/layout/header.scss */
      .header .burger.active span:nth-child(2) {
        display: none; }
      /* line 98, resources/assets/styles/components/layout/header.scss */
      .header .burger.active span:nth-child(3) {
        top: 0;
        transform: rotate(-135deg); }
    @media (max-width: 991px) {
      /* line 80, resources/assets/styles/components/layout/header.scss */
      .header .burger {
        display: flex;
        flex-direction: column;
        align-items: end; } }
    /* line 111, resources/assets/styles/components/layout/header.scss */
    .header .burger span {
      margin-bottom: 6px;
      height: 2px; }
      /* line 115, resources/assets/styles/components/layout/header.scss */
      .header .burger span:last-child {
        margin-bottom: 0; }
      /* line 119, resources/assets/styles/components/layout/header.scss */
      .header .burger span:nth-child(1) {
        width: 19px;
        background: #0D0F2C; }
      /* line 124, resources/assets/styles/components/layout/header.scss */
      .header .burger span:nth-child(2) {
        width: 22px;
        background: #0D0F2C;
        transition: .3s ease-in; }
      /* line 130, resources/assets/styles/components/layout/header.scss */
      .header .burger span:nth-child(3) {
        width: 19px;
        background: #0D0F2C; }
  /* line 137, resources/assets/styles/components/layout/header.scss */
  .header .mobile {
    display: none;
    width: 100%;
    background: #FFFFFF;
    flex-direction: column;
    height: calc(100vh - 56px);
    position: absolute;
    top: 56px; }
    /* line 146, resources/assets/styles/components/layout/header.scss */
    .header .mobile.active {
      display: flex; }
    /* line 151, resources/assets/styles/components/layout/header.scss */
    .header .mobile__list {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex-grow: 1; }
    /* line 158, resources/assets/styles/components/layout/header.scss */
    .header .mobile__item {
      margin-bottom: 38px; }
      /* line 161, resources/assets/styles/components/layout/header.scss */
      .header .mobile__item:last-child {
        margin-bottom: 0; }
    /* line 167, resources/assets/styles/components/layout/header.scss */
    .header .mobile__link {
      color: #0D0F2C; }
    /* line 171, resources/assets/styles/components/layout/header.scss */
    .header .mobile__started {
      font-size: 16px;
      color: #FFFFFF;
      font-weight: 800;
      font-family: "Raleway", sans-serif;
      line-height: 19px;
      padding: 18px 16px;
      min-width: 180px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #0D0F2C;
      border-radius: 38px;
      transition: .3s ease-in, .3s ease-in-out;
      box-shadow: 3px 3px 12px 0px #0D0F2C66;
      font-size: 16px;
      margin: 0 auto 40px auto;
      width: calc(100% - 32px); }
      /* line 138, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .header .mobile__started:hover {
        background: #32344E;
        box-shadow: unset; }
      /* line 143, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .header .mobile__started:focus {
        background: #090A16; }
      /* line 147, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .header .mobile__started:disabled, .header .mobile__started.disabled {
        background: #9D9EB1;
        pointer-events: none; }

/* line 2, resources/assets/styles/components/layout/footer.scss */
.footer__inner {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1512px;
  display: flex;
  flex-direction: column; }

/* line 8, resources/assets/styles/components/layout/footer.scss */
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 24px 0;
  border-bottom: 2px solid #F3F3F4; }
  @media (max-width: 768px) {
    /* line 8, resources/assets/styles/components/layout/footer.scss */
    .footer__top {
      flex-direction: column;
      padding: 24px 0 24px 0; } }
  @media (max-width: 576px) {
    /* line 8, resources/assets/styles/components/layout/footer.scss */
    .footer__top {
      padding-top: 50px; } }

/* line 23, resources/assets/styles/components/layout/footer.scss */
.footer__left {
  max-width: 168px;
  margin-right: 32px; }
  @media (max-width: 768px) {
    /* line 23, resources/assets/styles/components/layout/footer.scss */
    .footer__left {
      margin-right: 0;
      width: 100%;
      max-width: 180px; } }

/* line 33, resources/assets/styles/components/layout/footer.scss */
.footer__logo {
  width: 100%;
  cursor: pointer; }
  @media (max-width: 768px) {
    /* line 33, resources/assets/styles/components/layout/footer.scss */
    .footer__logo {
      width: 100%;
      display: block; } }
  /* line 41, resources/assets/styles/components/layout/footer.scss */
  .footer__logo__icon {
    width: 100%; }

/* line 46, resources/assets/styles/components/layout/footer.scss */
.footer__right {
  max-width: 1180px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 16px; }
  @media (max-width: 1200px) {
    /* line 46, resources/assets/styles/components/layout/footer.scss */
    .footer__right {
      flex-direction: column;
      align-items: center; } }
  @media (max-width: 768px) {
    /* line 46, resources/assets/styles/components/layout/footer.scss */
    .footer__right {
      margin: 24px 16px 0 16px; } }
  @media (max-width: 576px) {
    /* line 46, resources/assets/styles/components/layout/footer.scss */
    .footer__right {
      margin: 21px 16px 0 16px;
      padding: 16px;
      align-items: flex-start; } }
  /* line 66, resources/assets/styles/components/layout/footer.scss */
  .footer__right__content {
    display: flex;
    align-items: center;
    max-width: 745px;
    width: 100%; }
    @media (max-width: 991px) {
      /* line 66, resources/assets/styles/components/layout/footer.scss */
      .footer__right__content {
        flex-direction: column; } }
    @media (max-width: 576px) {
      /* line 66, resources/assets/styles/components/layout/footer.scss */
      .footer__right__content {
        flex-direction: column;
        align-items: flex-start; } }
    /* line 80, resources/assets/styles/components/layout/footer.scss */
    .footer__right__content .contact {
      font-size: 16px;
      color: #FFFFFF;
      font-weight: 800;
      font-family: "Raleway", sans-serif;
      line-height: 19px;
      padding: 18px 16px;
      min-width: 180px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #0D0F2C;
      border-radius: 38px;
      transition: .3s ease-in, .3s ease-in-out;
      box-shadow: 3px 3px 12px 0px #0D0F2C66;
      min-width: 220px;
      margin-left: 32px; }
      /* line 138, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .footer__right__content .contact:hover {
        background: #32344E;
        box-shadow: unset; }
      /* line 143, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .footer__right__content .contact:focus {
        background: #090A16; }
      /* line 147, resources/assets/styles/abstracts/mixins/_mixins.scss */
      .footer__right__content .contact:disabled, .footer__right__content .contact.disabled {
        background: #9D9EB1;
        pointer-events: none; }
      @media (max-width: 768px) {
        /* line 80, resources/assets/styles/components/layout/footer.scss */
        .footer__right__content .contact {
          margin: 12px 0 0 0; } }
      @media (max-width: 576px) {
        /* line 80, resources/assets/styles/components/layout/footer.scss */
        .footer__right__content .contact {
          max-width: 100%;
          min-width: 100%;
          margin: 24px 0 0 0; } }

/* line 96, resources/assets/styles/components/layout/footer.scss */
.footer .social {
  display: flex;
  align-items: center;
  padding-right: 32px;
  min-height: 55px;
  border-right: 2px solid #F3F3F4; }
  @media (max-width: 991px) {
    /* line 96, resources/assets/styles/components/layout/footer.scss */
    .footer .social {
      padding-right: 0;
      border-right: 0; } }
  @media (max-width: 576px) {
    /* line 96, resources/assets/styles/components/layout/footer.scss */
    .footer .social {
      flex-direction: column;
      align-items: flex-start; } }
  /* line 112, resources/assets/styles/components/layout/footer.scss */
  .footer .social__item {
    margin-right: 32px;
    display: flex;
    align-items: center; }
    @media (max-width: 576px) {
      /* line 112, resources/assets/styles/components/layout/footer.scss */
      .footer .social__item {
        margin: 0 0 16px 0; } }
    /* line 120, resources/assets/styles/components/layout/footer.scss */
    .footer .social__item:last-child {
      margin-right: 0; }
      @media (max-width: 576px) {
        /* line 120, resources/assets/styles/components/layout/footer.scss */
        .footer .social__item:last-child {
          margin-bottom: 0; } }
  /* line 130, resources/assets/styles/components/layout/footer.scss */
  .footer .social__link:hover .social__item__img {
    opacity: .9; }
  /* line 134, resources/assets/styles/components/layout/footer.scss */
  .footer .social__link:hover .social__name,
  .footer .social__link:hover .social__link {
    color: #5E77FA; }
  /* line 144, resources/assets/styles/components/layout/footer.scss */
  .footer .social__img {
    width: 24px;
    height: 24px;
    transition: .3s ease-in, .3s ease-in-out; }
  /* line 150, resources/assets/styles/components/layout/footer.scss */
  .footer .social__name {
    font-size: 16px;
    padding-left: 12px;
    transition: .3s ease-in, .3s ease-in-out;
    color: #16172A; }
    @media (max-width: 576px) {
      /* line 150, resources/assets/styles/components/layout/footer.scss */
      .footer .social__name {
        font-size: 16px;
        padding-left: 8px; } }
    @media (max-width: 400px) {
      /* line 150, resources/assets/styles/components/layout/footer.scss */
      .footer .social__name {
        font-size: 14px; } }

/* line 165, resources/assets/styles/components/layout/footer.scss */
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 40px 0; }
  @media (max-width: 576px) {
    /* line 165, resources/assets/styles/components/layout/footer.scss */
    .footer__bottom {
      flex-direction: column-reverse;
      padding: 24px 0 24px 0; } }
  /* line 179, resources/assets/styles/components/layout/footer.scss */
  .footer__bottom__copyright {
    font-size: 16px;
    color: #73747F; }
    @media (max-width: 576px) {
      /* line 179, resources/assets/styles/components/layout/footer.scss */
      .footer__bottom__copyright {
        margin-top: 32px; } }
  /* line 191, resources/assets/styles/components/layout/footer.scss */
  .footer__bottom .links {
    display: flex;
    align-items: center; }
    /* line 195, resources/assets/styles/components/layout/footer.scss */
    .footer__bottom .links__item {
      margin-right: 32px; }
      /* line 198, resources/assets/styles/components/layout/footer.scss */
      .footer__bottom .links__item:last-child {
        margin-right: 0; }
      /* line 202, resources/assets/styles/components/layout/footer.scss */
      .footer__bottom .links__item__link {
        font-size: 16px;
        line-height: 26px;
        color: #16172A;
        transition: .3s ease-in, .3s ease-in-out; }
        /* line 208, resources/assets/styles/components/layout/footer.scss */
        .footer__bottom .links__item__link:hover {
          color: #5E77FA; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
:root {
  --swiper-theme-color:#007aff; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-horizontal {
  touch-action: pan-y; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-vertical {
  touch-action: pan-x; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-slide-invisible-blank {
  visibility: hidden; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-3d {
  perspective: 1200px; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

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

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
:root {
  --swiper-navigation-size:44px; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-button-lock {
  display: none; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullet:only-child {
  display: none !important; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-pagination-lock {
  display: none; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-scrollbar-lock {
  display: none; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-cube {
  overflow: visible; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-flip {
  overflow: visible; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-cards {
  overflow: visible; }

/* line 13, resources/assets/styles/plugins/swiper-bundle.min.scss */
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

/*# sourceMappingURL=main.css.map*/