/*!
 * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, :after, :before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

address, dl, ol, ul {
  margin-bottom: 1rem;
}

dl, ol, ul {
  margin-top: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]), a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
}

img, svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

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

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

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;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[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;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.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: 1360px) {
  .container {
    max-width: 1330px;
  }
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1360px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1330px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1360px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1360px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.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: 1360px) {
  .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;
  }
}
.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-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

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

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

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

.ml-5, .mx-5 {
  margin-left: 3rem !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-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

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

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

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

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !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-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !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-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !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-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !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-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !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-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !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-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !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: 1360px) {
  .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-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !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-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !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;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont%EF%B9%96v=4.7.0.eot");
  src: url("../fonts/fontawesome-webfont%EF%B9%96.eot#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont%EF%B9%96v=4.7.0.woff2") format("woff2"), url("../fonts/fontawesome-webfont%EF%B9%96v=4.7.0.woff") format("woff"), url("../fonts/fontawesome-webfont%EF%B9%96v=4.7.0.ttf") format("truetype"), url("../fonts/fontawesome-webfont%EF%B9%96v=4.7.0.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe, .gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: 0 0;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gclose, .gnext, .gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: 0.1;
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean button:focus:not(.focused):not(.disabled) {
  outline: 0;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon%EF%B9%96al5pj2.eot");
  src: url("../fonts/icomoon%EF%B9%96al5pj2.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon%EF%B9%96al5pj2.ttf") format("truetype"), url("../fonts/icomoon%EF%B9%96al5pj2.woff") format("woff"), url("../fonts/icomoon%EF%B9%96al5pj2.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logo:before {
  content: "\e90b";
}

.icon-cross:before {
  content: "\e90a";
}

.icon-pencil:before {
  content: "\e905";
}

.icon-rocket:before {
  content: "\e906";
}

.icon-cube:before {
  content: "\e907";
}

.icon-idea:before {
  content: "\e908";
}

.icon-send:before {
  content: "\e909";
}

.icon-menu:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e903";
}

.icon-cart:before {
  content: "\e904";
}

.icon-left-arrow:before {
  content: "\e900";
}

.icon-right-arrow:before {
  content: "\e901";
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

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

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

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

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

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

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

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

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

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

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

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

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

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

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

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

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

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.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%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

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

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

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

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

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .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-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* ------------------------------------------------------------------

  01. Variables
  02. Reveal animations

-------------------------------------------------------------------- */
.ratio {
  position: relative;
  display: block;
  overflow: hidden;
}

.ratio::before {
  display: block;
  width: 100%;
  content: "";
}

.ratio-1\:1::before {
  padding-bottom: 100%;
}

.ratio-2\:1::before {
  padding-bottom: 50%;
}

.ratio-2\:3::before {
  padding-bottom: 150%;
}

.ratio-3\:2::before {
  padding-bottom: 66.66667%;
}

.ratio-3\:4::before {
  padding-bottom: 133.33333%;
}

.ratio-4\:3::before {
  padding-bottom: 75%;
}

.ratio-5\:4::before {
  padding-bottom: 80%;
}

.ratio-8\:5::before {
  padding-bottom: 62.5%;
}

.ratio-29\:33::before {
  padding-bottom: 113.7931%;
}

.ratio-62\:60::before {
  padding-bottom: 96.77419%;
}

.ratio-63\:50::before {
  padding-bottom: 79.36508%;
}

.ratio-63\:60::before {
  padding-bottom: 95.2381%;
}

.ratio-93\:53::before {
  padding-bottom: 56.98925%;
}

.ratio-41\:35::before {
  padding-bottom: 85.36585%;
}

.ratio-41\:45::before {
  padding-bottom: 109.7561%;
}

.ratio-77\:60::before {
  padding-bottom: 77.92208%;
}

.ratio-129\:112::before {
  padding-bottom: 86.82171%;
}

.ratio-16\:9::before {
  padding-bottom: 56.25%;
}

/*--------------------------------------------------
	01. Variables
---------------------------------------------------*/
:root {
  --text-xs: 14px;
  --text-sm: 16px;
  --text-base: 16px;
  --text-lg: 18px;
  --text-xl: 20px;
  --text-2xl: 22px;
  --text-3xl: 24px;
  --text-4xl: 26px;
  --text-5xl: 28px;
  --text-6xl: 30px;
}

:root {
  --preloader-image: url("../img/logo-w.png");
}

:root {
  --accent-color: $primary;
  --secondary-color: $primary;
  --bg-maiser: #ff5121;
  --bg-light-2: #F1F6F9;
  --bg-dark-1: #131419;
  --bg-dark-2: #1E2027;
  --bg-dark-3: #0D0D12;
  --bg-dark-4: #0A0A0F;
  --font-light: rgb(197, 197, 197);
  --font-dark: #454545;
}

:root {
  --font-primary: "Work Sans", sans-serif;
  --font-secondary: "Work Sans", sans-serif;
}

/*--------------------------------------------------
	02. Reveal animations
---------------------------------------------------*/
[data-anim-wrap] {
  pointer-events: none;
}

[data-anim-wrap].animated {
  pointer-events: auto;
}

[data-anim*=cover-white]::after,
[data-anim-child*=cover-white]::after {
  background-color: white;
}

[data-anim*=cover-black]::after,
[data-anim-child*=cover-black]::after {
  background-color: black;
}

[data-anim*=cover-light-1]::after,
[data-anim-child*=cover-light-1]::after {
  background-color: var(--bg-light-1);
}

[data-anim*=cover-light-2]::after,
[data-anim-child*=cover-light-2]::after {
  background-color: var(--bg-light-2);
}

[data-anim*=cover-dark-1]::after,
[data-anim-child*=cover-dark-1]::after {
  background-color: var(--bg-dark-1);
}

[data-anim*=cover-dark-2]::after,
[data-anim-child*=cover-dark-2]::after {
  background-color: var(--bg-dark-2);
}

[data-anim*=cover-accent]::after,
[data-anim-child*=cover-accent]::after {
  background-color: var(--accent-color);
}

@-webkit-keyframes reveal {
  100% {
    opacity: 1;
  }
}
@keyframes reveal {
  100% {
    opacity: 1;
  }
}
[data-anim^=img-fade],
[data-anim-child^=img-fade] {
  overflow: hidden;
  display: block;
  position: relative;
}

[data-anim^=img-fade] > *,
[data-anim-child^=img-fade] > * {
  pointer-events: none;
  opacity: 0;
  transform: scale(1.5);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-anim^=img-fade].is-in-view > *,
[data-anim-child^=img-fade].is-in-view > * {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-anim^=img-right],
[data-anim-child^=img-right] {
  overflow: hidden;
  display: block;
  position: relative;
}

[data-anim^=img-right]::after,
[data-anim-child^=img-right]::after {
  content: "";
  position: absolute;
  top: -0.0625rem;
  left: -0.0625rem;
  right: 0;
  z-index: 20;
  height: calc(100% + 0.125rem);
  width: calc(100% + 0.125rem);
  transform-origin: right;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[data-anim^=img-right] > *,
[data-anim-child^=img-right] > * {
  transform-origin: center;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[data-anim^=img-right].is-in-view::after,
[data-anim-child^=img-right].is-in-view::after {
  -webkit-animation-name: imgRight;
  animation-name: imgRight;
}

[data-anim^=img-right].is-in-view > *,
[data-anim-child^=img-right].is-in-view > * {
  -webkit-animation-name: imgReveal;
  animation-name: imgReveal;
}

@-webkit-keyframes imgRight {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes imgRight {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@-webkit-keyframes imgReveal {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.01);
  }
}
@keyframes imgReveal {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.01);
  }
}
[data-anim^=slide-],
[data-anim-child^=slide-] {
  opacity: 0;
  transition-property: opacity, transform;
  pointer-events: none;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-anim^=slide-].is-in-view,
[data-anim-child^=slide-].is-in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

[data-anim^=slide-up],
[data-anim-child^=slide-up] {
  transform: translate3d(0, 2.125rem, 0);
}

[data-anim^=slide-down],
[data-anim-child^=slide-down] {
  transform: translate3d(0, -2.125rem, 0);
}

[data-anim^=slide-right],
[data-anim-child^=slide-right] {
  transform: translate3d(-2.125rem, 0, 0);
}

[data-anim^=slide-left],
[data-anim-child^=slide-left] {
  transform: translate3d(2.125rem, 0, 0);
}

[data-anim^=fade],
[data-anim-child^=fade] {
  opacity: 0;
  transition-property: opacity;
  pointer-events: none;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-anim^=fade].is-in-view,
[data-anim-child^=fade].is-in-view {
  opacity: 1;
  pointer-events: auto;
}

[data-anim*=delay-1],
[data-anim-child*=delay-1] {
  transition-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

[data-anim*=delay-1]::after,
[data-anim-child*=delay-1]::after {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

[data-anim*=delay-1] > *,
[data-anim-child*=delay-1] > * {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

[data-anim*=delay-2],
[data-anim-child*=delay-2] {
  transition-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

[data-anim*=delay-2]::after,
[data-anim-child*=delay-2]::after {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

[data-anim*=delay-2] > *,
[data-anim-child*=delay-2] > * {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

[data-anim*=delay-3],
[data-anim-child*=delay-3] {
  transition-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

[data-anim*=delay-3]::after,
[data-anim-child*=delay-3]::after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

[data-anim*=delay-3] > *,
[data-anim-child*=delay-3] > * {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

[data-anim*=delay-4],
[data-anim-child*=delay-4] {
  transition-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

[data-anim*=delay-4]::after,
[data-anim-child*=delay-4]::after {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

[data-anim*=delay-4] > *,
[data-anim-child*=delay-4] > * {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

[data-anim*=delay-5],
[data-anim-child*=delay-5] {
  transition-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

[data-anim*=delay-5]::after,
[data-anim-child*=delay-5]::after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

[data-anim*=delay-5] > *,
[data-anim-child*=delay-5] > * {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

[data-anim*=delay-6],
[data-anim-child*=delay-6] {
  transition-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

[data-anim*=delay-6]::after,
[data-anim-child*=delay-6]::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

[data-anim*=delay-6] > *,
[data-anim-child*=delay-6] > * {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

[data-anim*=delay-7],
[data-anim-child*=delay-7] {
  transition-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

[data-anim*=delay-7]::after,
[data-anim-child*=delay-7]::after {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

[data-anim*=delay-7] > *,
[data-anim-child*=delay-7] > * {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

[data-anim*=delay-8],
[data-anim-child*=delay-8] {
  transition-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

[data-anim*=delay-8]::after,
[data-anim-child*=delay-8]::after {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

[data-anim*=delay-8] > *,
[data-anim-child*=delay-8] > * {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

[data-anim*=delay-9],
[data-anim-child*=delay-9] {
  transition-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

[data-anim*=delay-9]::after,
[data-anim-child*=delay-9]::after {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

[data-anim*=delay-9] > *,
[data-anim-child*=delay-9] > * {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

[data-anim*=delay-10],
[data-anim-child*=delay-10] {
  transition-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

[data-anim*=delay-10]::after,
[data-anim-child*=delay-10]::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

[data-anim*=delay-10] > *,
[data-anim-child*=delay-10] > * {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

[data-anim*=delay-11],
[data-anim-child*=delay-11] {
  transition-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

[data-anim*=delay-11]::after,
[data-anim-child*=delay-11]::after {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

[data-anim*=delay-11] > *,
[data-anim-child*=delay-11] > * {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

[data-anim*=delay-12],
[data-anim-child*=delay-12] {
  transition-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

[data-anim*=delay-12]::after,
[data-anim-child*=delay-12]::after {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

[data-anim*=delay-12] > *,
[data-anim-child*=delay-12] > * {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

[data-anim*=delay-13],
[data-anim-child*=delay-13] {
  transition-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

[data-anim*=delay-13]::after,
[data-anim-child*=delay-13]::after {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

[data-anim*=delay-13] > *,
[data-anim-child*=delay-13] > * {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

[data-anim*=delay-14],
[data-anim-child*=delay-14] {
  transition-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

[data-anim*=delay-14]::after,
[data-anim-child*=delay-14]::after {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

[data-anim*=delay-14] > *,
[data-anim-child*=delay-14] > * {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

[data-anim*=delay-15],
[data-anim-child*=delay-15] {
  transition-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

[data-anim*=delay-15]::after,
[data-anim-child*=delay-15]::after {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

[data-anim*=delay-15] > *,
[data-anim-child*=delay-15] > * {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

[data-anim*=delay-16],
[data-anim-child*=delay-16] {
  transition-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

[data-anim*=delay-16]::after,
[data-anim-child*=delay-16]::after {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

[data-anim*=delay-16] > *,
[data-anim-child*=delay-16] > * {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

[data-anim*=delay-17],
[data-anim-child*=delay-17] {
  transition-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

[data-anim*=delay-17]::after,
[data-anim-child*=delay-17]::after {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

[data-anim*=delay-17] > *,
[data-anim-child*=delay-17] > * {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

[data-anim*=delay-18],
[data-anim-child*=delay-18] {
  transition-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

[data-anim*=delay-18]::after,
[data-anim-child*=delay-18]::after {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

[data-anim*=delay-18] > *,
[data-anim-child*=delay-18] > * {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

[data-anim*=delay-19],
[data-anim-child*=delay-19] {
  transition-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

[data-anim*=delay-19]::after,
[data-anim-child*=delay-19]::after {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

[data-anim*=delay-19] > *,
[data-anim-child*=delay-19] > * {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

[data-anim*=delay-20],
[data-anim-child*=delay-20] {
  transition-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

[data-anim*=delay-20]::after,
[data-anim-child*=delay-20]::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

[data-anim*=delay-20] > *,
[data-anim-child*=delay-20] > * {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/*--------------------------------------------------
	03. Base
---------------------------------------------------*/
.h-100 {
  height: 100%;
}

.d-block {
  display: block !important;
}

.socialsIcons {
  display: flex;
  margin-left: -0.75rem;
}

.socialsIcons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
  border: 1px solid transparent;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.socialsIcons a:hover {
  color: #ff5121 !important;
  border: 1px solid #ff5121;
}

.socialsIcons a + a {
  margin-left: 0.3125rem;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-family: var(--font-primary);
  color: var(--font-dark);
  line-height: 1;
  font-size: 16px;
}

@media (min-width: 1600px) {
  html {
    font-size: 1vw;
  }
}
@media (min-width: 1800px) {
  html {
    font-size: 0.92vw;
  }
}
body {
  font-family: var(--font-primary);
  overflow-x: hidden;
  background-color: white;
  color: #615E5E;
  line-height: 1.7;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 16px;
}

@media (max-width: 575px) {
  .container {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.content-wrapper.-left {
  padding-left: 20rem;
}

@media (max-width: 1199px) {
  .content-wrapper.-left {
    padding-left: 15rem;
  }
}
@media (max-width: 991px) {
  .content-wrapper.-left {
    padding-left: 0;
  }
}
.container.-sm {
  max-width: 63.75rem;
}

@media (max-width: 1199px) {
  .container.-sm {
    max-width: 960px !important;
  }
}
@media (max-width: 991px) {
  .container.-sm {
    max-width: 720px !important;
  }
}
@media (max-width: 767px) {
  .container.-sm {
    max-width: 540px !important;
  }
}
@media (max-width: 575px) {
  .container.-sm {
    max-width: 100% !important;
  }
}
::-moz-selection {
  color: white;
  background-color: var(--accent-color);
  text-shadow: none;
}

::selection {
  color: white;
  background-color: var(--accent-color);
  text-shadow: none;
}

main {
  overflow-x: hidden;
}

section {
  overflow: hidden;
  position: relative;
}

a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  transition: color 200ms ease-in-out;
}

a:hover {
  text-decoration: none;
  color: var(--accent-color);
}

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

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

p {
  margin: 0;
}

button:focus {
  outline: 0;
}

.nice-select {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-weight: normal;
  font-size: 0.875rem;
  height: 2.5rem;
  line-height: 2.25rem;
  outline: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: black;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 0.3125rem;
  margin-top: -rem(4px);
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 0.3125rem;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scaleY(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 0.75rem;
  height: 2.25rem;
  line-height: 2.125rem;
}

.nice-select.small:after {
  height: 0.25rem;
  width: 0.25rem;
}

.nice-select.small .option {
  line-height: 2.125rem;
  min-height: 2.125rem;
}

.nice-select .nice-select-dropdown {
  margin-top: 0.0625rem;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: top;
  transform: scaleY(0.8) translateY(0);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}

.nice-select .list {
  overflow: hidden;
  padding: 0;
  max-height: 13.125rem;
  overflow-y: auto;
  padding: 12px 0;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 2.5rem;
  list-style: none;
  outline: none;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  text-align: left;
  transition: all 0.2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.nice-select .option:last-child {
  border-bottom: none;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}

.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 0.75rem;
  min-height: 2.25rem;
  line-height: 1.375rem;
}

.nice-select .has-multiple span.current {
  border: 1px solid #CCC;
  background: #EEE;
  padding: 0 0.625rem;
  display: inline-block;
  line-height: 1.5rem;
  font-size: 0.875rem;
  margin-bottom: 0.1875rem;
  margin-right: 0.1875rem;
}

.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 1.5rem;
  padding: 0;
}

.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 0 1.875rem;
  margin-bottom: 0.625rem;
  pointer-events: none;
}

.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #F9F6F6;
  border: none !important;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 16px 1.25rem;
  margin-top: 1.25rem;
  width: 100%;
  min-height: 2.25rem;
  line-height: 1.375rem;
  height: auto;
  outline: 0 !important;
  font-size: 0.875rem;
}

/*--------------------------------------------------
	04. Buttons
---------------------------------------------------*/
button {
  padding: unset;
  margin: unset;
  border: unset;
  border-radius: unset;
  background-color: unset;
}

.button {
  position: relative;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  bottom: 0.3125rem;
  right: 0.3125rem;
  left: 0.3125rem;
}

.button.-md {
  padding: 22px 50px;
}

.button::after {
  opacity: 0.4;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button.-hovered::after {
  opacity: 1 !important;
}

.button:hover::after {
  opacity: 1;
}

.button.-white {
  background-color: white !important;
}

.button.-white::after {
  border: 1px solid #ff5121 !important;
}

.button.-primary {
  background-color: #ff5121 !important;
}

.button.-primary::after {
  border: 1px solid #fff !important;
}

.button.-grey {
  background-color: #615E5E !important;
}

.button.-grey::after {
  border: 1px solid white !important;
}

.button.-grey:hover {
  color: white !important;
}

.button.-accent {
  background-color: var(--accent-color) !important;
}

.button.-accent::after {
  border: 1px solid white !important;
}

.button.-accent:hover {
  color: white !important;
}

.button.-secondary {
  background-color: var(--secondary-color) !important;
}

.button.-secondary::after {
  border: 1px solid white !important;
}

.button.-dark {
  background-color: #18130C !important;
}

.button.-dark::after {
  border: 1px solid white !important;
}

.button.-simple {
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button.-simple::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 0.625rem;
  width: 2.75rem;
  height: 0.0625rem;
  background-color: currentColor;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: left;
}

.button.-simple:hover::before {
  width: 4rem;
}

.button.-icon .icon {
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button.-icon:hover .icon {
  transform: translateX(0.375rem);
}

.button-pulse {
  position: relative;
  z-index: unset !important;
}

.button-pulse__btn {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border: 0;
  border-radius: 100%;
}

.button-pulse__btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ff5121;
  -webkit-animation: video_btn_pulse 2.4s infinite;
  animation: video_btn_pulse 2.4s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button-pulse__btn__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.button-pulse__btn i {
  position: relative;
  z-index: 2;
}

.button-pulse.-light .button-pulse__btn::after {
  background-color: #FFF;
}

@-webkit-keyframes video_btn_pulse {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  75% {
    opacity: 0;
    transform: scale(1.4);
  }
  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}
@keyframes video_btn_pulse {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  75% {
    opacity: 0;
    transform: scale(1.4);
  }
  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}
/*--------------------------------------------------
	05. Forms
---------------------------------------------------*/
.form-switch {
  display: flex;
  align-items: center;
}

.form-switch label {
  margin: 0;
  margin-left: 0.875rem;
  font-size: 0.875rem;
}

.form-switch .switch {
  position: relative;
  width: 3.75rem;
  height: 1.875rem;
}

.form-switch .switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px 0.625rem 3.125rem rgba(13, 38, 59, 0.1);
  background-color: transparent;
  transition: 0.3s;
  border-radius: 1.875rem;
  border: 1px solid #E4E4E4;
}

.form-switch .switch__slider::before {
  position: absolute;
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  left: 0.3125rem;
  bottom: 0.25rem;
  background-color: #E4E4E4;
  border-radius: 50%;
  transition: 0.3s;
}

.form-switch .switch input {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.form-switch .switch input:checked + .switch__slider {
  background-color: #ff5121;
}

.form-switch .switch input:focus + .switch__slider {
  box-shadow: 0 0 1px #ff5121;
}

.form-switch .switch input:checked + .switch__slider {
  border-color: #ff5121;
}

.form-switch .switch input:checked + .switch__slider::before {
  transform: translateX(29px);
  background-color: #FFFFFF;
}

.form-radio {
  display: flex;
  align-items: center;
}

.form-radio label {
  margin: 0;
  margin-left: 0.5625rem;
  font-size: 0.875rem;
}

.form-radio .radio {
  cursor: pointer;
  position: relative;
  display: block;
}

.form-radio .radio__mark {
  height: 1rem;
  width: 1rem;
  border-radius: 100%;
  border: 2px solid #E4E4E4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-radio .radio__icon {
  display: none;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: black;
}

.form-radio .radio input {
  z-index: 5;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.form-radio .radio input:checked ~ .radio__mark {
  border-color: black;
}

.form-radio .radio input:checked ~ .radio__mark .radio__icon {
  display: block;
}

.form-radio .radio:hover input ~ .radio__mark {
  background-color: rgba(0, 0, 0, 0.05);
}

.form-checkbox {
  display: flex;
  align-items: center;
}

.form-checkbox label {
  margin: 0;
  margin-left: 0.5625rem;
  font-size: 0.875rem;
}

.form-checkbox .checkbox {
  cursor: pointer;
  position: relative;
  display: block;
}

.form-checkbox .checkbox__mark {
  height: 1.125rem;
  width: 1.125rem;
  border: 2px solid #E4E4E4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-checkbox .checkbox__icon {
  display: none;
  position: absolute;
  width: 16px;
  height: 16px;
  stroke-width: 2;
  color: white;
}

.form-checkbox .checkbox input {
  z-index: 5;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.form-checkbox .checkbox input:checked ~ .checkbox__mark {
  background-color: black;
  border-color: black;
}

.form-checkbox .checkbox input:checked ~ .checkbox__mark .checkbox__icon {
  display: block;
}

.form-checkbox .checkbox:hover input ~ .checkbox__mark {
  background-color: rgba(0, 0, 0, 0.05);
}

.form-checkbox .checkbox:hover input:checked ~ .checkbox__mark {
  background-color: rgba(0, 0, 0, 0.8);
}

form select,
form input[type=text],
form input[type=search],
form textarea,
form input[type=email] {
  border: 0;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 400;
  width: 100%;
  padding: 0.875rem 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

form select:focus,
form input[type=text]:focus,
form input[type=search]:focus,
form textarea:focus,
form input[type=email]:focus {
  outline: none;
  border-bottom: 1px solid black;
}

form .form__error {
  display: none;
  color: rgba(255, 0, 0, 0.8);
  padding-top: 8px;
}

form .form__error.is-active {
  display: block;
}

form .ajax-form-alert {
  display: none;
  margin-top: 24px;
}

form .ajax-form-alert__content {
  padding: 10px 20px;
  font-size: 15px;
}

form .ajax-form-alert.is-error .ajax-form-alert__content {
  color: rgba(255, 255, 255, 0.95);
  background-color: rgba(255, 0, 13, 0.205);
  border: 1px solid rgba(255, 0, 0, 0.459);
}

form .ajax-form-alert.is-success .ajax-form-alert__content {
  color: rgba(0, 255, 55, 0.76);
  background-color: rgba(0, 255, 64, 0.205);
  border: 1px solid rgba(0, 255, 55, 0.459);
}

form .ajax-form-alert.is-active {
  display: block;
}

form ::-moz-placeholder {
  font-weight: 400;
}

form :-ms-input-placeholder {
  font-weight: 400;
}

form ::placeholder {
  font-weight: 400;
}

form.-light label,
form.-light p {
  color: white;
}

form.-light select,
form.-light input[type=text],
form.-light input[type=search],
form.-light textarea,
form.-light input[type=email] {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

form.-light ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

form.-light :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

form.-light ::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/*--------------------------------------------------
	06. Typography
---------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: black;
}

h1 {
  font-size: var(--text-6xl);
}

h2 {
  font-size: var(--text-5xl);
}

h3 {
  font-size: var(--text-4xl);
}

h4 {
  font-size: var(--text-3xl);
}

h5 {
  font-size: var(--text-2xl);
}

h6 {
  font-size: var(--text-xl);
}

.text-xs {
  font-size: var(--text-xs) !important;
}

.text-sm {
  font-size: var(--text-sm) !important;
}

.text-base {
  font-size: var(--text-base) !important;
}

.text-lg {
  font-size: var(--text-lg) !important;
}

.text-xl {
  font-size: var(--text-xl) !important;
}

.text-2xl {
  font-size: var(--text-2xl) !important;
}

.text-3xl {
  font-size: var(--text-3xl) !important;
}

.text-4xl {
  font-size: var(--text-4xl) !important;
}

.text-5xl {
  font-size: var(--text-5xl) !important;
}

.text-6xl {
  font-size: var(--text-6xl) !important;
}

@media (max-width: 1199px) {
  .lg\:text-xs {
    font-size: var(--text-xs) !important;
  }
  .lg\:text-sm {
    font-size: var(--text-sm) !important;
  }
  .lg\:text-base {
    font-size: var(--text-base) !important;
  }
  .lg\:text-lg {
    font-size: var(--text-lg) !important;
  }
  .lg\:text-xl {
    font-size: var(--text-xl) !important;
  }
  .lg\:text-2xl {
    font-size: var(--text-2xl) !important;
  }
  .lg\:text-3xl {
    font-size: var(--text-3xl) !important;
  }
  .lg\:text-4xl {
    font-size: var(--text-4xl) !important;
  }
  .lg\:text-5xl {
    font-size: var(--text-5xl) !important;
  }
  .lg\:text-6xl {
    font-size: var(--text-6xl) !important;
  }
}
@media (max-width: 991px) {
  .md\:text-xs {
    font-size: var(--text-xs) !important;
  }
  .md\:text-sm {
    font-size: var(--text-sm) !important;
  }
  .md\:text-base {
    font-size: var(--text-base) !important;
  }
  .md\:text-lg {
    font-size: var(--text-lg) !important;
  }
  .md\:text-xl {
    font-size: var(--text-xl) !important;
  }
  .md\:text-2xl {
    font-size: var(--text-2xl) !important;
  }
  .md\:text-3xl {
    font-size: var(--text-3xl) !important;
  }
  .md\:text-4xl {
    font-size: var(--text-4xl) !important;
  }
  .md\:text-5xl {
    font-size: var(--text-5xl) !important;
  }
  .md\:text-6xl {
    font-size: var(--text-6xl) !important;
  }
}
@media (max-width: 767px) {
  .sm\:text-xs {
    font-size: var(--text-xs) !important;
  }
  .sm\:text-sm {
    font-size: var(--text-sm) !important;
  }
  .sm\:text-base {
    font-size: var(--text-base) !important;
  }
  .sm\:text-lg {
    font-size: var(--text-lg) !important;
  }
  .sm\:text-xl {
    font-size: var(--text-xl) !important;
  }
  .sm\:text-2xl {
    font-size: var(--text-2xl) !important;
  }
  .sm\:text-3xl {
    font-size: var(--text-3xl) !important;
  }
  .sm\:text-4xl {
    font-size: var(--text-4xl) !important;
  }
  .sm\:text-5xl {
    font-size: var(--text-5xl) !important;
  }
  .sm\:text-6xl {
    font-size: var(--text-6xl) !important;
  }
}
@media (max-width: 575px) {
  .xs\:text-xs {
    font-size: var(--text-xs) !important;
  }
  .xs\:text-sm {
    font-size: var(--text-sm) !important;
  }
  .xs\:text-base {
    font-size: var(--text-base) !important;
  }
  .xs\:text-lg {
    font-size: var(--text-lg) !important;
  }
  .xs\:text-xl {
    font-size: var(--text-xl) !important;
  }
  .xs\:text-2xl {
    font-size: var(--text-2xl) !important;
  }
  .xs\:text-3xl {
    font-size: var(--text-3xl) !important;
  }
  .xs\:text-4xl {
    font-size: var(--text-4xl) !important;
  }
  .xs\:text-5xl {
    font-size: var(--text-5xl) !important;
  }
  .xs\:text-6xl {
    font-size: var(--text-6xl) !important;
  }
}
.leading-xs {
  line-height: 1.1 !important;
}

.leading-sm {
  line-height: 1.2 !important;
}

.leading-md {
  line-height: 1.3 !important;
}

.leading-lg {
  line-height: 1.4 !important;
}

.leading-xl {
  line-height: 1.5 !important;
}

.leading-2xl {
  line-height: 1.6 !important;
}

.leading-3xl {
  line-height: 1.7 !important;
}

.leading-4xl {
  line-height: 1.8 !important;
}

.leading-5xl {
  line-height: 1.9 !important;
}

.leading-6xl {
  line-height: 2 !important;
}

.tracking-minus-sm {
  letter-spacing: -0.03em !important;
}

.tracking-none {
  letter-spacing: 0 !important;
}

.tracking-sm {
  letter-spacing: 0.08em !important;
}

.tracking-md {
  letter-spacing: 0.12em !important;
}

.tracking-lg {
  letter-spacing: 0.16em !important;
}

.number {
  font-family: var(--font-secondary);
  line-height: 1;
  letter-spacing: -0.02em;
}

.number.-circle-right {
  display: flex;
  align-items: center;
}

.number.-circle-right::after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background-color: black;
  margin-left: 8px;
}

.number.-left {
  margin-left: -0.25rem;
}

.number.-sm {
  font-size: 3.75rem;
}

.number.-md {
  font-size: 4.6875rem;
}

.number.-lg {
  font-size: 5.625rem;
}

@media (max-width: 991px) {
  .number.-sm {
    font-size: 3.75rem;
  }
  .number.-md {
    font-size: 4.375rem;
  }
  .number.-lg {
    font-size: 5.25rem;
  }
}
@media (max-width: 767px) {
  .number.-sm {
    font-size: 3.5rem;
  }
  .number.-md {
    font-size: 4rem;
  }
  .number.-lg {
    font-size: 4.875rem;
  }
}
.numBlock__number {
  font-family: var(--font-secondary);
  font-size: 5.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media (max-width: 991px) {
  .numBlock__number {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .numBlock__number {
    font-size: 4.25rem;
  }
}
.numBlock__additional {
  font-size: 2.5rem;
  opacity: 0.4;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.numBlock__text {
  line-height: 1.4;
}

.has-topbar .header {
  top: 2.5rem;
}

@media (max-width: 991px) {
  .has-topbar .header {
    top: 0;
  }
}
.header {
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header.-margin-lg .header__bar {
  padding: 0 7.5rem;
  height: 6.875rem;
}

@media (max-width: 991px) {
  .header.-margin-lg .header__bar {
    padding: 0 2.5rem;
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .header.-margin-lg .header__bar {
    padding: 1.25rem;
  }
}
.header.-vertical-sm .header__bar {
  width: 100%;
  padding: 0 3.75rem;
  height: 4.375rem;
  display: flex;
  align-items: center;
}

.header.-no-vertical-padding .header__bar {
  padding: 0 3.75rem;
}

.header.-no-left-padding .header__bar {
  padding-left: 0 !important;
}

.header.-top-border .header__bar {
  border-top: 1px solid white;
}

.header.-bottom-border .header__bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header__item {
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width: 991px) {
  .header__item {
    z-index: 10;
    position: relative;
  }
}
.header__bar {
  position: relative;
  z-index: 10;
  padding: 0 3.75rem;
  height: 6.875rem;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 991px) {
  .header__bar {
    height: 4.5rem;
    padding: 0 1.875rem;
  }
}
.header__bar .container {
  height: 100%;
}

.header__bar .row {
  height: 100%;
}

.header__bar .row > div {
  height: 100%;
}

.header__logo.-separate {
  padding: 30px 2.875rem;
}

.header__logo {
  font-size: 3.125rem;
}

@media (max-width: 991px) {
  .header__logo {
    font-size: 1.875rem;
  }
}
.header__logo a {
  display: flex;
}

.header__icons {
  display: flex;
  align-items: center;
  height: 100%;
  color: white;
}

.header__icons a, .header__icons button {
  color: white;
}

.header__icons a:hover {
  color: #ff5121 !important;
}

.header__icons > * + * {
  margin-left: 1.875rem;
}

.header__icons.-separate {
  height: 100%;
}

.header__icons.-separate > * {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1.875rem;
  border-left: 1px solid white;
}

.header__icons.-separate > *:last-child {
  border-right: 1px solid white;
}

.header__icons.-separate > * + * {
  margin-left: 0;
}

.header__cart {
  height: 100%;
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  .header__cart {
    position: relative;
    font-size: 1rem;
  }
}
.header__cart > a {
  height: 100%;
  display: flex;
  align-items: center;
}

.header__cart a:hover + .headerCart {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.15s ease-out;
}

.header__search {
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  .header__search {
    position: relative;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .header__search {
    position: relative;
  }
}
.header__menu {
  font-size: 0.75rem;
}

.header.is-sticky {
  position: fixed;
}

.header.is-sticky .header__bar {
  padding: 0 3.75rem;
  background: #18130C;
}

.header.is-sticky .header__bar .nav__item > a,
.header.is-sticky .header__bar .icon,
.header.is-sticky .header__bar > * {
  color: white !important;
}

@media (max-width: 767px) {
  .header.is-sticky .header__bar {
    padding: 1.25rem 1.875rem;
  }
}
.header.is-sticky.-sticky-dark .header__bar .nav > li > a,
.header.is-sticky.-sticky-dark .header__bar .icon,
.header.is-sticky.-sticky-dark .header__bar > * {
  color: black !important;
}

.header.is-sticky.-sticky-dark .header__bar .icon-logo {
  color: white !important;
}

.header.is-sticky.-sticky-font-light .header__bar .nav > li > a,
.header.is-sticky.-sticky-font-light .header__bar .icon,
.header.is-sticky.-sticky-font-light .header__bar > * {
  color: white !important;
}

.header.is-sticky.-sticky-font-light .header__bar .icon-logo {
  color: white !important;
}

.header.is-sticky.-no-vertical-padding .header__bar {
  padding-top: 0;
  padding-bottom: 0;
}

.header.-home-2.-no-pad .container {
  padding: 0 !important;
}

.header.-home-2 .menu {
  height: 100%;
}

.header.-home-2 .header__item {
  display: flex;
  align-items: center;
  height: 100%;
}

.header.-home-2 .header__item.-margin-sm .header__logo {
  margin-right: 2.5rem;
}

.header.-home-2 .header__item.-margin-lg .header__logo {
  margin-right: 8vw;
}

.header.-home-3.is-sticky .header__bar {
  background: white;
}

.header.-home-3 .header__bar {
  padding: 0;
  height: 4.375rem;
  border-top: 1px solid #E4E4E4;
}

@media (max-width: 767px) {
  .header.-home-3 .header__bar {
    height: 3.5rem;
  }
}
.header.-home-3 .header__logo {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.625rem;
  margin-right: 1.875rem !important;
}

@media (max-width: 1199px) {
  .header.-home-3 .header__logo {
    width: 5rem;
  }
}
.header.-home-3 .header__logo .icon {
  font-size: 1.875rem;
}

.header.-home-3 .header__item {
  display: flex;
  align-items: center;
  height: 100%;
}

.header.-home-3 .header__item.-margin-sm .header__logo {
  margin-right: 2.5rem;
}

.header.-home-3 .header__item.-margin-lg .header__logo {
  margin-right: 8vw;
}

.header.-home-3 .header__icons {
  display: flex;
  align-items: center;
  height: 100%;
  color: white;
}

.header.-home-3 .header__icons a, .header.-home-3 .header__icons button {
  color: white;
}

.header.-home-3 .header__icons a:hover {
  color: #ff5121 !important;
}

.header.-home-3 .header__icons > * + * {
  margin-left: 1.875rem;
}

.header.-home-3 .header__icons > * {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1.875rem;
  border-left: 1px solid #E4E4E4;
}

@media (max-width: 1199px) {
  .header.-home-3 .header__icons > * {
    padding: 0 1.375rem;
  }
}
.header.-home-3 .header__icons > *:last-child {
  border-right: 1px solid #E4E4E4;
}

.header.-home-3 .header__icons > * + * {
  margin-left: 0;
}

.header.-home-4 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid #E4E4E4;
  width: 20rem;
}

@media (max-width: 1199px) {
  .header.-home-4 {
    width: 15rem;
  }
}
@media (max-width: 991px) {
  .header.-home-4 {
    bottom: unset;
    width: 100%;
    right: 0;
  }
}
.header.-home-4 .header__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2.75rem;
}

@media (max-width: 1199px) {
  .header.-home-4 .header__container {
    padding: 2rem 1.25rem;
  }
}
@media (max-width: 991px) {
  .header.-home-4 .header__container {
    display: none;
  }
}
.header.-home-4 .header__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.header.-home-4 .header__copyright {
  color: #615E5E !important;
}

.header.-home-4 .header__socials {
  margin-top: 1.5rem;
}

.header.-home-4 .header__socials a {
  padding: 0 0.9375rem;
}

@media (min-width: 992px) {
  .header.-home-6 .nav {
    position: unset !important;
  }
  .header.-home-6 .menu {
    height: 100%;
  }
  .header.-home-6 .header__bar {
    padding: 0;
    height: 6.25rem;
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  .header.-home-6 .header__bar {
    height: 3.5rem;
  }
}
@media (min-width: 992px) {
  .header.-home-6 .header__logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8.9375rem;
    margin-right: 2.3125rem !important;
    background-color: white;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header.-home-6 .header__logo {
    width: 5rem;
  }
}
@media (min-width: 992px) {
  .header.-home-6 .header__logo .icon {
    color: #ff5121 !important;
    font-size: 2.75rem;
  }
  .header.-home-6 .header__item {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .header.-home-6 .header__item.-margin-sm .header__logo {
    margin-right: 2.5rem;
  }
  .header.-home-6 .header__item.-margin-lg .header__logo {
    margin-right: 8vw;
  }
  .header.-home-6 .header__icons {
    display: flex;
    align-items: center;
    height: 100%;
    color: white;
  }
  .header.-home-6 .header__icons a, .header.-home-6 .header__icons button {
    color: white;
  }
  .header.-home-6 .header__icons a:hover {
    color: #ff5121 !important;
  }
  .header.-home-6 .header__icons > * + * {
    margin-left: 1.875rem;
  }
  .header.-home-6 .header__icons > * {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 1.875rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header.-home-6 .header__icons > * {
    padding: 0 1.375rem;
  }
}
@media (min-width: 992px) {
  .header.-home-6 .header__icons > * + * {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .header.-home-6 .menu {
    z-index: 2;
  }
  .header.-home-6 .header__icons {
    position: relative;
    z-index: 10;
  }
  .header.-home-9 .menu {
    z-index: -1;
  }
}
.side-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.side-nav__item a {
  color: black;
  font-size: 0.875rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.side-nav__item + .side-nav__item {
  margin-top: 1.125rem;
}

.side-nav__submenu {
  display: none;
}

@media (min-width: 992px) {
  .menu__container {
    height: 100%;
  }
  .header.-home-3 .nav,
  .header.-home-2 .nav {
    position: unset;
    top: unset;
    left: unset;
    right: unset;
    margin: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .header.-home-3 .nav li,
  .header.-home-2 .nav li {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .header.-home-3 .nav li,
  .header.-home-2 .nav li {
    height: unset;
  }
}
@media (min-width: 992px) {
  .header.-home-3 .nav li a,
  .header.-home-2 .nav li a {
    text-transform: uppercase;
    line-height: 1;
  }
  .header.-home-3 .nav .nav__item + .nav__item,
  .header.-home-2 .nav .nav__item + .nav__item {
    margin-left: 2.5rem;
  }
}
.header__menu {
  position: relative;
  display: flex;
  justify-content: center;
}

.header .nav-button-close {
  position: absolute;
  top: 0;
  opacity: 0;
}

.header .nav-button-close .icon {
  font-size: 1.0625rem;
}

.header .nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
}

.header .nav li {
  height: 100%;
  display: flex;
  align-items: center;
}

.header .nav li a {
  text-transform: uppercase;
  line-height: 1;
}

.header .nav > li + li {
  margin-left: 2.5rem;
}

@media (min-width: 992px) {
  .menu .nav {
    display: flex;
    width: 100%;
  }
  .menu .nav > li > a {
    position: relative;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .menu .nav > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.625rem;
    width: 100%;
    height: 0.0625rem;
    background-color: currentColor;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
    transform: scaleX(0);
  }
  .menu .nav li {
    cursor: pointer;
  }
  .menu .nav li:hover > a {
    color: var(--accent-color);
  }
  .menu .nav li:hover > a::after {
    transform: scaleX(1);
  }
  .menu .nav li.-has-mega-menu {
    position: unset !important;
  }
  .menu .nav li.-has-mega-menu:hover .mega {
    opacity: 1;
    pointer-events: auto;
  }
  .menu .nav li.menu-item-has-children {
    position: relative;
  }
  .menu .nav li.menu-item-has-children:hover .nav__submenu {
    opacity: 1;
    pointer-events: auto;
  }
  .menu .nav__submenu {
    z-index: 4;
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 1.25rem 2rem;
    width: 15rem;
    background-color: #18130C;
    border: 1px solid var(--border-color);
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
    opacity: 0;
  }
  .menu .nav__submenu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.1875rem;
    background-color: #ff5121;
  }
  .menu .nav__submenu::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 1rem;
    width: 0;
    height: 0;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-bottom: 0.625rem solid var(--secondary-color);
  }
  .menu .nav__submenu_item > a {
    display: block;
    font-size: 0.8125rem;
    text-transform: uppercase;
    padding: 0.875rem 0;
    line-height: 1;
    color: #A8A7A5;
  }
  .menu .nav__submenu_item > a:hover {
    color: white;
    text-decoration: underline;
  }
  .menu .mobile__background {
    display: none !important;
  }
  .menu .mobile__back {
    display: none !important;
  }
  .menu .mobile__footer {
    display: none !important;
  }
  .menu .mobile__socials {
    display: none !important;
  }
  .menu .mobile__copyright {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .menu {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh !important;
    display: flex;
    flex-wrap: wrap;
    padding: 1.875rem;
    padding-top: 4.875rem;
    padding-bottom: 1.875rem;
    pointer-events: none;
    overflow-y: auto;
  }
  .menu.is-active {
    pointer-events: auto;
  }
  .menu .mega {
    display: none;
  }
  .menu__container {
    width: 100%;
  }
  .menu ul {
    pointer-events: none;
    position: relative;
    width: 100%;
  }
  .menu ul.is-active {
    pointer-events: auto;
  }
  .menu .nav {
    position: relative;
    height: unset;
    width: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .menu .nav.is-open {
    transform: none;
    pointer-events: auto;
    opacity: 1;
  }
  .menu .nav li {
    overflow: hidden;
    width: 100%;
    margin: 0 !important;
    height: unset;
  }
  .menu .nav li a {
    font-size: 1.125rem;
    line-height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #A8A7A5;
    transform: translateY(100%);
  }
  .menu .nav li a:hover {
    color: white;
  }
  .menu .nav li.menu-item-has-children > a::after {
    content: "\e901";
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .menu .nav__submenu {
    position: absolute;
    top: 0;
    left: 0;
  }
  .menu .nav__submenu li a {
    font-size: 1.125rem;
    line-height: 3.375rem;
  }
  .menu .mobile__background {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    height: 100vh;
    background-color: #18130C;
    background-image: url("../img/patterns/2.png");
    transform: scaleY(0);
    transform-origin: bottom;
  }
  .menu .mobile__back {
    position: relative;
    padding: 0 1.875rem;
    left: -1.875rem;
    right: -1.875rem;
    height: 3.75rem;
    width: calc(100% + 60px);
    background-color: #615E5E;
    margin-bottom: 0.625rem;
    opacity: 0;
  }
  .menu .mobile__back a {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 3.75rem;
    text-transform: uppercase;
    color: white;
  }
  .menu .mobile__back a::before {
    content: "\e900";
    margin-right: 1.25rem;
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: currentColor;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .menu .mobile__footer {
    z-index: 5;
    align-self: flex-end;
    opacity: 0;
  }
  .menu .mobile__socials {
    display: flex;
    margin-top: 1.25rem;
    margin-left: -0.75rem;
  }
  .menu .mobile__socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 100%;
    border: 1px solid transparent;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #ff5121 !important;
  }
  .menu .mobile__socials a:hover {
    border: 1px solid #ff5121;
  }
  .menu .mobile__socials a + a {
    margin-left: 0.3125rem;
  }
  .menu .mobile__copyright {
    margin-top: 1.875rem;
    display: flex;
    align-items: center;
  }
  .menu .mobile__copyright img {
    margin-right: 1.25rem;
    fill: #B2B2B2;
    width: 1.5rem;
    height: 1.5rem;
  }
  .menu .mobile__copyright p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.instagram__item {
  display: block;
  position: relative;
}

.instagram__item:hover .instagram__content {
  opacity: 1;
}

.instagram__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.instagram__content .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
  font-size: 0.875rem;
  color: white;
}

.sidebar {
  z-index: 500;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 31.25rem;
  background-color: #18130C;
  padding: 3.75rem;
  padding-bottom: 2.1875rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url("../img/general/pattern_bg.png");
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateX(100%);
}

.sidebar.is-open {
  transform: none;
}

.sidebar__cross {
  z-index: 20;
  position: absolute;
  top: 3.75rem;
  right: 3.75rem;
}

.sidebar__cross .button {
  font-size: 1rem;
  color: white;
}

.sidebar__header .title {
  font-size: 1.875rem;
  line-height: 2.1875rem;
  margin-top: 1rem;
  color: white;
}

.sidebar__header .subtitle {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.625rem;
  color: #ff5121;
}

.sidebar__instagram .title {
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: white;
}

.sidebar__instagram .instagram {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}

.sidebar__instagram .instagram__item {
  position: relative;
  width: 33%;
}

.sidebar__instagram .instagram__item:hover .instagram__content {
  opacity: 1;
}

.sidebar__instagram .instagram__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.sidebar__instagram .instagram__content .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
  font-size: 0.875rem;
  color: white;
}

.sidebar__info .title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
  color: white;
}

.sidebar__info .text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #A8A7A5;
}

.sidebar__info .text + .text {
  margin-top: 1.5rem;
}

.sidebar__info .button {
  margin: 0 auto;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #ff5121;
}

.sidebar__socials {
  display: flex;
  justify-content: center;
}

.sidebar__socials .item {
  color: #ff5121;
  border: 1px solid transparent;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sidebar__socials .item:hover {
  border: 1px solid #ff5121;
}

.sidebar__socials .item + .item {
  margin-left: 0.625rem;
}

.socialsSection {
  position: relative;
  left: -14px;
  display: flex;
}

.socialsSection a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
  border: 1px solid transparent;
}

.socialsSection a + a {
  margin-left: 0.75rem;
}

.socialsSection a:hover {
  border: 1px solid var(--accent-color);
}

.lines.-vertical-lines {
  z-index: -1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.05;
  display: flex;
  justify-content: space-evenly;
}

.lines.-vertical-lines span {
  height: 100%;
  width: 1px;
  background-color: black;
}

.text-transparent {
  color: transparent;
}

.relative {
  position: relative;
}

.section-bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.full-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.full-image__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.suit::before {
  z-index: -110 !important;
}

.border-accent {
  border: 1px solid #ff5121;
}

.background-stroke-num {
  z-index: 10;
  position: absolute;
  top: 0;
  font-weight: 400;
  font-size: 120px;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: transparent;
  transform: rotate(180deg);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.5);
}

.background-stroke-num.-left {
  right: calc(100% - 60px);
}

.background-stroke-num.-right {
  left: calc(100% - 60px);
}

.background-border {
  position: relative;
}

.background-border.-left::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -1.875rem;
  left: -1.875rem;
  width: 100%;
  height: 100%;
  border: 1px solid #ff5121;
}

@media (max-width: 991px) {
  .background-border.-left::before {
    bottom: -1.25rem;
    left: -1.25rem;
  }
}
.background-border.-right::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -1.875rem;
  left: 1.875rem;
  width: 100%;
  height: 100%;
  border: 1px solid #ff5121;
}

@media (max-width: 991px) {
  .background-border.-right::before {
    bottom: -1.25rem;
    left: -1.25rem;
  }
}
.background-cover {
  position: relative;
}

.background-cover::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0.625rem;
  width: 100%;
  height: 100%;
}

.background-cover.-dark::after {
  background-color: black;
}

.background-cover.-beige::after {
  background: #ff5121;
}

.background-cover.-left::after {
  left: 0.625rem;
}

.background-cover.-right::after {
  right: 0.625rem;
}

.background-cover .button-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.background-color {
  position: relative;
}

.background-color::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 65vw;
  height: 100%;
  background-color: #F9F6F6;
}

.form.-subscription {
  position: relative;
}

.form.-subscription input {
  border-bottom: 1px solid #474747;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.form.-subscription input::-moz-placeholder {
  color: #A8A7A5;
}

.form.-subscription input:-ms-input-placeholder {
  color: #A8A7A5;
}

.form.-subscription input::placeholder {
  color: #A8A7A5;
}

.form.-subscription input:focus {
  border-bottom: 1px solid white;
}

.form.-subscription button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.form.-subscription .icon {
  color: #ff5121;
  font-size: 20px;
}

.form.-subscription input {
  border-bottom: 1px solid black;
  color: black;
}

.form.-subscription input::-moz-placeholder {
  color: black;
}

.form.-subscription input:-ms-input-placeholder {
  color: black;
}

.form.-subscription input::placeholder {
  color: black;
}

.form.-subscription input:focus {
  border-bottom: 1px solid black;
}

.form.-subscription .icon {
  color: #000;
}

.background-num {
  z-index: 1;
  position: relative;
}

.background-num.-light .background-num__num {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}

.background-num.-accent .background-num__num {
  -webkit-text-stroke: 1px rgba(184, 135, 104, 0.2);
}

.background-num__wrap {
  z-index: -1;
  position: relative;
  padding-top: 3.125rem;
  display: flex;
  justify-content: center;
  width: 100%;
}

.background-num__num {
  position: absolute;
  top: 0;
  font-weight: 600;
  font-size: 70px;
  line-height: 82px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
}

.background-num__front {
  position: relative;
  z-index: 1;
}

.background-num.-hover .background-num__front > div {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.background-num.-hover .background-num__front .icon {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.background-num.-hover:hover .background-num__front > div {
  background-color: black;
}

.background-num.-hover:hover .background-num__front .icon {
  color: white !important;
}

.background-num.-hover.-accent:hover .background-num__front > div {
  background-color: #ff5121 !important;
}

.background-num.-hover.-accent:hover .background-num__front .icon {
  color: white !important;
}

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.section-bg {
  padding-top: 13.75rem;
  padding-bottom: 13.75rem;
}

.section-bg__image {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-bg__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.top-minus-90 {
  position: relative;
  top: -5.625rem;
}

.mt-minus-90 {
  margin-top: -5.625rem;
}

.mb-minus-60 {
  margin-bottom: -3.75rem;
}

.overflow-visible {
  overflow: visible !important;
}

.pos-unset {
  position: unset !important;
}

@media (max-width: 767px) {
  .sm\:pos-unset {
    position: unset !important;
  }
}
.bg-black {
  background-color: #000000 !important;
}

.bg-dark {
  background-color: #181818;
}

.bg-beige-dark {
  background-color: #ff5121;
}

.bg-beige-light {
  background-color: #FCF7F4;
}

.bg-grey {
  background-color: #F9F5F5;
}

.bg-dark-img {
  background-color: #18130C;
}

.bg-accent {
  background-color: var(--accent-color);
}

.bg-secondary {
  background-color: var(--accent-color);
}

.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-light-1 {
  background-color: var(--bg-light-1);
}

.bg-light-2 {
  background-color: var(--bg-light-2);
}

.bg-dark-1 {
  background-color: var(--bg-dark-1);
}

.bg-dark-2 {
  background-color: var(--bg-dark-2);
}

.bg-dark-3 {
  background-color: var(--bg-dark-3);
}

.bg-dark-4 {
  background-color: var(--bg-dark-4);
}

.text-light {
  color: rgba(255, 255, 255, 0.6) !important;
}

.text-dark {
  color: rgba(0, 0, 0, 0.6) !important;
}

.text-white {
  color: white !important;
}

.text-accent {
  color: var(--accent-color);
}

.text-secondary {
  color: var(--secondary-color);
}

.text-beige {
  color: #ff5121;
}

.text-beige-dark {
  color: #ff5121;
}

.text-beige-light {
  color: #FCF7F4;
}

.text-grey {
  color: #F9F5F5;
}

.text-dark-img {
  color: #18130C;
}

.overlayImgs {
  position: relative;
  width: 100%;
  padding-left: 50px;
  padding-right: 40px;
}

@media (max-width: 991px) {
  .overlayImgs {
    padding-left: 0;
    padding-right: 40px;
  }
}
.overlayImgs img {
  width: 100%;
  height: auto;
}

.overlayImgs__back {
  max-width: 530px;
}

.overlayImgs__back.-border {
  border: 6px solid #FFFFFF;
}

.overlayImgs__front {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 60%;
}

.overlayImgs__front.-border {
  border: 6px solid #FFFFFF;
}

.aboutBack {
  position: absolute;
  top: -95px;
  left: -230px;
  top: -3.8vw;
  left: -12vw;
}

.sectionHeading__subtitle {
  color: #ff5121;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 16px;
}

.sectionHeading__title {
  font-size: 35px;
  font-weight: 600;
  line-height: 41px;
}

@media (max-width: 991px) {
  .sectionHeading__title {
    font-size: 25px;
    line-height: 29px;
  }
}
.sectionHeading__text {
  margin-top: 42px;
  font-size: 16px;
  line-height: 24px;
}

.sectionHeading__button {
  margin-top: 52px;
}

@media (max-width: 991px) {
  .sectionHeading.-about .sectionHeading__title {
    font-size: 25px;
    font-weight: 600;
    line-height: 29px;
  }
  .sectionHeading.-about .sectionHeading__text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .sectionHeading.-about .sectionHeading__button {
    margin-top: 30px;
  }
}
.sectionHeading.-top-line .sectionHeading__subtitle {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.sectionHeading.-top-line .sectionHeading__subtitle::before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 64px;
  height: 1px;
  background-color: currentColor;
}

@media (max-width: 991px) {
  .sectionHeading.-top-line.-md .sectionHeading__subtitle {
    align-items: flex-start !important;
  }
}
.sectionHeading.-left-line .sectionHeading__subtitle {
  display: flex;
  align-items: center;
}

.sectionHeading.-left-line .sectionHeading__subtitle::before {
  content: "";
  position: relative;
  margin-right: 1.25rem;
  width: 4rem;
  height: 1px;
  background-color: currentColor;
}

@media (max-width: 767px) {
  .sectionHeading.-left-line .sectionHeading__subtitle {
    flex-direction: column;
    align-items: flex-start;
  }
  .sectionHeading.-left-line .sectionHeading__subtitle::before {
    margin: 0;
    margin-bottom: 1.25rem;
  }
}
.masthead .swiper-wrapper {
  z-index: -1;
}

.masthead .container,
.masthead .row {
  height: 100%;
}

.masthead .swiper-slide {
  overflow: hidden;
}

.masthead {
  background-color: #131313;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}

.masthead__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.masthead__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.masthead__title {
  font-size: 70px;
  font-weight: 400;
  line-height: 82px;
}

.masthead__title span {
  font-weight: 600;
}

@media (max-width: 991px) {
  .masthead__title {
    font-size: 40px;
    line-height: 47px;
  }
}
.masthead__button {
  margin-top: 30px;
  opacity: 0;
}

@media (max-width: 991px) {
  .masthead__button {
    margin-top: 20px;
  }
}
.masthead__pagination_numbers {
  z-index: 5;
  position: absolute;
  top: 330px;
  left: 60px;
  display: flex;
}

.masthead__pagination_numbers span {
  color: white;
}

.masthead__pagination_numbers span:nth-child(1) {
  font-size: 16px;
  line-height: 16px;
}

.masthead__pagination_numbers span:nth-child(2) {
  font-size: 16px;
  line-height: 20px;
  padding: 0 7px;
}

.masthead__pagination_numbers span:nth-child(3) {
  font-size: 40px;
  line-height: 47px;
}

.masthead__socials {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
}

.masthead__socials a + a {
  margin-top: 30px;
}

.masthead__scroll {
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  right: 60px;
}

.masthead__scroll_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 100%;
  color: white;
  font-size: 16px;
  line-height: 16px;
}

.masthead__scroll_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: all 0.1s ease-out;
  color: white;
  margin-top: 25px;
  overflow: hidden;
}

.masthead__scroll_icon .icon {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-name: uiScrollInfinite;
  animation-name: uiScrollInfinite;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  color: white;
  position: relative;
  font-size: 30px;
  transition: all 0.1s ease-out;
}

@-webkit-keyframes uiScrollInfinite {
  0% {
    transform: translateY(-100%) rotate(90deg);
  }
  100% {
    transform: translateY(100%) rotate(90deg);
  }
}
@keyframes uiScrollInfinite {
  0% {
    transform: translateY(-100%) rotate(90deg);
  }
  100% {
    transform: translateY(100%) rotate(90deg);
  }
}
.masthead-pagination {
  z-index: 10;
  position: absolute;
  bottom: 3.125rem;
  left: 3.75rem;
  display: flex;
}

@media (max-width: 991px) {
  .masthead-pagination {
    bottom: 1.875rem;
    left: 1.875rem;
  }
}
.masthead-pagination__item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  opacity: 0.5;
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}

.masthead-pagination__item .masthead-pagination__line {
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transform: scaleX(0);
  transform-origin: left;
}

.masthead-pagination__item.is-active {
  opacity: 1;
}

.masthead-pagination__item.is-active .masthead-pagination__line {
  transform: scaleX(1);
}

.masthead-pagination .masthead-pagination__item + .masthead-pagination__item {
  margin-left: 75px;
}

@media (max-width: 991px) {
  .masthead-pagination .masthead-pagination__item + .masthead-pagination__item {
    margin-left: 40px;
  }
}
.masthead-pagination__number {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: white;
}

.masthead-pagination__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
  color: white;
}

.masthead-pagination__line {
  margin-top: 8px;
  transform-origin: left;
  width: 104px;
  height: 1px;
  background-color: white;
}

@media (max-width: 991px) {
  .masthead-pagination__line {
    width: 100%;
  }
}
.page-masthead {
  position: relative;
  padding-top: 27.1875rem;
  padding-bottom: 10rem;
}

@media (max-width: 1199px) {
  .page-masthead {
    padding-top: 23.75rem;
    padding-bottom: 9.375rem;
  }
}
@media (max-width: 991px) {
  .page-masthead {
    padding-top: 15rem;
    padding-bottom: 8.75rem;
  }
}
@media (max-width: 767px) {
  .page-masthead {
    padding-top: 12.5rem;
    padding-bottom: 7.5rem;
  }
}
.page-masthead__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-masthead__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-masthead__content {
  z-index: 1;
  position: relative;
}

@media (max-width: 991px) {
  .page-masthead__content {
    text-align: center;
  }
}
.page-masthead__subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
  color: var(--accent-color);
  padding-left: 0.25rem;
  margin-bottom: 0.375rem;
}

.page-masthead__back_title {
  white-space: nowrap;
  position: absolute;
  bottom: -2.5rem;
  left: -3rem;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 1.15;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}

@media (max-width: 1199px) {
  .page-masthead__back_title {
    font-size: 6.25rem;
  }
}
@media (max-width: 991px) {
  .page-masthead__back_title {
    font-size: 5rem;
    top: 65%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 767px) {
  .page-masthead__back_title {
    display: none;
  }
}
.page-masthead__title {
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .page-masthead__title {
    font-size: 3.625rem;
  }
}
.page-masthead-bread {
  font-size: 0.875rem;
  line-height: 1rem;
}

.page-masthead-bread__item {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.counter {
  position: relative;
  display: flex;
  align-items: center;
}

.counter.-light .counter__back {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}

.counter__back {
  font-size: 120px;
  line-height: 141px;
  padding-right: 80px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
}

.counter__content {
  display: flex;
  align-items: center;
  position: absolute;
  left: 30%;
}

.counter__number {
  font-size: 50px;
  font-weight: 600;
  line-height: 59px;
}

.counter__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  margin-left: 9px;
}

.counter.-portfolio-single {
  flex-direction: column;
  padding-top: 1.75rem;
}

.counter.-portfolio-single .counter__number {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

.counter.-portfolio-single .counter__content {
  position: relative;
  left: unset;
  flex-direction: column;
}

.counter.-portfolio-single .counter__back {
  padding: 0;
  position: absolute;
  top: 2px;
  font-size: 80px;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
}

.counter.-portfolio-single.-light .counter__back {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}

.cta__title {
  font-size: 35px;
  font-weight: 600;
  line-height: 41px;
}

@media (max-width: 991px) {
  .cta__title {
    font-size: 25px;
    font-weight: 600;
    line-height: 29px;
  }
}
.cta__text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .cta__text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }
}
.cta__button {
  margin-top: 38px;
}

@media (max-width: 991px) {
  .cta__button {
    margin-top: 30px;
  }
}
.blog__image {
  position: relative;
}

.blog__category {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  padding: 10px 20px;
}

.blog__info {
  display: flex;
  margin: -6px;
}

.blog__info a {
  padding: 6px;
  color: #ff5121;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.blog__title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.blog__button {
  margin-top: 20px;
}

.blog.-hover .blog__image {
  overflow: hidden;
}

.blog.-hover .blog__image img {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog.-hover:hover .blog__image img {
  transform: scale(1.1);
}

.blog.-hover:hover .blog__info {
  transform: none;
}

.blog.-hover:hover .blog__title {
  transform: none;
}

.clients__image {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .clients__image img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .clients__image img {
    width: 80%;
    height: auto;
  }
}
.footer {
  position: relative;
  background-color: #18130C;
}

.footer__top {
  padding-top: 100px;
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .footer__top {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.footer__item p {
  color: #A8A7A5;
  line-height: 22px;
}

.footer__item a {
  color: #A8A7A5;
  line-height: 22px;
}

.footer__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
}

.footer__content {
  margin-top: 30px;
}

.footer__content__item {
  line-height: 1;
}

.footer__content__item span {
  color: #ff5121;
}

.footer__content__item + .footer__content__item {
  margin-top: 20px;
}

.footer__newsletter {
  margin-top: 30px;
}

.footer__newsletter form {
  position: relative;
}

.footer__newsletter form input {
  border-bottom: 1px solid #474747;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.footer__newsletter form input::-moz-placeholder {
  color: #A8A7A5;
}

.footer__newsletter form input:-ms-input-placeholder {
  color: #A8A7A5;
}

.footer__newsletter form input::placeholder {
  color: #A8A7A5;
}

.footer__newsletter form input:focus {
  border-bottom: 1px solid white;
}

.footer__newsletter button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.footer__newsletter .icon {
  color: #ff5121;
  font-size: 1.25rem;
}

.footer__socials {
  margin-top: 1.875rem;
}

.footer__socials_content {
  display: flex;
  margin-top: 1.25rem;
  margin-left: -0.75rem;
}

.footer__socials_content a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
  border: 1px solid transparent;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ff5121 !important;
}

.footer__socials_content a:hover {
  border: 1px solid #ff5121;
}

.footer__socials_content a + a {
  margin-left: 5px;
}

.footer__bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer__bottom_text {
  color: #A8A7A5;
  font-size: 16px;
  line-height: 24px;
}

.footer.-light .footer__item p {
  color: #000;
}

.footer.-light .footer__item a {
  color: #000;
}

.footer.-light .footer__content__item span {
  color: #000;
}

.footer.-light .footer__newsletter form input {
  border-bottom: 1px solid black;
  color: black;
}

.footer.-light .footer__newsletter form input::-moz-placeholder {
  color: black;
}

.footer.-light .footer__newsletter form input:-ms-input-placeholder {
  color: black;
}

.footer.-light .footer__newsletter form input::placeholder {
  color: black;
}

.footer.-light .footer__newsletter form input:focus {
  border-bottom: 1px solid black;
}

.footer.-light .footer__newsletter .icon {
  color: #000;
}

.footer.-light .footer__socials_content a {
  color: #000 !important;
}

.footer.-light .footer__socials_content a:hover {
  border: 1px solid #000;
}

.footer.-light .footer__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.footer.-light .footer__bottom_text {
  color: #000;
}

.portfolio__content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 40px;
  padding-bottom: 16px;
  width: 650px;
  max-width: 80%;
  background-color: white;
  opacity: 0;
  transition: all 0.3s ease-out 0.2s;
}

@media (max-width: 991px) {
  .portfolio__content {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.portfolio__category {
  color: #ff5121;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.portfolio__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

@media (max-width: 991px) {
  .portfolio__title {
    font-size: 18px;
    line-height: 21px;
  }
}
.swiper-slide-active .portfolio__content {
  opacity: 1;
}

.portfolioCard.-type-1 {
  position: relative;
  display: block;
}

.portfolioCard.-type-1:hover .portfolioCard__content {
  transform: none;
  opacity: 1;
}

.portfolioCard.-type-1 .portfolioCard__content {
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
  right: 0.625rem;
  background-color: white;
  transform: translateY(-16px);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.portfolioCard.-type-1 .portfolioCard__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.portfolioCard.-type-2 {
  position: relative;
}

.portfolioCard.-type-2 .portfolioCard__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding-left: 2.5rem;
  padding-bottom: 1.875rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.portfolioCard.-type-2 .portfolioCard__content a {
  position: relative;
  z-index: 4;
}

.portfolioCard.-type-2 .portfolioCard__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.portfolioCard.-zoom .portfolioCard__img {
  overflow: hidden;
}

.portfolioCard.-zoom .portfolioCard__img > div {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.portfolioCard.-zoom:hover .portfolioCard__img > div {
  transform: scale(1.1);
}

.portfolioCard.-type-2.-hover .portfolioCard__img {
  overflow: hidden;
}

.portfolioCard.-type-2.-hover .portfolioCard__img__inner {
  transform: scale(1.01);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.portfolioCard.-type-2.-hover .portfolioCard__content {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.portfolioCard.-type-2.-hover .portfolioCard__content p,
.portfolioCard.-type-2.-hover .portfolioCard__content a {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.portfolioCard.-type-2.-hover .portfolioCard__content h3 {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.06s, transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.06s;
}

.portfolioCard.-type-2.-hover:hover .portfolioCard__img__inner {
  transform: scale(1.08);
}

.portfolioCard.-type-2.-hover:hover .portfolioCard__content {
  opacity: 1;
}

.portfolioCard.-type-2.-hover:hover .portfolioCard__content a,
.portfolioCard.-type-2.-hover:hover .portfolioCard__content p,
.portfolioCard.-type-2.-hover:hover .portfolioCard__content h3 {
  opacity: 1;
  transform: none;
}

.portfolioCard.-type-3 {
  position: relative;
  display: block;
}

.portfolioCard.-type-3:hover .portfolioCard__content {
  transform: none;
  opacity: 1;
}

.portfolioCard.-type-3 .portfolioCard__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  border: 1px solid #E4E4E4;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.portfolioCard.-type-3 .portfolioCard__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #ff5121;
}

.portfolioCard.-type-3 .portfolioCard__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.service__content {
  position: relative;
  padding: 32px 60px 40px 40px;
}

.service__content.-border {
  border: 1px solid #E4E4E4;
}

@media (max-width: 1199px) {
  .service__content {
    padding: 36px 30px;
  }
}
.service__icon {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(215, 146, 107, 0.1);
}

.service__icon .icon {
  font-size: 24px;
}

.service__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}

.service__text {
  margin-top: 14px;
  font-size: 16px;
  line-height: 24px;
}

.service__button {
  margin-top: 24px;
}

.service__button .button::before {
  width: 20px;
}

.service.-card .service__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #ff5121;
}

.service.-card.-hover .service__content {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service.-card.-hover .service__icon {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service.-card.-hover .service__icon .icon {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service.-card.-hover .service__title {
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service.-card.-hover .service__text {
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service.-card.-hover .service__button {
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service.-card.-hover:hover .service__content {
  background-color: #18130C !important;
}

.service.-card.-hover:hover .service__icon {
  background-color: #ff5121 !important;
}

.service.-card.-hover:hover .service__icon .icon {
  color: white !important;
}

.service.-card.-hover:hover .service__title {
  color: white !important;
}

.service.-card.-hover:hover .service__text {
  color: white !important;
}

.service.-card.-hover:hover .service__button a {
  color: white !important;
}

.service.-image.-hover .service__image {
  overflow: hidden;
}

.service.-image.-hover .service__image div {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service.-image.-hover .service__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #ff5121;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service.-image.-hover:hover .service__image div {
  transform: scale(1.1);
}

.service.-image.-hover:hover .service__content::after {
  opacity: 1;
}

.service.-icon-hover .service__icon {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service.-icon-hover .service__icon .icon {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service.-icon-hover:hover .service__icon {
  background-color: #ff5121 !important;
}

.service.-icon-hover:hover .service__icon .icon {
  color: white !important;
}

.team {
  cursor: pointer;
  position: relative;
}

.team__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 36px 30px;
  display: flex;
  align-items: flex-end;
}

.team__socials {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team__socials a {
  font-size: 16px;
}

.team__socials a + a {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .team__socials {
    top: unset;
    transform: none;
    bottom: 20px;
    left: 20px;
  }
  .team__socials a {
    font-size: 16px;
  }
  .team__socials a + a {
    margin-top: 10px;
  }
}
.team__info {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #ff5121;
}

@media (max-width: 991px) {
  .team__info {
    font-size: 12px;
    line-height: 14px;
  }
}
.team__title {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}

@media (max-width: 991px) {
  .team__title {
    font-size: 16px;
    line-height: 16px;
  }
}
.team.-hover .team__image {
  overflow: hidden;
}

.team.-hover .team__image .bg-image {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.team.-hover .team__content {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.team.-hover .team__socials {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.team.-hover .team__info {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(16px);
}

.team.-hover .team__title {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s;
  transform: translateY(16px);
}

.team.-hover:hover .team__image .bg-image {
  transform: scale(1.1);
}

.team.-hover:hover .team__content {
  opacity: 1;
}

.team.-hover:hover .team__info {
  transform: none;
}

.team.-hover:hover .team__title {
  transform: none;
}

.team.-zoom-hover .team__image {
  overflow: hidden;
}

.team.-zoom-hover .team__image .bg-image {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.team.-zoom-hover .team__content {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.team.-zoom-hover:hover .team__image .bg-image {
  transform: scale(1.1);
}

.team.-zoom-hover:hover .team__content {
  opacity: 1;
}

.sectionSlider {
  width: 100%;
}

.pagination.-slider {
  display: flex;
  justify-content: center;
}

.pagination.-slider .pagination__item {
  width: 6px;
  height: 6px;
  background-color: #ff5121;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.pagination.-slider .pagination__item::after {
  border-radius: 100%;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  transform: scale(0.5);
  transition: all 0.15s ease-out;
}

.pagination.-slider .pagination__item.is-active::after {
  transform: scale(1);
  border: 1px solid #ff5121;
}

.pagination.-slider.-white .pagination__item {
  background-color: #fff;
}

.pagination.-slider.-white .pagination__item.is-active::after {
  border: 1px solid #fff;
}

.pagination.-slider .pagination__item + .pagination__item {
  margin-left: 18px;
}

.pagination.-slider.-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  flex-direction: column;
}

.pagination.-slider.-left .pagination__item + .pagination__item {
  margin-left: 0;
  margin-top: 18px;
}

.sectionSlider .nav.-slider .nav__item {
  z-index: 5;
  cursor: pointer;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  border: 1px solid #E4E4E4;
  transition: all 0.1s ease-out;
}

.sectionSlider .nav.-slider .nav__item .icon {
  position: relative;
  font-size: 1.875rem;
  transition: all 0.1s ease-out;
}

.sectionSlider .nav.-slider .nav__item.-left {
  left: 2.5rem;
}

.sectionSlider .nav.-slider .nav__item.-left .icon {
  left: 0.9375rem;
}

.sectionSlider .nav.-slider .nav__item.-right {
  right: 2.5rem;
}

.sectionSlider .nav.-slider .nav__item.-right .icon {
  right: 0.9375rem;
}

.sectionSlider .nav.-slider .nav__item:hover {
  border: 1px solid #ff5121;
}

.sectionSlider .nav.-slider .nav__item:hover .icon {
  color: #ff5121;
}

body.is-cursor-active {
  cursor: none !important;
}

body.is-cursor-active * {
  cursor: none !important;
}

.cursor {
  position: fixed;
  pointer-events: none;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor__follower {
  position: absolute;
  background-color: #888888;
  opacity: 0.25;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor__arrows {
  position: absolute;
  display: flex;
  opacity: 0;
  transform: scale(0.7) rotate(40deg);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor__arrows > * {
  position: relative;
  color: black;
  stroke-width: 1;
}

.cursor__arrows > *:first-child {
  left: -0.625rem;
}

.cursor__arrows > *:last-child {
  right: -0.625rem;
}

.cursor__label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  letter-spacing: 0.05em;
  transform: scale(0);
  will-change: transform, opacity;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor__icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transform: scale(0);
  will-change: transform, opacity;
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor__icon svg {
  width: 48px;
  height: 48px;
  stroke-width: 0.75;
}

.cursor {
  visibility: hidden;
}

.cursor.is-enabled {
  visibility: visible;
}

.cursor.is-hidden .cursor__wrapper {
  transform: scale(0) !important;
}

.cursor.is-mouse-down .cursor__wrapper {
  transform: scale(0.8);
}

.cursor.is-active .cursor__follower {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.7);
  transform: scale(3.6);
  opacity: 0.25;
}

.cursor.is-active.has-label .cursor__follower {
  background-color: black;
  opacity: 0.8;
}

.cursor.is-active.has-label .cursor__label {
  transform: scale(1);
}

.cursor.is-active.has-icon .cursor__follower {
  background-color: black;
  opacity: 0.8;
}

.cursor.is-active.has-icon .cursor__icon {
  transform: scale(1);
}

body.preloader-visible .preloader__bg {
  transform: scaleY(1);
}

body.preloader-visible .preloader__progress {
  opacity: 1;
}

.preloader {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader__bg {
  pointer-events: auto;
  height: 100%;
  width: 100%;
  background-color: var(--bg-maiser);
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.12);
  will-change: transform;
  transform-origin: bottom;
  transform: scaleY(0);
}

.preloader__progress {
  position: absolute;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  background-color: #FFFFFF;
  opacity: 0;
  -webkit-mask-image: var(--preloader-image);
  mask-image: var(--preloader-image);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.preloader__progress__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  transform-origin: bottom;
  transform: scaleY(0);
}

.bar-stroke-hidden {
  stroke-width: 0px !important;
}

.pieChart__chart {
  transform: rotate(-90deg);
  display: flex;
  justify-content: center;
  align-items: center;
}

.pieChart circle {
  stroke-dashoffset: 0;
  fill: transparent;
}

.pieChart circle.pieChart__bar {
  stroke: var(--accent-color);
  stroke-width: 1.5px;
}

.pieChart__back {
  stroke: black;
  stroke-width: 1.5px !important;
}

.pieChart__percent {
  transform: rotate(90deg);
  position: absolute;
  font-size: 35px;
  line-height: 41px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .pieChart__percent {
    font-size: 18px;
    line-height: 21px;
  }
}
.pieChart__title {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}

@media (max-width: 991px) {
  .pieChart__title {
    margin-top: 20px;
    font-size: 16px;
    line-height: 19px;
  }
}
.pieChart__text {
  margin-top: 14px;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .pieChart__text {
    margin-top: 8px;
  }
}
.pieChart {
  transition: background-color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pieChart .pieChart-title,
.pieChart .pieChart-text,
.pieChart .pieChart-percent {
  transition: color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pieChart-light circle {
  stroke: rgba(255, 255, 255, 0.2);
}

.pieChart-light:hover {
  background-color: white;
}

.pieChart-light:hover .pieChart-percent,
.pieChart-light:hover .pieChart-title {
  color: black;
}

.pieChart-light:hover .pieChart-text {
  color: var(--font-dark);
}

.pieChart-dark circle {
  stroke: rgba(0, 0, 0, 0.1);
}

.pieChart-dark:hover {
  background-color: black;
}

.pieChart-dark:hover .pieChart-percent,
.pieChart-dark:hover .pieChart-title {
  color: white;
}

.pieChart-dark:hover .pieChart-text {
  color: var(--font-light);
}

.lineChart__item {
  margin-top: 2rem;
  margin-top: 2rem;
}

.lineChart__item:first-child {
  margin-top: 0;
}

.lineChart__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.lineChart__content p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.lineChart__bar {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.1875rem;
}

.lineChart__bar__item {
  width: 100%;
  height: 100%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
}

.lineChart__bar__bg {
  position: absolute;
  width: 100%;
  height: 0.1875rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.lineChart__bar__bg.-light {
  background-color: rgba(255, 255, 255, 0.1);
}

.lineChart__item {
  margin-top: 2rem;
  margin-top: 2rem;
}

.lineChart__item:first-child {
  margin-top: 0;
}

.lineChart__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.lineChart__content p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.lineChart-bar {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.1875rem;
}

.lineChart-bar__item {
  width: 100%;
  height: 100%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
}

.lineChart-bar__bg {
  position: absolute;
  width: 100%;
  height: 0.1875rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.lineChart-bar__bg.-light {
  background-color: rgba(255, 255, 255, 0.1);
}

.headerSearch {
  z-index: 500;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 40px 60px;
  background-color: #18130C;
  transition: all 0.3s ease-out;
  pointer-events: none;
  opacity: 0;
}

@media (max-width: 767px) {
  .headerSearch {
    padding: 40px 30px;
  }
}
.headerSearch.is-open {
  pointer-events: auto;
  opacity: 1;
}

.headerSearch__line {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #ff5121;
}

.headerSearch__icon {
  position: absolute;
  font-size: 20px;
  color: white;
}

.headerSearch__close {
  position: absolute;
  top: calc(50% + 3px);
  right: 60px;
  transform: translateY(-50%);
  font-size: 18px;
}

@media (max-width: 767px) {
  .headerSearch__close {
    right: 30px;
  }
}
.headerSearch form {
  position: relative;
  display: flex;
  align-items: center;
}

.headerSearch form input {
  padding: 0;
  border: none;
  margin-left: 42px;
  margin-right: 42px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: white;
}

.headerSearch form input:focus {
  border: none;
}

.headerCart {
  position: fixed;
  top: 100%;
  right: 3.75rem;
  width: 22.5rem;
  background-color: #18130C;
  padding: 35px 1.875rem;
  transition: all 0.15s ease-out 0.2s;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .headerCart {
    right: 50%;
    transform: translateX(50%);
    width: 90vw;
  }
}
.headerCart:hover {
  opacity: 1;
  pointer-events: auto;
}

.headerCart__content > * + * {
  margin-top: 1.875rem;
}

.headerCart__item {
  position: relative;
  display: flex;
}

.headerCart__img {
  width: 4.375rem;
  height: 4.375rem;
}

.headerCart__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.headerCart__wrap {
  margin-left: 0.75rem;
}

.headerCart__title {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  color: white;
}

.headerCart__info {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1;
  color: #A8A7A5;
}

.headerCart__cross {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 0.75rem;
}

.headerCart__footer {
  margin-top: 1.75rem;
}

.headerCart__total {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
}

.headerCart__total span {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3125rem;
  color: white;
}

.headerCart__buttons .button + .button {
  margin-top: 1.25rem;
}

.mega {
  cursor: auto;
  z-index: 2000;
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  width: 100vw;
  background-color: #18130C;
  padding: 3.75rem 0;
  display: flex;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  pointer-events: none;
}

.mega::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--secondary-color);
}

.mega::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-bottom: 0.625rem solid var(--secondary-color);
}

.mega__menu {
  display: flex;
  flex: 1 0 auto;
}

.mega__column {
  display: flex;
  flex-direction: column;
  width: 25%;
}

.mega .mega__item + .mega__item {
  margin-top: 1.875rem;
}

.mega__title {
  margin-bottom: 0.625rem;
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  line-height: 40px;
}

.mega__list a {
  display: block;
  font-size: 0.8125rem;
  text-transform: uppercase;
  padding: 0.875rem 0;
  line-height: 1;
  color: #A8A7A5;
}

.mega__list a:hover {
  color: white;
  text-decoration: underline;
}

.mega-cta {
  position: relative;
  width: 16.875rem;
  flex: 0 1 auto;
}

.mega-cta__img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mega-cta__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.25rem;
}

.mega-cta__content {
  padding: 5.625rem 1.875rem;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mega-cta__subtitle {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mega-cta__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
}

.priceCard {
  position: relative;
}

.priceCard__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.375rem 1rem;
  background-color: var(--secondary-color);
  color: white;
  text-transform: uppercase;
}

.priceCard__price {
  letter-spacing: -0.05em;
}

.priceCard__list li {
  margin-bottom: 1.5rem;
}

.priceCard__list li:last-child {
  margin-bottom: 0;
}

.priceCard__list li p {
  line-height: 1.3;
}

.accordion__item {
  padding: 0.5rem 0;
}

.accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.accordion__button {
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0.75rem 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: 0.4s;
}

.accordion__button button {
  color: #454545;
}

.accordion__button:active {
  color: #454545;
}

.accordion.-simple .accordion__item {
  padding: 0.5rem 0;
}

.accordion.-simple .accordion__item + .accordion__item {
  border-top: 1px solid #d9d9d9;
}

.accordion.-simple .accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.accordion.-simple .accordion__content__inner {
  padding-bottom: 0.625rem;
}

.accordion.-simple .accordion__button {
  cursor: pointer;
  color: black;
  padding: 0.75rem 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: none;
  outline: none;
  transition: 0.4s;
}

.accordion.-simple .accordion__button button {
  color: #454545;
}

.accordion.-simple .accordion__button:active {
  color: #454545;
}

.accordion.-simple .accordion__icon {
  position: relative;
}

.accordion.-simple .accordion__icon .icon {
  width: 2rem;
  height: 2rem;
  stroke-width: 1;
  transition: all 0.2s ease-out;
}

.accordion.-simple .accordion__icon .icon:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}

.accordion.-simple .accordion__icon .icon:nth-child(2) {
  position: relative;
  transform: rotate(-90deg);
  opacity: 0;
}

.accordion.-simple .accordion__item.is-active .accordion__icon > *:nth-child(1) {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion.-simple .accordion__item.is-active .accordion__icon > *:nth-child(2) {
  transform: none;
  opacity: 1;
}

.accordion.-simple.-light .accordion__item + .accordion__item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.accordion.-block .accordion__item {
  padding: 0.5rem 0;
}

.accordion.-block .accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.accordion.-block .accordion__content__inner {
  padding: 1.25rem 1.375rem;
}

.accordion.-block .accordion__button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 1.25rem 1.375rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #E4E4E4;
  border-radius: 0.25rem;
}

.accordion.-block .accordion__icon {
  position: relative;
}

.accordion.-block .accordion__icon .icon {
  width: 1rem;
  height: 1rem;
  stroke-width: 1;
  transition: all 0.2s ease-out;
}

.accordion.-block .accordion__item.is-active .accordion__button {
  background-color: #F9F6F6;
  border: 1px solid #F9F6F6;
}

.accordion.-block .accordion__item.is-active .accordion__icon .icon {
  transform: rotate(180deg);
}

.accordion.-block.-light .accordion__item + .accordion__item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.tabs__pane {
  display: none;
}

.tabs__pane.is-active {
  display: block;
}

.tabs.-buttons .tabs__button {
  padding: 0.5rem 1.5rem;
  border-radius: 200px;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-buttons .tabs__button.is-active {
  color: white;
  background-color: var(--accent-color);
}

.tabs.-buttons .tabs__pane {
  display: none;
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-buttons .tabs__pane.is-active {
  display: block;
  opacity: 1;
}

.tabs.-lines .tabs__controls {
  border-bottom: 1px solid #E6E9EC;
}

.tabs.-lines .tabs__button {
  margin-bottom: -1px;
  padding: 0.625rem 0.75rem;
  font-weight: 600;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-lines .tabs__button.is-active {
  color: var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
}

.tabs.-lines .tabs__button + .tabs__button {
  margin-left: 0.5rem;
}

.tabs.-lines .tabs__pane {
  display: none;
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-lines .tabs__pane.is-active {
  display: block;
  opacity: 1;
}

.tabs.-section .tabs__button {
  padding: 1.25rem;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #E4E4E4;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875rem;
  text-align: left;
  display: flex;
  align-items: center;
}

.tabs.-section .tabs__button.is-active {
  background-color: #18130C;
  border: 1px solid #18130C;
  color: white !important;
}

.tabs.-section .tabs__button.is-active .icon {
  color: white !important;
}

.tabs.-section .tabs__pane {
  display: none;
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-section .tabs__pane.is-active {
  display: block;
  opacity: 1;
}

.table {
  width: 100%;
  caption-side: bottom;
  border-collapse: collapse;
}

.table thead {
  background-color: #F9F6F6;
}

.table th {
  padding: 1.5625rem 1.5625rem;
}

.table td {
  padding: 1.5625rem 1.5625rem;
  color: #615E5E;
}

.table.-striped > tbody > tr:nth-of-type(even) {
  background-color: #F6F8F9;
}

.alert__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.625rem;
  border-radius: 0.25rem;
}

.alert__title {
  font-weight: 600;
}

.alert.-info .alert__content {
  background-color: #EEF6FD;
}

.alert.-info .alert__icon .icon,
.alert.-info .alert__title {
  color: #4780AA;
}

.alert.-warning .alert__content {
  background-color: #FBFAE3;
}

.alert.-warning .alert__icon .icon,
.alert.-warning .alert__title {
  color: #927238;
}

.alert.-error .alert__content {
  background-color: #FBECEB;
}

.alert.-error .alert__icon .icon,
.alert.-error .alert__title {
  color: #AB3331;
}

.alert.-success .alert__content {
  background-color: #EFF7E5;
}

.alert.-success .alert__icon .icon,
.alert.-success .alert__title {
  color: #5B7052;
}

.shopCard__image {
  z-index: 5;
  position: relative;
}

.shopCard__image:hover .shopCard__button {
  opacity: 1;
}

.shopCard__button {
  z-index: 10;
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
  right: 0.625rem;
  font-size: 0.875rem;
  line-height: 1rem;
  color: white;
  display: flex;
  justify-content: center;
  padding: 1.125rem;
  align-items: center;
  text-transform: uppercase;
  background-color: #18130C;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.shopCard__button .icon {
  margin-right: 0.875rem;
  stroke-width: 1;
}

.shopCart-header {
  padding: 1.25rem 4.375rem;
  padding-right: 0;
  background-color: #F9F6F6;
}

@media (max-width: 1199px) {
  .shopCart-header {
    padding-left: 2.5rem;
  }
}
.shopCart-header__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875rem;
  text-transform: uppercase;
  color: black;
}

@media (max-width: 767px) {
  .shopCart-products .shopCart-products__cross {
    left: unset;
    top: 2.25rem;
    right: 0;
  }
  .shopCart-products .shopCart-products__item {
    padding-left: 0rem;
  }
}
.shopCart-products__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875rem;
  text-transform: uppercase;
  color: black;
}

.shopCart-products__item {
  position: relative;
  padding: 1.875rem 0;
  padding-left: 4.375rem;
  border-bottom: 1px solid #E4E4E4;
}

@media (max-width: 1199px) {
  .shopCart-products__item {
    padding-left: 2.5rem;
  }
}
.shopCart-products__cross {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.shopCart-products__cross .icon {
  height: 1.5rem;
  width: 1.5rem;
  stroke-width: 1.5;
}

.shopCart-products__product {
  display: flex;
  align-items: center;
}

.shopCart-products__product .image {
  position: relative;
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  min-height: 5rem;
}

.shopCart-products__product .image > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shopCart-products__product .title {
  margin-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: black;
}

.shopCart-products__price {
  font-size: 0.875rem;
  line-height: 1rem;
}

.shopCart-products__quantity {
  font-size: 0.875rem;
  line-height: 1rem;
}

.shopCart-products__subtotal {
  font-size: 0.875rem;
  line-height: 1rem;
}

.shopCart-sidebar {
  width: 21.5625rem;
}

@media (max-width: 1349px) {
  .shopCart-sidebar {
    width: 15rem;
  }
}
@media (max-width: 991px) {
  .shopCart-sidebar {
    width: 100%;
    margin-top: 3.75rem;
  }
}
.shopCart-sidebar__totals {
  border: 1px solid #E4E4E4;
  padding: 1.875rem;
}

.shopCart-sidebar__totals .title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875rem;
  color: black;
  margin-bottom: 1.75rem;
}

.shopCart-sidebar__totals .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  line-height: 2.8125rem;
  text-align: right;
}

.shopCart-sidebar__totals .item.-border-none {
  border: none !important;
}

.shopCart-sidebar__totals .item + .item {
  border-top: 1px solid #E4E4E4;
}

.shopCart-sidebar__button {
  margin-top: 1.25rem;
}

.shopCart-footer__item {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1349px) {
  .shopCart-footer__item button {
    min-width: unset !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}
.shopCart-footer__item form {
  width: 15.625rem;
}

@media (max-width: 767px) {
  .shopCart-footer__item form {
    width: 9.375rem;
  }
}
.shopCart-footer__item input {
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #E4E4E4 !important;
}

.shopCart-footer__item input:focus {
  border-bottom: 1px solid #000 !important;
}

.shopCheckout-form__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3125rem;
  letter-spacing: 0em;
}

@media (max-width: 991px) {
  .shopSidebar {
    margin-top: 7.5rem;
  }
}
@media (max-width: 767px) {
  .shopSidebar {
    margin-top: 6.25rem;
  }
}
.shopSidebar__item .search > form {
  position: relative;
}

.shopSidebar__item .search .field {
  z-index: 1;
  padding-top: 0;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 9px;
}

.shopSidebar__item .search .submit {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
}

.shopSidebar__item .search .submit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
}

.shopSidebar__item .search .icon {
  width: 20px;
  height: 20px;
  stroke-width: 1;
}

.shopSidebar__item.-category a span:first-child {
  position: relative;
}

.shopSidebar__item.-category a span:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: left;
  transform: scaleX(0);
}

.shopSidebar__item.-category a span:first-child:hover {
  color: black;
}

.shopSidebar__item.-category a span:first-child:hover::after {
  transform: scaleX(1);
}

.shopSidebar__item.-best .best__item {
  display: flex;
}

.shopSidebar__item.-best .best__image {
  position: relative;
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  min-height: 5rem;
}

.shopSidebar__item.-best .best__image > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shopSidebar__item.-best .best__content {
  margin-left: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shopSidebar__item.-tags .tags__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -0.3125rem;
}

.shopSidebar__item.-tags .tags__item {
  padding: 0.3125rem;
}

.shopSidebar__item.-tags .tags__item a {
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5rem 1.125rem;
  background-color: #F9F6F6;
  color: #615E5E;
  transition: all 0.1s ease-in-out;
}

.shopSidebar__item.-tags .tags__item a:hover {
  background-color: #000 !important;
  color: #FFF !important;
}

.shopSingle-preview {
  display: flex;
}

@media (max-width: 991px) {
  .shopSingle-preview {
    flex-direction: column-reverse;
  }
}
.shopSingle-preview__imageList {
  width: 140px;
  margin: -5px -10px;
  padding-right: 10px;
}

.shopSingle-preview__imageList > * {
  padding: 5px 10px;
}

@media (max-width: 991px) {
  .shopSingle-preview__imageList {
    padding-right: 0;
    padding-top: 0.625rem;
    display: flex;
    width: 100%;
    margin: -5px;
  }
  .shopSingle-preview__imageList > * {
    padding: 5px;
    width: 100%;
  }
}
.shopSingle-preview__image {
  overflow: hidden;
  width: 100%;
}

.shopSingle-info__subtitle {
  font-size: 0.875rem;
  line-height: 1;
}

.shopSingle-info__title {
  font-size: 2.1875rem;
  line-height: 1.2;
  font-weight: 600;
}

.shopSingle-info__content p {
  font-size: 0.875rem;
  line-height: 1.6;
}

.shopSingle-info__content p + p {
  margin-top: 1rem;
}

.shopSingle-info__action {
  display: flex;
  flex-wrap: wrap;
}

.shopSingle-info__footer span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.6;
}

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

.shopCompleted-header .icon {
  margin: 0 auto;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff5121;
  border-radius: 100%;
}

.shopCompleted-header .icon svg {
  stroke-width: 4;
  color: white;
  width: 2.25rem;
  height: 2.25rem;
}

.shopCompleted-header .title {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0em;
  margin-top: 0.75rem;
}

@media (max-width: 767px) {
  .shopCompleted-header .title {
    font-size: 2rem;
  }
}
.shopCompleted-header .subtitle {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-top: 0.75rem;
}

.shopCompleted-info {
  margin-top: 2.5rem;
  border: 1px dashed #000000;
  border-radius: 0.25rem;
  padding: 2.5rem 3.75rem;
}

@media (max-width: 767px) {
  .shopCompleted-info {
    padding: 2.125rem;
  }
}
.shopCompleted-info__item .subtitle {
  font-size: 0.875rem;
  line-height: 1rem;
}

.shopCompleted-info__item .title {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-top: 0.9375rem;
  font-weight: 600;
}

.shopCompleted-footer {
  margin-top: 3.75rem;
}

@media (max-width: 767px) {
  .shopCompleted-footer {
    margin-top: 2.5rem;
  }
}
.shopCompleted-footer__wrap {
  border: 1px solid #E4E4E4;
  padding: 3.75rem;
}

@media (max-width: 767px) {
  .shopCompleted-footer__wrap {
    padding: 2.125rem;
  }
}
.shopCompleted-footer__wrap .title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875rem;
  color: black;
  margin-bottom: 1.75rem;
}

.shopCompleted-footer__wrap .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  line-height: 2.8125rem;
  text-align: right;
}

.shopCompleted-footer__wrap .item.-border-none {
  border: none !important;
}

.shopCompleted-footer__wrap .item + .item {
  border-top: 1px solid #E4E4E4;
  margin-top: 0.1875rem;
}

.shopCompleted-footer__button {
  margin-top: 1.25rem;
}

/*--------------------------------------------------
	Blog comments
---------------------------------------------------*/
.blogPost.-comments .blogPost__content .comments__list li {
  list-style: none;
}

.blogPost.-comments .blogPost__content .comments__list > li:first-child > .comments-item-inner {
  border-top: none;
}

.blogPost.-comments .blogPost__content .comments__list > li:first-child {
  border-top: none;
}

.blogPost.-comments .blogPost__content .comments__list .trackback a,
.blogPost.-comments .blogPost__content .comments__list .pingback a {
  line-height: 1.5rem;
  text-decoration: none !important;
}

.blogPost.-comments .blogPost__content .comments__list {
  margin: 0;
}

.blogPost.-comments .blogPost__content .comments__list > li {
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}

.blogPost.-comments .blogPost__content .comments__list > li:not(:last-child) {
  border-bottom: 1px solid #E4E4E4;
}

.blogPost.-comments .blogPost__content .comments__item-inner {
  display: flex;
}

.blogPost.-comments .blogPost__content .comments__item .children {
  padding: 0;
  margin: 0;
  padding-left: 5%;
  padding-top: 2rem;
}

.blogPost.-comments .blogPost__content .comments__body {
  width: 100%;
}

.blogPost.-comments .blogPost__content .comments__img {
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  max-width: 5.625rem;
  margin-right: 1.375rem;
}

@media (max-width: 767px) {
  .blogPost.-comments .blogPost__content .comments__img {
    width: 48px;
    height: 48px;
    max-width: 3rem;
    margin-right: 1rem;
  }
}
.blogPost.-comments .blogPost__content .comments__header h4 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
}

.blogPost.-comments .blogPost__content .comments__header p {
  font-size: 0.875rem;
  line-height: 1.6;
}

.blogPost.-comments .blogPost__content .comments__text p {
  margin: 0;
  margin-top: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.6;
}

.blogPost.-comments .blogPost__content .comments__text a {
  text-decoration: underline;
}

.blogPost.-comments .blogPost__content .comments__text ul, .blogPost.-comments .blogPost__content .comments__text ul li {
  list-style: disc inside !important;
}

.blogPost.-comments .blogPost__content .comments__text ol, .blogPost.-comments .blogPost__content .comments__text ol li {
  list-style: decimal inside !important;
}

.blogPost.-comments .blogPost__content .comments__reply a {
  margin-top: 0.625rem;
  text-decoration: underline;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.8;
}

/*--------------------------------------------------
	Respond form
---------------------------------------------------*/
.respondForm h3 {
  color: black;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
  margin-bottom: 1.6875rem;
}

.respondForm h3 small a {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.9375rem;
  color: var(--accent-color);
  margin-left: 0.5rem;
}

.respondForm__notes {
  color: var(--font-dark);
  font-size: 1rem;
}

.respondForm .logged-in-as {
  display: flex;
  margin-bottom: 0.75rem;
}

.respondForm .logged-in-as a {
  padding-right: 1rem;
}

.respondForm form p {
  font-size: 0.9375rem;
  line-height: 1;
}

.blogSingle-nav .related-nav {
  border: none;
  background-color: #F9F6F6;
}

.blogSingle-info .tags__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -0.3125rem;
}

.blogSingle-info .tags__item {
  padding: 0.3125rem;
}

.blogSingle-info .tags__item a {
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5rem 1.125rem;
  background-color: #F9F6F6;
  color: #615E5E;
  transition: all 0.1s ease-in-out;
}

.blogSingle-info .tags__item a:hover {
  background-color: #000 !important;
  color: #FFF !important;
}

.socials {
  display: flex;
  align-items: center;
}

.socials__title {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2;
  color: black;
  margin-right: 1.25rem;
}

.socials__wrap {
  display: flex;
}

.socials__wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
  border: 1px solid transparent;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #000 !important;
}

.socials__wrap a:hover {
  color: #ff5121 !important;
  border: 1px solid #ff5121;
}

.blogSingle-author {
  display: flex;
  padding-bottom: 3.75rem;
  border-bottom: 1px solid #E4E4E4;
}

.blogSingle-author__image {
  position: relative;
  width: 10rem;
  height: 10rem;
  min-width: 10rem;
  min-height: 10rem;
}

@media (max-width: 767px) {
  .blogSingle-author__image {
    width: 5rem;
    height: 5rem;
    min-width: 5rem;
    min-height: 5rem;
  }
}
@media (max-width: 575px) {
  .blogSingle-author__image {
    width: 3.75rem;
    height: 3.75rem;
    min-width: 3.75rem;
    min-height: 3.75rem;
  }
}
.blogSingle-author__image > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blogSingle-author__socials {
  margin-left: -0.75rem;
}

.sliderNav {
  position: absolute;
  top: -5.125rem;
  right: 0;
  display: flex;
}

@media (max-width: 991px) {
  .sliderNav {
    position: relative;
    top: unset;
    margin-bottom: 1.5rem;
  }
}
.sliderNav__item {
  display: flex;
  align-items: center;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sliderNav__item:hover {
  color: var(--accent-color) !important;
}

.sliderNav__item.-prev::after {
  content: "";
  width: 3.75rem;
  height: 1px;
  background-color: currentColor;
  margin-left: 0.625rem;
}

.sliderNav__item.-next::before {
  content: "";
  width: 3.75rem;
  height: 1px;
  background-color: currentColor;
  margin-right: 0.625rem;
}

.sliderNav .sliderNav__item + .sliderNav__item {
  margin-left: 1.25rem;
}

.mainSlider.-type-2 {
  background-color: #131313;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}

.mainSlider.-type-2 .swiper-wrapper {
  z-index: -1;
}

.mainSlider.-type-2 .container {
  height: 100%;
  width: unset;
}

.mainSlider.-type-2 .row {
  height: 100%;
}

.mainSlider.-type-2 .swiper-slide {
  overflow: hidden;
  width: 100%;
}

.mainSlider.-type-2 .mainSlider-nav {
  z-index: 500;
}

@media (max-width: 991px) {
  .mainSlider.-type-2 .mainSlider-nav {
    display: none;
  }
}
.mainSlider.-type-2 .mainSlider-nav > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  color: white;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1;
}

.mainSlider.-type-2 .mainSlider-nav .-next {
  position: absolute;
  right: 60px;
}

.mainSlider.-type-2 .mainSlider-nav .-next::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: white;
  margin-right: 12px;
}

.mainSlider.-type-2 .mainSlider-nav .-prev {
  position: absolute;
  left: 60px;
}

.mainSlider.-type-2 .mainSlider-nav .-prev::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: white;
  margin-left: 12px;
}

.mainSlider.-type-2 .mainSlider-pagination {
  position: absolute;
  bottom: 8.125rem;
  display: flex;
  justify-content: center;
}

.mainSlider.-type-2 .mainSlider-pagination .pagination__item {
  display: flex;
  align-items: center;
  color: white;
  font-size: 16px;
  line-height: 1;
  padding: 0 5px;
}

.mainSlider.-type-2 .mainSlider-pagination .pagination__item::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: white;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: left;
  margin-left: 10px;
}

.mainSlider.-type-2 .mainSlider-pagination .pagination__item.is-active::after {
  width: 60px;
}

.mainSlider.-type-2 .mainSlider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainSlider.-type-2 .mainSlider__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.mainSlider.-type-2 .mainSlider__title {
  font-size: 70px;
  font-weight: 400;
  line-height: 82px;
}

.mainSlider.-type-2 .mainSlider__title span {
  font-weight: 600;
}

@media (max-width: 991px) {
  .mainSlider.-type-2 .mainSlider__title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .mainSlider.-type-2 .mainSlider__title {
    font-size: 38px;
  }
}
.mainSlider.-type-2 .mainSlider__pagination_numbers {
  z-index: 5;
  position: absolute;
  top: 330px;
  left: 60px;
  display: flex;
}

.mainSlider.-type-2 .mainSlider__pagination_numbers span {
  color: white;
}

.mainSlider.-type-2 .mainSlider__pagination_numbers span:nth-child(1) {
  font-size: 16px;
  line-height: 16px;
}

.mainSlider.-type-2 .mainSlider__pagination_numbers span:nth-child(2) {
  font-size: 16px;
  line-height: 20px;
  padding: 0 7px;
}

.mainSlider.-type-2 .mainSlider__pagination_numbers span:nth-child(3) {
  font-size: 40px;
  line-height: 47px;
}

.mainSlider.-type-2 .mainSlider__socials {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
}

.mainSlider.-type-2 .mainSlider__socials a + a {
  margin-top: 30px;
}

.mainSlider.-type-2 .mainSlider__scroll {
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  right: 60px;
}

.mainSlider.-type-2 .mainSlider__scroll_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 100%;
  color: white;
  font-size: 16px;
  line-height: 16px;
}

.mainSlider.-type-2 .mainSlider__scroll_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: all 0.1s ease-out;
  color: white;
  margin-top: 25px;
}

.mainSlider.-type-2 .mainSlider__scroll_icon .icon {
  color: white;
  position: relative;
  font-size: 30px;
  transition: all 0.1s ease-out;
  transform: rotate(90deg);
  top: -15px;
}

.mainSlider-pagination {
  z-index: 10;
  position: absolute;
  bottom: 50px;
  left: 60px;
  display: flex;
}

@media (max-width: 991px) {
  .mainSlider-pagination {
    bottom: 30px;
    left: 30px;
  }
}
.mainSlider-pagination__item {
  display: flex;
  flex-direction: column;
  opacity: 0.5;
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}

.mainSlider-pagination__item .masthead-pagination__line {
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transform: scaleX(0);
  transform-origin: left;
}

.mainSlider-pagination__item.is-active {
  opacity: 1;
}

.mainSlider-pagination__item.is-active .masthead-pagination__line {
  transform: scaleX(1);
}

.mainSlider-pagination .mainSlider-pagination__item + .mainSlider-pagination__item {
  margin-left: 75px;
}

@media (max-width: 991px) {
  .mainSlider-pagination .mainSlider-pagination__item + .mainSlider-pagination__item {
    margin-left: 40px;
  }
}
.mainSlider-pagination__number {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: white;
}

.mainSlider-pagination__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
  color: white;
}

.mainSlider-pagination__line {
  margin-top: 8px;
  transform-origin: left;
  width: 104px;
  height: 1px;
  background-color: white;
}

@media (max-width: 991px) {
  .mainSlider-pagination__line {
    width: 100%;
  }
}
.mainSlider.-type-3 {
  background-color: #131313;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}

.mainSlider.-type-3 .swiper-wrapper {
  z-index: -1;
}

.mainSlider.-type-3 .container,
.mainSlider.-type-3 .row {
  height: 100%;
}

.mainSlider.-type-3 .swiper-slide {
  overflow: hidden;
}

.mainSlider.-type-3 .pagination.-slider {
  z-index: 5;
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mainSlider.-type-3 .pagination.-slider {
    left: 1.875rem;
    transform: none;
    width: auto;
  }
}
.mainSlider.-type-3 .navigation.-slider {
  z-index: 5;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}

.mainSlider.-type-3 .navigation__item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  font-size: 1.875rem;
  background-color: white;
  color: black;
  transition: all 0.15s ease;
}

.mainSlider.-type-3 .navigation__item:hover {
  background-color: black;
  color: white;
}

.mainSlider.-type-3 .mainSlider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainSlider.-type-3 .mainSlider__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .mainSlider.-type-3 .mainSlider__title {
    font-size: 40px;
  }
}
.mainSlider.-type-3 .mainSlider__button {
  display: flex;
  align-items: center;
}

.mainSlider.-type-3 .mainSlider__button .button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 3.4375rem;
  height: 3.4375rem;
}

.mainSlider.-type-3 .mainSlider__button .button .icon {
  padding-left: 0.25rem;
}

.mainSlider.-type-3 .mainSlider__pagination_numbers {
  z-index: 5;
  position: absolute;
  top: 330px;
  left: 60px;
  display: flex;
}

.mainSlider.-type-3 .mainSlider__pagination_numbers span {
  color: white;
}

.mainSlider.-type-3 .mainSlider__pagination_numbers span:nth-child(1) {
  font-size: 16px;
  line-height: 16px;
}

.mainSlider.-type-3 .mainSlider__pagination_numbers span:nth-child(2) {
  font-size: 16px;
  line-height: 20px;
  padding: 0 7px;
}

.mainSlider.-type-3 .mainSlider__pagination_numbers span:nth-child(3) {
  font-size: 40px;
  line-height: 47px;
}

.mainSlider.-type-3 .mainSlider__socials {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
}

.mainSlider.-type-3 .mainSlider__socials a + a {
  margin-top: 30px;
}

.mainSlider.-type-3 .mainSlider__scroll {
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  right: 60px;
}

.mainSlider.-type-3 .mainSlider__scroll_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 100%;
  color: white;
  font-size: 16px;
  line-height: 16px;
}

.mainSlider.-type-3 .mainSlider__scroll_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: all 0.1s ease-out;
  color: white;
  margin-top: 1.5625rem;
}

.mainSlider.-type-3 .mainSlider__scroll_icon .icon {
  color: white;
  position: relative;
  font-size: 1.875rem;
  transition: all 0.1s ease-out;
  transform: rotate(90deg);
  top: -0.9375rem;
}

.mainSlider-pagination {
  z-index: 10;
  position: absolute;
  bottom: 50px;
  left: 60px;
  display: flex;
}

@media (max-width: 991px) {
  .mainSlider-pagination {
    bottom: 30px;
    left: 30px;
  }
}
.mainSlider-pagination__item {
  display: flex;
  flex-direction: column;
  opacity: 0.5;
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}

.mainSlider-pagination__item .masthead-pagination__line {
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transform: scaleX(0);
  transform-origin: left;
}

.mainSlider-pagination__item.is-active {
  opacity: 1;
}

.mainSlider-pagination__item.is-active .masthead-pagination__line {
  transform: scaleX(1);
}

.mainSlider-pagination .mainSlider-pagination__item + .mainSlider-pagination__item {
  margin-left: 75px;
}

@media (max-width: 991px) {
  .mainSlider-pagination .mainSlider-pagination__item + .mainSlider-pagination__item {
    margin-left: 40px;
  }
}
.mainSlider-pagination__number {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: white;
}

.mainSlider-pagination__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
  color: white;
}

.mainSlider-pagination__line {
  margin-top: 8px;
  transform-origin: left;
  width: 104px;
  height: 1px;
  background-color: white;
}

@media (max-width: 991px) {
  .mainSlider-pagination__line {
    width: 100%;
  }
}
.mainSlider.-type-4 {
  display: flex;
  align-items: center;
  background-color: #131313;
  height: 100vh;
  width: 100%;
}

.mainSlider.-type-4 .swiper-wrapper {
  z-index: -1;
}

.mainSlider.-type-4 .container,
.mainSlider.-type-4 .row {
  height: 100%;
  width: 100%;
}

.mainSlider.-type-4 .swiper-slide {
  overflow: hidden;
}

.mainSlider.-type-4 .pagination.-slider {
  z-index: 5;
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
}

.mainSlider.-type-4 .navigation.-slider {
  z-index: 5;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  background-color: white;
}

.mainSlider.-type-4 .navigation__item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.875rem;
  padding: 2.1875rem 0.75rem;
  color: black;
  transition: all 0.15s ease;
}

@media (max-width: 991px) {
  .mainSlider.-type-4 .navigation__item {
    padding: 1rem 0.75rem;
  }
}
.mainSlider.-type-4 .navigation__item:nth-child(3) {
  padding-right: 3.75rem;
}

.mainSlider.-type-4 .navigation__item:hover {
  color: var(--accent-color);
}

.mainSlider.-type-4 .navigation__content {
  position: relative;
  padding: 2.1875rem 3.75rem;
}

@media (max-width: 991px) {
  .mainSlider.-type-4 .navigation__content {
    padding: 1.25rem 1.875rem;
  }
}
.mainSlider.-type-4 .navigation__content_item {
  position: absolute;
  top: 2.1875rem;
  left: 3.75rem;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.mainSlider.-type-4 .navigation__content_item.is-active {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}

.mainSlider.-type-4 .navigation__content span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.625rem;
  text-transform: uppercase;
}

.mainSlider.-type-4 .navigation__content div {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.625rem;
  color: black;
}

.mainSlider.-type-4 .mainSlider__lines::before {
  z-index: 5;
  content: "";
  position: absolute;
  top: 0;
  left: 11.25rem;
  left: 10%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 991px) {
  .mainSlider.-type-4 .mainSlider__lines::before {
    display: none;
  }
}
.mainSlider.-type-4 .mainSlider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainSlider.-type-4 .mainSlider__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.mainSlider.-type-4 .mainSlider__content {
  padding-left: 7.5rem;
  height: 100%;
}

@media (max-width: 991px) {
  .mainSlider.-type-4 .mainSlider__content {
    padding-left: 0;
  }
}
.mainSlider.-type-4 .mainSlider__title {
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .mainSlider.-type-4 .mainSlider__title {
    font-size: 2.125rem;
  }
}
@media (max-width: 767px) {
  .mainSlider.-type-4 .mainSlider__title {
    font-size: 1.875rem;
  }
}
.mainSlider.-type-4 .mainSlider__text p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.mainSlider.-type-4 .mainSlider__button {
  display: flex;
  align-items: center;
}

.mainSlider.-type-4 .mainSlider__button .button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 3.4375rem;
  height: 3.4375rem;
}

.mainSlider.-type-4 .mainSlider__info {
  z-index: 5;
  position: absolute;
  bottom: 40px;
  left: 60px;
  display: flex;
}

.mainSlider.-type-4 .mainSlider__info .mainSlider__info__item + .mainSlider__info__item {
  margin-left: 1.875rem;
}

.mainSlider.-type-4 .mainSlider__socials {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
}

.mainSlider.-type-4 .mainSlider__socials a + a {
  margin-top: 30px;
}

.mainSlider-pagination {
  z-index: 10;
  position: absolute;
  bottom: 50px;
  left: 60px;
  display: flex;
}

@media (max-width: 991px) {
  .mainSlider-pagination {
    bottom: 30px;
    left: 30px;
  }
}
.mainSlider-pagination__item {
  display: flex;
  flex-direction: column;
  opacity: 0.5;
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}

.mainSlider-pagination__item .masthead-pagination__line {
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transform: scaleX(0);
  transform-origin: left;
}

.mainSlider-pagination__item.is-active {
  opacity: 1;
}

.mainSlider-pagination__item.is-active .masthead-pagination__line {
  transform: scaleX(1);
}

.mainSlider-pagination .mainSlider-pagination__item + .mainSlider-pagination__item {
  margin-left: 75px;
}

@media (max-width: 991px) {
  .mainSlider-pagination .mainSlider-pagination__item + .mainSlider-pagination__item {
    margin-left: 40px;
  }
}
.mainSlider-pagination__number {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: white;
}

.mainSlider-pagination__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
  color: white;
}

.mainSlider-pagination__line {
  margin-top: 8px;
  transform-origin: left;
  width: 104px;
  height: 1px;
  background-color: white;
}

@media (max-width: 991px) {
  .mainSlider-pagination__line {
    width: 100%;
  }
}
.mainSlider.-type-5 {
  overflow: hidden !important;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
}

.mainSlider.-type-5 .swiper-wrapper {
  z-index: -1;
}

.mainSlider.-type-5 .container,
.mainSlider.-type-5 .row {
  height: 100%;
  width: 100%;
}

.mainSlider.-type-5 .swiper-slide {
  overflow: hidden;
}

.mainSlider.-type-5 .pagination.-slider {
  z-index: 5;
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
}

.mainSlider.-type-5 .navigation.-slider {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 42vw;
  display: flex;
}

@media (max-width: 991px) {
  .mainSlider.-type-5 .navigation.-slider {
    left: 50%;
    transform: translateX(-50%);
  }
}
.mainSlider.-type-5 .navigation__item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  font-size: 1.875rem;
  background-color: white;
  color: black;
  transition: all 0.15s ease;
}

.mainSlider.-type-5 .navigation__item:hover {
  background-color: black;
  color: white;
}

.mainSlider.-type-5 .mainSlider__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100rem;
  max-width: 100vw;
  height: 48.75rem;
  background: #F9F6F6;
}

.mainSlider.-type-5 .mainSlider__image {
  z-index: 1;
  position: absolute;
  top: 6.25rem;
  right: 0;
  width: 58vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .mainSlider.-type-5 .mainSlider__image {
    top: 4.375rem;
    width: 100vw;
  }
  .mainSlider.-type-5 .mainSlider__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.mainSlider.-type-5 .mainSlider__content {
  z-index: 2;
  position: relative;
  padding-top: 15.625rem;
  padding-bottom: 10rem;
}

@media (max-width: 991px) {
  .mainSlider.-type-5 .mainSlider__content {
    padding-top: unset;
    padding-bottom: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.mainSlider.-type-5 .mainSlider__subtitle {
  display: block;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #ff5121;
  text-transform: uppercase;
}

.mainSlider.-type-5 .mainSlider__desc {
  display: block;
  font-weight: 600;
  font-size: 2.1875rem;
  line-height: 1.15;
  text-transform: uppercase;
  color: black;
}

@media (max-width: 991px) {
  .mainSlider.-type-5 .mainSlider__desc {
    color: white !important;
  }
}
@media (max-width: 767px) {
  .mainSlider.-type-5 .mainSlider__desc {
    font-size: 1.75rem;
  }
}
.mainSlider.-type-5 .mainSlider__title_wrap {
  display: flex;
  align-items: center;
}

.mainSlider.-type-5 .mainSlider__bg_title {
  z-index: -1;
  position: absolute;
  left: -6.25rem;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  color: transparent;
  font-weight: 600;
  font-size: 12vw;
  line-height: 1;
  text-transform: uppercase;
  width: 100vw;
}

@media (max-width: 991px) {
  .mainSlider.-type-5 .mainSlider__bg_title {
    font-size: 5rem;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 767px) {
  .mainSlider.-type-5 .mainSlider__bg_title {
    font-size: 3.125rem;
  }
}
.mainSlider.-type-5 .mainSlider__title {
  font-size: 6.5vw;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .mainSlider.-type-5 .mainSlider__title {
    font-size: 4rem;
    color: white !important;
  }
}
@media (max-width: 767px) {
  .mainSlider.-type-5 .mainSlider__title {
    font-size: 3.75rem;
  }
}
.mainSlider.-type-5 .mainSlider__button .button {
  min-width: 8.75rem;
}

.mainSlider.-type-6 {
  overflow: hidden !important;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: #18130C;
  background-image: url("../img/general/pattern_bg.png");
}

.mainSlider.-type-6 .swiper-wrapper {
  z-index: -1;
}

.mainSlider.-type-6 .container {
  height: 100%;
  width: unset;
}

.mainSlider.-type-6 .container,
.mainSlider.-type-6 .row {
  height: 100%;
}

.mainSlider.-type-6 .swiper-slide {
  overflow: hidden;
}

.mainSlider.-type-6 .pagination.-slider {
  z-index: 5;
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
}

.mainSlider.-type-6 .mainSlider__image {
  z-index: 1;
  position: absolute;
}

.mainSlider.-type-6 .mainSlider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.mainSlider.-type-6 .mainSlider__image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.mainSlider.-type-6 .mainSlider__content {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.mainSlider.-type-6 .mainSlider__bg_title {
  z-index: 1;
  position: absolute;
  padding-top: 2.5rem;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  color: transparent;
  font-weight: 600;
  font-size: 8.75rem;
  font-size: 9vw;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .mainSlider.-type-6 .mainSlider__bg_title {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .mainSlider.-type-6 .mainSlider__bg_title {
    font-size: 40px;
  }
}
.mainSlider.-type-6 .mainSlider__title {
  z-index: 2;
  position: relative;
  font-size: 6.25rem;
  font-size: 6.5vw;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .mainSlider.-type-6 .mainSlider__title {
    font-size: 32px;
  }
}
.mainSlider.-type-all .navigation {
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 100vw;
  padding: 0 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .mainSlider.-type-all .navigation {
    top: unset;
    bottom: 1.875rem;
    padding: 0 1.875rem;
  }
}
.mainSlider.-type-all .navigation span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 767px) {
  .mainSlider.-type-all .navigation span::after {
    display: none;
  }
}
.mainSlider.-type-all .navigation span::after {
  content: "";
  position: absolute;
  width: 3.75rem;
  height: 1px;
  background-color: currentColor;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleX(0.8);
}

.mainSlider.-type-all .navigation span:hover {
  color: var(--accent-color) !important;
}

.mainSlider.-type-all .navigation span:hover::after {
  transform: scaleX(1);
}

.mainSlider.-type-all .navigation .-prev::after {
  left: calc(100% + 10px);
  transform-origin: left;
}

.mainSlider.-type-all .navigation .-next::after {
  right: calc(100% + 10px);
  transform-origin: right;
}

.mainSlider.-type-7 {
  overflow: hidden !important;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
}

.mainSlider.-type-7 .swiper-wrapper {
  z-index: -1;
}

.mainSlider.-type-7 .container {
  height: 100%;
  width: unset;
}

.mainSlider.-type-7 .container,
.mainSlider.-type-7 .row {
  height: 100%;
}

.mainSlider.-type-7 .swiper-slide {
  overflow: hidden;
}

.mainSlider.-type-7 .pagination.-slider {
  bottom: unset;
  width: unset;
  left: unset;
  z-index: 5;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  justify-content: unset;
}

@media (max-width: 991px) {
  .mainSlider.-type-7 .pagination.-slider {
    width: 100%;
    right: unset;
    top: unset;
    left: 50%;
    bottom: 1.875rem;
    transform: translateX(-50%);
    justify-content: center;
  }
}
.mainSlider.-type-7 .mainSlider__image {
  z-index: 1;
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 991px) {
  .mainSlider.-type-7 .mainSlider__image {
    width: 100%;
  }
}
.mainSlider.-type-7 .mainSlider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.mainSlider.-type-7 .mainSlider__image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.mainSlider.-type-7 .mainSlider__content {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.mainSlider.-type-7 .mainSlider__subtitle {
  display: block;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #ff5121;
  text-transform: uppercase;
}

.mainSlider.-type-7 .mainSlider__desc {
  display: block;
  font-weight: 600;
  font-size: 2.1875rem;
  line-height: 2.5625rem;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .mainSlider.-type-7 .mainSlider__desc {
    font-size: 1.375rem;
  }
}
.mainSlider.-type-7 .mainSlider__title_wrap {
  display: flex;
  align-items: center;
}

.mainSlider.-type-7 .mainSlider__bg_title {
  z-index: 1;
  position: absolute;
  left: -3.75rem;
  padding-top: 5rem;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  color: transparent;
  font-weight: 600;
  font-size: 10.5vw;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .mainSlider.-type-7 .mainSlider__bg_title {
    padding-top: 0;
    font-size: 2.75rem;
  }
}
@media (max-width: 767px) {
  .mainSlider.-type-7 .mainSlider__bg_title {
    font-size: 2.5rem;
  }
}
.mainSlider.-type-7 .mainSlider__title {
  z-index: 2;
  position: relative;
  font-size: 6.2vw;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .mainSlider.-type-7 .mainSlider__title {
    font-size: 2.75rem;
  }
}
.mainSlider.-type-9 {
  overflow: hidden !important;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100vw;
}

.mainSlider.-type-9 .swiper-wrapper {
  z-index: -1;
}

.mainSlider.-type-9 .container {
  height: 100%;
  width: unset;
}

.mainSlider.-type-9 .container,
.mainSlider.-type-9 .row {
  height: 100%;
}

.mainSlider.-type-9 .swiper-slide {
  overflow: hidden;
  padding: 0 7.5rem;
}

@media (max-width: 991px) {
  .mainSlider.-type-9 .swiper-slide {
    padding: 0 2.5rem;
  }
}
@media (max-width: 767px) {
  .mainSlider.-type-9 .swiper-slide {
    padding: 0 1.25rem;
  }
}
.mainSlider.-type-9 .pagination {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  width: unset;
  height: unset;
  z-index: 5;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mainSlider.-type-9 .pagination__current {
  color: white;
  font-size: 0.875rem;
  line-height: 1;
}

.mainSlider.-type-9 .pagination__line {
  position: relative;
  margin: 0;
  margin: 0.625rem 0;
  height: 17.9375rem;
  width: 0.1875rem;
}

.mainSlider.-type-9 .pagination__line > span {
  background-color: white;
}

.mainSlider.-type-9 .pagination__total {
  color: white;
  font-size: 0.875rem;
  line-height: 1;
}

.mainSlider.-type-9 .mainSlider__image {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.mainSlider.-type-9 .mainSlider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.mainSlider.-type-9 .mainSlider__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.mainSlider.-type-9 .mainSlider__content {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mainSlider.-type-9 .mainSlider__subtitle {
  display: block;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  font-weight: 400;
}

.mainSlider.-type-9 .mainSlider__title {
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 1.3;
  letter-spacing: 0em;
}

@media (max-width: 1199px) {
  .mainSlider.-type-9 .mainSlider__title {
    font-size: 3.25rem;
  }
}
@media (max-width: 767px) {
  .mainSlider.-type-9 .mainSlider__title {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .mainSlider.-type-9 .mainSlider__button a {
    min-width: 8.75rem;
  }
}
.mainSlider.-type-9 .mainSlider__copyright {
  z-index: 5;
  position: absolute;
  bottom: 3.125rem;
  right: 7.5rem;
}

@media (max-width: 991px) {
  .mainSlider.-type-9 .mainSlider__copyright {
    right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .mainSlider.-type-9 .mainSlider__copyright {
    bottom: 1.875rem;
    right: unset;
    left: 1.25rem;
  }
}
.mainSlider.-type-9 .mainSlider__socials {
  z-index: 5;
  position: absolute;
  bottom: 3.125rem;
  left: 7.5rem;
}

@media (max-width: 991px) {
  .mainSlider.-type-9 .mainSlider__socials {
    left: 2.5rem;
  }
}
@media (max-width: 767px) {
  .mainSlider.-type-9 .mainSlider__socials {
    bottom: 4.375rem;
    left: 1.25rem;
  }
}
.mainSlider.-type-9 .mainSlider__socials .socials {
  display: flex;
  margin-top: 1.25rem;
  margin-left: -0.75rem;
}

.mainSlider.-type-9 .mainSlider__socials .socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
  border: 1px solid transparent;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mainSlider.-type-9 .mainSlider__socials .socials a:hover {
  border: 1px solid white;
}

.mainSlider.-type-9 .mainSlider__socials .socials a + a {
  margin-left: 0.5rem;
}

.mainSlider.-type-9 .mainSlider__scroll {
  cursor: pointer;
  position: absolute;
  bottom: 3.125rem;
  left: 50%;
  transform: translateX(-50%);
}

.mainSlider.-type-9 .mainSlider__scroll_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 100%;
  color: white;
  font-size: 16px;
  line-height: 16px;
}

.mainSlider.-type-9 .mainSlider__scroll_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: all 0.1s ease-out;
  color: white;
  margin-top: 25px;
}

.mainSlider.-type-9 .mainSlider__scroll_icon .icon {
  color: white;
  position: relative;
  font-size: 30px;
  transition: all 0.1s ease-out;
  transform: rotate(90deg);
  top: -15px;
}

.mainSlider.-type-10 {
  overflow: hidden !important;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
}

.mainSlider.-type-10 .swiper-wrapper {
  z-index: -1;
}

.mainSlider.-type-10 .container {
  height: 100%;
  width: unset;
}

.mainSlider.-type-10 .container,
.mainSlider.-type-10 .row {
  height: 100%;
}

.mainSlider.-type-10 .swiper-slide {
  overflow: hidden;
}

.mainSlider.-type-10 .pagination.-slider {
  z-index: 5;
  position: absolute;
  bottom: 1.875rem;
  transform: translateY(-50%);
}

.mainSlider.-type-10 .mainSlider__image {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.mainSlider.-type-10 .mainSlider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.mainSlider.-type-10 .mainSlider__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.mainSlider.-type-10 .mainSlider__content {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mainSlider.-type-10 .mainSlider__subtitle {
  display: block;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.mainSlider.-type-10 .mainSlider__title {
  font-size: 3.75rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .mainSlider.-type-10 .mainSlider__title {
    font-size: 3.375rem;
  }
}
@media (max-width: 767px) {
  .mainSlider.-type-10 .mainSlider__title {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .mainSlider.-type-10 .mainSlider__button a {
    min-width: 8.75rem;
  }
}
.filter-button-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px;
}

.filter-button-group button {
  padding: 10px;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.filter-button-group button:hover {
  color: var(--accent-color) !important;
}

.filter-button-group button.btn-active {
  color: black;
  text-decoration: underline;
}

.masonry__item .portfolioCard__img,
.masonry__item .portfolioCard__img__inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.masonry .masonry__item.-no-ratio > .ratio {
  padding-bottom: unset !important;
}

.masonry .masonry__item > .ratio {
  padding-bottom: 100%;
}

.masonry .masonry__item.-r-120 > .ratio {
  padding-bottom: 120%;
}

.masonry .masonry__item.-long > .ratio {
  padding-bottom: 200%;
}

.masonry .masonry__item.-big > .ratio {
  padding-bottom: 100%;
}

.masonry .masonry__item.-wide > .ratio {
  padding-bottom: 50%;
}

.masonry.-col-4 .masonry__sizer {
  width: 25%;
}

.masonry.-col-4 .masonry__item {
  width: 25%;
}

.masonry.-col-4 .masonry__item.-long {
  width: 25%;
}

.masonry.-col-4 .masonry__item.-big {
  width: 50%;
}

.masonry.-col-4 .masonry__item.-wide {
  width: 50%;
}

@media (max-width: 991px) {
  .masonry.-col-4 .masonry__sizer {
    width: 33.33333%;
  }
  .masonry.-col-4 .masonry__item {
    width: 33.33333%;
  }
  .masonry.-col-4 .masonry__item.-long {
    width: 33.33333%;
  }
  .masonry.-col-4 .masonry__item.-big {
    width: 66.66666%;
  }
  .masonry.-col-4 .masonry__item.-wide {
    width: 66.66666%;
  }
}
@media (max-width: 767px) {
  .masonry.-col-4 .masonry__sizer {
    width: 50%;
  }
  .masonry.-col-4 .masonry__item {
    width: 50%;
  }
  .masonry.-col-4 .masonry__item.-long {
    width: 50%;
  }
  .masonry.-col-4 .masonry__item.-big {
    width: 100%;
  }
  .masonry.-col-4 .masonry__item.-wide {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .masonry.-col-4 .masonry__sizer {
    width: 100%;
  }
  .masonry.-col-4 .masonry__item {
    width: 100%;
  }
  .masonry.-col-4 .masonry__item.-long {
    width: 100%;
  }
  .masonry.-col-4 .masonry__item.-big {
    width: 100%;
  }
  .masonry.-col-4 .masonry__item.-wide {
    width: 100%;
  }
}
.masonry.-col-3 .masonry__sizer {
  width: 33.33333%;
}

.masonry.-col-3 .masonry__item {
  width: 33.33333%;
}

.masonry.-col-3 .masonry__item.-long {
  width: 33.33333%;
}

.masonry.-col-3 .masonry__item.-big {
  width: 66.66666%;
}

.masonry.-col-3 .masonry__item.-wide {
  width: 66.66666%;
}

@media (max-width: 767px) {
  .masonry.-col-3 .masonry__sizer {
    width: 50%;
  }
  .masonry.-col-3 .masonry__item {
    width: 50%;
  }
  .masonry.-col-3 .masonry__item.-long {
    width: 50%;
  }
  .masonry.-col-3 .masonry__item.-big {
    width: 100%;
  }
  .masonry.-col-3 .masonry__item.-wide {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .masonry.-col-3 .masonry__sizer {
    width: 100%;
  }
  .masonry.-col-3 .masonry__item {
    width: 100%;
  }
  .masonry.-col-3 .masonry__item.-long {
    width: 100%;
  }
  .masonry.-col-3 .masonry__item.-big {
    width: 100%;
  }
  .masonry.-col-3 .masonry__item.-wide {
    width: 100%;
  }
}
.masonry.-col-2 .masonry__sizer {
  width: 50%;
}

.masonry.-col-2 .masonry__item {
  width: 50%;
}

.masonry.-col-2 .masonry__item.-long {
  width: 50%;
}

.masonry.-col-2 .masonry__item.-big {
  width: 100%;
}

.masonry.-col-2 .masonry__item.-wide {
  width: 100%;
}

@media (max-width: 575px) {
  .masonry.-col-2 .masonry__sizer {
    width: 100%;
  }
  .masonry.-col-2 .masonry__item {
    width: 100%;
  }
  .masonry.-col-2 .masonry__item.-long {
    width: 100%;
  }
  .masonry.-col-2 .masonry__item.-big {
    width: 100%;
  }
  .masonry.-col-2 .masonry__item.-wide {
    width: 100%;
  }
}
.masonry.-gap-16 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.masonry.-gap-16 .masonry__item {
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}

.masonry.-gap-16 .masonry__item.-no-ratio > .ratio {
  padding-bottom: unset !important;
}

.masonry.-gap-16 .masonry__item > .ratio {
  padding-bottom: 100%;
}

.masonry.-gap-16 .masonry__item.-r-120 > .ratio {
  padding-bottom: 120%;
}

.masonry.-gap-16 .masonry__item.-long > .ratio {
  padding-bottom: calc(200% + 1rem);
}

.masonry.-gap-16 .masonry__item.-big > .ratio {
  padding-bottom: 100%;
}

.masonry.-gap-16 .masonry__item.-wide > .ratio {
  padding-bottom: calc(50% - 0.5rem);
}

.masonry.-gap-32 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.masonry.-gap-32 .masonry__item {
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.masonry.-gap-32 .masonry__item.-no-ratio > .ratio {
  padding-bottom: unset !important;
}

.masonry.-gap-32 .masonry__item > .ratio {
  padding-bottom: 100%;
}

.masonry.-gap-32 .masonry__item.-r-120 > .ratio {
  padding-bottom: 120%;
}

.masonry.-gap-32 .masonry__item.-long > .ratio {
  padding-bottom: calc(200% + 2rem);
}

.masonry.-gap-32 .masonry__item.-big > .ratio {
  padding-bottom: 100%;
}

.masonry.-gap-32 .masonry__item.-wide > .ratio {
  padding-bottom: calc(50% - 1rem);
}

.masonry.-gap-40 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.masonry.-gap-40 .masonry__item {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}

.masonry.-gap-40 .masonry__item.-no-ratio > .ratio {
  padding-bottom: unset !important;
}

.masonry.-gap-40 .masonry__item > .ratio {
  padding-bottom: 100%;
}

.masonry.-gap-40 .masonry__item.-r-120 > .ratio {
  padding-bottom: 120%;
}

.masonry.-gap-40 .masonry__item.-long > .ratio {
  padding-bottom: calc(200% + 2.5rem);
}

.masonry.-gap-40 .masonry__item.-big > .ratio {
  padding-bottom: 100%;
}

.masonry.-gap-40 .masonry__item.-wide > .ratio {
  padding-bottom: calc(50% - 1.25rem);
}

.masonry.-gap-48 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.masonry.-gap-48 .masonry__item {
  padding: 0 1.5rem;
  margin-bottom: 3rem;
}

.masonry.-gap-48 .masonry__item.-no-ratio > .ratio {
  padding-bottom: unset !important;
}

.masonry.-gap-48 .masonry__item > .ratio {
  padding-bottom: 100%;
}

.masonry.-gap-48 .masonry__item.-r-120 > .ratio {
  padding-bottom: 120%;
}

.masonry.-gap-48 .masonry__item.-long > .ratio {
  padding-bottom: calc(200% + 3rem);
}

.masonry.-gap-48 .masonry__item.-big > .ratio {
  padding-bottom: 100%;
}

.masonry.-gap-48 .masonry__item.-wide > .ratio {
  padding-bottom: calc(50% - 1.5rem);
}

.topbar {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
}

.topbar__info {
  display: flex;
}

.topbar .topbar__item + .topbar__item {
  margin-left: 1.875rem;
}

.topbar__socials_content {
  display: flex;
}

.topbar__socials_content a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  border: 1px solid transparent;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.topbar__socials_content a + a {
  margin-left: 0.3125rem;
}

.blogSidebar__item + .blogSidebar__item {
  margin-top: 1.875rem;
}

.blogSidebar__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3125rem;
  text-transform: uppercase;
}

.blogSidebar .search > form {
  position: relative;
}

.blogSidebar .search .field {
  z-index: 1;
  padding-top: 0;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 9px;
}

.blogSidebar .search .submit {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
}

.blogSidebar .search .submit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
}

.blogSidebar .search .icon {
  width: 20px;
  height: 20px;
  stroke-width: 1;
}

.blogSidebar .category {
  width: 100%;
}

.blogSidebar .category span, .blogSidebar .category a {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}

.blogSidebar .category a {
  position: relative;
}

.blogSidebar .category a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.375rem;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: left;
  transform: scaleX(0);
}

.blogSidebar .category a:hover {
  color: black;
}

.blogSidebar .category a:hover::after {
  transform: scaleX(1);
}

.blogSidebar .category__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}

.blogSidebar .category__item + .category__item {
  margin-top: 1.375rem;
}

.blogSidebar .recent__item {
  display: flex;
  width: 100%;
}

.blogSidebar .recent__item + .recent__item {
  margin-top: 1.25rem;
}

.blogSidebar .recent__image {
  min-width: 5rem;
  min-height: 5rem;
  width: 5rem;
  height: 5rem;
}

.blogSidebar .recent__content div {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.blogSidebar .tags {
  display: flex;
  flex-wrap: wrap;
}

.blogSidebar .tags__item a {
  display: block;
  padding: 0.5rem 1.125rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 600;
  color: #615E5E;
  background-color: #F9F6F6;
  transition: all 0.2s ease-out;
}

.blogSidebar .tags__item a:hover {
  color: white;
  background-color: #000;
}

.no-page {
  width: 100%;
  height: 100vh;
}

.no-page .container,
.no-page .row {
  height: 100%;
}

.no-page__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.no-page__bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

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

.no-page__title {
  font-weight: 400;
  font-size: 8.75rem;
  line-height: 1.15;
}

@media (max-width: 991px) {
  .no-page__title {
    font-size: 7.1875rem;
  }
}
.no-page__text {
  font-size: 2.5rem;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .no-page__text {
    font-size: 1.625rem;
  }
}
.soon {
  width: 100%;
  height: 100vh;
}

.soon .container,
.soon .row {
  height: 100%;
}

.soon__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.soon__bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.soon__content {
  text-align: center;
}

.soon__title {
  font-weight: 400;
  font-size: 4.375rem;
  line-height: 1.15;
}

@media (max-width: 991px) {
  .soon__title {
    font-size: 3.375rem;
  }
}
.soon__count_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.soon__count_item > div:nth-child(1) {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 3.6875rem;
  color: white;
}

.soon__count_item > div:nth-child(2) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: white;
}

.soon__newsletter {
  width: 18.75rem;
  margin: 0 auto;
}

.soon__newsletter form {
  position: relative;
}

.soon__newsletter form input {
  border-bottom: 1px solid #FFF;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.soon__newsletter form input::-moz-placeholder {
  color: #FFF;
}

.soon__newsletter form input:-ms-input-placeholder {
  color: #FFF;
}

.soon__newsletter form input::placeholder {
  color: #FFF;
}

.soon__newsletter form input:focus {
  border-bottom: 1px solid white;
}

.soon__newsletter button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.soon__newsletter .icon {
  color: #FFF;
  font-size: 1.25rem;
}

.soon__socials {
  position: absolute;
  bottom: 3.75rem;
  left: 50%;
  transform: translateX(-50%);
}

.soon__socials a {
  color: #FFF !important;
}

.related-nav {
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}

.related-nav__icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 21px;
  height: 21px;
}

.related-nav__icon span {
  border: 1px solid #615E5E;
  width: 8px;
  height: 8px;
}

.related-nav__icon span:nth-child(1n+3) {
  margin-top: 5px;
}

.related-nav__item {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -10px;
  margin-right: -10px;
}

.related-nav__item > * {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .related-nav__item > * {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.related-nav__item:hover span,
.related-nav__item:hover .icon {
  color: var(--color-accent) !important;
}

.related-nav__item.-next {
  justify-content: flex-end;
  text-align: right;
}

.related-nav__arrow .icon {
  font-size: 24px;
  color: black;
  transition: all 0.1s ease-out;
}

.related-nav__content span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: black;
  transition: all 0.15s ease-out;
}

.related-nav__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #615E5E;
}

.pagination.-section {
  display: flex;
  align-items: center;
}

.pagination.-section .pagination__content {
  margin: 0 5.625rem;
}

.pagination.-section .pagination__content > * {
  font-size: 16px;
  line-height: 1;
  color: black;
  padding: 10px 14px;
}

.pagination.-section .pagination__content > *.is-active {
  color: var(--accent-color);
}

.pagination.-section .pagination__content a:hover {
  text-decoration: underline;
}

.nav-icon {
  position: relative;
  display: block;
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nav-icon__circle {
  border-radius: 100%;
  border: 1px solid black;
  width: 35px;
  height: 35px;
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nav-icon__circle .icon {
  font-size: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.nav-icon.-left {
  padding-right: 12px;
}

.nav-icon.-left .icon {
  right: 0;
}

.nav-icon.-right {
  padding-left: 12px;
}

.nav-icon.-right .icon {
  left: 0;
}

.nav-icon:hover {
  color: var(--accent-color);
}

.nav-icon:hover .nav-icon__circle {
  border-color: var(--accent-color);
}

/*--------------------------------------------------
	51. Utilities
---------------------------------------------------*/
.position-unset {
  position: unset !important;
}

.bottom-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
}

.bottom-line.-accent::after {
  background-color: var(--accent-color);
}

.map {
  z-index: 5;
}

.pattern_bg_1 {
  background-image: url("../img/patterns/1.png");
}

.pattern_bg_2 {
  background-image: url("../img/patterns/2.png");
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.-white-circle {
  position: relative;
}

.-white-circle::before {
  content: "";
  position: absolute;
  top: 49%;
  left: -1.125rem;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
}

.base-img {
  width: 100%;
  height: auto;
}

.size-full {
  width: 100%;
  height: 100%;
}

.relative {
  position: relative;
}

.bg-fill-image {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1 !important;
}

@media (max-width: 991px) {
  .md\:container {
    max-width: 45rem;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .md\:container {
    max-width: 33.75rem;
  }
}
@media (max-width: 575px) {
  .md\:container {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .sm\:container {
    max-width: 33.75rem;
  }
}
@media (max-width: 575px) {
  .sm\:container {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 575px) {
  .xs\:container {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.section-border-bottom-dark > * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.section-border-bottom-dark > *:last-child {
  border-bottom: unset;
}

.section-border-bottom-light > * {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.section-border-bottom-light > *:last-child {
  border-bottom: unset;
}

.html-overflow-hidden {
  overflow: hidden !important;
}

.html-overflow-hidden body {
  overflow-y: scroll;
}

html.full-page-slider {
  overflow: hidden !important;
}

html.full-page-slider body {
  overflow: hidden !important;
}

.smooth-scroll {
  scroll-behavior: smooth;
}

.origin-top {
  transform-origin: top !important;
}

.origin-left {
  transform-origin: left !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-normal {
  overflow: initial !important;
}

.overflow-visible {
  overflow: visible !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.bg-video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlay-black-sm::after, .overlay-black-md::after, .overlay-black-lg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.overlay-black-sm::after {
  background-color: rgba(0, 0, 0, 0.3);
}

.overlay-black-md::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay-black-lg::after {
  background-color: rgba(0, 0, 0, 0.7);
}

.container-wide {
  padding-left: 5%;
  padding-right: 5%;
}

@media (max-width: 767px) {
  .container-wide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.rounded-4 {
  border-radius: 0.25rem;
}

.rounded-base {
  border-radius: 0.375rem;
}

.rounded-full {
  border-radius: 100%;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.size-3xs {
  width: 1rem !important;
  height: 1rem !important;
}

.size-2xs {
  width: 1.25rem !important;
  height: 1.25rem !important;
}

.size-xs {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.size-sm {
  width: 2rem !important;
  height: 2rem !important;
}

.size-md {
  width: 2.5rem !important;
  height: 2.5rem !important;
}

.size-lg {
  width: 3rem !important;
  height: 3rem !important;
}

.size-xl {
  width: 4rem !important;
  height: 4rem !important;
}

.size-2xl {
  width: 5rem !important;
  height: 5rem !important;
}

.size-3xl {
  width: 6rem !important;
  height: 6rem !important;
}

.str-width-xs {
  stroke-width: 0.5 !important;
}

.str-width-sm {
  stroke-width: 0.75 !important;
}

.str-width-md {
  stroke-width: 1 !important;
}

.str-width-lg {
  stroke-width: 1.25 !important;
}

.str-width-xl {
  stroke-width: 1.5 !important;
}

.str-width-2xl {
  stroke-width: 1.75 !important;
}

.str-width-3xl {
  stroke-width: 2 !important;
}

.ml-minus-4 {
  margin-left: -0.25rem;
}

.bg-accent {
  background-color: var(--accent-color);
}

.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-light-grey {
  background-color: #f6f6f6;
}

.bg-light-grey-2 {
  background-color: #F9F6F6;
}

.bg-light-1 {
  background-color: var(--bg-light-1);
}

.bg-light-2 {
  background-color: var(--bg-light-2);
}

.bg-dark-1 {
  background-color: var(--bg-dark-1);
}

.bg-dark-2 {
  background-color: var(--bg-dark-2);
}

.bg-dark-3 {
  background-color: var(--bg-dark-3);
}

.bg-dark-4 {
  background-color: var(--bg-dark-4);
}

.shadow-light {
  box-shadow: 0 6px 24px -2px rgba(119, 139, 165, 0.2);
}

.shadow-dark {
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.6);
}

.border-none {
  border: none;
}

.border-light {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.border-dark {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.border-top-light {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.border-top-dark {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal {
  text-transform: none;
}

.line-through {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.text-accent {
  color: var(--accent-color);
}

.text-light {
  color: var(--font-light);
}

.text-dark {
  color: var(--font-dark);
}

.text-grey {
  color: #615E5E;
}

.text-black {
  color: #000000;
}

.text-white {
  color: #FFFFFF;
}

.ul-list li {
  list-style: disc inside;
}

.ul-list-ord li {
  list-style: decimal inside;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

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

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

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

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

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

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

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

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

.py-4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-4 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.pt-4 {
  padding-top: 0.25rem !important;
}

.pb-4 {
  padding-bottom: 0.25rem !important;
}

.pl-4 {
  padding-left: 0.25rem !important;
}

.pr-4 {
  padding-right: 0.25rem !important;
}

.mt-4 {
  margin-top: 0.25rem !important;
}

.mb-4 {
  margin-bottom: 0.25rem !important;
}

.ml-4 {
  margin-left: 0.25rem !important;
}

.mr-4 {
  margin-right: 0.25rem !important;
}

.py-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-8 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.pt-8 {
  padding-top: 0.5rem !important;
}

.pb-8 {
  padding-bottom: 0.5rem !important;
}

.pl-8 {
  padding-left: 0.5rem !important;
}

.pr-8 {
  padding-right: 0.5rem !important;
}

.mt-8 {
  margin-top: 0.5rem !important;
}

.mb-8 {
  margin-bottom: 0.5rem !important;
}

.ml-8 {
  margin-left: 0.5rem !important;
}

.mr-8 {
  margin-right: 0.5rem !important;
}

.py-12 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-12 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.pt-12 {
  padding-top: 0.75rem !important;
}

.pb-12 {
  padding-bottom: 0.75rem !important;
}

.pl-12 {
  padding-left: 0.75rem !important;
}

.pr-12 {
  padding-right: 0.75rem !important;
}

.mt-12 {
  margin-top: 0.75rem !important;
}

.mb-12 {
  margin-bottom: 0.75rem !important;
}

.ml-12 {
  margin-left: 0.75rem !important;
}

.mr-12 {
  margin-right: 0.75rem !important;
}

.py-16 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-16 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.pt-16 {
  padding-top: 1rem !important;
}

.pb-16 {
  padding-bottom: 1rem !important;
}

.pl-16 {
  padding-left: 1rem !important;
}

.pr-16 {
  padding-right: 1rem !important;
}

.mt-16 {
  margin-top: 1rem !important;
}

.mb-16 {
  margin-bottom: 1rem !important;
}

.ml-16 {
  margin-left: 1rem !important;
}

.mr-16 {
  margin-right: 1rem !important;
}

.py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-20 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem !important;
}

.pl-20 {
  padding-left: 1.25rem !important;
}

.pr-20 {
  padding-right: 1.25rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.ml-20 {
  margin-left: 1.25rem !important;
}

.mr-20 {
  margin-right: 1.25rem !important;
}

.py-24 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-24 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.pt-24 {
  padding-top: 1.5rem !important;
}

.pb-24 {
  padding-bottom: 1.5rem !important;
}

.pl-24 {
  padding-left: 1.5rem !important;
}

.pr-24 {
  padding-right: 1.5rem !important;
}

.mt-24 {
  margin-top: 1.5rem !important;
}

.mb-24 {
  margin-bottom: 1.5rem !important;
}

.ml-24 {
  margin-left: 1.5rem !important;
}

.mr-24 {
  margin-right: 1.5rem !important;
}

.py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.px-30 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}

.pt-30 {
  padding-top: 1.875rem !important;
}

.pb-30 {
  padding-bottom: 1.875rem !important;
}

.pl-30 {
  padding-left: 1.875rem !important;
}

.pr-30 {
  padding-right: 1.875rem !important;
}

.mt-30 {
  margin-top: 1.875rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.ml-30 {
  margin-left: 1.875rem !important;
}

.mr-30 {
  margin-right: 1.875rem !important;
}

.py-32 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-32 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.pt-32 {
  padding-top: 2rem !important;
}

.pb-32 {
  padding-bottom: 2rem !important;
}

.pl-32 {
  padding-left: 2rem !important;
}

.pr-32 {
  padding-right: 2rem !important;
}

.mt-32 {
  margin-top: 2rem !important;
}

.mb-32 {
  margin-bottom: 2rem !important;
}

.ml-32 {
  margin-left: 2rem !important;
}

.mr-32 {
  margin-right: 2rem !important;
}

.py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-40 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pl-40 {
  padding-left: 2.5rem !important;
}

.pr-40 {
  padding-right: 2.5rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.ml-40 {
  margin-left: 2.5rem !important;
}

.mr-40 {
  margin-right: 2.5rem !important;
}

.py-48 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-48 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.pt-48 {
  padding-top: 3rem !important;
}

.pb-48 {
  padding-bottom: 3rem !important;
}

.pl-48 {
  padding-left: 3rem !important;
}

.pr-48 {
  padding-right: 3rem !important;
}

.mt-48 {
  margin-top: 3rem !important;
}

.mb-48 {
  margin-bottom: 3rem !important;
}

.ml-48 {
  margin-left: 3rem !important;
}

.mr-48 {
  margin-right: 3rem !important;
}

.py-56 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.px-56 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.pt-56 {
  padding-top: 3.5rem !important;
}

.pb-56 {
  padding-bottom: 3.5rem !important;
}

.pl-56 {
  padding-left: 3.5rem !important;
}

.pr-56 {
  padding-right: 3.5rem !important;
}

.mt-56 {
  margin-top: 3.5rem !important;
}

.mb-56 {
  margin-bottom: 3.5rem !important;
}

.ml-56 {
  margin-left: 3.5rem !important;
}

.mr-56 {
  margin-right: 3.5rem !important;
}

.py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.px-60 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
}

.pt-60 {
  padding-top: 3.75rem !important;
}

.pb-60 {
  padding-bottom: 3.75rem !important;
}

.pl-60 {
  padding-left: 3.75rem !important;
}

.pr-60 {
  padding-right: 3.75rem !important;
}

.mt-60 {
  margin-top: 3.75rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.ml-60 {
  margin-left: 3.75rem !important;
}

.mr-60 {
  margin-right: 3.75rem !important;
}

.py-64 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.px-64 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.pt-64 {
  padding-top: 4rem !important;
}

.pb-64 {
  padding-bottom: 4rem !important;
}

.pl-64 {
  padding-left: 4rem !important;
}

.pr-64 {
  padding-right: 4rem !important;
}

.mt-64 {
  margin-top: 4rem !important;
}

.mb-64 {
  margin-bottom: 4rem !important;
}

.ml-64 {
  margin-left: 4rem !important;
}

.mr-64 {
  margin-right: 4rem !important;
}

.py-72 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.px-72 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.pt-72 {
  padding-top: 4.5rem !important;
}

.pb-72 {
  padding-bottom: 4.5rem !important;
}

.pl-72 {
  padding-left: 4.5rem !important;
}

.pr-72 {
  padding-right: 4.5rem !important;
}

.mt-72 {
  margin-top: 4.5rem !important;
}

.mb-72 {
  margin-bottom: 4.5rem !important;
}

.ml-72 {
  margin-left: 4.5rem !important;
}

.mr-72 {
  margin-right: 4.5rem !important;
}

.py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.px-80 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.pt-80 {
  padding-top: 5rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pl-80 {
  padding-left: 5rem !important;
}

.pr-80 {
  padding-right: 5rem !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

.ml-80 {
  margin-left: 5rem !important;
}

.mr-80 {
  margin-right: 5rem !important;
}

.py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.px-100 {
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important;
}

.pt-100 {
  padding-top: 6.25rem !important;
}

.pb-100 {
  padding-bottom: 6.25rem !important;
}

.pl-100 {
  padding-left: 6.25rem !important;
}

.pr-100 {
  padding-right: 6.25rem !important;
}

.mt-100 {
  margin-top: 6.25rem !important;
}

.mb-100 {
  margin-bottom: 6.25rem !important;
}

.ml-100 {
  margin-left: 6.25rem !important;
}

.mr-100 {
  margin-right: 6.25rem !important;
}

@media (max-width: 1199px) {
  .lg\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .lg\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .lg\:pt-0 {
    padding-top: 0rem !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .lg\:pl-0 {
    padding-left: 0rem !important;
  }
  .lg\:pr-0 {
    padding-right: 0rem !important;
  }
  .lg\:mt-0 {
    margin-top: 0rem !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .lg\:ml-0 {
    margin-left: 0rem !important;
  }
  .lg\:mr-0 {
    margin-right: 0rem !important;
  }
  .lg\:py-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .lg\:px-4 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .lg\:pt-4 {
    padding-top: 0.25rem !important;
  }
  .lg\:pb-4 {
    padding-bottom: 0.25rem !important;
  }
  .lg\:pl-4 {
    padding-left: 0.25rem !important;
  }
  .lg\:pr-4 {
    padding-right: 0.25rem !important;
  }
  .lg\:mt-4 {
    margin-top: 0.25rem !important;
  }
  .lg\:mb-4 {
    margin-bottom: 0.25rem !important;
  }
  .lg\:ml-4 {
    margin-left: 0.25rem !important;
  }
  .lg\:mr-4 {
    margin-right: 0.25rem !important;
  }
  .lg\:py-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .lg\:px-8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .lg\:pt-8 {
    padding-top: 0.5rem !important;
  }
  .lg\:pb-8 {
    padding-bottom: 0.5rem !important;
  }
  .lg\:pl-8 {
    padding-left: 0.5rem !important;
  }
  .lg\:pr-8 {
    padding-right: 0.5rem !important;
  }
  .lg\:mt-8 {
    margin-top: 0.5rem !important;
  }
  .lg\:mb-8 {
    margin-bottom: 0.5rem !important;
  }
  .lg\:ml-8 {
    margin-left: 0.5rem !important;
  }
  .lg\:mr-8 {
    margin-right: 0.5rem !important;
  }
  .lg\:py-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .lg\:px-12 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .lg\:pt-12 {
    padding-top: 0.75rem !important;
  }
  .lg\:pb-12 {
    padding-bottom: 0.75rem !important;
  }
  .lg\:pl-12 {
    padding-left: 0.75rem !important;
  }
  .lg\:pr-12 {
    padding-right: 0.75rem !important;
  }
  .lg\:mt-12 {
    margin-top: 0.75rem !important;
  }
  .lg\:mb-12 {
    margin-bottom: 0.75rem !important;
  }
  .lg\:ml-12 {
    margin-left: 0.75rem !important;
  }
  .lg\:mr-12 {
    margin-right: 0.75rem !important;
  }
  .lg\:py-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .lg\:px-16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .lg\:pt-16 {
    padding-top: 1rem !important;
  }
  .lg\:pb-16 {
    padding-bottom: 1rem !important;
  }
  .lg\:pl-16 {
    padding-left: 1rem !important;
  }
  .lg\:pr-16 {
    padding-right: 1rem !important;
  }
  .lg\:mt-16 {
    margin-top: 1rem !important;
  }
  .lg\:mb-16 {
    margin-bottom: 1rem !important;
  }
  .lg\:ml-16 {
    margin-left: 1rem !important;
  }
  .lg\:mr-16 {
    margin-right: 1rem !important;
  }
  .lg\:py-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .lg\:px-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .lg\:pt-20 {
    padding-top: 1.25rem !important;
  }
  .lg\:pb-20 {
    padding-bottom: 1.25rem !important;
  }
  .lg\:pl-20 {
    padding-left: 1.25rem !important;
  }
  .lg\:pr-20 {
    padding-right: 1.25rem !important;
  }
  .lg\:mt-20 {
    margin-top: 1.25rem !important;
  }
  .lg\:mb-20 {
    margin-bottom: 1.25rem !important;
  }
  .lg\:ml-20 {
    margin-left: 1.25rem !important;
  }
  .lg\:mr-20 {
    margin-right: 1.25rem !important;
  }
  .lg\:py-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .lg\:px-24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .lg\:pt-24 {
    padding-top: 1.5rem !important;
  }
  .lg\:pb-24 {
    padding-bottom: 1.5rem !important;
  }
  .lg\:pl-24 {
    padding-left: 1.5rem !important;
  }
  .lg\:pr-24 {
    padding-right: 1.5rem !important;
  }
  .lg\:mt-24 {
    margin-top: 1.5rem !important;
  }
  .lg\:mb-24 {
    margin-bottom: 1.5rem !important;
  }
  .lg\:ml-24 {
    margin-left: 1.5rem !important;
  }
  .lg\:mr-24 {
    margin-right: 1.5rem !important;
  }
  .lg\:py-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .lg\:px-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
  .lg\:pt-30 {
    padding-top: 1.875rem !important;
  }
  .lg\:pb-30 {
    padding-bottom: 1.875rem !important;
  }
  .lg\:pl-30 {
    padding-left: 1.875rem !important;
  }
  .lg\:pr-30 {
    padding-right: 1.875rem !important;
  }
  .lg\:mt-30 {
    margin-top: 1.875rem !important;
  }
  .lg\:mb-30 {
    margin-bottom: 1.875rem !important;
  }
  .lg\:ml-30 {
    margin-left: 1.875rem !important;
  }
  .lg\:mr-30 {
    margin-right: 1.875rem !important;
  }
  .lg\:py-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .lg\:px-32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .lg\:pt-32 {
    padding-top: 2rem !important;
  }
  .lg\:pb-32 {
    padding-bottom: 2rem !important;
  }
  .lg\:pl-32 {
    padding-left: 2rem !important;
  }
  .lg\:pr-32 {
    padding-right: 2rem !important;
  }
  .lg\:mt-32 {
    margin-top: 2rem !important;
  }
  .lg\:mb-32 {
    margin-bottom: 2rem !important;
  }
  .lg\:ml-32 {
    margin-left: 2rem !important;
  }
  .lg\:mr-32 {
    margin-right: 2rem !important;
  }
  .lg\:py-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .lg\:px-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .lg\:pt-40 {
    padding-top: 2.5rem !important;
  }
  .lg\:pb-40 {
    padding-bottom: 2.5rem !important;
  }
  .lg\:pl-40 {
    padding-left: 2.5rem !important;
  }
  .lg\:pr-40 {
    padding-right: 2.5rem !important;
  }
  .lg\:mt-40 {
    margin-top: 2.5rem !important;
  }
  .lg\:mb-40 {
    margin-bottom: 2.5rem !important;
  }
  .lg\:ml-40 {
    margin-left: 2.5rem !important;
  }
  .lg\:mr-40 {
    margin-right: 2.5rem !important;
  }
  .lg\:py-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .lg\:px-48 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .lg\:pt-48 {
    padding-top: 3rem !important;
  }
  .lg\:pb-48 {
    padding-bottom: 3rem !important;
  }
  .lg\:pl-48 {
    padding-left: 3rem !important;
  }
  .lg\:pr-48 {
    padding-right: 3rem !important;
  }
  .lg\:mt-48 {
    margin-top: 3rem !important;
  }
  .lg\:mb-48 {
    margin-bottom: 3rem !important;
  }
  .lg\:ml-48 {
    margin-left: 3rem !important;
  }
  .lg\:mr-48 {
    margin-right: 3rem !important;
  }
  .lg\:py-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .lg\:px-56 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .lg\:pt-56 {
    padding-top: 3.5rem !important;
  }
  .lg\:pb-56 {
    padding-bottom: 3.5rem !important;
  }
  .lg\:pl-56 {
    padding-left: 3.5rem !important;
  }
  .lg\:pr-56 {
    padding-right: 3.5rem !important;
  }
  .lg\:mt-56 {
    margin-top: 3.5rem !important;
  }
  .lg\:mb-56 {
    margin-bottom: 3.5rem !important;
  }
  .lg\:ml-56 {
    margin-left: 3.5rem !important;
  }
  .lg\:mr-56 {
    margin-right: 3.5rem !important;
  }
  .lg\:py-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .lg\:px-60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .lg\:pt-60 {
    padding-top: 3.75rem !important;
  }
  .lg\:pb-60 {
    padding-bottom: 3.75rem !important;
  }
  .lg\:pl-60 {
    padding-left: 3.75rem !important;
  }
  .lg\:pr-60 {
    padding-right: 3.75rem !important;
  }
  .lg\:mt-60 {
    margin-top: 3.75rem !important;
  }
  .lg\:mb-60 {
    margin-bottom: 3.75rem !important;
  }
  .lg\:ml-60 {
    margin-left: 3.75rem !important;
  }
  .lg\:mr-60 {
    margin-right: 3.75rem !important;
  }
  .lg\:py-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .lg\:px-64 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .lg\:pt-64 {
    padding-top: 4rem !important;
  }
  .lg\:pb-64 {
    padding-bottom: 4rem !important;
  }
  .lg\:pl-64 {
    padding-left: 4rem !important;
  }
  .lg\:pr-64 {
    padding-right: 4rem !important;
  }
  .lg\:mt-64 {
    margin-top: 4rem !important;
  }
  .lg\:mb-64 {
    margin-bottom: 4rem !important;
  }
  .lg\:ml-64 {
    margin-left: 4rem !important;
  }
  .lg\:mr-64 {
    margin-right: 4rem !important;
  }
  .lg\:py-72 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .lg\:px-72 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .lg\:pt-72 {
    padding-top: 4.5rem !important;
  }
  .lg\:pb-72 {
    padding-bottom: 4.5rem !important;
  }
  .lg\:pl-72 {
    padding-left: 4.5rem !important;
  }
  .lg\:pr-72 {
    padding-right: 4.5rem !important;
  }
  .lg\:mt-72 {
    margin-top: 4.5rem !important;
  }
  .lg\:mb-72 {
    margin-bottom: 4.5rem !important;
  }
  .lg\:ml-72 {
    margin-left: 4.5rem !important;
  }
  .lg\:mr-72 {
    margin-right: 4.5rem !important;
  }
  .lg\:py-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .lg\:px-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .lg\:pt-80 {
    padding-top: 5rem !important;
  }
  .lg\:pb-80 {
    padding-bottom: 5rem !important;
  }
  .lg\:pl-80 {
    padding-left: 5rem !important;
  }
  .lg\:pr-80 {
    padding-right: 5rem !important;
  }
  .lg\:mt-80 {
    margin-top: 5rem !important;
  }
  .lg\:mb-80 {
    margin-bottom: 5rem !important;
  }
  .lg\:ml-80 {
    margin-left: 5rem !important;
  }
  .lg\:mr-80 {
    margin-right: 5rem !important;
  }
  .lg\:py-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .lg\:px-100 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .lg\:pt-100 {
    padding-top: 6.25rem !important;
  }
  .lg\:pb-100 {
    padding-bottom: 6.25rem !important;
  }
  .lg\:pl-100 {
    padding-left: 6.25rem !important;
  }
  .lg\:pr-100 {
    padding-right: 6.25rem !important;
  }
  .lg\:mt-100 {
    margin-top: 6.25rem !important;
  }
  .lg\:mb-100 {
    margin-bottom: 6.25rem !important;
  }
  .lg\:ml-100 {
    margin-left: 6.25rem !important;
  }
  .lg\:mr-100 {
    margin-right: 6.25rem !important;
  }
}
@media (max-width: 991px) {
  .md\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .md\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .md\:pt-0 {
    padding-top: 0rem !important;
  }
  .md\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .md\:pl-0 {
    padding-left: 0rem !important;
  }
  .md\:pr-0 {
    padding-right: 0rem !important;
  }
  .md\:mt-0 {
    margin-top: 0rem !important;
  }
  .md\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .md\:ml-0 {
    margin-left: 0rem !important;
  }
  .md\:mr-0 {
    margin-right: 0rem !important;
  }
  .md\:py-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .md\:px-4 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .md\:pt-4 {
    padding-top: 0.25rem !important;
  }
  .md\:pb-4 {
    padding-bottom: 0.25rem !important;
  }
  .md\:pl-4 {
    padding-left: 0.25rem !important;
  }
  .md\:pr-4 {
    padding-right: 0.25rem !important;
  }
  .md\:mt-4 {
    margin-top: 0.25rem !important;
  }
  .md\:mb-4 {
    margin-bottom: 0.25rem !important;
  }
  .md\:ml-4 {
    margin-left: 0.25rem !important;
  }
  .md\:mr-4 {
    margin-right: 0.25rem !important;
  }
  .md\:py-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .md\:px-8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .md\:pt-8 {
    padding-top: 0.5rem !important;
  }
  .md\:pb-8 {
    padding-bottom: 0.5rem !important;
  }
  .md\:pl-8 {
    padding-left: 0.5rem !important;
  }
  .md\:pr-8 {
    padding-right: 0.5rem !important;
  }
  .md\:mt-8 {
    margin-top: 0.5rem !important;
  }
  .md\:mb-8 {
    margin-bottom: 0.5rem !important;
  }
  .md\:ml-8 {
    margin-left: 0.5rem !important;
  }
  .md\:mr-8 {
    margin-right: 0.5rem !important;
  }
  .md\:py-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .md\:px-12 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .md\:pt-12 {
    padding-top: 0.75rem !important;
  }
  .md\:pb-12 {
    padding-bottom: 0.75rem !important;
  }
  .md\:pl-12 {
    padding-left: 0.75rem !important;
  }
  .md\:pr-12 {
    padding-right: 0.75rem !important;
  }
  .md\:mt-12 {
    margin-top: 0.75rem !important;
  }
  .md\:mb-12 {
    margin-bottom: 0.75rem !important;
  }
  .md\:ml-12 {
    margin-left: 0.75rem !important;
  }
  .md\:mr-12 {
    margin-right: 0.75rem !important;
  }
  .md\:py-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .md\:px-16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .md\:pt-16 {
    padding-top: 1rem !important;
  }
  .md\:pb-16 {
    padding-bottom: 1rem !important;
  }
  .md\:pl-16 {
    padding-left: 1rem !important;
  }
  .md\:pr-16 {
    padding-right: 1rem !important;
  }
  .md\:mt-16 {
    margin-top: 1rem !important;
  }
  .md\:mb-16 {
    margin-bottom: 1rem !important;
  }
  .md\:ml-16 {
    margin-left: 1rem !important;
  }
  .md\:mr-16 {
    margin-right: 1rem !important;
  }
  .md\:py-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .md\:px-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .md\:pt-20 {
    padding-top: 1.25rem !important;
  }
  .md\:pb-20 {
    padding-bottom: 1.25rem !important;
  }
  .md\:pl-20 {
    padding-left: 1.25rem !important;
  }
  .md\:pr-20 {
    padding-right: 1.25rem !important;
  }
  .md\:mt-20 {
    margin-top: 1.25rem !important;
  }
  .md\:mb-20 {
    margin-bottom: 1.25rem !important;
  }
  .md\:ml-20 {
    margin-left: 1.25rem !important;
  }
  .md\:mr-20 {
    margin-right: 1.25rem !important;
  }
  .md\:py-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .md\:px-24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .md\:pt-24 {
    padding-top: 1.5rem !important;
  }
  .md\:pb-24 {
    padding-bottom: 1.5rem !important;
  }
  .md\:pl-24 {
    padding-left: 1.5rem !important;
  }
  .md\:pr-24 {
    padding-right: 1.5rem !important;
  }
  .md\:mt-24 {
    margin-top: 1.5rem !important;
  }
  .md\:mb-24 {
    margin-bottom: 1.5rem !important;
  }
  .md\:ml-24 {
    margin-left: 1.5rem !important;
  }
  .md\:mr-24 {
    margin-right: 1.5rem !important;
  }
  .md\:py-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .md\:px-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
  .md\:pt-30 {
    padding-top: 1.875rem !important;
  }
  .md\:pb-30 {
    padding-bottom: 1.875rem !important;
  }
  .md\:pl-30 {
    padding-left: 1.875rem !important;
  }
  .md\:pr-30 {
    padding-right: 1.875rem !important;
  }
  .md\:mt-30 {
    margin-top: 1.875rem !important;
  }
  .md\:mb-30 {
    margin-bottom: 1.875rem !important;
  }
  .md\:ml-30 {
    margin-left: 1.875rem !important;
  }
  .md\:mr-30 {
    margin-right: 1.875rem !important;
  }
  .md\:py-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .md\:px-32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .md\:pt-32 {
    padding-top: 2rem !important;
  }
  .md\:pb-32 {
    padding-bottom: 2rem !important;
  }
  .md\:pl-32 {
    padding-left: 2rem !important;
  }
  .md\:pr-32 {
    padding-right: 2rem !important;
  }
  .md\:mt-32 {
    margin-top: 2rem !important;
  }
  .md\:mb-32 {
    margin-bottom: 2rem !important;
  }
  .md\:ml-32 {
    margin-left: 2rem !important;
  }
  .md\:mr-32 {
    margin-right: 2rem !important;
  }
  .md\:py-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .md\:px-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .md\:pt-40 {
    padding-top: 2.5rem !important;
  }
  .md\:pb-40 {
    padding-bottom: 2.5rem !important;
  }
  .md\:pl-40 {
    padding-left: 2.5rem !important;
  }
  .md\:pr-40 {
    padding-right: 2.5rem !important;
  }
  .md\:mt-40 {
    margin-top: 2.5rem !important;
  }
  .md\:mb-40 {
    margin-bottom: 2.5rem !important;
  }
  .md\:ml-40 {
    margin-left: 2.5rem !important;
  }
  .md\:mr-40 {
    margin-right: 2.5rem !important;
  }
  .md\:py-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .md\:px-48 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .md\:pt-48 {
    padding-top: 3rem !important;
  }
  .md\:pb-48 {
    padding-bottom: 3rem !important;
  }
  .md\:pl-48 {
    padding-left: 3rem !important;
  }
  .md\:pr-48 {
    padding-right: 3rem !important;
  }
  .md\:mt-48 {
    margin-top: 3rem !important;
  }
  .md\:mb-48 {
    margin-bottom: 3rem !important;
  }
  .md\:ml-48 {
    margin-left: 3rem !important;
  }
  .md\:mr-48 {
    margin-right: 3rem !important;
  }
  .md\:py-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .md\:px-56 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .md\:pt-56 {
    padding-top: 3.5rem !important;
  }
  .md\:pb-56 {
    padding-bottom: 3.5rem !important;
  }
  .md\:pl-56 {
    padding-left: 3.5rem !important;
  }
  .md\:pr-56 {
    padding-right: 3.5rem !important;
  }
  .md\:mt-56 {
    margin-top: 3.5rem !important;
  }
  .md\:mb-56 {
    margin-bottom: 3.5rem !important;
  }
  .md\:ml-56 {
    margin-left: 3.5rem !important;
  }
  .md\:mr-56 {
    margin-right: 3.5rem !important;
  }
  .md\:py-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .md\:px-60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .md\:pt-60 {
    padding-top: 3.75rem !important;
  }
  .md\:pb-60 {
    padding-bottom: 3.75rem !important;
  }
  .md\:pl-60 {
    padding-left: 3.75rem !important;
  }
  .md\:pr-60 {
    padding-right: 3.75rem !important;
  }
  .md\:mt-60 {
    margin-top: 3.75rem !important;
  }
  .md\:mb-60 {
    margin-bottom: 3.75rem !important;
  }
  .md\:ml-60 {
    margin-left: 3.75rem !important;
  }
  .md\:mr-60 {
    margin-right: 3.75rem !important;
  }
  .md\:py-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .md\:px-64 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .md\:pt-64 {
    padding-top: 4rem !important;
  }
  .md\:pb-64 {
    padding-bottom: 4rem !important;
  }
  .md\:pl-64 {
    padding-left: 4rem !important;
  }
  .md\:pr-64 {
    padding-right: 4rem !important;
  }
  .md\:mt-64 {
    margin-top: 4rem !important;
  }
  .md\:mb-64 {
    margin-bottom: 4rem !important;
  }
  .md\:ml-64 {
    margin-left: 4rem !important;
  }
  .md\:mr-64 {
    margin-right: 4rem !important;
  }
  .md\:py-72 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .md\:px-72 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .md\:pt-72 {
    padding-top: 4.5rem !important;
  }
  .md\:pb-72 {
    padding-bottom: 4.5rem !important;
  }
  .md\:pl-72 {
    padding-left: 4.5rem !important;
  }
  .md\:pr-72 {
    padding-right: 4.5rem !important;
  }
  .md\:mt-72 {
    margin-top: 4.5rem !important;
  }
  .md\:mb-72 {
    margin-bottom: 4.5rem !important;
  }
  .md\:ml-72 {
    margin-left: 4.5rem !important;
  }
  .md\:mr-72 {
    margin-right: 4.5rem !important;
  }
  .md\:py-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .md\:px-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .md\:pt-80 {
    padding-top: 5rem !important;
  }
  .md\:pb-80 {
    padding-bottom: 5rem !important;
  }
  .md\:pl-80 {
    padding-left: 5rem !important;
  }
  .md\:pr-80 {
    padding-right: 5rem !important;
  }
  .md\:mt-80 {
    margin-top: 5rem !important;
  }
  .md\:mb-80 {
    margin-bottom: 5rem !important;
  }
  .md\:ml-80 {
    margin-left: 5rem !important;
  }
  .md\:mr-80 {
    margin-right: 5rem !important;
  }
  .md\:py-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .md\:px-100 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .md\:pt-100 {
    padding-top: 6.25rem !important;
  }
  .md\:pb-100 {
    padding-bottom: 6.25rem !important;
  }
  .md\:pl-100 {
    padding-left: 6.25rem !important;
  }
  .md\:pr-100 {
    padding-right: 6.25rem !important;
  }
  .md\:mt-100 {
    margin-top: 6.25rem !important;
  }
  .md\:mb-100 {
    margin-bottom: 6.25rem !important;
  }
  .md\:ml-100 {
    margin-left: 6.25rem !important;
  }
  .md\:mr-100 {
    margin-right: 6.25rem !important;
  }
}
@media (max-width: 767px) {
  .sm\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .sm\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .sm\:pt-0 {
    padding-top: 0rem !important;
  }
  .sm\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .sm\:pl-0 {
    padding-left: 0rem !important;
  }
  .sm\:pr-0 {
    padding-right: 0rem !important;
  }
  .sm\:mt-0 {
    margin-top: 0rem !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .sm\:ml-0 {
    margin-left: 0rem !important;
  }
  .sm\:mr-0 {
    margin-right: 0rem !important;
  }
  .sm\:py-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .sm\:px-4 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .sm\:pt-4 {
    padding-top: 0.25rem !important;
  }
  .sm\:pb-4 {
    padding-bottom: 0.25rem !important;
  }
  .sm\:pl-4 {
    padding-left: 0.25rem !important;
  }
  .sm\:pr-4 {
    padding-right: 0.25rem !important;
  }
  .sm\:mt-4 {
    margin-top: 0.25rem !important;
  }
  .sm\:mb-4 {
    margin-bottom: 0.25rem !important;
  }
  .sm\:ml-4 {
    margin-left: 0.25rem !important;
  }
  .sm\:mr-4 {
    margin-right: 0.25rem !important;
  }
  .sm\:py-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .sm\:px-8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .sm\:pt-8 {
    padding-top: 0.5rem !important;
  }
  .sm\:pb-8 {
    padding-bottom: 0.5rem !important;
  }
  .sm\:pl-8 {
    padding-left: 0.5rem !important;
  }
  .sm\:pr-8 {
    padding-right: 0.5rem !important;
  }
  .sm\:mt-8 {
    margin-top: 0.5rem !important;
  }
  .sm\:mb-8 {
    margin-bottom: 0.5rem !important;
  }
  .sm\:ml-8 {
    margin-left: 0.5rem !important;
  }
  .sm\:mr-8 {
    margin-right: 0.5rem !important;
  }
  .sm\:py-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .sm\:px-12 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .sm\:pt-12 {
    padding-top: 0.75rem !important;
  }
  .sm\:pb-12 {
    padding-bottom: 0.75rem !important;
  }
  .sm\:pl-12 {
    padding-left: 0.75rem !important;
  }
  .sm\:pr-12 {
    padding-right: 0.75rem !important;
  }
  .sm\:mt-12 {
    margin-top: 0.75rem !important;
  }
  .sm\:mb-12 {
    margin-bottom: 0.75rem !important;
  }
  .sm\:ml-12 {
    margin-left: 0.75rem !important;
  }
  .sm\:mr-12 {
    margin-right: 0.75rem !important;
  }
  .sm\:py-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .sm\:px-16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .sm\:pt-16 {
    padding-top: 1rem !important;
  }
  .sm\:pb-16 {
    padding-bottom: 1rem !important;
  }
  .sm\:pl-16 {
    padding-left: 1rem !important;
  }
  .sm\:pr-16 {
    padding-right: 1rem !important;
  }
  .sm\:mt-16 {
    margin-top: 1rem !important;
  }
  .sm\:mb-16 {
    margin-bottom: 1rem !important;
  }
  .sm\:ml-16 {
    margin-left: 1rem !important;
  }
  .sm\:mr-16 {
    margin-right: 1rem !important;
  }
  .sm\:py-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .sm\:px-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .sm\:pt-20 {
    padding-top: 1.25rem !important;
  }
  .sm\:pb-20 {
    padding-bottom: 1.25rem !important;
  }
  .sm\:pl-20 {
    padding-left: 1.25rem !important;
  }
  .sm\:pr-20 {
    padding-right: 1.25rem !important;
  }
  .sm\:mt-20 {
    margin-top: 1.25rem !important;
  }
  .sm\:mb-20 {
    margin-bottom: 1.25rem !important;
  }
  .sm\:ml-20 {
    margin-left: 1.25rem !important;
  }
  .sm\:mr-20 {
    margin-right: 1.25rem !important;
  }
  .sm\:py-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .sm\:px-24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .sm\:pt-24 {
    padding-top: 1.5rem !important;
  }
  .sm\:pb-24 {
    padding-bottom: 1.5rem !important;
  }
  .sm\:pl-24 {
    padding-left: 1.5rem !important;
  }
  .sm\:pr-24 {
    padding-right: 1.5rem !important;
  }
  .sm\:mt-24 {
    margin-top: 1.5rem !important;
  }
  .sm\:mb-24 {
    margin-bottom: 1.5rem !important;
  }
  .sm\:ml-24 {
    margin-left: 1.5rem !important;
  }
  .sm\:mr-24 {
    margin-right: 1.5rem !important;
  }
  .sm\:py-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .sm\:px-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
  .sm\:pt-30 {
    padding-top: 1.875rem !important;
  }
  .sm\:pb-30 {
    padding-bottom: 1.875rem !important;
  }
  .sm\:pl-30 {
    padding-left: 1.875rem !important;
  }
  .sm\:pr-30 {
    padding-right: 1.875rem !important;
  }
  .sm\:mt-30 {
    margin-top: 1.875rem !important;
  }
  .sm\:mb-30 {
    margin-bottom: 1.875rem !important;
  }
  .sm\:ml-30 {
    margin-left: 1.875rem !important;
  }
  .sm\:mr-30 {
    margin-right: 1.875rem !important;
  }
  .sm\:py-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .sm\:px-32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .sm\:pt-32 {
    padding-top: 2rem !important;
  }
  .sm\:pb-32 {
    padding-bottom: 2rem !important;
  }
  .sm\:pl-32 {
    padding-left: 2rem !important;
  }
  .sm\:pr-32 {
    padding-right: 2rem !important;
  }
  .sm\:mt-32 {
    margin-top: 2rem !important;
  }
  .sm\:mb-32 {
    margin-bottom: 2rem !important;
  }
  .sm\:ml-32 {
    margin-left: 2rem !important;
  }
  .sm\:mr-32 {
    margin-right: 2rem !important;
  }
  .sm\:py-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .sm\:px-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .sm\:pt-40 {
    padding-top: 2.5rem !important;
  }
  .sm\:pb-40 {
    padding-bottom: 2.5rem !important;
  }
  .sm\:pl-40 {
    padding-left: 2.5rem !important;
  }
  .sm\:pr-40 {
    padding-right: 2.5rem !important;
  }
  .sm\:mt-40 {
    margin-top: 2.5rem !important;
  }
  .sm\:mb-40 {
    margin-bottom: 2.5rem !important;
  }
  .sm\:ml-40 {
    margin-left: 2.5rem !important;
  }
  .sm\:mr-40 {
    margin-right: 2.5rem !important;
  }
  .sm\:py-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .sm\:px-48 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .sm\:pt-48 {
    padding-top: 3rem !important;
  }
  .sm\:pb-48 {
    padding-bottom: 3rem !important;
  }
  .sm\:pl-48 {
    padding-left: 3rem !important;
  }
  .sm\:pr-48 {
    padding-right: 3rem !important;
  }
  .sm\:mt-48 {
    margin-top: 3rem !important;
  }
  .sm\:mb-48 {
    margin-bottom: 3rem !important;
  }
  .sm\:ml-48 {
    margin-left: 3rem !important;
  }
  .sm\:mr-48 {
    margin-right: 3rem !important;
  }
  .sm\:py-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .sm\:px-56 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .sm\:pt-56 {
    padding-top: 3.5rem !important;
  }
  .sm\:pb-56 {
    padding-bottom: 3.5rem !important;
  }
  .sm\:pl-56 {
    padding-left: 3.5rem !important;
  }
  .sm\:pr-56 {
    padding-right: 3.5rem !important;
  }
  .sm\:mt-56 {
    margin-top: 3.5rem !important;
  }
  .sm\:mb-56 {
    margin-bottom: 3.5rem !important;
  }
  .sm\:ml-56 {
    margin-left: 3.5rem !important;
  }
  .sm\:mr-56 {
    margin-right: 3.5rem !important;
  }
  .sm\:py-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .sm\:px-60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .sm\:pt-60 {
    padding-top: 3.75rem !important;
  }
  .sm\:pb-60 {
    padding-bottom: 3.75rem !important;
  }
  .sm\:pl-60 {
    padding-left: 3.75rem !important;
  }
  .sm\:pr-60 {
    padding-right: 3.75rem !important;
  }
  .sm\:mt-60 {
    margin-top: 3.75rem !important;
  }
  .sm\:mb-60 {
    margin-bottom: 3.75rem !important;
  }
  .sm\:ml-60 {
    margin-left: 3.75rem !important;
  }
  .sm\:mr-60 {
    margin-right: 3.75rem !important;
  }
  .sm\:py-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .sm\:px-64 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .sm\:pt-64 {
    padding-top: 4rem !important;
  }
  .sm\:pb-64 {
    padding-bottom: 4rem !important;
  }
  .sm\:pl-64 {
    padding-left: 4rem !important;
  }
  .sm\:pr-64 {
    padding-right: 4rem !important;
  }
  .sm\:mt-64 {
    margin-top: 4rem !important;
  }
  .sm\:mb-64 {
    margin-bottom: 4rem !important;
  }
  .sm\:ml-64 {
    margin-left: 4rem !important;
  }
  .sm\:mr-64 {
    margin-right: 4rem !important;
  }
  .sm\:py-72 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .sm\:px-72 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .sm\:pt-72 {
    padding-top: 4.5rem !important;
  }
  .sm\:pb-72 {
    padding-bottom: 4.5rem !important;
  }
  .sm\:pl-72 {
    padding-left: 4.5rem !important;
  }
  .sm\:pr-72 {
    padding-right: 4.5rem !important;
  }
  .sm\:mt-72 {
    margin-top: 4.5rem !important;
  }
  .sm\:mb-72 {
    margin-bottom: 4.5rem !important;
  }
  .sm\:ml-72 {
    margin-left: 4.5rem !important;
  }
  .sm\:mr-72 {
    margin-right: 4.5rem !important;
  }
  .sm\:py-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .sm\:px-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .sm\:pt-80 {
    padding-top: 5rem !important;
  }
  .sm\:pb-80 {
    padding-bottom: 5rem !important;
  }
  .sm\:pl-80 {
    padding-left: 5rem !important;
  }
  .sm\:pr-80 {
    padding-right: 5rem !important;
  }
  .sm\:mt-80 {
    margin-top: 5rem !important;
  }
  .sm\:mb-80 {
    margin-bottom: 5rem !important;
  }
  .sm\:ml-80 {
    margin-left: 5rem !important;
  }
  .sm\:mr-80 {
    margin-right: 5rem !important;
  }
  .sm\:py-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .sm\:px-100 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .sm\:pt-100 {
    padding-top: 6.25rem !important;
  }
  .sm\:pb-100 {
    padding-bottom: 6.25rem !important;
  }
  .sm\:pl-100 {
    padding-left: 6.25rem !important;
  }
  .sm\:pr-100 {
    padding-right: 6.25rem !important;
  }
  .sm\:mt-100 {
    margin-top: 6.25rem !important;
  }
  .sm\:mb-100 {
    margin-bottom: 6.25rem !important;
  }
  .sm\:ml-100 {
    margin-left: 6.25rem !important;
  }
  .sm\:mr-100 {
    margin-right: 6.25rem !important;
  }
}
@media (max-width: 575px) {
  .xs\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .xs\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .xs\:pt-0 {
    padding-top: 0rem !important;
  }
  .xs\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .xs\:pl-0 {
    padding-left: 0rem !important;
  }
  .xs\:pr-0 {
    padding-right: 0rem !important;
  }
  .xs\:mt-0 {
    margin-top: 0rem !important;
  }
  .xs\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .xs\:ml-0 {
    margin-left: 0rem !important;
  }
  .xs\:mr-0 {
    margin-right: 0rem !important;
  }
  .xs\:py-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .xs\:px-4 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .xs\:pt-4 {
    padding-top: 0.25rem !important;
  }
  .xs\:pb-4 {
    padding-bottom: 0.25rem !important;
  }
  .xs\:pl-4 {
    padding-left: 0.25rem !important;
  }
  .xs\:pr-4 {
    padding-right: 0.25rem !important;
  }
  .xs\:mt-4 {
    margin-top: 0.25rem !important;
  }
  .xs\:mb-4 {
    margin-bottom: 0.25rem !important;
  }
  .xs\:ml-4 {
    margin-left: 0.25rem !important;
  }
  .xs\:mr-4 {
    margin-right: 0.25rem !important;
  }
  .xs\:py-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xs\:px-8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .xs\:pt-8 {
    padding-top: 0.5rem !important;
  }
  .xs\:pb-8 {
    padding-bottom: 0.5rem !important;
  }
  .xs\:pl-8 {
    padding-left: 0.5rem !important;
  }
  .xs\:pr-8 {
    padding-right: 0.5rem !important;
  }
  .xs\:mt-8 {
    margin-top: 0.5rem !important;
  }
  .xs\:mb-8 {
    margin-bottom: 0.5rem !important;
  }
  .xs\:ml-8 {
    margin-left: 0.5rem !important;
  }
  .xs\:mr-8 {
    margin-right: 0.5rem !important;
  }
  .xs\:py-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .xs\:px-12 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .xs\:pt-12 {
    padding-top: 0.75rem !important;
  }
  .xs\:pb-12 {
    padding-bottom: 0.75rem !important;
  }
  .xs\:pl-12 {
    padding-left: 0.75rem !important;
  }
  .xs\:pr-12 {
    padding-right: 0.75rem !important;
  }
  .xs\:mt-12 {
    margin-top: 0.75rem !important;
  }
  .xs\:mb-12 {
    margin-bottom: 0.75rem !important;
  }
  .xs\:ml-12 {
    margin-left: 0.75rem !important;
  }
  .xs\:mr-12 {
    margin-right: 0.75rem !important;
  }
  .xs\:py-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .xs\:px-16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .xs\:pt-16 {
    padding-top: 1rem !important;
  }
  .xs\:pb-16 {
    padding-bottom: 1rem !important;
  }
  .xs\:pl-16 {
    padding-left: 1rem !important;
  }
  .xs\:pr-16 {
    padding-right: 1rem !important;
  }
  .xs\:mt-16 {
    margin-top: 1rem !important;
  }
  .xs\:mb-16 {
    margin-bottom: 1rem !important;
  }
  .xs\:ml-16 {
    margin-left: 1rem !important;
  }
  .xs\:mr-16 {
    margin-right: 1rem !important;
  }
  .xs\:py-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .xs\:px-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .xs\:pt-20 {
    padding-top: 1.25rem !important;
  }
  .xs\:pb-20 {
    padding-bottom: 1.25rem !important;
  }
  .xs\:pl-20 {
    padding-left: 1.25rem !important;
  }
  .xs\:pr-20 {
    padding-right: 1.25rem !important;
  }
  .xs\:mt-20 {
    margin-top: 1.25rem !important;
  }
  .xs\:mb-20 {
    margin-bottom: 1.25rem !important;
  }
  .xs\:ml-20 {
    margin-left: 1.25rem !important;
  }
  .xs\:mr-20 {
    margin-right: 1.25rem !important;
  }
  .xs\:py-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .xs\:px-24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .xs\:pt-24 {
    padding-top: 1.5rem !important;
  }
  .xs\:pb-24 {
    padding-bottom: 1.5rem !important;
  }
  .xs\:pl-24 {
    padding-left: 1.5rem !important;
  }
  .xs\:pr-24 {
    padding-right: 1.5rem !important;
  }
  .xs\:mt-24 {
    margin-top: 1.5rem !important;
  }
  .xs\:mb-24 {
    margin-bottom: 1.5rem !important;
  }
  .xs\:ml-24 {
    margin-left: 1.5rem !important;
  }
  .xs\:mr-24 {
    margin-right: 1.5rem !important;
  }
  .xs\:py-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .xs\:px-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
  .xs\:pt-30 {
    padding-top: 1.875rem !important;
  }
  .xs\:pb-30 {
    padding-bottom: 1.875rem !important;
  }
  .xs\:pl-30 {
    padding-left: 1.875rem !important;
  }
  .xs\:pr-30 {
    padding-right: 1.875rem !important;
  }
  .xs\:mt-30 {
    margin-top: 1.875rem !important;
  }
  .xs\:mb-30 {
    margin-bottom: 1.875rem !important;
  }
  .xs\:ml-30 {
    margin-left: 1.875rem !important;
  }
  .xs\:mr-30 {
    margin-right: 1.875rem !important;
  }
  .xs\:py-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .xs\:px-32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .xs\:pt-32 {
    padding-top: 2rem !important;
  }
  .xs\:pb-32 {
    padding-bottom: 2rem !important;
  }
  .xs\:pl-32 {
    padding-left: 2rem !important;
  }
  .xs\:pr-32 {
    padding-right: 2rem !important;
  }
  .xs\:mt-32 {
    margin-top: 2rem !important;
  }
  .xs\:mb-32 {
    margin-bottom: 2rem !important;
  }
  .xs\:ml-32 {
    margin-left: 2rem !important;
  }
  .xs\:mr-32 {
    margin-right: 2rem !important;
  }
  .xs\:py-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .xs\:px-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .xs\:pt-40 {
    padding-top: 2.5rem !important;
  }
  .xs\:pb-40 {
    padding-bottom: 2.5rem !important;
  }
  .xs\:pl-40 {
    padding-left: 2.5rem !important;
  }
  .xs\:pr-40 {
    padding-right: 2.5rem !important;
  }
  .xs\:mt-40 {
    margin-top: 2.5rem !important;
  }
  .xs\:mb-40 {
    margin-bottom: 2.5rem !important;
  }
  .xs\:ml-40 {
    margin-left: 2.5rem !important;
  }
  .xs\:mr-40 {
    margin-right: 2.5rem !important;
  }
  .xs\:py-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .xs\:px-48 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .xs\:pt-48 {
    padding-top: 3rem !important;
  }
  .xs\:pb-48 {
    padding-bottom: 3rem !important;
  }
  .xs\:pl-48 {
    padding-left: 3rem !important;
  }
  .xs\:pr-48 {
    padding-right: 3rem !important;
  }
  .xs\:mt-48 {
    margin-top: 3rem !important;
  }
  .xs\:mb-48 {
    margin-bottom: 3rem !important;
  }
  .xs\:ml-48 {
    margin-left: 3rem !important;
  }
  .xs\:mr-48 {
    margin-right: 3rem !important;
  }
  .xs\:py-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .xs\:px-56 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .xs\:pt-56 {
    padding-top: 3.5rem !important;
  }
  .xs\:pb-56 {
    padding-bottom: 3.5rem !important;
  }
  .xs\:pl-56 {
    padding-left: 3.5rem !important;
  }
  .xs\:pr-56 {
    padding-right: 3.5rem !important;
  }
  .xs\:mt-56 {
    margin-top: 3.5rem !important;
  }
  .xs\:mb-56 {
    margin-bottom: 3.5rem !important;
  }
  .xs\:ml-56 {
    margin-left: 3.5rem !important;
  }
  .xs\:mr-56 {
    margin-right: 3.5rem !important;
  }
  .xs\:py-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .xs\:px-60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .xs\:pt-60 {
    padding-top: 3.75rem !important;
  }
  .xs\:pb-60 {
    padding-bottom: 3.75rem !important;
  }
  .xs\:pl-60 {
    padding-left: 3.75rem !important;
  }
  .xs\:pr-60 {
    padding-right: 3.75rem !important;
  }
  .xs\:mt-60 {
    margin-top: 3.75rem !important;
  }
  .xs\:mb-60 {
    margin-bottom: 3.75rem !important;
  }
  .xs\:ml-60 {
    margin-left: 3.75rem !important;
  }
  .xs\:mr-60 {
    margin-right: 3.75rem !important;
  }
  .xs\:py-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .xs\:px-64 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .xs\:pt-64 {
    padding-top: 4rem !important;
  }
  .xs\:pb-64 {
    padding-bottom: 4rem !important;
  }
  .xs\:pl-64 {
    padding-left: 4rem !important;
  }
  .xs\:pr-64 {
    padding-right: 4rem !important;
  }
  .xs\:mt-64 {
    margin-top: 4rem !important;
  }
  .xs\:mb-64 {
    margin-bottom: 4rem !important;
  }
  .xs\:ml-64 {
    margin-left: 4rem !important;
  }
  .xs\:mr-64 {
    margin-right: 4rem !important;
  }
  .xs\:py-72 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .xs\:px-72 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .xs\:pt-72 {
    padding-top: 4.5rem !important;
  }
  .xs\:pb-72 {
    padding-bottom: 4.5rem !important;
  }
  .xs\:pl-72 {
    padding-left: 4.5rem !important;
  }
  .xs\:pr-72 {
    padding-right: 4.5rem !important;
  }
  .xs\:mt-72 {
    margin-top: 4.5rem !important;
  }
  .xs\:mb-72 {
    margin-bottom: 4.5rem !important;
  }
  .xs\:ml-72 {
    margin-left: 4.5rem !important;
  }
  .xs\:mr-72 {
    margin-right: 4.5rem !important;
  }
  .xs\:py-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .xs\:px-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .xs\:pt-80 {
    padding-top: 5rem !important;
  }
  .xs\:pb-80 {
    padding-bottom: 5rem !important;
  }
  .xs\:pl-80 {
    padding-left: 5rem !important;
  }
  .xs\:pr-80 {
    padding-right: 5rem !important;
  }
  .xs\:mt-80 {
    margin-top: 5rem !important;
  }
  .xs\:mb-80 {
    margin-bottom: 5rem !important;
  }
  .xs\:ml-80 {
    margin-left: 5rem !important;
  }
  .xs\:mr-80 {
    margin-right: 5rem !important;
  }
  .xs\:py-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .xs\:px-100 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .xs\:pt-100 {
    padding-top: 6.25rem !important;
  }
  .xs\:pb-100 {
    padding-bottom: 6.25rem !important;
  }
  .xs\:pl-100 {
    padding-left: 6.25rem !important;
  }
  .xs\:pr-100 {
    padding-right: 6.25rem !important;
  }
  .xs\:mt-100 {
    margin-top: 6.25rem !important;
  }
  .xs\:mb-100 {
    margin-bottom: 6.25rem !important;
  }
  .xs\:ml-100 {
    margin-left: 6.25rem !important;
  }
  .xs\:mr-100 {
    margin-right: 6.25rem !important;
  }
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.lg\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.md\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.sm\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.xs\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .md\:mt-120 {
    margin-top: 7.5rem;
  }
}
.ml-minus-sm {
  margin-left: -3.75rem;
}

.ml-minus-md {
  margin-left: -6.25rem;
}

.ml-minus-lg {
  margin-left: -8.75rem;
}

.ml-minus-xl {
  margin-left: -11.25rem;
}

.ml-minus-col-1 {
  margin-left: -8.33333vw;
}

.ml-minus-col-2 {
  margin-left: -16.66667vw;
}

.ml-minus-col-3 {
  margin-left: -25vw;
}

.ml-minus-col-4 {
  margin-left: -33.33333vw;
}

.mr-minus-sm {
  margin-right: -3.75rem;
}

.mr-minus-md {
  margin-right: -6.25rem;
}

.mr-minus-lg {
  margin-right: -8.75rem;
}

.mr-minus-xl {
  margin-right: -11.25rem;
}

.mr-minus-col-1 {
  margin-right: -8.33333vw;
}

.mr-minus-col-2 {
  margin-right: -16.66667vw;
}

.mr-minus-col-3 {
  margin-right: -25vw;
}

.mr-minus-col-4 {
  margin-right: -33.33333vw;
}

@media (max-width: 1199px) {
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
}
@media (max-width: 991px) {
  .md\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .md\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .md\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .md\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .md\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .md\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .md\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .md\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .md\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .md\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .md\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .md\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .md\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .md\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .md\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .md\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .md\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
}
@media (max-width: 767px) {
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
}
@media (max-width: 575px) {
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
}
.w-1\/1 {
  width: 100%;
}

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

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

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

@media (max-width: 1199px) {
  .lg\:text-center {
    text-align: center !important;
  }
  .lg\:text-right {
    text-align: right !important;
  }
  .lg\:text-left {
    text-align: left !important;
  }
}
@media (max-width: 991px) {
  .md\:text-center {
    text-align: center !important;
  }
  .md\:text-right {
    text-align: right !important;
  }
  .md\:text-left {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .sm\:text-center {
    text-align: center !important;
  }
  .sm\:text-right {
    text-align: right !important;
  }
  .sm\:text-left {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .xs\:text-center {
    text-align: center !important;
  }
  .xs\:text-right {
    text-align: right !important;
  }
  .xs\:text-left {
    text-align: left !important;
  }
}
.justify-content-start {
  justify-content: flex-start;
}

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

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

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

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

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

.align-items-between {
  align-items: space-between;
}

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

@media (max-width: 1199px) {
  .lg\:justify-content-start {
    justify-content: flex-start !important;
  }
  .lg\:justify-content-end {
    justify-content: flex-end !important;
  }
  .lg\:justify-content-between {
    justify-content: space-between !important;
  }
  .lg\:justify-content-center {
    justify-content: center !important;
  }
  .lg\:align-items-start {
    align-items: flex-start !important;
  }
  .lg\:align-items-end {
    align-items: flex-end !important;
  }
  .lg\:align-items-between {
    align-items: space-between !important;
  }
  .lg\:align-items-center {
    align-items: center !important;
  }
}
@media (max-width: 991px) {
  .md\:justify-content-start {
    justify-content: flex-start !important;
  }
  .md\:justify-content-end {
    justify-content: flex-end !important;
  }
  .md\:justify-content-between {
    justify-content: space-between !important;
  }
  .md\:justify-content-center {
    justify-content: center !important;
  }
  .md\:align-items-start {
    align-items: flex-start !important;
  }
  .md\:align-items-end {
    align-items: flex-end !important;
  }
  .md\:align-items-between {
    align-items: space-between !important;
  }
  .md\:align-items-center {
    align-items: center !important;
  }
}
@media (max-width: 767px) {
  .sm\:justify-content-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-content-end {
    justify-content: flex-end !important;
  }
  .sm\:justify-content-between {
    justify-content: space-between !important;
  }
  .sm\:justify-content-center {
    justify-content: center !important;
  }
  .sm\:align-items-start {
    align-items: flex-start !important;
  }
  .sm\:align-items-end {
    align-items: flex-end !important;
  }
  .sm\:align-items-between {
    align-items: space-between !important;
  }
  .sm\:align-items-center {
    align-items: center !important;
  }
}
@media (max-width: 575px) {
  .xs\:justify-content-start {
    justify-content: flex-start !important;
  }
  .xs\:justify-content-end {
    justify-content: flex-end !important;
  }
  .xs\:justify-content-between {
    justify-content: space-between !important;
  }
  .xs\:justify-content-center {
    justify-content: center !important;
  }
  .xs\:align-items-start {
    align-items: flex-start !important;
  }
  .xs\:align-items-end {
    align-items: flex-end !important;
  }
  .xs\:align-items-between {
    align-items: space-between !important;
  }
  .xs\:align-items-center {
    align-items: center !important;
  }
}
.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

@media (max-width: 1199px) {
  .lg\:d-none {
    display: none !important;
  }
  .lg\:d-inline-block {
    display: inline-block !important;
  }
  .lg\:d-block {
    display: block !important;
  }
  .lg\:d-flex {
    display: flex !important;
  }
}
@media (max-width: 991px) {
  .md\:d-none {
    display: none !important;
  }
  .md\:d-inline-block {
    display: inline-block !important;
  }
  .md\:d-block {
    display: block !important;
  }
  .md\:d-flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .sm\:d-none {
    display: none !important;
  }
  .sm\:d-inline-block {
    display: inline-block !important;
  }
  .sm\:d-block {
    display: block !important;
  }
  .sm\:d-flex {
    display: flex !important;
  }
}
@media (max-width: 575px) {
  .xs\:d-none {
    display: none !important;
  }
  .xs\:d-inline-block {
    display: inline-block !important;
  }
  .xs\:d-block {
    display: block !important;
  }
  .xs\:d-flex {
    display: flex !important;
  }
}
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

@media (max-width: 1199px) {
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
  .lg\:order-4 {
    order: 4;
  }
  .lg\:order-5 {
    order: 5;
  }
  .lg\:order-6 {
    order: 6;
  }
}
@media (max-width: 991px) {
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:order-4 {
    order: 4;
  }
  .md\:order-5 {
    order: 5;
  }
  .md\:order-6 {
    order: 6;
  }
}
@media (max-width: 767px) {
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:order-3 {
    order: 3;
  }
  .sm\:order-4 {
    order: 4;
  }
  .sm\:order-5 {
    order: 5;
  }
  .sm\:order-6 {
    order: 6;
  }
}
@media (max-width: 575px) {
  .xs\:order-1 {
    order: 1;
  }
  .xs\:order-2 {
    order: 2;
  }
  .xs\:order-3 {
    order: 3;
  }
  .xs\:order-4 {
    order: 4;
  }
  .xs\:order-5 {
    order: 5;
  }
  .xs\:order-6 {
    order: 6;
  }
}
.layout-pt-xs {
  padding-top: 2.5rem;
}

.layout-pt-sm {
  padding-top: 3.125rem;
}

.layout-pt-md {
  padding-top: 5rem;
}

.layout-pt-lg {
  padding-top: 8.75rem;
}

.layout-pt-xl {
  padding-top: 10rem;
}

.layout-pt-2xl {
  padding-top: 11.25rem;
}

@media (max-width: 991px) {
  .layout-pt-md {
    padding-top: 3.75rem;
  }
  .layout-pt-lg {
    padding-top: 6.25rem;
  }
  .layout-pt-xl {
    padding-top: 7.5rem;
  }
  .layout-pt-2xl {
    padding-top: 10rem;
  }
}
@media (max-width: 767px) {
  .layout-pt-md {
    padding-top: 3.75rem;
  }
  .layout-pt-lg {
    padding-top: 3.75rem;
  }
  .layout-pt-xl {
    padding-top: 7.5rem;
  }
  .layout-pt-2xl {
    padding-top: 8.125rem;
  }
}
.layout-pb-xs {
  padding-bottom: 2.5rem;
}

.layout-pb-sm {
  padding-bottom: 3.125rem;
}

.layout-pb-md {
  padding-bottom: 5rem;
}

.layout-pb-lg {
  padding-bottom: 8.75rem;
}

.layout-pb-xl {
  padding-bottom: 10rem;
}

.layout-pb-2xl {
  padding-bottom: 11.25rem;
}

@media (max-width: 991px) {
  .layout-pb-md {
    padding-bottom: 3.75rem;
  }
  .layout-pb-lg {
    padding-bottom: 6.25rem;
  }
  .layout-pb-xl {
    padding-bottom: 7.5rem;
  }
  .layout-pb-2xl {
    padding-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .layout-pb-md {
    padding-bottom: 3.75rem;
  }
  .layout-pb-lg {
    padding-bottom: 3.75rem;
  }
  .layout-pb-xl {
    padding-bottom: 7.5rem;
  }
  .layout-pb-2xl {
    padding-bottom: 8.125rem;
  }
}
.layout-pt-pageHeader {
  padding-top: 10rem;
}

@media (max-width: 767px) {
  .layout-pt-pageHeader {
    padding-top: 8.75rem;
  }
}
.x-gap-4 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.x-gap-4 > * {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.x-gap-8 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.x-gap-8 > * {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.x-gap-10 {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

.x-gap-10 > * {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.x-gap-16 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.x-gap-16 > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.x-gap-20 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.x-gap-20 > * {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.x-gap-32 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.x-gap-32 > * {
  padding-left: 1rem;
  padding-right: 1rem;
}

.x-gap-40 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.x-gap-40 > * {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.x-gap-48 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.x-gap-48 > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.x-gap-60 {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.x-gap-60 > * {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.x-gap-64 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.x-gap-64 > * {
  padding-left: 2rem;
  padding-right: 2rem;
}

.x-gap-72 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.x-gap-72 > * {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.x-gap-80 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.x-gap-80 > * {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.x-gap-88 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.x-gap-88 > * {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.x-gap-100 {
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

.x-gap-100 > * {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.x-gap-110 {
  margin-left: -3.4375rem;
  margin-right: -3.4375rem;
}

.x-gap-110 > * {
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
}

.x-gap-120 {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.x-gap-120 > * {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.y-gap-4 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.y-gap-4 > * {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.y-gap-8 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.y-gap-8 > * {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.y-gap-10 {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
}

.y-gap-10 > * {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.y-gap-16 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.y-gap-16 > * {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.y-gap-20 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.y-gap-20 > * {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.y-gap-32 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.y-gap-32 > * {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.y-gap-40 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.y-gap-40 > * {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.y-gap-48 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.y-gap-48 > * {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.y-gap-60 {
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}

.y-gap-60 > * {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.y-gap-64 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.y-gap-64 > * {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.y-gap-72 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.y-gap-72 > * {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.y-gap-80 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.y-gap-80 > * {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.y-gap-88 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.y-gap-88 > * {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.y-gap-100 {
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}

.y-gap-100 > * {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.y-gap-110 {
  margin-top: -3.4375rem;
  margin-bottom: -3.4375rem;
}

.y-gap-110 > * {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}

.y-gap-120 {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.y-gap-120 > * {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

@media (max-width: 767px) {
  .sm\:x-gap-4 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .sm\:x-gap-4 > * {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .sm\:x-gap-8 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .sm\:x-gap-8 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .sm\:x-gap-10 {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
  .sm\:x-gap-10 > * {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .sm\:x-gap-16 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .sm\:x-gap-16 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:x-gap-20 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .sm\:x-gap-20 > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .sm\:x-gap-32 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .sm\:x-gap-32 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:x-gap-40 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .sm\:x-gap-40 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:x-gap-48 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .sm\:x-gap-48 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:x-gap-60 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
  .sm\:x-gap-60 > * {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .sm\:x-gap-64 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .sm\:x-gap-64 > * {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:x-gap-72 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
  .sm\:x-gap-72 > * {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .sm\:x-gap-80 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .sm\:x-gap-80 > * {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:x-gap-88 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }
  .sm\:x-gap-88 > * {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .sm\:x-gap-100 {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }
  .sm\:x-gap-100 > * {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .sm\:x-gap-110 {
    margin-left: -3.4375rem;
    margin-right: -3.4375rem;
  }
  .sm\:x-gap-110 > * {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }
  .sm\:x-gap-120 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }
  .sm\:x-gap-120 > * {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .sm\:y-gap-4 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }
  .sm\:y-gap-4 > * {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .sm\:y-gap-8 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .sm\:y-gap-8 > * {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .sm\:y-gap-10 {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }
  .sm\:y-gap-10 > * {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .sm\:y-gap-16 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .sm\:y-gap-16 > * {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:y-gap-20 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  .sm\:y-gap-20 > * {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .sm\:y-gap-32 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .sm\:y-gap-32 > * {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:y-gap-40 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .sm\:y-gap-40 > * {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:y-gap-48 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .sm\:y-gap-48 > * {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:y-gap-60 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }
  .sm\:y-gap-60 > * {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .sm\:y-gap-64 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .sm\:y-gap-64 > * {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:y-gap-72 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }
  .sm\:y-gap-72 > * {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .sm\:y-gap-80 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .sm\:y-gap-80 > * {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:y-gap-88 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }
  .sm\:y-gap-88 > * {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .sm\:y-gap-100 {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }
  .sm\:y-gap-100 > * {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .sm\:y-gap-110 {
    margin-top: -3.4375rem;
    margin-bottom: -3.4375rem;
  }
  .sm\:y-gap-110 > * {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }
  .sm\:y-gap-120 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }
  .sm\:y-gap-120 > * {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.h-sm {
  height: 32.5rem;
}

.h-md {
  height: 36.25rem;
}

.h-lg {
  height: 42.5rem;
}

.h-70vh {
  height: 70vh;
}

.h-80vh {
  height: 80vh;
}

.h-90vh {
  height: 90vh;
}

.h-100vh {
  height: 100vh;
}

.h-unset {
  height: unset;
}

.h-full {
  height: 100%;
}

@media (max-width: 991px) {
  .md\:h-unset {
    height: unset;
  }
  .md\:h-70vh {
    height: 70vh;
  }
  .md\:h-80vh {
    height: 80vh;
  }
  .md\:h-90vh {
    height: 90vh;
  }
  .md\:h-100vh {
    height: 100vh;
  }
}
@media (max-width: 991px) {
  .x-gap-100 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .x-gap-100 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .x-gap-100,
  .x-gap-72,
  .x-gap-60,
  .x-gap-40,
  .x-gap-48 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .x-gap-100 > *,
  .x-gap-72 > *,
  .x-gap-60 > *,
  .x-gap-40 > *,
  .x-gap-48 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .y-gap-72,
  .y-gap-60,
  .y-gap-40,
  .y-gap-48 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .y-gap-72 > *,
  .y-gap-60 > *,
  .y-gap-40 > *,
  .y-gap-48 > * {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.fancy-grid {
  position: relative;
}

.fancy-grid__button {
  position: absolute;
  bottom: 0;
  left: 1rem;
}

@media (max-width: 991px) {
  .fancy-grid__button {
    position: unset;
    bottom: unset;
    left: unset;
    text-align: center;
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .fancy-grid__button {
    margin-top: 4.5rem;
  }
}
.fancy-grid {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .fancy-grid {
    justify-content: space-between;
  }
}
.fancy-grid .grid__wrap {
  position: relative;
}

@media (max-width: 1199px) {
  .fancy-grid .grid__wrap {
    max-width: 72%;
  }
}
@media (max-width: 991px) {
  .fancy-grid .grid__wrap {
    max-width: 100%;
  }
}
.fancy-grid .grid__item:nth-child(1) {
  margin-top: 0 !important;
}

.fancy-grid .grid__item:nth-child(odd) {
  margin-top: 6.25rem;
}

.fancy-grid .grid__item:nth-child(odd) .grid__category {
  left: calc(100% + 14px);
}

.fancy-grid .grid__item:nth-child(odd) .grid__content {
  min-width: 32%;
}

.fancy-grid .grid__item:nth-child(even) {
  margin-top: -6.25rem;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .fancy-grid .grid__item:nth-child(even) {
    margin-top: 0;
  }
}
.fancy-grid .grid__item:nth-child(even) .grid__category {
  top: unset;
  bottom: 0;
  right: calc(100% + 14px);
}

.fancy-grid .grid__item:nth-child(even) .grid__content {
  justify-content: flex-end;
  top: unset;
  bottom: 0;
  left: unset;
  right: calc(100% + 56px);
  display: flex;
  flex-wrap: wrap;
  text-align: right;
}

.fancy-grid .grid__item {
  width: 100%;
  padding: 0 1rem;
}

@media (max-width: 1349px) {
  .fancy-grid .grid__item {
    margin-top: 7.5rem !important;
  }
}
@media (max-width: 991px) {
  .fancy-grid .grid__item {
    display: block !important;
    margin-top: 0 !important;
    width: 46%;
  }
  .fancy-grid .grid__item:nth-child(1n+3) {
    margin-top: 6.25rem !important;
  }
  .fancy-grid .grid__item .grid__content {
    position: relative !important;
    justify-content: flex-start !important;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
    display: flex;
    flex-direction: column;
    text-align: left !important;
    min-width: unset !important;
  }
  .fancy-grid .grid__item .grid__category {
    top: 0 !important;
    bottom: unset !important;
    right: unset !important;
    left: calc(100% + 14px) !important;
  }
  .fancy-grid .grid__item .grid__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .fancy-grid .grid__item .grid__image::before {
    display: block;
    width: 100%;
    content: "";
    padding-bottom: 120%;
  }
}
@media (max-width: 767px) {
  .fancy-grid .grid__item {
    width: 100%;
    padding-right: 2rem;
  }
  .fancy-grid .grid__item:nth-child(1n+2) {
    margin-top: 5rem !important;
  }
  .fancy-grid .grid__item .grid__category {
    left: calc(100% + 8px) !important;
  }
}
.fancy-grid .grid__item {
  display: flex;
}

.fancy-grid .grid__category {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ff5121;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.fancy-grid .grid__content {
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
}

@media (max-width: 991px) {
  .fancy-grid .grid__content {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
  }
}
.fancy-grid .grid__title {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .fancy-grid .grid__title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.layout-pt-headerBar {
  padding-top: 6rem;
}

.layout-pr-headerBar {
  padding-right: 9.25rem;
}

.layout-pl-headerBar {
  margin-left: 9.25rem;
}

@media (max-width: 767px) {
  .layout-pt-headerBar {
    padding-top: 3.75rem;
  }
  .layout-pr-headerBar {
    padding-right: 7rem;
  }
  .layout-pl-headerBar {
    padding-left: 7rem;
  }
}
@media (max-width: 767px) {
  .sm\:layout-pt-headerBar {
    padding-top: 3.75rem;
  }
  .sm\:layout-pr-headerBar {
    padding-right: 7rem;
  }
  .sm\:layout-pl-headerBar {
    padding-left: 7rem;
  }
}
.layout-mt-headerBar {
  margin-top: 6rem;
}

.layout-mr-headerBar {
  margin-right: 9.25rem;
}

.layout-ml-headerBar {
  margin-left: 9.25rem;
}

@media (max-width: 767px) {
  .layout-mt-headerBar {
    margin-top: 3.75rem;
  }
  .layout-mr-headerBar {
    margin-right: 7rem;
  }
  .layout-ml-headerBar {
    margin-left: 7rem;
  }
}
@media (max-width: 767px) {
  .sm\:layout-mt-headerBar {
    margin-top: 3.75rem;
  }
  .sm\:layout-mr-headerBar {
    margin-right: 7rem;
  }
  .sm\:layout-ml-headerBar {
    margin-left: 7rem;
  }
}
.bg-pattern-new {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/patterns/pattern_bg.png");
}

p a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0.625rem;
  margin: 0 0.3125rem;
  background-color: #c0392b;
  transition: all 0.2s ease-in;
}

p a:hover {
  background-color: #c0392b;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 0.625rem;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  color: #fff;
  width: 13.75rem;
  height: 2.5rem;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c0392b;
  padding: 8px 0.9375rem;
  transition: all 0.2s ease-in;
}

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 1rem;
  right: 0.625rem;
}

.select-styled:hover {
  background-color: #c0392b;
}

.select-styled:active, .select-styled.active {
  background-color: #c0392b;
}

.select-styled:active:after, .select-styled.active:after {
  top: 0.5625rem;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #c0392b;
}

.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 0.9375rem;
  border-top: 1px solid #c0392b;
  transition: all 0.15s ease-in;
}

.select-options li:hover {
  color: #c0392b;
  background: #fff;
}

.select-options li[rel=hide] {
  display: none;
}

.shopSidebar__item [slider] {
  margin-top: 0.75rem;
}

.shopSidebar__item [slider] > div > [sign] {
  background-color: unset;
  width: unset;
  height: unset;
  border-radius: unset;
  display: inline-block;
  text-align: unset;
  margin-top: 1.375rem;
  color: black;
}

.shopSidebar__item [slider] > div > [sign]:last-child {
  float: right;
}

.shopSidebar__item [slider] > div > [sign] span::before {
  content: "Min Price: $";
  display: inline-block;
  color: #615E5E;
}

.shopSidebar__item [slider] > div > [sign]:last-child span::before {
  content: "Max Price: $";
  display: inline-block;
  color: #615E5E;
}

.shopSidebar__item [slider] > div > [sign] > span {
  font-size: 0.875rem;
  line-height: 1rem;
  color: black;
}

[slider] {
  position: relative;
  height: 0.3125rem;
  border-radius: 0.625rem;
  text-align: left;
  margin: 45px 0 10px 0;
}

[slider] > div {
  width: 100%;
}

[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 0.3125rem;
  border-radius: 0.625rem;
  background-color: #CCC;
}

[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 0.3125rem;
  border-radius: 0.625rem;
  background-color: #CCC;
}

[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 0.3125rem;
  border-radius: 0.875rem;
  background-color: #000;
}

[slider] > div > [thumb] {
  position: absolute;
  top: -0.4375rem;
  z-index: 2;
  height: 1.0625rem;
  width: 1.0625rem;
  text-align: left;
  margin-left: -0.6875rem;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  border-radius: 50%;
  outline: none;
  border: 2px solid black;
}

div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 0rem;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 0rem;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 0rem;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

[slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 0.3125rem;
  top: -0.125rem;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type=range]:focus {
  outline: none;
}

div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}

[slider] > div > [sign] {
  background-color: #F9F6F6;
  color: black;
  width: 8.125rem;
  height: 1.875rem;
  border-radius: 0.1875rem;
  display: inline-block;
  text-align: center;
  margin-top: 1.375rem;
}

[slider] > div > [sign]:last-child {
  float: right;
}

[slider] > div > [sign] > span {
  font-size: 0.75rem;
  line-height: 1.75rem;
}

[slider]:hover > div > [sign] {
  opacity: 1;
}

.icon-circle {
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #696969;
  border-radius: 100%;
}

.icon-circle__icon {
  stroke-width: 3;
  width: 0.625rem;
  height: 0.625rem;
}

.tooltip {
  position: relative;
  width: 6.25rem;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #615E5E;
}

.tooltip__content {
  position: absolute;
  padding: 7px 0.6875rem;
  font-size: 0.875rem;
  line-height: 1rem;
  background-color: black;
  color: white;
  border-radius: 0.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.tooltip__content::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: black;
  transform: rotate(45deg);
}

.tooltip.-top .tooltip__content {
  bottom: calc(100% + 6px);
  transform: translateY(8px);
}

.tooltip.-top .tooltip__content::after {
  bottom: -0.25rem;
}

.tooltip.-bottom .tooltip__content {
  top: calc(100% + 6px);
  transform: translateY(-8px);
}

.tooltip.-bottom .tooltip__content::after {
  top: -0.25rem;
}

.tooltip.-left .tooltip__content {
  right: calc(100% + 6px);
  transform: translateX(8px);
}

.tooltip.-left .tooltip__content::after {
  right: -0.25rem;
}

.tooltip.-right .tooltip__content {
  left: calc(100% + 6px);
  transform: translateX(-8px);
}

.tooltip.-right .tooltip__content::after {
  left: -0.25rem;
}

.tooltip:hover .tooltip__content {
  transform: none;
  opacity: 1;
}

.quote {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 0.3125rem 0;
  padding-left: 1.5625rem;
  margin-left: 0.625rem;
}

.quote::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.1875rem;
  background-color: black;
}

.quote.-light::before {
  background-color: white;
}

ul.list {
  padding-left: 1rem;
}

ul.list li {
  list-style: disc;
}

.bg-quote-2 {
  position: absolute;
  top: -0.25rem;
  left: -2.125rem;
}

@media (max-width: 575px) {
  .bg-quote-2 {
    opacity: 0.8;
  }
}
.backButton {
  z-index: 200;
  position: absolute;
  bottom: 6.5625rem;
  right: 3rem;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.backButton .nav__item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  border: 1px solid var(--accent-color);
  transition: all 0.1s ease-out;
}

.backButton .nav__item .icon {
  position: relative;
  color: var(--accent-color);
  font-size: 1.875rem;
  transition: all 0.1s ease-out;
}

.backButton .nav__item.-left {
  transform: rotate(90deg);
}

.backButton .nav__item.-left .icon {
  left: 0.9375rem;
  transform: rotate(180deg);
}

.backButton .nav__item:hover {
  transform: scale(1.05) rotate(90deg);
}

.mb-minus-lg {
  margin-bottom: -3.75rem;
}

.mt-minus-xl {
  margin-top: -15rem;
}

.gallery__item {
  position: relative;
  display: block;
}

.gallery__item:hover .gallery__button {
  opacity: 1;
}

.gallery__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: black;
  border-radius: 100%;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.gallery__button .icon {
  color: white;
  stroke-width: 1;
  width: 1.75rem;
  height: 1.75rem;
}

.gallery__button.-bottom-right {
  top: unset;
  left: unset;
  transform: unset;
  bottom: 1.875rem;
  right: 1.875rem;
}

.input-counter {
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
  width: 6.25rem;
  height: 3.4375rem;
  /* Firefox */
}

.input-counter input::-webkit-outer-spin-button,
.input-counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-counter input[type=number] {
  -moz-appearance: textfield;
}

.input-counter__counter {
  z-index: 5;
  position: relative;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding-left: 1.5rem;
  border: 1px solid #E4E4E4;
  border-radius: 0 !important;
}

.input-counter__controls {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}

.input-counter__up {
  width: 2rem;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.input-counter__up .icon {
  stroke-width: 1;
  width: 1.25rem;
  height: 1.25rem;
}

.input-counter__down {
  width: 2rem;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.input-counter__down .icon {
  stroke-width: 1;
  width: 1.25rem;
  height: 1.25rem;
}

.logo-custom {
  max-width: 240px;
}
.logo-custom.logo-custom-sm {
  max-width: 190px;
}

.slider-subtitle {
  font-size: 24px;
  font-weight: normal;
}

.page-masthead {
  position: relative;
  padding-top: 250px;
  padding-bottom: 200px;
}

.page-masthead__title {
  font-size: 70px;
  font-weight: 400;
  line-height: 82px;
}

.logo-brands {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 72px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

.transition-05 {
  transition: all 0.5s ease-in;
}

.transition-7 {
  transition: all 0.7s ease-in;
}

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