@charset "UTF-8";
/* Required */
/* ----------------------------------------------------------------------------> BREAKPOINTS */
/* ----------------------------------------------------------------------------> FONTS */
/* ----------------------------------------------------------------------------> COLORS */
/* ----------------------------------------------------------------------------> SPACER SETTINGS */
/* ----------------------------------------------------------------------------> DISPLAY SETTINGS */
/* ----------------------------------------------------------------------------> TEXT ALIGN */
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700;900&display=swap");
*, *::before, *::after {
  box-sizing: inherit;
  outline: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-text-size-adjust: 100%;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  color: #2C2A30;
  text-align: left;
  background-color: #FFFFFF;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

ol, ul, li, dl, dt, dd {
  margin: 0;
}

b, strong {
  font-weight: bold;
}

a {
  color: #5200FF;
  text-decoration: none;
  background-color: transparent;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* ----------------------------------------------------------------------------> BREAKPOINTS */
/* ----------------------------------------------------------------------------> GRID */
/* ----------------------------------------------------------------------------> GRID COLUMNS */
/* ----------------------------------------------------------------------------> GRID COLUMNS */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > .col,
.row.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/* ----------------------------------------------------------------------------> TRANSITION */
/* ----------------------------------------------------------------------------> MEDIA QUERIES */
/* ----------------------------------------------------------------------------> PADDING / MARGIN */
.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-5 {
  margin: 5px !important;
}

.mt-5, .my-5 {
  margin-top: 5px !important;
}

.mr-5, .mx-5 {
  margin-right: 5px !important;
}

.mb-5, .my-5 {
  margin-bottom: 5px !important;
}

.ml-5, .mx-5 {
  margin-left: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10, .my-10 {
  margin-top: 10px !important;
}

.mr-10, .mx-10 {
  margin-right: 10px !important;
}

.mb-10, .my-10 {
  margin-bottom: 10px !important;
}

.ml-10, .mx-10 {
  margin-left: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.mt-15, .my-15 {
  margin-top: 15px !important;
}

.mr-15, .mx-15 {
  margin-right: 15px !important;
}

.mb-15, .my-15 {
  margin-bottom: 15px !important;
}

.ml-15, .mx-15 {
  margin-left: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20, .my-20 {
  margin-top: 20px !important;
}

.mr-20, .mx-20 {
  margin-right: 20px !important;
}

.mb-20, .my-20 {
  margin-bottom: 20px !important;
}

.ml-20, .mx-20 {
  margin-left: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30, .my-30 {
  margin-top: 30px !important;
}

.mr-30, .mx-30 {
  margin-right: 30px !important;
}

.mb-30, .my-30 {
  margin-bottom: 30px !important;
}

.ml-30, .mx-30 {
  margin-left: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40, .my-40 {
  margin-top: 40px !important;
}

.mr-40, .mx-40 {
  margin-right: 40px !important;
}

.mb-40, .my-40 {
  margin-bottom: 40px !important;
}

.ml-40, .mx-40 {
  margin-left: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50, .my-50 {
  margin-top: 50px !important;
}

.mr-50, .mx-50 {
  margin-right: 50px !important;
}

.mb-50, .my-50 {
  margin-bottom: 50px !important;
}

.ml-50, .mx-50 {
  margin-left: 50px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.pt-5, .py-5 {
  padding-top: 5px !important;
}

.pr-5, .px-5 {
  padding-right: 5px !important;
}

.pb-5, .py-5 {
  padding-bottom: 5px !important;
}

.pl-5, .px-5 {
  padding-left: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10, .py-10 {
  padding-top: 10px !important;
}

.pr-10, .px-10 {
  padding-right: 10px !important;
}

.pb-10, .py-10 {
  padding-bottom: 10px !important;
}

.pl-10, .px-10 {
  padding-left: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.pt-15, .py-15 {
  padding-top: 15px !important;
}

.pr-15, .px-15 {
  padding-right: 15px !important;
}

.pb-15, .py-15 {
  padding-bottom: 15px !important;
}

.pl-15, .px-15 {
  padding-left: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20, .py-20 {
  padding-top: 20px !important;
}

.pr-20, .px-20 {
  padding-right: 20px !important;
}

.pb-20, .py-20 {
  padding-bottom: 20px !important;
}

.pl-20, .px-20 {
  padding-left: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30, .py-30 {
  padding-top: 30px !important;
}

.pr-30, .px-30 {
  padding-right: 30px !important;
}

.pb-30, .py-30 {
  padding-bottom: 30px !important;
}

.pl-30, .px-30 {
  padding-left: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40, .py-40 {
  padding-top: 40px !important;
}

.pr-40, .px-40 {
  padding-right: 40px !important;
}

.pb-40, .py-40 {
  padding-bottom: 40px !important;
}

.pl-40, .px-40 {
  padding-left: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50, .py-50 {
  padding-top: 50px !important;
}

.pr-50, .px-50 {
  padding-right: 50px !important;
}

.pb-50, .py-50 {
  padding-bottom: 50px !important;
}

.pl-50, .px-50 {
  padding-left: 50px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-5 {
    margin: 5px !important;
  }

  .mt-sm-5, .my-sm-5 {
    margin-top: 5px !important;
  }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 5px !important;
  }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 5px !important;
  }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 5px !important;
  }

  .m-sm-10 {
    margin: 10px !important;
  }

  .mt-sm-10, .my-sm-10 {
    margin-top: 10px !important;
  }

  .mr-sm-10, .mx-sm-10 {
    margin-right: 10px !important;
  }

  .mb-sm-10, .my-sm-10 {
    margin-bottom: 10px !important;
  }

  .ml-sm-10, .mx-sm-10 {
    margin-left: 10px !important;
  }

  .m-sm-15 {
    margin: 15px !important;
  }

  .mt-sm-15, .my-sm-15 {
    margin-top: 15px !important;
  }

  .mr-sm-15, .mx-sm-15 {
    margin-right: 15px !important;
  }

  .mb-sm-15, .my-sm-15 {
    margin-bottom: 15px !important;
  }

  .ml-sm-15, .mx-sm-15 {
    margin-left: 15px !important;
  }

  .m-sm-20 {
    margin: 20px !important;
  }

  .mt-sm-20, .my-sm-20 {
    margin-top: 20px !important;
  }

  .mr-sm-20, .mx-sm-20 {
    margin-right: 20px !important;
  }

  .mb-sm-20, .my-sm-20 {
    margin-bottom: 20px !important;
  }

  .ml-sm-20, .mx-sm-20 {
    margin-left: 20px !important;
  }

  .m-sm-30 {
    margin: 30px !important;
  }

  .mt-sm-30, .my-sm-30 {
    margin-top: 30px !important;
  }

  .mr-sm-30, .mx-sm-30 {
    margin-right: 30px !important;
  }

  .mb-sm-30, .my-sm-30 {
    margin-bottom: 30px !important;
  }

  .ml-sm-30, .mx-sm-30 {
    margin-left: 30px !important;
  }

  .m-sm-40 {
    margin: 40px !important;
  }

  .mt-sm-40, .my-sm-40 {
    margin-top: 40px !important;
  }

  .mr-sm-40, .mx-sm-40 {
    margin-right: 40px !important;
  }

  .mb-sm-40, .my-sm-40 {
    margin-bottom: 40px !important;
  }

  .ml-sm-40, .mx-sm-40 {
    margin-left: 40px !important;
  }

  .m-sm-50 {
    margin: 50px !important;
  }

  .mt-sm-50, .my-sm-50 {
    margin-top: 50px !important;
  }

  .mr-sm-50, .mx-sm-50 {
    margin-right: 50px !important;
  }

  .mb-sm-50, .my-sm-50 {
    margin-bottom: 50px !important;
  }

  .ml-sm-50, .mx-sm-50 {
    margin-left: 50px !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-5 {
    padding: 5px !important;
  }

  .pt-sm-5, .py-sm-5 {
    padding-top: 5px !important;
  }

  .pr-sm-5, .px-sm-5 {
    padding-right: 5px !important;
  }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 5px !important;
  }

  .pl-sm-5, .px-sm-5 {
    padding-left: 5px !important;
  }

  .p-sm-10 {
    padding: 10px !important;
  }

  .pt-sm-10, .py-sm-10 {
    padding-top: 10px !important;
  }

  .pr-sm-10, .px-sm-10 {
    padding-right: 10px !important;
  }

  .pb-sm-10, .py-sm-10 {
    padding-bottom: 10px !important;
  }

  .pl-sm-10, .px-sm-10 {
    padding-left: 10px !important;
  }

  .p-sm-15 {
    padding: 15px !important;
  }

  .pt-sm-15, .py-sm-15 {
    padding-top: 15px !important;
  }

  .pr-sm-15, .px-sm-15 {
    padding-right: 15px !important;
  }

  .pb-sm-15, .py-sm-15 {
    padding-bottom: 15px !important;
  }

  .pl-sm-15, .px-sm-15 {
    padding-left: 15px !important;
  }

  .p-sm-20 {
    padding: 20px !important;
  }

  .pt-sm-20, .py-sm-20 {
    padding-top: 20px !important;
  }

  .pr-sm-20, .px-sm-20 {
    padding-right: 20px !important;
  }

  .pb-sm-20, .py-sm-20 {
    padding-bottom: 20px !important;
  }

  .pl-sm-20, .px-sm-20 {
    padding-left: 20px !important;
  }

  .p-sm-30 {
    padding: 30px !important;
  }

  .pt-sm-30, .py-sm-30 {
    padding-top: 30px !important;
  }

  .pr-sm-30, .px-sm-30 {
    padding-right: 30px !important;
  }

  .pb-sm-30, .py-sm-30 {
    padding-bottom: 30px !important;
  }

  .pl-sm-30, .px-sm-30 {
    padding-left: 30px !important;
  }

  .p-sm-40 {
    padding: 40px !important;
  }

  .pt-sm-40, .py-sm-40 {
    padding-top: 40px !important;
  }

  .pr-sm-40, .px-sm-40 {
    padding-right: 40px !important;
  }

  .pb-sm-40, .py-sm-40 {
    padding-bottom: 40px !important;
  }

  .pl-sm-40, .px-sm-40 {
    padding-left: 40px !important;
  }

  .p-sm-50 {
    padding: 50px !important;
  }

  .pt-sm-50, .py-sm-50 {
    padding-top: 50px !important;
  }

  .pr-sm-50, .px-sm-50 {
    padding-right: 50px !important;
  }

  .pb-sm-50, .py-sm-50 {
    padding-bottom: 50px !important;
  }

  .pl-sm-50, .px-sm-50 {
    padding-left: 50px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-5 {
    margin: 5px !important;
  }

  .mt-md-5, .my-md-5 {
    margin-top: 5px !important;
  }

  .mr-md-5, .mx-md-5 {
    margin-right: 5px !important;
  }

  .mb-md-5, .my-md-5 {
    margin-bottom: 5px !important;
  }

  .ml-md-5, .mx-md-5 {
    margin-left: 5px !important;
  }

  .m-md-10 {
    margin: 10px !important;
  }

  .mt-md-10, .my-md-10 {
    margin-top: 10px !important;
  }

  .mr-md-10, .mx-md-10 {
    margin-right: 10px !important;
  }

  .mb-md-10, .my-md-10 {
    margin-bottom: 10px !important;
  }

  .ml-md-10, .mx-md-10 {
    margin-left: 10px !important;
  }

  .m-md-15 {
    margin: 15px !important;
  }

  .mt-md-15, .my-md-15 {
    margin-top: 15px !important;
  }

  .mr-md-15, .mx-md-15 {
    margin-right: 15px !important;
  }

  .mb-md-15, .my-md-15 {
    margin-bottom: 15px !important;
  }

  .ml-md-15, .mx-md-15 {
    margin-left: 15px !important;
  }

  .m-md-20 {
    margin: 20px !important;
  }

  .mt-md-20, .my-md-20 {
    margin-top: 20px !important;
  }

  .mr-md-20, .mx-md-20 {
    margin-right: 20px !important;
  }

  .mb-md-20, .my-md-20 {
    margin-bottom: 20px !important;
  }

  .ml-md-20, .mx-md-20 {
    margin-left: 20px !important;
  }

  .m-md-30 {
    margin: 30px !important;
  }

  .mt-md-30, .my-md-30 {
    margin-top: 30px !important;
  }

  .mr-md-30, .mx-md-30 {
    margin-right: 30px !important;
  }

  .mb-md-30, .my-md-30 {
    margin-bottom: 30px !important;
  }

  .ml-md-30, .mx-md-30 {
    margin-left: 30px !important;
  }

  .m-md-40 {
    margin: 40px !important;
  }

  .mt-md-40, .my-md-40 {
    margin-top: 40px !important;
  }

  .mr-md-40, .mx-md-40 {
    margin-right: 40px !important;
  }

  .mb-md-40, .my-md-40 {
    margin-bottom: 40px !important;
  }

  .ml-md-40, .mx-md-40 {
    margin-left: 40px !important;
  }

  .m-md-50 {
    margin: 50px !important;
  }

  .mt-md-50, .my-md-50 {
    margin-top: 50px !important;
  }

  .mr-md-50, .mx-md-50 {
    margin-right: 50px !important;
  }

  .mb-md-50, .my-md-50 {
    margin-bottom: 50px !important;
  }

  .ml-md-50, .mx-md-50 {
    margin-left: 50px !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-5 {
    padding: 5px !important;
  }

  .pt-md-5, .py-md-5 {
    padding-top: 5px !important;
  }

  .pr-md-5, .px-md-5 {
    padding-right: 5px !important;
  }

  .pb-md-5, .py-md-5 {
    padding-bottom: 5px !important;
  }

  .pl-md-5, .px-md-5 {
    padding-left: 5px !important;
  }

  .p-md-10 {
    padding: 10px !important;
  }

  .pt-md-10, .py-md-10 {
    padding-top: 10px !important;
  }

  .pr-md-10, .px-md-10 {
    padding-right: 10px !important;
  }

  .pb-md-10, .py-md-10 {
    padding-bottom: 10px !important;
  }

  .pl-md-10, .px-md-10 {
    padding-left: 10px !important;
  }

  .p-md-15 {
    padding: 15px !important;
  }

  .pt-md-15, .py-md-15 {
    padding-top: 15px !important;
  }

  .pr-md-15, .px-md-15 {
    padding-right: 15px !important;
  }

  .pb-md-15, .py-md-15 {
    padding-bottom: 15px !important;
  }

  .pl-md-15, .px-md-15 {
    padding-left: 15px !important;
  }

  .p-md-20 {
    padding: 20px !important;
  }

  .pt-md-20, .py-md-20 {
    padding-top: 20px !important;
  }

  .pr-md-20, .px-md-20 {
    padding-right: 20px !important;
  }

  .pb-md-20, .py-md-20 {
    padding-bottom: 20px !important;
  }

  .pl-md-20, .px-md-20 {
    padding-left: 20px !important;
  }

  .p-md-30 {
    padding: 30px !important;
  }

  .pt-md-30, .py-md-30 {
    padding-top: 30px !important;
  }

  .pr-md-30, .px-md-30 {
    padding-right: 30px !important;
  }

  .pb-md-30, .py-md-30 {
    padding-bottom: 30px !important;
  }

  .pl-md-30, .px-md-30 {
    padding-left: 30px !important;
  }

  .p-md-40 {
    padding: 40px !important;
  }

  .pt-md-40, .py-md-40 {
    padding-top: 40px !important;
  }

  .pr-md-40, .px-md-40 {
    padding-right: 40px !important;
  }

  .pb-md-40, .py-md-40 {
    padding-bottom: 40px !important;
  }

  .pl-md-40, .px-md-40 {
    padding-left: 40px !important;
  }

  .p-md-50 {
    padding: 50px !important;
  }

  .pt-md-50, .py-md-50 {
    padding-top: 50px !important;
  }

  .pr-md-50, .px-md-50 {
    padding-right: 50px !important;
  }

  .pb-md-50, .py-md-50 {
    padding-bottom: 50px !important;
  }

  .pl-md-50, .px-md-50 {
    padding-left: 50px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-5 {
    margin: 5px !important;
  }

  .mt-lg-5, .my-lg-5 {
    margin-top: 5px !important;
  }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 5px !important;
  }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 5px !important;
  }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 5px !important;
  }

  .m-lg-10 {
    margin: 10px !important;
  }

  .mt-lg-10, .my-lg-10 {
    margin-top: 10px !important;
  }

  .mr-lg-10, .mx-lg-10 {
    margin-right: 10px !important;
  }

  .mb-lg-10, .my-lg-10 {
    margin-bottom: 10px !important;
  }

  .ml-lg-10, .mx-lg-10 {
    margin-left: 10px !important;
  }

  .m-lg-15 {
    margin: 15px !important;
  }

  .mt-lg-15, .my-lg-15 {
    margin-top: 15px !important;
  }

  .mr-lg-15, .mx-lg-15 {
    margin-right: 15px !important;
  }

  .mb-lg-15, .my-lg-15 {
    margin-bottom: 15px !important;
  }

  .ml-lg-15, .mx-lg-15 {
    margin-left: 15px !important;
  }

  .m-lg-20 {
    margin: 20px !important;
  }

  .mt-lg-20, .my-lg-20 {
    margin-top: 20px !important;
  }

  .mr-lg-20, .mx-lg-20 {
    margin-right: 20px !important;
  }

  .mb-lg-20, .my-lg-20 {
    margin-bottom: 20px !important;
  }

  .ml-lg-20, .mx-lg-20 {
    margin-left: 20px !important;
  }

  .m-lg-30 {
    margin: 30px !important;
  }

  .mt-lg-30, .my-lg-30 {
    margin-top: 30px !important;
  }

  .mr-lg-30, .mx-lg-30 {
    margin-right: 30px !important;
  }

  .mb-lg-30, .my-lg-30 {
    margin-bottom: 30px !important;
  }

  .ml-lg-30, .mx-lg-30 {
    margin-left: 30px !important;
  }

  .m-lg-40 {
    margin: 40px !important;
  }

  .mt-lg-40, .my-lg-40 {
    margin-top: 40px !important;
  }

  .mr-lg-40, .mx-lg-40 {
    margin-right: 40px !important;
  }

  .mb-lg-40, .my-lg-40 {
    margin-bottom: 40px !important;
  }

  .ml-lg-40, .mx-lg-40 {
    margin-left: 40px !important;
  }

  .m-lg-50 {
    margin: 50px !important;
  }

  .mt-lg-50, .my-lg-50 {
    margin-top: 50px !important;
  }

  .mr-lg-50, .mx-lg-50 {
    margin-right: 50px !important;
  }

  .mb-lg-50, .my-lg-50 {
    margin-bottom: 50px !important;
  }

  .ml-lg-50, .mx-lg-50 {
    margin-left: 50px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-5 {
    padding: 5px !important;
  }

  .pt-lg-5, .py-lg-5 {
    padding-top: 5px !important;
  }

  .pr-lg-5, .px-lg-5 {
    padding-right: 5px !important;
  }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 5px !important;
  }

  .pl-lg-5, .px-lg-5 {
    padding-left: 5px !important;
  }

  .p-lg-10 {
    padding: 10px !important;
  }

  .pt-lg-10, .py-lg-10 {
    padding-top: 10px !important;
  }

  .pr-lg-10, .px-lg-10 {
    padding-right: 10px !important;
  }

  .pb-lg-10, .py-lg-10 {
    padding-bottom: 10px !important;
  }

  .pl-lg-10, .px-lg-10 {
    padding-left: 10px !important;
  }

  .p-lg-15 {
    padding: 15px !important;
  }

  .pt-lg-15, .py-lg-15 {
    padding-top: 15px !important;
  }

  .pr-lg-15, .px-lg-15 {
    padding-right: 15px !important;
  }

  .pb-lg-15, .py-lg-15 {
    padding-bottom: 15px !important;
  }

  .pl-lg-15, .px-lg-15 {
    padding-left: 15px !important;
  }

  .p-lg-20 {
    padding: 20px !important;
  }

  .pt-lg-20, .py-lg-20 {
    padding-top: 20px !important;
  }

  .pr-lg-20, .px-lg-20 {
    padding-right: 20px !important;
  }

  .pb-lg-20, .py-lg-20 {
    padding-bottom: 20px !important;
  }

  .pl-lg-20, .px-lg-20 {
    padding-left: 20px !important;
  }

  .p-lg-30 {
    padding: 30px !important;
  }

  .pt-lg-30, .py-lg-30 {
    padding-top: 30px !important;
  }

  .pr-lg-30, .px-lg-30 {
    padding-right: 30px !important;
  }

  .pb-lg-30, .py-lg-30 {
    padding-bottom: 30px !important;
  }

  .pl-lg-30, .px-lg-30 {
    padding-left: 30px !important;
  }

  .p-lg-40 {
    padding: 40px !important;
  }

  .pt-lg-40, .py-lg-40 {
    padding-top: 40px !important;
  }

  .pr-lg-40, .px-lg-40 {
    padding-right: 40px !important;
  }

  .pb-lg-40, .py-lg-40 {
    padding-bottom: 40px !important;
  }

  .pl-lg-40, .px-lg-40 {
    padding-left: 40px !important;
  }

  .p-lg-50 {
    padding: 50px !important;
  }

  .pt-lg-50, .py-lg-50 {
    padding-top: 50px !important;
  }

  .pr-lg-50, .px-lg-50 {
    padding-right: 50px !important;
  }

  .pb-lg-50, .py-lg-50 {
    padding-bottom: 50px !important;
  }

  .pl-lg-50, .px-lg-50 {
    padding-left: 50px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-5 {
    margin: 5px !important;
  }

  .mt-xl-5, .my-xl-5 {
    margin-top: 5px !important;
  }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 5px !important;
  }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 5px !important;
  }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 5px !important;
  }

  .m-xl-10 {
    margin: 10px !important;
  }

  .mt-xl-10, .my-xl-10 {
    margin-top: 10px !important;
  }

  .mr-xl-10, .mx-xl-10 {
    margin-right: 10px !important;
  }

  .mb-xl-10, .my-xl-10 {
    margin-bottom: 10px !important;
  }

  .ml-xl-10, .mx-xl-10 {
    margin-left: 10px !important;
  }

  .m-xl-15 {
    margin: 15px !important;
  }

  .mt-xl-15, .my-xl-15 {
    margin-top: 15px !important;
  }

  .mr-xl-15, .mx-xl-15 {
    margin-right: 15px !important;
  }

  .mb-xl-15, .my-xl-15 {
    margin-bottom: 15px !important;
  }

  .ml-xl-15, .mx-xl-15 {
    margin-left: 15px !important;
  }

  .m-xl-20 {
    margin: 20px !important;
  }

  .mt-xl-20, .my-xl-20 {
    margin-top: 20px !important;
  }

  .mr-xl-20, .mx-xl-20 {
    margin-right: 20px !important;
  }

  .mb-xl-20, .my-xl-20 {
    margin-bottom: 20px !important;
  }

  .ml-xl-20, .mx-xl-20 {
    margin-left: 20px !important;
  }

  .m-xl-30 {
    margin: 30px !important;
  }

  .mt-xl-30, .my-xl-30 {
    margin-top: 30px !important;
  }

  .mr-xl-30, .mx-xl-30 {
    margin-right: 30px !important;
  }

  .mb-xl-30, .my-xl-30 {
    margin-bottom: 30px !important;
  }

  .ml-xl-30, .mx-xl-30 {
    margin-left: 30px !important;
  }

  .m-xl-40 {
    margin: 40px !important;
  }

  .mt-xl-40, .my-xl-40 {
    margin-top: 40px !important;
  }

  .mr-xl-40, .mx-xl-40 {
    margin-right: 40px !important;
  }

  .mb-xl-40, .my-xl-40 {
    margin-bottom: 40px !important;
  }

  .ml-xl-40, .mx-xl-40 {
    margin-left: 40px !important;
  }

  .m-xl-50 {
    margin: 50px !important;
  }

  .mt-xl-50, .my-xl-50 {
    margin-top: 50px !important;
  }

  .mr-xl-50, .mx-xl-50 {
    margin-right: 50px !important;
  }

  .mb-xl-50, .my-xl-50 {
    margin-bottom: 50px !important;
  }

  .ml-xl-50, .mx-xl-50 {
    margin-left: 50px !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-5 {
    padding: 5px !important;
  }

  .pt-xl-5, .py-xl-5 {
    padding-top: 5px !important;
  }

  .pr-xl-5, .px-xl-5 {
    padding-right: 5px !important;
  }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 5px !important;
  }

  .pl-xl-5, .px-xl-5 {
    padding-left: 5px !important;
  }

  .p-xl-10 {
    padding: 10px !important;
  }

  .pt-xl-10, .py-xl-10 {
    padding-top: 10px !important;
  }

  .pr-xl-10, .px-xl-10 {
    padding-right: 10px !important;
  }

  .pb-xl-10, .py-xl-10 {
    padding-bottom: 10px !important;
  }

  .pl-xl-10, .px-xl-10 {
    padding-left: 10px !important;
  }

  .p-xl-15 {
    padding: 15px !important;
  }

  .pt-xl-15, .py-xl-15 {
    padding-top: 15px !important;
  }

  .pr-xl-15, .px-xl-15 {
    padding-right: 15px !important;
  }

  .pb-xl-15, .py-xl-15 {
    padding-bottom: 15px !important;
  }

  .pl-xl-15, .px-xl-15 {
    padding-left: 15px !important;
  }

  .p-xl-20 {
    padding: 20px !important;
  }

  .pt-xl-20, .py-xl-20 {
    padding-top: 20px !important;
  }

  .pr-xl-20, .px-xl-20 {
    padding-right: 20px !important;
  }

  .pb-xl-20, .py-xl-20 {
    padding-bottom: 20px !important;
  }

  .pl-xl-20, .px-xl-20 {
    padding-left: 20px !important;
  }

  .p-xl-30 {
    padding: 30px !important;
  }

  .pt-xl-30, .py-xl-30 {
    padding-top: 30px !important;
  }

  .pr-xl-30, .px-xl-30 {
    padding-right: 30px !important;
  }

  .pb-xl-30, .py-xl-30 {
    padding-bottom: 30px !important;
  }

  .pl-xl-30, .px-xl-30 {
    padding-left: 30px !important;
  }

  .p-xl-40 {
    padding: 40px !important;
  }

  .pt-xl-40, .py-xl-40 {
    padding-top: 40px !important;
  }

  .pr-xl-40, .px-xl-40 {
    padding-right: 40px !important;
  }

  .pb-xl-40, .py-xl-40 {
    padding-bottom: 40px !important;
  }

  .pl-xl-40, .px-xl-40 {
    padding-left: 40px !important;
  }

  .p-xl-50 {
    padding: 50px !important;
  }

  .pt-xl-50, .py-xl-50 {
    padding-top: 50px !important;
  }

  .pr-xl-50, .px-xl-50 {
    padding-right: 50px !important;
  }

  .pb-xl-50, .py-xl-50 {
    padding-bottom: 50px !important;
  }

  .pl-xl-50, .px-xl-50 {
    padding-left: 50px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* ----------------------------------------------------------------------------> FLEX */
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* ----------------------------------------------------------------------------> DISPLAY */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: flex !important;
  }
}
/* ----------------------------------------------------------------------------> TEXT ALIGN */
.text-align-left {
  text-align: left !important;
}

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

.text-align-right {
  text-align: right !important;
}

@media (min-width: 576px) {
  .text-align-sm-left {
    text-align: left !important;
  }

  .text-align-sm-center {
    text-align: center !important;
  }

  .text-align-sm-right {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .text-align-md-left {
    text-align: left !important;
  }

  .text-align-md-center {
    text-align: center !important;
  }

  .text-align-md-right {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .text-align-lg-left {
    text-align: left !important;
  }

  .text-align-lg-center {
    text-align: center !important;
  }

  .text-align-lg-right {
    text-align: right !important;
  }
}
@media (min-width: 1200px) {
  .text-align-xl-left {
    text-align: left !important;
  }

  .text-align-xl-center {
    text-align: center !important;
  }

  .text-align-xl-right {
    text-align: right !important;
  }
}
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

::selection {
  background-color: #5200FF;
  color: #FFFFFF;
}

::-webkit-selection {
  background-color: #5200FF;
  color: #FFFFFF;
}

a {
  transition: color 0.4s cubic-bezier(0, 0.5, 0.5, 1);
}
a.black-link {
  color: #2C2A30;
}
@media screen and (min-width: 992px) {
  a.black-link:hover {
    color: #5200FF;
  }
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  color: #2C2A30;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-weight: 900;
  line-height: 1.1;
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 56px;
  }
}
@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 72px;
    line-height: 1;
  }
}

h2, .h2 {
  font-weight: 900;
  line-height: 1.1;
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: 48px;
    line-height: 1;
  }
}

p {
  color: #2C2A30;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  p {
    margin-top: 20px;
  }
}
p:first-child {
  margin-top: 0;
}

.color-purple {
  color: #5200FF;
}

.color-pink {
  color: #FF0096;
}

/* Button */
.btn {
  -webkit-appearance: none;
  margin: 0;
  position: relative;
  z-index: 3;
  cursor: pointer;
  line-height: 1.1;
  font-weight: 500;
  font-size: 15px;
  font-family: inherit;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #2C2A30;
  border: 0;
  background: linear-gradient(90deg, #00F5A0 0%, #21E6FF 51%, #00F5A0 100%);
  background-size: 200% auto;
  min-height: 55px;
  border-radius: 30px;
  padding: 0 15px;
  transition: background-position 0.6s cubic-bezier(0, 0.5, 0.5, 1);
}
@media screen and (min-width: 992px) {
  .btn {
    padding: 0 30px;
  }
  .btn:hover {
    background-position: right center;
  }
}
.btn--bordered::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #FFFFFF;
  left: 2px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  border-radius: 30px;
  transition: opacity 0.6s cubic-bezier(0, 0.5, 0.5, 1);
}
@media screen and (min-width: 992px) {
  .btn--bordered:hover::before {
    opacity: 0;
  }
}
.btn--responsive {
  min-height: 40px;
  font-size: 13px;
}
@media screen and (min-width: 1200px) {
  .btn--responsive {
    min-height: 55px;
    font-size: 15px;
  }
}

@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

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

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  height: 44px;
  margin-top: calc(-1 * 44px / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
}

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

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

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

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

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

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

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

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

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

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

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

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

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

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

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: #DBDBDB;
}

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

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

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #00D1B4;
  border-radius: 10px;
  left: 0;
  top: 0;
}

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

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

/* Preloader */
.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%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border-radius: 50%;
  border-top-color: transparent;
}

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* App Grid */
.appGrid {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 40px 1fr;
}
@media screen and (min-width: 768px) {
  .appGrid {
    grid-template-rows: 65px 1fr;
  }
}
@media screen and (min-width: 992px) {
  .appGrid {
    grid-template-columns: 220px 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .appGrid {
    grid-template-columns: 280px 1fr;
  }
}
.appGrid--noSideMenu {
  grid-template-columns: 1fr;
}
.appGrid--noHeader {
  grid-template-rows: 1fr;
}
.appGrid__header {
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 992px) {
  .appGrid__header {
    grid-column: span 2;
  }
}
.appGrid__side {
  background-color: #FFFFFF;
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 40px;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-bottom: 1px solid #DBDBDB;
  transform: translateY(-100%);
}
@media screen and (min-width: 768px) {
  .appGrid__side {
    top: 65px;
  }
}
@media screen and (min-width: 992px) {
  .appGrid__side {
    display: block;
    position: static;
    transform: none;
    border-right: 1px solid #DBDBDB;
    border-bottom: 0;
  }
}
.appGrid__body {
  position: relative;
  z-index: 5;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.appGrid__body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
}
.appGrid__body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #00D1B4;
}
.appGrid__body::-webkit-scrollbar-track-piece {
  background-color: #DBDBDB;
}
.appGrid__body-container {
  max-width: 1420px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .appGrid__body-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.appGrid__body-container--fluid {
  max-width: none;
}

/* Header */
.header {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DBDBDB;
}
.header__logo {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  transition: opacity 0.4s cubic-bezier(0, 0.5, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .header__logo {
    padding: 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .header__logo {
    width: 220px;
    border-right: 1px solid #DBDBDB;
    padding: 0;
    justify-content: center;
  }
  .header__logo:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1200px) {
  .header__logo {
    width: 280px;
  }
}
.header__logo-img {
  max-width: 114px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .header__logo-img {
    max-width: 154px;
  }
}
@media screen and (min-width: 1200px) {
  .header__logo-img {
    max-width: 204px;
  }
}
.header__slogan {
  font-size: 10px;
  width: 70px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .header__slogan {
    font-size: 12px;
    width: 100px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 992px) {
  .header__slogan {
    width: auto;
    font-weight: bold;
    font-size: 16px;
    margin-left: 30px;
    color: #727272;
  }
}
@media screen and (min-width: 1200px) {
  .header__slogan {
    font-size: 18px;
  }
}
.header__phone {
  margin-left: auto;
  font-weight: bold;
  font-size: 16px;
  color: #2C2A30;
  display: none;
}
@media screen and (min-width: 992px) {
  .header__phone {
    display: block;
  }
  .header__phone:hover {
    color: #00D1B4;
  }
}
@media screen and (min-width: 1200px) {
  .header__phone {
    font-size: 18px;
  }
}
.header__signin {
  display: none;
  margin-left: 30px;
  font-size: 15px;
  font-weight: 500;
  color: #2C2A30;
  text-transform: uppercase;
  padding: 0 30px;
  height: 100%;
  background: linear-gradient(90deg, #00F5A0 0%, #21E6FF 51%, #00F5A0 100%);
  background-size: 200% auto;
  transition: background-position 0.6s cubic-bezier(0, 0.5, 0.5, 1);
}
@media screen and (min-width: 992px) {
  .header__signin {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__signin:hover {
    background-position: right center;
  }
}
@media screen and (min-width: 1200px) {
  .header__signin {
    font-size: 16px;
  }
}
.header__auth {
  display: none;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (min-width: 992px) {
  .header__auth {
    display: flex;
  }
}
.header__auth-profile {
  display: flex;
  align-items: center;
  color: #2C2A30;
  font-size: 14px;
  font-weight: 500;
}
.header__auth-profile:hover {
  color: #00D1B4;
}
.header__auth-avatar {
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 15px;
  transition: opacity 0.4s cubic-bezier(0, 0.5, 0.5, 1);
}
.header__auth-profile:hover .header__auth-avatar {
  opacity: 0.6;
}
.header__auth-exit {
  font-size: 14px;
  margin-left: 10px;
  color: #727272;
}
.header__auth-exit:hover {
  color: #2C2A30;
}
.header__burger {
  border-left: 1px solid #DBDBDB;
  margin-left: auto;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .header__burger {
    width: 70px;
  }
}
@media screen and (min-width: 992px) {
  .header__burger {
    display: none;
  }
}
.header__burger-icon {
  width: 20px;
  height: 15px;
  color: #00D1B4;
}
.header__burger-close {
  width: 15px;
  height: 15px;
  display: none;
}
.header__burger.active {
  color: #2C2A30;
}
.header__burger.active .header__burger-icon {
  display: none;
}
.header__burger.active .header__burger-close {
  display: block;
}

/* Side */
.side {
  overflow: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.side::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
}
.side::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #00D1B4;
}
.side::-webkit-scrollbar-track-piece {
  background-color: #DBDBDB;
}
.side__inner {
  flex-shrink: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 15px;
}
.side__nav {
  display: grid;
  grid-gap: 25px;
  justify-content: center;
  margin-top: auto;
}
@media screen and (min-width: 992px) {
  .side__nav {
    margin-top: 20px;
  }
}
.side__nav-item {
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #2C2A30;
  transition: transform 0.4s cubic-bezier(0, 0.5, 0.5, 1);
}
@media screen and (min-width: 992px) {
  .side__nav-item:hover {
    color: #5200FF;
    transform: translateX(5px);
  }
}
.side__nav-item--active {
  color: #5200FF;
}
.side__support {
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.side__support-button {
  padding: 0 30px;
  margin-top: 30px;
}
.side__bottom {
  margin-top: auto;
}
@media screen and (min-width: 992px) {
  .side__bottom {
    margin-top: 30px;
  }
}
.side__social {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .side__social {
    margin-top: 0;
  }
}
.side__phone {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .side__phone {
    display: none;
  }
}
.side__phone-link {
  font-weight: bold;
  font-size: 16px;
  color: #2C2A30;
}
.side__signin {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .side__signin {
    display: none;
  }
}
.side__signin-button {
  padding: 0 30px;
}
.side__auth {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .side__auth {
    display: none;
  }
}
.side__auth-profile {
  display: flex;
  align-items: center;
  color: #2C2A30;
  font-size: 14px;
  font-weight: 500;
}
.side__auth-avatar {
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 15px;
}
.side__auth-exit {
  font-size: 14px;
  margin-left: 10px;
  color: #727272;
}

/* Genearl */
.blueAllLink {
  font-weight: bold;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ECF9FF;
  padding: 20px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media screen and (min-width: 992px) {
  .blueAllLink {
    border-radius: 5px;
    width: 100%;
    margin-left: 0;
    font-size: 16px;
    transition: background-color 0.4s cubic-bezier(0, 0.5, 0.5, 1);
  }
  .blueAllLink:hover {
    background-color: #ddf4ff;
  }
  .blueAllLink:hover > span {
    transform: translateX(5px);
  }
}
@media screen and (min-width: 1200px) {
  .blueAllLink {
    font-size: 18px;
    padding: 30px;
  }
}
.blueAllLink > span {
  transition: transform 0.4s cubic-bezier(0, 0.5, 0.5, 1);
}

/* Social Block */
.socialBlock {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 15px;
  justify-content: center;
  align-items: center;
}
.socialBlock__item {
  display: block;
  transition: opacity 0.4s cubic-bezier(0, 0.5, 0.5, 1);
}
@media screen and (min-width: 992px) {
  .socialBlock__item:hover {
    opacity: 0.6;
  }
}
.socialBlock__item .icon {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .socialBlock__item .icon {
    width: 40px;
    height: 40px;
  }
}

/* Course Item */
.courseItem {
  display: flex;
  flex-direction: column;
}
.courseItem__item-img {
  position: relative;
  width: 100%;
  height: 170px;
}
@media screen and (min-width: 1200px) {
  .courseItem__item-img {
    height: 240px;
  }
}
.courseItem__item-img-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.courseItem__item-img-link::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(90deg, #00F5A0 0%, #21E6FF 100%);
  transition: opacity 0.4s cubic-bezier(0, 0.5, 0.5, 1);
  opacity: 0;
}
.courseItem__item-img-link::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: calc(50% - 24px);
  top: calc(50% - 14px);
  background-image: url("data:image/svg+xml,%3csvg width='95' height='55' viewBox='0 0 95 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M58.3 24.9C55 24.9 52.3 22.2 52.3 18.9C52.3 17.9 52.6 16.9 53 16.1C51.3 15.3 49.5 14.8 47.5 14.8C40.6 14.8 35 20.4 35 27.3C35 34.2 40.6 39.8 47.5 39.8C54.4 39.8 60 34.2 60 27.3C60 26.4 59.9 25.5 59.7 24.7C59.3 24.8 58.8 24.9 58.3 24.9Z' fill='%23FFFFFF'/%3e%3cpath d='M91.2 19C83.1 11.9 66.6 0 47.5 0C28.4 0 11.9 11.9 3.8 19C1.4 21.1 0 24.1 0 27.3C0 30.5 1.4 33.5 3.8 35.6C11.9 42.7 28.4 54.6 47.5 54.6C66.6 54.6 83.1 42.7 91.2 35.6C93.6 33.5 95 30.5 95 27.3C95 24.1 93.6 21.1 91.2 19ZM47.5 46.2C37.1 46.2 28.6 37.7 28.6 27.3C28.6 16.9 37.1 8.4 47.5 8.4C57.9 8.4 66.4 16.9 66.4 27.3C66.4 37.7 57.9 46.2 47.5 46.2ZM7.2 27.3C7.2 26.2 7.7 25.1 8.5 24.4C12.4 21 18.5 16.3 25.9 12.7C23.1 16.9 21.4 21.9 21.4 27.4C21.4 32.8 23.1 37.9 25.9 42.1C18.5 38.3 12.4 33.7 8.5 30.2C7.6 29.5 7.2 28.4 7.2 27.3ZM86.5 30.2C82.6 33.6 76.5 38.3 69.1 41.9C71.9 37.7 73.6 32.7 73.6 27.2C73.6 21.7 71.9 16.7 69.1 12.5C76.5 16.3 82.6 20.9 86.5 24.4C87.4 25.1 87.8 26.2 87.8 27.3C87.8 28.4 87.4 29.5 86.5 30.2Z' fill='%23FFFFFF'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 28px;
  transform: translateY(15px);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0, 0.5, 0.5, 1), transform 0.4s cubic-bezier(0, 0.5, 0.5, 1);
}
@media screen and (min-width: 992px) {
  .courseItem__item-img-link:hover::before {
    opacity: 0.6;
  }
  .courseItem__item-img-link:hover::after {
    transform: none;
    opacity: 1;
  }
}
.courseItem__item-img-source {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
}
.courseItem__item-title {
  font-weight: bold;
  font-size: 15px;
  color: #2C2A30;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .courseItem__item-title:hover {
    color: #00D1B4;
  }
}
@media screen and (min-width: 1200px) {
  .courseItem__item-title {
    font-size: 18px;
  }
}
.courseItem__item-specifications {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-top: 10px;
}
.courseItem__item-category {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  color: #2C2A30;
}
.courseItem__item-category::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc((1em * 1.5 - 12px) / 2);
  width: 12px;
  height: 12px;
  background-color: #2C2A30;
}
.courseItem__item-category--green {
  color: #00D1B4;
}
.courseItem__item-category--green::before {
  background-color: #00D1B4;
}
.courseItem__item-category--purple {
  color: #5200FF;
}
.courseItem__item-category--purple::before {
  background-color: #5200FF;
}
.courseItem__item-category--pink {
  color: #FF0096;
}
.courseItem__item-category--pink::before {
  background-color: #FF0096;
}
.courseItem__item-pv {
  order: 3;
  grid-column: span 2;
  color: #727272;
  padding-left: 20px;
}
.courseItem__item-stat {
  color: #727272;
}
.courseItem__item-price {
  margin-left: auto;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .courseItem__item-price {
    font-size: 24px;
  }
}
@media screen and (min-width: 1500px) {
  .courseItem__item-price {
    font-size: 30px;
  }
}
.courseItem__item-price--small {
  font-size: 18px;
}
.courseItem__item-description {
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .courseItem__item-description {
    margin-top: 15px;
  }
}
.courseItem__item-button {
  margin-top: 15px;
}
@media screen and (min-width: 1200px) {
  .courseItem__item-button {
    margin-top: 25px;
  }
}

/* Announcement Item */
.announcementItem {
  display: flex;
  flex-direction: column;
}
.announcementItem__item-img {
  position: relative;
  width: 100%;
  height: 170px;
}
@media screen and (min-width: 1200px) {
  .announcementItem__item-img {
    height: 240px;
  }
}
.announcementItem__item-img-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.announcementItem__item-img-source {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
}
.announcementItem__item-title {
  font-weight: 500;
  font-size: 15px;
  color: #2C2A30;
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .announcementItem__item-title {
    font-size: 18px;
  }
}
.announcementItem__item-specifications {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-top: 10px;
}
.announcementItem__item-category {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  color: #2C2A30;
}
.announcementItem__item-category::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc((1em * 1.5 - 12px) / 2);
  width: 12px;
  height: 12px;
  background-color: #2C2A30;
}
.announcementItem__item-category--green {
  color: #00D1B4;
}
.announcementItem__item-category--green::before {
  background-color: #00D1B4;
}
.announcementItem__item-category--purple {
  color: #5200FF;
}
.announcementItem__item-category--purple::before {
  background-color: #5200FF;
}
.announcementItem__item-category--pink {
  color: #FF0096;
}
.announcementItem__item-category--pink::before {
  background-color: #FF0096;
}
.announcementItem__like {
  margin-left: auto;
  border: 1px solid #DBDBDB;
  border-radius: 15px;
  padding: 4px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2C2A30;
  transition: border 0.4s cubic-bezier(0, 0.5, 0.5, 1);
}
@media screen and (min-width: 992px) {
  .announcementItem__like:hover {
    border-color: #8f8f8f;
  }
  .announcementItem__like:hover .icon {
    transform: scale(1.2);
  }
}
@media screen and (min-width: 1500px) {
  .announcementItem__like {
    border-radius: 30px;
    padding: 5px 35px;
  }
}
.announcementItem__like .icon {
  width: 15px;
  height: 13px;
  margin-right: 5px;
  color: rgba(114, 114, 114, 0.5);
  transition: transform 0.4s cubic-bezier(0, 0.5, 0.5, 1), color 0.4s cubic-bezier(0, 0.5, 0.5, 1);
}
@media screen and (min-width: 1500px) {
  .announcementItem__like .icon {
    margin-right: 10px;
  }
}
.announcementItem__like.active .icon {
  color: #ff0000;
}

/* Sections Margin */
.sectionMargin {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .sectionMargin {
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .sectionMargin {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionMargin {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1360px) {
  .sectionMargin {
    margin-top: 100px;
  }
}

.sectionMarginSmall {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .sectionMarginSmall {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionMarginSmall {
    margin-top: 50px;
  }
}

/* Section Intro */
.sectionIntro {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.sectionIntro__background {
  min-height: 200px;
  background-image: url("../images/intro-background-mobile.jpg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  .sectionIntro__background {
    background-image: url("../images/intro-background-desktop.jpg");
    background-position: 400px center;
    background-size: auto 100%;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 1500px) {
  .sectionIntro__background {
    background-position: right center;
  }
}
.sectionIntro__wrapper {
  background-color: #FFFFFF;
  margin: 70px 15px 0 15px;
  padding: 25px;
}
@media screen and (min-width: 992px) {
  .sectionIntro__wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionIntro__wrapper {
    background-color: transparent;
    margin: 0;
    padding: 30px;
    max-width: 900px;
  }
}
.sectionIntro__title {
  font-weight: 900;
  font-size: 26px;
  line-height: 1.1;
}
@media screen and (min-width: 576px) {
  .sectionIntro__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  .sectionIntro__title {
    font-size: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionIntro__title {
    font-size: 72px;
    line-height: 1;
  }
}
.sectionIntro__list {
  margin-top: 15px;
  display: inline-grid;
  grid-gap: 10px;
}
@media screen and (min-width: 1200px) {
  .sectionIntro__list {
    grid-auto-flow: column;
    justify-content: flex-start;
    grid-gap: 0px;
    background-color: #21E6FF;
    border-radius: 5px;
    padding: 5px 30px;
    margin-top: 35px;
  }
}
.sectionIntro__list-item {
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .sectionIntro__list-item {
    font-size: 22px;
    padding-left: 0;
  }
}
.sectionIntro__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 12px;
  height: 12px;
  background-color: #5200FF;
}
@media screen and (min-width: 1200px) {
  .sectionIntro__list-item::before {
    content: " | ";
    position: static;
    background-color: transparent;
    margin: 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionIntro__list-item:first-child::before {
    display: none;
  }
}
.sectionIntro__list-item > span {
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .sectionIntro__list-item > span {
    font-weight: normal;
  }
}
.sectionIntro__button {
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .sectionIntro__button {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .sectionIntro__button {
    display: none;
  }
}
.sectionIntro__button .btn {
  padding: 0 40px;
}
.sectionIntro__text {
  margin-top: 30px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .sectionIntro__text {
    display: block;
  }
}
.sectionIntro__text a {
  color: #2C2A30;
  font-weight: bold;
  text-decoration: underline;
}
.sectionIntro__text a:hover {
  color: #5200FF;
}
.sectionIntro__features {
  display: grid;
  grid-gap: 5px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .sectionIntro__features {
    padding: 15px 40px;
    background-color: #ECF9FF;
    grid-template-columns: repeat(3, auto);
  }
}
@media screen and (min-width: 992px) {
  .sectionIntro__features {
    padding: 30px 30px;
    justify-content: space-around;
  }
}
.sectionIntro__features-item {
  background-color: #ECF9FF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .sectionIntro__features-item {
    padding: 0;
  }
}
.sectionIntro__features-icon {
  margin-right: 20px;
  max-width: 40px;
}
@media screen and (min-width: 1200px) {
  .sectionIntro__features-icon {
    max-width: 60px;
  }
}
@media screen and (min-width: 1360px) {
  .sectionIntro__features-icon {
    margin-right: 35px;
  }
}
.sectionIntro__features-text > span {
  display: block;
  font-weight: 900;
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  .sectionIntro__features-text > span {
    font-size: 24px;
  }
}
@media screen and (min-width: 1360px) {
  .sectionIntro__features-text > span {
    font-size: 30px;
  }
}

/* Section About */
.sectionAbout {
  display: grid;
  grid-gap: 15px;
}
@media screen and (min-width: 768px) {
  .sectionAbout {
    grid-template-columns: 220px 1fr;
    align-items: center;
    grid-gap: 15px;
    border: 1px solid #DBDBDB;
    padding: 25px;
  }
}
@media screen and (min-width: 992px) {
  .sectionAbout {
    grid-template-columns: 270px 1fr;
    grid-gap: 20px 30px;
  }
}
@media screen and (min-width: 1360px) {
  .sectionAbout {
    grid-template-columns: 300px 1fr;
    grid-gap: 40px 60px;
    padding: 60px;
  }
}
@media screen and (min-width: 1500px) {
  .sectionAbout {
    grid-template-columns: 570px 1fr;
    grid-gap: 30px 60px;
  }
}
.sectionAbout__image {
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media screen and (min-width: 768px) {
  .sectionAbout__image {
    width: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 1500px) {
  .sectionAbout__image {
    grid-row: span 2;
  }
}
.sectionAbout__image-link {
  display: block;
}
.sectionAbout__image-link::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: calc(50% - 22px);
  top: calc(50% - 22px);
  background-image: url("data:image/svg+xml,%3Csvg width='94' height='94' viewBox='0 0 94 94' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='93.3245' height='93.3245' fill='url(%23paint0_linear)'/%3E%3Cpath d='M32.1809 70.798V24.1357L70.7979 46.2225L32.1809 70.798Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='0' y1='46.6622' x2='93.3245' y2='46.6622' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F857A6'/%3E%3Cstop offset='1' stop-color='%23FF5858'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 44px;
  height: 44px;
  transition: transform 0.4s cubic-bezier(0, 0.5, 0.5, 1);
}
@media screen and (min-width: 1500px) {
  .sectionAbout__image-link::before {
    width: 64px;
    height: 64px;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
  }
}
.sectionAbout__image-link img {
  transition: opacity 0.4s cubic-bezier(0, 0.5, 0.5, 1);
}
@media screen and (min-width: 992px) {
  .sectionAbout__image-link:hover::before {
    transform: scale(1.1);
  }
  .sectionAbout__image-link:hover img {
    opacity: 0.9;
  }
}
.sectionAbout__title {
  order: -1;
}
@media screen and (min-width: 768px) {
  .sectionAbout__title {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1500px) {
  .sectionAbout__title {
    order: 0;
    align-self: flex-end;
    grid-column: auto;
    max-width: 350px;
  }
}
@media screen and (min-width: 1500px) {
  .sectionAbout__text {
    align-self: flex-start;
  }
}
.sectionAbout__text-quote {
  margin-top: 15px;
  background-color: #5200FF;
  color: #FFFFFF;
  padding: 15px;
  border-radius: 7px;
}
@media screen and (min-width: 1500px) {
  .sectionAbout__text-quote {
    margin-top: 30px;
  }
}

/* Section New Courses */
.sectionNewCourses__list {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .sectionNewCourses__list {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .sectionNewCourses__list {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .sectionNewCourses__list {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1360px) {
  .sectionNewCourses__list {
    margin-top: 40px;
  }
}
.sectionNewCourses__list-slide {
  width: calc(100% - 60px);
  max-width: 360px;
}
@media screen and (min-width: 992px) {
  .sectionNewCourses__list-slide {
    max-width: none;
    width: 100%;
  }
}
.sectionNewCourses__all-button {
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .sectionNewCourses__all-button {
    margin-top: 40px;
  }
}

/* Section Polzateka */
.sectionPolzateka {
  display: grid;
  grid-gap: 15px;
}
@media screen and (min-width: 576px) {
  .sectionPolzateka {
    grid-template-columns: 160px 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .sectionPolzateka {
    grid-gap: 15px 30px;
    grid-template-columns: 180px 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .sectionPolzateka {
    grid-template-columns: 300px 1fr;
    grid-gap: 30px;
  }
}
@media screen and (min-width: 1360px) {
  .sectionPolzateka {
    grid-template-columns: 400px 1fr;
    grid-gap: 50px 60px;
  }
}
.sectionPolzateka__image {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .sectionPolzateka__image {
    grid-row: span 2;
  }
}
.sectionPolzateka__image::before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -30px;
  background-image: url("../images/figure-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 180px;
  height: 180px;
  z-index: 5;
}
@media screen and (min-width: 1200px) {
  .sectionPolzateka__image::before {
    width: 240px;
    height: 240px;
    left: -50px;
    bottom: -50px;
  }
}
@media screen and (min-width: 1360px) {
  .sectionPolzateka__image::before {
    width: 360px;
    height: 360px;
    left: -70px;
    bottom: -70px;
  }
}
.sectionPolzateka__title {
  order: -1;
}
@media screen and (min-width: 576px) {
  .sectionPolzateka__title {
    order: 0;
    align-self: flex-end;
  }
}
.sectionPolzateka__text {
  margin-top: 10px;
}
@media screen and (min-width: 576px) {
  .sectionPolzateka__text {
    margin-top: 0;
    align-self: flex-start;
  }
}
.sectionPolzateka__list {
  display: grid;
  grid-gap: 15px;
}
@media screen and (min-width: 1360px) {
  .sectionPolzateka__list {
    grid-gap: 30px;
  }
}
.sectionPolzateka__list-item {
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 1360px) {
  .sectionPolzateka__list-item {
    padding-left: 25px;
    font-size: 18px;
  }
}
.sectionPolzateka__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.375em;
  width: 12px;
  height: 12px;
  background-color: #00D1B4;
}
.sectionPolzateka__quote {
  margin-top: 15px;
  background-color: #5200FF;
  color: #FFFFFF;
  font-weight: bold;
  padding: 15px;
  border-radius: 7px;
}
@media screen and (min-width: 576px) {
  .sectionPolzateka__quote {
    background-color: transparent;
    color: #2C2A30;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .sectionPolzateka__quote {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1360px) {
  .sectionPolzateka__quote {
    margin-top: 35px;
    font-size: 18px;
  }
}

/* Section Features */
.sectionFeatures__list {
  margin-top: 15px;
  display: grid;
  grid-gap: 10px;
}
@media screen and (min-width: 576px) {
  .sectionFeatures__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .sectionFeatures__list {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .sectionFeatures__list {
    grid-gap: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionFeatures__list {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1360px) {
  .sectionFeatures__list {
    grid-gap: 30px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .sectionFeatures__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.sectionFeatures__list-item {
  background-color: #ECF9FF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
@media screen and (min-width: 576px) {
  .sectionFeatures__list-item {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .sectionFeatures__list-item {
    padding: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .sectionFeatures__list-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sectionFeatures__list-item-img {
  flex-shrink: 0;
  margin-right: 20px;
  width: 30px;
}
@media screen and (min-width: 576px) {
  .sectionFeatures__list-item-img {
    max-width: 40px;
    width: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .sectionFeatures__list-item-img {
    max-width: 60px;
  }
}
@media screen and (min-width: 576px) {
  .sectionFeatures__list-item-text {
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionFeatures__list-item-text {
    margin-top: 25px;
  }
}
.sectionFeatures__list-item-text > span {
  font-weight: bold;
  display: block;
}

/* Section Start */
.sectionStart {
  position: relative;
  background-color: #5200FF;
  color: #FFFFFF;
  padding: 30px 15px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media screen and (min-width: 992px) {
  .sectionStart {
    width: 100%;
    margin-left: 0;
    padding: 40px 30px;
  }
}
@media screen and (min-width: 1360px) {
  .sectionStart {
    padding: 80px 60px;
  }
}
.sectionStart__title {
  color: #FFFFFF;
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  .sectionStart__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionStart__title {
    font-size: 34px;
  }
}
@media screen and (min-width: 1500px) {
  .sectionStart__title {
    font-size: 44px;
  }
}
@media screen and (min-width: 1600px) {
  .sectionStart__title {
    font-size: 48px;
  }
}
.sectionStart__list {
  margin-top: 25px;
  padding: 0;
  list-style: none;
  counter-reset: item;
}
@media screen and (min-width: 1200px) {
  .sectionStart__list {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1600px) {
  .sectionStart__list {
    margin-top: 45px;
  }
}
.sectionStart__list li {
  margin-top: 15px;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
  counter-increment: item;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0, 0.5, 0.5, 1), opacity 0.4s cubic-bezier(0, 0.5, 0.5, 1);
}
@media screen and (min-width: 1500px) {
  .sectionStart__list li {
    padding-left: 35px;
    margin-top: 20px;
  }
}
.sectionStart__list li:first-child {
  margin-top: 0;
}
.sectionStart__list li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: calc((1em * 1.5 - 16px) / 2);
  background: linear-gradient(90deg, #FB559E 0%, #FF575A 100%), #00D1B4;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  .sectionStart__list li::before {
    top: calc(((1em + 4px) * 1.5 - 16px) / 2);
  }
}
@media screen and (min-width: 1500px) {
  .sectionStart__list li::before {
    width: 20px;
    height: 20px;
    top: calc(((1em + 4px) * 1.5 - 20px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .sectionStart__list li:hover {
    transform: translateX(5px);
    opacity: 0.8;
  }
}
.sectionStart__screenshot-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sectionStart__screenshot {
  display: none;
}
@media screen and (min-width: 768px) {
  .sectionStart__screenshot {
    display: block;
  }
}
.sectionStart__button {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .sectionStart__button {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .sectionStart__button {
    margin-top: 35px;
  }
}
.sectionStart__button .btn {
  padding: 0 40px;
}
@media screen and (min-width: 1200px) {
  .sectionStart__button .btn {
    padding: 0 80px;
  }
}
.sectionStart__quote {
  background-color: #4703D8;
  border-radius: 13px;
  display: flex;
  align-items: center;
  padding: 15px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .sectionStart__quote {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionStart__quote {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1360px) {
  .sectionStart__quote {
    padding: 10px 40px;
    border-radius: 70px;
  }
}
.sectionStart__quote-img {
  flex-shrink: 0;
  margin-right: 15px;
  max-width: 45px;
}
@media screen and (min-width: 1360px) {
  .sectionStart__quote-img {
    margin-right: 30px;
  }
}
.sectionStart__figure-t {
  display: none;
  position: absolute;
  bottom: -40px;
  right: -10px;
  max-width: 110px;
}
@media screen and (min-width: 992px) {
  .sectionStart__figure-t {
    display: block;
  }
}
@media screen and (min-width: 1360px) {
  .sectionStart__figure-t {
    max-width: 211px;
    bottom: -80px;
    right: -20px;
  }
}
.sectionStart__logo-vertical {
  display: none;
  position: absolute;
  right: 18px;
  top: calc(50% - 79px);
}
@media screen and (min-width: 1360px) {
  .sectionStart__logo-vertical {
    display: block;
  }
}
.sectionStart__logo-vertical .icon {
  width: 24px;
  height: 158px;
}

/* Section Preview */
.sectionPreview__content {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .sectionPreview__content {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionPreview__content {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1360px) {
  .sectionPreview__content {
    font-size: 18px;
    margin-top: 40px;
  }
}
.sectionPreview__list {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .sectionPreview__list {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .sectionPreview__list {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .sectionPreview__list {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1360px) {
  .sectionPreview__list {
    margin-top: 40px;
    width: 100%;
    display: grid;
    grid-template-columns: 33% 1fr;
    grid-column-gap: 30px;
  }
}
.sectionPreview__more-likes {
  display: none;
}
@media screen and (min-width: 1360px) {
  .sectionPreview__more-likes {
    display: block;
  }
}
.sectionPreview__more-likes-img {
  max-width: 100%;
  height: auto;
}
.sectionPreview__slider-wrapper {
  min-width: 0;
}
.sectionPreview__list-slide {
  width: calc(100% - 60px);
  max-width: 360px;
}
@media screen and (min-width: 992px) {
  .sectionPreview__list-slide {
    max-width: none;
    width: 100%;
  }
}
.sectionPreview__all-button {
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .sectionPreview__all-button {
    margin-top: 40px;
  }
}

/* Section Ask */
.sectionAsk {
  display: grid;
  grid-gap: 15px;
}
@media screen and (min-width: 576px) {
  .sectionAsk {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .sectionAsk {
    grid-gap: 15px 30px;
  }
}
@media screen and (min-width: 1360px) {
  .sectionAsk {
    grid-gap: 30px 40px;
  }
}
@media screen and (min-width: 576px) {
  .sectionAsk__title {
    align-self: flex-end;
  }
}
@media screen and (min-width: 576px) {
  .sectionAsk__img {
    order: -1;
    grid-row: span 2;
  }
}
@media screen and (min-width: 576px) {
  .sectionAsk__text {
    align-self: flex-start;
  }
}
@media screen and (min-width: 1360px) {
  .sectionAsk__text {
    font-size: 18px;
  }
}
.sectionAsk__text-button {
  margin-top: 15px;
}
@media screen and (min-width: 576px) {
  .sectionAsk__text-button {
    display: flex;
  }
}
@media screen and (min-width: 1360px) {
  .sectionAsk__text-button {
    margin-top: 30px;
  }
}
.sectionAsk__text-button .btn {
  padding: 0 40px;
}
@media screen and (min-width: 992px) {
  .sectionAsk__text-button .btn {
    padding: 0 70px;
  }
}

/* Footer */
.footer {
  background-color: #3B3A5E;
}
.footer__background {
  background-image: url("../images/footer-bg.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .footer__background {
    height: 300px;
  }
}
@media screen and (min-width: 1500px) {
  .footer__background {
    height: 400px;
  }
}
.footer__inner {
  max-width: 1420px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 15px;
  color: #9D9BAF;
  display: grid;
  grid-gap: 15px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 15px;
  }
}
@media screen and (min-width: 992px) {
  .footer__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__inner {
    font-size: 14px;
  }
}
@media screen and (min-width: 1360px) {
  .footer__inner {
    grid-template-columns: 1fr 1fr 1fr auto;
    grid-gap: 30px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1500px) {
  .footer__inner {
    grid-gap: 50px;
  }
}
.footer__logo {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    grid-column: span 3;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1360px) {
  .footer__logo {
    order: 1;
    grid-column: auto;
    justify-content: flex-end;
  }
}
.footer__logo-img {
  display: block;
  max-width: 130px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo-img {
    max-width: 204px;
  }
}
.footer__text {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__text {
    display: block;
  }
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__contacts {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1360px) {
  .footer__contacts {
    align-items: center;
  }
}
.footer__phone {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
@media screen and (min-width: 1500px) {
  .footer__phone {
    font-size: 24px;
  }
}
.footer__reg-button {
  margin-top: 15px;
  padding: 0 40px;
  min-height: 40px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .footer__reg-button {
    margin-top: 10px;
  }
}
.footer__copyright {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    text-align: left;
  }
}
@media screen and (min-width: 1360px) {
  .footer__copyright {
    grid-column: span 2;
  }
}
@media screen and (min-width: 768px) {
  .footer__social .socialBlock {
    justify-content: flex-start;
  }
}

/* Page Announcements */
.pageAnnouncements {
  display: grid;
  grid-gap: 15px;
}
@media screen and (min-width: 576px) {
  .pageAnnouncements {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .pageAnnouncements {
    grid-gap: 30px;
  }
}
@media screen and (min-width: 1360px) {
  .pageAnnouncements {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* Page Courses */
.pageCourses {
  display: grid;
  grid-gap: 15px;
}
@media screen and (min-width: 576px) {
  .pageCourses {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .pageCourses {
    grid-gap: 30px;
  }
}
@media screen and (min-width: 1360px) {
  .pageCourses {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* Pay */
.payLogo {
  text-align: center;
}
.payLogo__logo {
  transition: opacity 0.4s cubic-bezier(0, 0.5, 0.5, 1);
}
@media screen and (min-width: 992px) {
  .payLogo__logo {
    width: 220px;
  }
  .payLogo__logo:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1200px) {
  .payLogo__logo {
    width: 280px;
  }
}

.payDone {
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .payDone {
    background-image: url("../images/pay-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    max-width: 1600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.payDone__title {
  font-weight: 900;
  line-height: 1.1;
  font-size: 30px;
}
@media screen and (min-width: 576px) {
  .payDone__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .payDone__title {
    font-size: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .payDone__title {
    font-size: 48px;
    line-height: 1;
  }
}
.payDone__sub-title {
  margin-top: 20px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 22px;
}
@media screen and (min-width: 576px) {
  .payDone__sub-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .payDone__sub-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .payDone__sub-title {
    font-size: 36px;
    line-height: 1.1;
  }
}
.payDone__key {
  margin-top: 25px;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}
@media screen and (min-width: 768px) {
  .payDone__key {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
  }
}
.payDone__key-name {
  font-size: 22px;
  font-weight: 500;
}
.payDone__key-value {
  margin-top: 5px;
}
.payDone__key-value > a {
  font-size: 22px;
  font-weight: 500;
  color: #FF0096;
}
@media screen and (min-width: 992px) {
  .payDone__key-value > a:hover {
    color: #b30069;
  }
}
.payDone__key-value > a .icon {
  width: 32px;
  height: 32px;
  margin-left: 5px;
}
.payDone__text p {
    text-align: left;
    font-size: 16px;
}
.payDone__text .text-huge {
    font-size: 24px;
}
.payDone__text .text-big {
    font-size: 20px;
}
.payDone__text .text-small {
    font-size: 14px;
}
.payDone__text .text-tiny {
    font-size: 12px;
}
.payDone__text {
  margin-top: 20px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.payDone__text-title {
  font-size: 24px;
  font-weight: 700;
  color: #5200FF;
}
.payDone__btn {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.payDone__course {
  width: calc(100% + 30px);
  margin-left: -15px;
  background-color: #ECF9FF;
  padding: 20px 30px;
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .payDone__course {
    max-width: 520px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.payDone__course-name {
  font-size: 22px;
  color: #5200FF;
  font-weight: 900;
}
.payDone__course-price {
  font-size: 18px;
  font-weight: 900;
  margin-top: 10px;
}
.payDone__form {
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  margin-top: 20px;
}

/* Activate Course */
.activateCourse {
  padding-top: 20px;
  min-height: 200px;
  background-image: url("../images/activate-course-bg.svg");
  background-position: 200px top;
  background-repeat: no-repeat;
  background-size: 200px 200px;
}
@media screen and (min-width: 992px) {
  .activateCourse {
    padding-top: 30px;
    min-height: 280px;
    background-position: 280px top;
    background-size: 280px 280px;
  }
}
@media screen and (min-width: 1200px) {
  .activateCourse {
    min-height: 360px;
    background-position: 360px top;
    background-size: 360px 360px;
  }
}
.activateCourse__key-form {
  margin-top: 20px;
  max-width: 340px;
}
.activateCourse__message {
  margin-top: 20px;
  font-size: 14px;
  padding: 15px;
  font-weight: 900;
  background-color: #ECF9FF;
}
@media screen and (min-width: 1200px) {
  .activateCourse__message {
    font-size: 18px;
    padding: 30px;
  }
}
.activateCourse__message--success {
  background-color: #F1FFEC;
}
.activateCourse__message--notice {
  background-color: #FAF8D8;
}
.activateCourse__error {
  color: #EB5757;
  margin-top: 5px;
}
