/*!
 * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
:after,
:before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  text-align: var(--bs-body-text-align);
}
hr {
  background-color: currentColor;
  border: 0;
  color: inherit;
  margin: 1rem 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
abbr[data-bs-original-title],
abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  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: 0.875em;
}
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  direction: ltr;
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
code {
  word-wrap: break-word;
  color: #d63384;
  font-size: 0.875em;
}
a > code {
  color: inherit;
}
kbd {
  background-color: #212529;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 0.875em;
  padding: 0.2rem 0.4rem;
}
kbd kbd {
  font-size: 1em;
  font-weight: 700;
  padding: 0;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  caption-side: bottom;
}
caption {
  color: #6c757d;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[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;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  float: left;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  cursor: pointer;
  display: list-item;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.9375rem);
  padding-right: var(--bs-gutter-x, 0.9375rem);
  width: 100%;
}
@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: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
.col {
  flex: 1 0;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.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%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.flex-fill {
  flex: 1 1 auto !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-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;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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;
}
.justify-content-evenly {
  justify-content: space-evenly !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;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}
.my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}
.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}
.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}
.py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-sm-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-sm-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-sm-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-sm-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-md-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-md-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-md-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-md-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-lg-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-lg-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-lg-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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;
  }
  .d-print-none {
    display: none !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(../media/fontawesome-webfont.2b13baa7.eot);
  src: url(../media/fontawesome-webfont.2b13baa7d41d.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(../media/fontawesome-webfont.e9955780.woff2) format("woff2"),
    url(../media/fontawesome-webfont.cf011583.woff) format("woff"),
    url(../media/fontawesome-webfont.8a7cb27d.ttf) format("truetype"),
    url(../media/fontawesome-webfont.da909aa0.svg#fontawesomeregular)
      format("svg");
  font-weight: 400;
  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: 0.08em solid #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 {
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  animation: fa-spin 1s steps(8) infinite;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scaleY(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc: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-full:before,
.fa-battery: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing: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-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-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-full:before,
.fa-thermometer: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-bath:before,
.fa-bathtub:before,
.fa-s15: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;
  touch-action: none;
  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 {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translateZ(0);
}
.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: 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: flex;
  justify-content: center;
  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 {
  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;
  touch-action: auto;
}
.gslide-image {
  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;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  object-fit: cover;
  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;
  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;
  transition: none;
}
.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}
.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}
.gslide-media {
  display: flex;
  width: auto;
}
.zoomed .gslide-media {
  box-shadow: none !important;
}
.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}
.gslide-description {
  position: relative;
  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;
}
.glightbox-button-hidden,
.zoomed .gslide-description {
  display: none;
}
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: 0 0;
  position: absolute;
  bottom: 15px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.75));
  transition: opacity 0.3s linear;
  padding: 19px 11px 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 {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}
.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}
.greset {
  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;
  animation: lightboxLoader 0.8s linear infinite;
  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%;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  will-change: opacity;
}
.glightbox-mobile .goverlay,
.goverlay {
  background: #000;
}
.gclose,
.gnext,
.gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  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 {
  left: 30px;
}
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  width: 40px;
  height: 50px;
}
.glightbox-clean .gnext {
  right: 30px;
}
.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 {
  animation: gfadeIn 0.5s ease;
}
.gfadeOut {
  animation: gfadeOut 0.5s ease;
}
.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}
.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}
.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}
.gslideInRight {
  animation: gslideInRight 0.3s ease;
}
.gzoomIn {
  animation: gzoomIn 0.5s ease;
}
.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes gfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  0% {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    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 {
    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 .gnext,
  .glightbox-clean .gprev {
    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(../media/icomoon.22bcd066.eot);
  src: url(../media/icomoon.22bcd066.eot#iefix) format("embedded-opentype"),
    url(../media/icomoon.aeda8fce.ttf) format("truetype"),
    url(../media/icomoon.1250eab8.woff) format("woff"),
    url(../media/icomoon.bbaf71c3.svg#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-quality:before {
  content: "\e90b";
}
.icon-responsive:before {
  content: "\e90c";
}
.icon-diamond:before {
  content: "\e90d";
}
.icon-drawing:before {
  content: "\e90e";
}
.icon-cursor:before {
  content: "\e908";
}
.icon-speed:before {
  content: "\e909";
}
.icon-blob:before {
  content: "\e90a";
}
.icon-chevron-right:before {
  content: "\e907";
}
.icon-drawing-1:before {
  content: "\e900";
}
.icon-one-finger-click:before {
  content: "\e901";
}
.icon-process:before {
  content: "\e902";
}
.icon-task:before {
  content: "\e903";
}
.icon-secure-data:before {
  content: "\e904";
}
.icon-sketch:before {
  content: "\e905";
}
.icon-color-palette:before {
  content: "\e906";
}
.icon-google:before {
  content: "\e91e";
}
.icon-apple:before {
  content: "\e91f";
}
.icon-logo-flat:before {
  content: "\e945";
}
.icon-headphones:before {
  content: "\e910";
}
.icon-play:before {
  content: "\e912";
}
.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 {
  flex-direction: column;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  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 {
  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: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.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-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(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 {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(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%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: left 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: right 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-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: hsla(0, 0%, 100%, 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: flex;
  justify-content: 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%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s steps(12) 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");
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-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;
  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;
} /*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2021 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}
@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*="Out"] {
    opacity: 0;
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  0%,
  to {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  0%,
  to {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%,
  11.1%,
  to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate(60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}
.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-48\:50:before {
  padding-bottom: 104.16667%;
}
.ratio-62\:60:before {
  padding-bottom: 96.77419%;
}
.ratio-64\:55:before {
  padding-bottom: 85.9375%;
}
.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-42\:50:before {
  padding-bottom: 119.04762%;
}
.ratio-55\:40:before {
  padding-bottom: 72.72727%;
}
.ratio-27\:30:before {
  padding-bottom: 111.11111%;
}
.ratio-27\:33:before {
  padding-bottom: 122.22222%;
}
.ratio-37\:40:before {
  padding-bottom: 108.10811%;
}
.ratio-57\:60:before {
  padding-bottom: 105.26316%;
}
.ratio-57\:39:before {
  padding-bottom: 68.42105%;
}
.ratio-37\:25:before {
  padding-bottom: 67.56757%;
}
.ratio-37\:50:before {
  padding-bottom: 135.13514%;
}
.ratio-97\:55:before {
  padding-bottom: 56.70103%;
}
.ratio-77\:60:before {
  padding-bottom: 77.92208%;
}
.ratio-77\:50:before {
  padding-bottom: 64.93506%;
}
.ratio-129\:112:before {
  padding-bottom: 86.82171%;
}
.ratio-16\:9:before {
  padding-bottom: 56.25%;
}
@font-face {
  font-family: Sofia Pro;
  font-weight: 400;
  src: url("../media/Sofia%20Pro%20Regular%20Az.14e552e6.woff2") format("woff2");
}
@font-face {
  font-family: Sofia Pro;
  font-weight: 500;
  src: url("../media/Sofia%20Pro%20Medium%20Az.1aaf8a68.woff2") format("woff2");
}
@font-face {
  font-family: Sofia Pro;
  font-weight: 600;
  src: url("../media/Sofia%20Pro%20Semi%20Bold%20Az.bdf89507.woff2")
    format("woff2");
}
@font-face {
  font-family: Sofia Pro;
  font-weight: 700;
  src: url("../media/Sofia%20Pro%20Bold%20Az.08812934.woff2") format("woff2");
}
@font-face {
  font-family: Sofia Pro;
  font-weight: 800;
  src: url("../media/Sofia%20Pro%20Black%20Az.0b84a595.woff2") format("woff2");
}
:root {
  --text-xs: 0.6875rem;
  --text-sm: 0.8125rem;
  --text-base: 0.875rem;
  --text-lg: 0.9375rem;
  --text-xl: 1.125rem;
  --text-2xl: 1.25rem;
  --text-3xl: 2.5rem;
  --text-4xl: 3.75rem;
  --text-5xl: 5.3125rem;
  --text-25: 1.5625rem;
  --text-22: 1.375rem;
  --text-32: 2rem;
  --text-50: 3.125rem;
  --text-26: 1.625rem;
  --text-16: 1rem;
  --text-30: 1.875rem;
  --preloader-image: url(../media/logo.db0d51e6.svg);
  --accent-color: #0044eb;
  --light-accent-color: #e5ecfd;
  --dark-accent-color: #3b59d4;
  --teal-color: #39c1ff;
  --light-purple-color: #f0efff;
  --purple-color: #615ef6;
  --purple-2-color: #6b25c5;
  --purple-3-color: #5a13b5;
  --darker-blue-color: #0e1376;
  --dark-blue-color: #1732a4;
  --blue-color: #867bf2;
  --light-blue-color: #e7e5fc;
  --blue-2-color: #4c7ff1;
  --red-2-color: #e13f52;
  --red-color: #ff0071;
  --red-bright-color: #fd3600;
  --light-red-color: #ffedf5;
  --light-green-color-full: #26d9da;
  --green-color: #33c89a;
  --dark-green-color: #008181;
  --light-green-color: #d3f8f8;
  --yellow-color: #ec9b00;
  --light-yellow-color: #fff3dc;
  --light-orange-color: #ffeddf;
  --orange-color: #f86b45;
  --orange-2-color: #fe754f;
  --orange-3-color: #eb6245;
  --bg-light-1: #f5f6f8;
  --bg-light-2: #fafafe;
  --bg-light-3: #eee;
  --bg-light-4: #f5f7fe;
  --bg-light-5: #f7f9fc;
  --bg-light-6: #f5f4f2;
  --bg-dark-1: #1a3454;
  --bg-dark-2: #01213a;
  --bg-dark-3: #312950;
  --bg-dark-4: #0e1376;
  --bg-dark-5: #281d60;
  --bg-dark-6: #322867;
  --bg-dark-7: #2d4f93;
  --bg-dark-8: #21286a;
  --bg-dark-9: #11243e;
  --bg-dark-10: #1d1e6d;
  --bg-dark-11: #17262f;
  --bg-dark-12: #1d144e;
  --bg-dark-13: #3e3470;
  --text-dark-1: #1a3454;
  --font-light: rgba(white, 0.6);
  --font-dark: #404046;
  --font-primary: "Sofia Pro", sans-serif;
  --font-secondary: "Sofia Pro", sans-serif;
  --button-border-radius: 200px;
}
[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: #fff;
}
[data-anim*="cover-black"]:after,
[data-anim-child*="cover-black"]:after {
  background-color: #000;
}
[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);
}
@keyframes reveal {
  to {
    opacity: 1;
  }
}
[data-anim-child^="cover-right"],
[data-anim^="cover-right"] {
  display: block;
  position: relative;
}
[data-anim-child^="cover-right"]:after,
[data-anim^="cover-right"]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  transform: scaleX(0);
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
[data-anim-child^="cover-right"] > *,
[data-anim^="cover-right"] > * {
  opacity: 0;
  pointer-events: none;
  animation-delay: 0.6s;
  animation-duration: 20ms;
  animation-timing-function: linear;
  animation-fill-mode: both;
}
[data-anim-child^="cover-right"].is-in-view:after,
[data-anim^="cover-right"].is-in-view:after {
  animation-name: coverRight;
}
[data-anim-child^="cover-right"].is-in-view > *,
[data-anim^="cover-right"].is-in-view > * {
  animation-name: reveal;
  pointer-events: auto;
}
[data-anim-child^="cover-up"],
[data-anim^="cover-up"] {
  display: block;
  position: relative;
}
[data-anim-child^="cover-up"]:after,
[data-anim^="cover-up"]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  transform: scaleY(0);
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
[data-anim-child^="cover-up"] > *,
[data-anim^="cover-up"] > * {
  opacity: 0;
  pointer-events: none;
  animation-delay: 0.6s;
  animation-duration: 20ms;
  animation-timing-function: linear;
  animation-fill-mode: both;
}
[data-anim-child^="cover-up"].is-in-view:after,
[data-anim^="cover-up"].is-in-view:after {
  animation-name: coverUp;
}
[data-anim-child^="cover-up"].is-in-view > *,
[data-anim^="cover-up"].is-in-view > * {
  animation-name: reveal;
  pointer-events: auto;
}
@keyframes coverRight {
  0% {
    transform-origin: 0 50%;
    transform: scaleX(0);
  }
  42% {
    transform-origin: 0 50%;
    transform: scaleX(1);
  }
  58% {
    transform-origin: 100% 50%;
    transform: scaleX(1);
  }
  to {
    transform-origin: 100% 50%;
    transform: scaleX(0);
  }
}
@keyframes coverUp {
  0% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
  42% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  58% {
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
  to {
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
}
[data-anim-child^="img-fade"],
[data-anim^="img-fade"] {
  overflow: hidden;
  display: block;
  position: relative;
}
[data-anim-child^="img-fade"] > *,
[data-anim^="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-child^="img-fade"].is-in-view > *,
[data-anim^="img-fade"].is-in-view > * {
  pointer-events: auto;
  opacity: 1;
  transform: translateZ(0);
}
[data-anim-child^="img-right"],
[data-anim^="img-right"] {
  overflow: hidden;
  display: block;
  position: relative;
}
[data-anim-child^="img-right"]:after,
[data-anim^="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;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: both;
}
[data-anim-child^="img-right"] > *,
[data-anim^="img-right"] > * {
  transform-origin: center;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: both;
}
[data-anim-child^="img-right"].is-in-view:after,
[data-anim^="img-right"].is-in-view:after {
  animation-name: imgRight;
}
[data-anim-child^="img-right"].is-in-view > *,
[data-anim^="img-right"].is-in-view > * {
  animation-name: imgReveal;
}
@keyframes imgRight {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@keyframes imgReveal {
  0% {
    transform: scale(1.4);
  }
  to {
    transform: scale(1.01);
  }
}
[data-anim-child^="slide-"],
[data-anim^="slide-"] {
  opacity: 0;
  transition-property: opacity, transform;
  pointer-events: none;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-anim-child^="slide-"].is-in-view,
[data-anim^="slide-"].is-in-view {
  opacity: 1;
  transform: translateZ(0);
  pointer-events: auto;
}
[data-anim-child^="slide-up"],
[data-anim^="slide-up"] {
  transform: translate3d(0, 2.5rem, 0);
}
[data-anim-child^="slide-down"],
[data-anim^="slide-down"] {
  transform: translate3d(0, -2.5rem, 0);
}
[data-anim-child^="slide-right"],
[data-anim^="slide-right"] {
  transform: translate3d(-2.5rem, 0, 0);
}
[data-anim-child^="slide-left"],
[data-anim^="slide-left"] {
  transform: translate3d(2.5rem, 0, 0);
}
[data-anim-child^="fade"],
[data-anim^="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-child^="fade"].is-in-view,
[data-anim^="fade"].is-in-view {
  opacity: 1;
  pointer-events: auto;
}
[data-anim-child^="scale"],
[data-anim^="scale"] {
  opacity: 0;
  transform: scale(0.9) translateY(60px);
  transition-property: opacity, transform;
  pointer-events: none;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-anim-child^="scale"].is-in-view,
[data-anim^="scale"].is-in-view {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
[data-anim-child^="fancy-1"],
[data-anim^="fancy-1"] {
  opacity: 0;
  transform: translateY(120px) rotateY(20deg);
  transform-origin: left;
  transition-property: opacity, transform;
  pointer-events: none;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-anim-child^="fancy-1"].is-in-view,
[data-anim^="fancy-1"].is-in-view {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
[data-anim-child^="fancy-2"],
[data-anim^="fancy-2"] {
  opacity: 0;
  transform: translateY(120px) rotateY(40deg) scaleX(1.3);
  transform-origin: left;
  transition-property: opacity, transform;
  pointer-events: none;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-anim-child^="fancy-2"].is-in-view,
[data-anim^="fancy-2"].is-in-view {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
.float-animation {
  animation: floatOne 1s ease-out infinite alternate;
}
@keyframes floatOne {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-3%);
  }
}
.float-animation-sm {
  animation: floatTwo 1s ease-out infinite alternate;
}
@keyframes floatTwo {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-15px);
  }
}
.pulse-animation {
  position: relative;
  z-index: 1;
}
.pulse-animation:after {
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: video_btn_pulse 3s infinite;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@keyframes video_btn_pulse {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  75% {
    opacity: 0;
    transform: scale(1.6);
  }
  to {
    opacity: 0;
    transform: scale(1.6);
  }
}
[data-anim*="delay-1"],
[data-anim-child*="delay-1"] {
  transition-delay: 0.1s;
  animation-delay: 0.1s;
}
[data-anim*="delay-1"]:after,
[data-anim*="delay-1"] > *,
[data-anim-child*="delay-1"]:after,
[data-anim-child*="delay-1"] > * {
  animation-delay: 0.1s;
}
[data-anim*="delay-2"],
[data-anim-child*="delay-2"] {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}
[data-anim*="delay-2"]:after,
[data-anim*="delay-2"] > *,
[data-anim-child*="delay-2"]:after,
[data-anim-child*="delay-2"] > * {
  animation-delay: 0.2s;
}
[data-anim*="delay-3"],
[data-anim-child*="delay-3"] {
  transition-delay: 0.3s;
  animation-delay: 0.3s;
}
[data-anim*="delay-3"]:after,
[data-anim*="delay-3"] > *,
[data-anim-child*="delay-3"]:after,
[data-anim-child*="delay-3"] > * {
  animation-delay: 0.3s;
}
[data-anim*="delay-4"],
[data-anim-child*="delay-4"] {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}
[data-anim*="delay-4"]:after,
[data-anim*="delay-4"] > *,
[data-anim-child*="delay-4"]:after,
[data-anim-child*="delay-4"] > * {
  animation-delay: 0.4s;
}
[data-anim*="delay-5"],
[data-anim-child*="delay-5"] {
  transition-delay: 0.5s;
  animation-delay: 0.5s;
}
[data-anim*="delay-5"]:after,
[data-anim*="delay-5"] > *,
[data-anim-child*="delay-5"]:after,
[data-anim-child*="delay-5"] > * {
  animation-delay: 0.5s;
}
[data-anim*="delay-6"],
[data-anim-child*="delay-6"] {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}
[data-anim*="delay-6"]:after,
[data-anim*="delay-6"] > *,
[data-anim-child*="delay-6"]:after,
[data-anim-child*="delay-6"] > * {
  animation-delay: 0.6s;
}
[data-anim*="delay-7"],
[data-anim-child*="delay-7"] {
  transition-delay: 0.7s;
  animation-delay: 0.7s;
}
[data-anim*="delay-7"]:after,
[data-anim*="delay-7"] > *,
[data-anim-child*="delay-7"]:after,
[data-anim-child*="delay-7"] > * {
  animation-delay: 0.7s;
}
[data-anim*="delay-8"],
[data-anim-child*="delay-8"] {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}
[data-anim*="delay-8"]:after,
[data-anim*="delay-8"] > *,
[data-anim-child*="delay-8"]:after,
[data-anim-child*="delay-8"] > * {
  animation-delay: 0.8s;
}
[data-anim*="delay-9"],
[data-anim-child*="delay-9"] {
  transition-delay: 0.9s;
  animation-delay: 0.9s;
}
[data-anim*="delay-9"]:after,
[data-anim*="delay-9"] > *,
[data-anim-child*="delay-9"]:after,
[data-anim-child*="delay-9"] > * {
  animation-delay: 0.9s;
}
[data-anim*="delay-10"],
[data-anim-child*="delay-10"] {
  transition-delay: 1s;
  animation-delay: 1s;
}
[data-anim*="delay-10"]:after,
[data-anim*="delay-10"] > *,
[data-anim-child*="delay-10"]:after,
[data-anim-child*="delay-10"] > * {
  animation-delay: 1s;
}
[data-anim*="delay-11"],
[data-anim-child*="delay-11"] {
  transition-delay: 1.1s;
  animation-delay: 1.1s;
}
[data-anim*="delay-11"]:after,
[data-anim*="delay-11"] > *,
[data-anim-child*="delay-11"]:after,
[data-anim-child*="delay-11"] > * {
  animation-delay: 1.1s;
}
[data-anim*="delay-12"],
[data-anim-child*="delay-12"] {
  transition-delay: 1.2s;
  animation-delay: 1.2s;
}
[data-anim*="delay-12"]:after,
[data-anim*="delay-12"] > *,
[data-anim-child*="delay-12"]:after,
[data-anim-child*="delay-12"] > * {
  animation-delay: 1.2s;
}
[data-anim*="delay-13"],
[data-anim-child*="delay-13"] {
  transition-delay: 1.3s;
  animation-delay: 1.3s;
}
[data-anim*="delay-13"]:after,
[data-anim*="delay-13"] > *,
[data-anim-child*="delay-13"]:after,
[data-anim-child*="delay-13"] > * {
  animation-delay: 1.3s;
}
[data-anim*="delay-14"],
[data-anim-child*="delay-14"] {
  transition-delay: 1.4s;
  animation-delay: 1.4s;
}
[data-anim*="delay-14"]:after,
[data-anim*="delay-14"] > *,
[data-anim-child*="delay-14"]:after,
[data-anim-child*="delay-14"] > * {
  animation-delay: 1.4s;
}
[data-anim*="delay-15"],
[data-anim-child*="delay-15"] {
  transition-delay: 1.5s;
  animation-delay: 1.5s;
}
[data-anim*="delay-15"]:after,
[data-anim*="delay-15"] > *,
[data-anim-child*="delay-15"]:after,
[data-anim-child*="delay-15"] > * {
  animation-delay: 1.5s;
}
[data-anim*="delay-16"],
[data-anim-child*="delay-16"] {
  transition-delay: 1.6s;
  animation-delay: 1.6s;
}
[data-anim*="delay-16"]:after,
[data-anim*="delay-16"] > *,
[data-anim-child*="delay-16"]:after,
[data-anim-child*="delay-16"] > * {
  animation-delay: 1.6s;
}
[data-anim*="delay-17"],
[data-anim-child*="delay-17"] {
  transition-delay: 1.7s;
  animation-delay: 1.7s;
}
[data-anim*="delay-17"]:after,
[data-anim*="delay-17"] > *,
[data-anim-child*="delay-17"]:after,
[data-anim-child*="delay-17"] > * {
  animation-delay: 1.7s;
}
[data-anim*="delay-18"],
[data-anim-child*="delay-18"] {
  transition-delay: 1.8s;
  animation-delay: 1.8s;
}
[data-anim*="delay-18"]:after,
[data-anim*="delay-18"] > *,
[data-anim-child*="delay-18"]:after,
[data-anim-child*="delay-18"] > * {
  animation-delay: 1.8s;
}
[data-anim*="delay-19"],
[data-anim-child*="delay-19"] {
  transition-delay: 1.9s;
  animation-delay: 1.9s;
}
[data-anim*="delay-19"]:after,
[data-anim*="delay-19"] > *,
[data-anim-child*="delay-19"]:after,
[data-anim-child*="delay-19"] > * {
  animation-delay: 1.9s;
}
[data-anim*="delay-20"],
[data-anim-child*="delay-20"] {
  transition-delay: 2s;
  animation-delay: 2s;
}
[data-anim*="delay-20"]:after,
[data-anim*="delay-20"] > *,
[data-anim-child*="delay-20"]:after,
[data-anim-child*="delay-20"] > * {
  animation-delay: 2s;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-size: 16px;
  line-height: 1;
}
body,
html {
  font-family: var(--font-primary);
  color: var(--font-dark);
}
body {
  overflow-x: hidden;
  padding: 0;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1.7;
}
@media (min-width: 1200px) {
  .container {
    max-width: 75rem;
  }
}
@media (max-width: 575px) {
  .container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.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;
  }
}
::selection {
  color: #fff;
  background-color: var(--accent-color);
  text-shadow: none;
}
main {
  overflow-x: hidden;
}
a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  transition: color 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: var(--accent-color);
}
li,
ul {
  list-style: none;
  padding: 0;
}
li,
p,
ul {
  margin: 0;
}
p {
  line-height: 1.625rem;
}
.nice-select,
p {
  font-size: 0.875rem;
}
.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: 400;
  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;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #000;
}
.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: #ccc;
}
.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;
  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.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: 700;
}
.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;
}
button {
  padding: unset;
  margin: unset;
  border: unset;
  border-radius: unset;
  background-color: unset;
}
button:focus {
  outline: 0;
}
.button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: 0;
  font-size: 0.875rem;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  border-radius: var(--button-border-radius);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button.-sm {
  min-width: 5.625rem;
  padding: 0.625rem 1.75rem;
}
.button.-md,
.button.-sm {
  font-size: 0.9375rem;
  line-height: 1;
}
.button.-md {
  min-width: 11.25rem;
  padding: 1.0625rem 2rem;
}
.button.-uppercase {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.button.-rounded-base {
  border-radius: 0.5rem !important;
}
.button.-light-purple {
  border: 2px solid transparent;
  background-color: var(--light-purple-color) !important;
}
.button.-light-purple:hover {
  background-color: var(--purple-color) !important;
  color: #fff !important;
}
.button.-red-2 {
  border: 2px solid transparent;
  background-color: var(--red-2-color) !important;
}
.button.-red-2:hover {
  border: 2px solid var(--red-2-color);
  background-color: #fff !important;
  color: var(--red-2-color) !important;
}
.button.-dark-8 {
  border: 2px solid transparent;
  background-color: var(--bg-dark-8) !important;
}
.button.-dark-8:hover {
  border: 2px solid var(--bg-dark-8);
  background-color: #fff !important;
  color: var(--bg-dark-8) !important;
}
.button.-white-20 {
  border: 2px solid transparent;
  background-color: hsla(0, 0%, 100%, 0.2) !important;
}
.button.-white-20:hover {
  background-color: #fff !important;
  color: var(--bg-dark-1) !important;
}
.button.-dark-10 {
  border: 2px solid transparent;
  background-color: var(--bg-dark-10) !important;
}
.button.-dark-10:hover {
  border: 2px solid var(--bg-dark-10);
  background-color: #fff !important;
  color: var(--bg-dark-10) !important;
}
.button.-dark-1 {
  border: 2px solid transparent;
  background-color: var(--bg-dark-1) !important;
}
.button.-dark-1:hover {
  border: 2px solid var(--bg-dark-1);
  background-color: #fff !important;
  color: var(--bg-dark-1) !important;
}
.button.-dark-2 {
  border: 2px solid transparent;
  background-color: var(--bg-dark-2) !important;
}
.button.-dark-2:hover {
  border: 2px solid var(--bg-dark-2);
  background-color: #fff !important;
  color: var(--bg-dark-2) !important;
}
.button.-light-4 {
  background-color: var(--bg-light-4) !important;
}
.button.-light-4:hover {
  background-color: var(--accent-color) !important;
  color: #fff !important;
}
.button.-red-bright {
  border: 2px solid transparent;
  background-color: var(--red-bright-color) !important;
}
.button.-red-bright:hover {
  border: 2px solid var(--red-bright-color);
  background-color: #fff !important;
  color: var(--red-bright-color) !important;
}
.button.-blue-dark {
  border: 2px solid transparent;
  background-color: var(--dark-blue-color) !important;
}
.button.-blue-dark:hover {
  border: 2px solid var(--dark-blue-color);
  background-color: #fff !important;
  color: var(--dark-blue-color) !important;
}
.button.-blue-light {
  border: 2px solid transparent;
  background-color: var(--light-blue-color) !important;
}
.button.-blue-light:hover {
  border: 2px solid var(--dark-blue-color);
  background-color: var(--dark-blue-color) !important;
  color: #fff !important;
}
.button.-orange {
  border: 2px solid transparent;
  background-color: var(--orange-color) !important;
}
.button.-orange:hover {
  border: 2px solid var(--orange-color);
  background-color: #fff !important;
  color: var(--orange-color) !important;
}
.button.-orange-2 {
  border: 2px solid transparent;
  background-color: var(--orange-2-color) !important;
}
.button.-orange-2:hover {
  border: 2px solid var(--orange-2-color);
  background-color: #fff !important;
  color: var(--orange-2-color) !important;
}
.button.-orange-3 {
  border: 2px solid transparent;
  background-color: var(--orange-3-color) !important;
}
.button.-orange-3:hover {
  border: 2px solid var(--orange-3-color);
  background-color: #fff !important;
  color: var(--orange-3-color) !important;
}
.button.-outline-orange {
  border: 2px solid var(--orange-color);
  background-color: transparent !important;
}
.button.-outline-orange:hover {
  border: 2px solid transparent;
  background-color: var(--orange-color) !important;
  color: #fff !important;
}
.button.-dark-4 {
  border: 2px solid transparent;
  background-color: var(--bg-dark-4) !important;
}
.button.-dark-4:hover {
  border: 2px solid var(--bg-dark-4);
  background-color: #fff !important;
  color: var(--bg-dark-4) !important;
}
.button.-dark-7 {
  border: 2px solid transparent;
  background-color: var(--bg-dark-7) !important;
}
.button.-dark-7:hover {
  border: 2px solid var(--bg-dark-7);
  background-color: #fff !important;
  color: var(--bg-dark-7) !important;
}
.button.-purple {
  border: 2px solid transparent;
  background-color: var(--purple-color) !important;
}
.button.-purple:hover {
  border: 2px solid var(--purple-color);
  background-color: #fff !important;
  color: var(--text-dark-1) !important;
}
.button.-purple-2 {
  border: 2px solid transparent;
  background-color: var(--purple-2-color) !important;
}
.button.-purple-2:hover {
  border: 2px solid var(--purple-2-color);
  background-color: #fff !important;
  color: var(--text-dark-1) !important;
}
.button.-purple-3 {
  border: 2px solid transparent;
  background-color: var(--purple-3-color) !important;
}
.button.-purple-3:hover {
  border: 2px solid var(--purple-3-color);
  background-color: #fff !important;
  color: var(--text-dark-1) !important;
}
.button.-dark-blue {
  border: 2px solid transparent;
  background-color: var(--dark-blue-color) !important;
}
.button.-dark-blue:hover {
  border: 2px solid var(--dark-blue-color);
  background-color: #fff !important;
  color: var(--dark-blue-color) !important;
}
.button.-blue-2 {
  border: 2px solid transparent;
  background-color: var(--blue-2-color) !important;
}
.button.-blue-2:hover {
  border: 2px solid var(--blue-2-color);
  color: var(--blue-2-color) !important;
}
.button.-blue-2:hover,
.button.-white {
  background-color: #fff !important;
}
.button.-white:hover {
  background-color: var(--accent-color) !important;
  color: #fff !important;
}
.button.-secondary {
  background-color: var(--secondary-color) !important;
}
.button.-secondary:hover {
  background-color: #fff !important;
  color: var(--secondary-color) !important;
}
.button.-accent {
  border: 2px solid transparent;
  background-color: var(--accent-color);
}
.button.-accent:hover {
  border-color: var(--accent-color);
  background-color: #fff;
}
.button.-accent:hover,
.button.-accent:hover .icon {
  color: var(--accent-color) !important;
}
.button.-light-accent {
  background-color: var(--light-accent-color);
}
.button.-light-accent:hover {
  background-color: var(--accent-color);
  color: #fff !important;
}
.button.-dark {
  border: 2px solid transparent;
  background-color: #000 !important;
}
.button.-dark:hover {
  border: 2px solid #000;
  background-color: #fff !important;
  color: #000 !important;
}
.button.-green {
  background-color: var(--green-color);
  border: 2px solid transparent;
}
.button.-green:hover {
  border: 2px solid var(--green-color);
  background-color: #fff;
}
.button.-green:hover,
.button.-green:hover .icon {
  color: var(--text-dark-1) !important;
}
.button.-outline-white {
  border: 2px solid #ededed;
  background-color: transparent;
}
.button.-outline-white:hover {
  background-color: #fff;
  color: #000 !important;
}
.button.-outline-light-dark {
  border: 2px solid #ededed;
  background-color: transparent;
}
.button.-outline-light-dark:hover {
  border-color: #1a3454;
  background-color: #1a3454;
  color: #fff !important;
}
.button.-outline-dark {
  border: 2px solid #1a3454;
  background-color: transparent;
}
.button.-outline-dark:hover {
  background-color: #1a3454;
  color: #fff;
}
.button.-outline-dark-accent {
  border: 2px solid #ededed;
  background-color: transparent;
}
.button.-outline-dark-accent:hover {
  background-color: var(--accent-color);
  color: #fff !important;
}
.button.-outline-accent {
  border: 2px solid var(--accent-color);
  background-color: transparent;
}
.button.-outline-accent:hover {
  background-color: var(--accent-color);
  color: #fff !important;
}
.button.-red {
  border: 2px solid transparent;
  background-color: var(--red-bright-color);
}
.button.-red:hover {
  border: 2px solid var(--red-bright-color);
  background-color: #fff !important;
  color: var(--red-bright-color) !important;
}
.button.-bg-title-dark {
  border: 2px solid transparent;
  background-color: #1a3454;
}
.button.-bg-title-dark:hover {
  border: 2px solid #1a3454;
  background-color: #fff;
  color: #1a3454 !important;
}
.button.-simple {
  text-decoration: underline;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.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.-store {
  display: flex;
  padding: 11px 28px 11px 20px;
  border-radius: 0.5rem;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .button.-store {
    min-width: 210px;
  }
}
.button.-store .button__icon {
  padding-right: 20px;
  display: flex;
  align-items: center;
  padding-bottom: 2px;
}
.button.-store .button__content {
  flex: 1 0 auto;
  text-align: left;
  padding-left: 20px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.3);
  text-transform: none;
}
.button.-store .button__content div:first-child {
  font-size: 13px;
  line-height: 1.3;
}
.button.-store .button__content div:last-child {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}
.form-switch {
  display: flex;
  align-items: center;
}
.form-switch label {
  margin: 0 0 0 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: 0 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: var(--accent-color);
}
.form-switch .switch input:focus + .switch__slider {
  box-shadow: 0 0 1px var(--accent-color);
}
.form-switch .switch input:checked + .switch__slider:before {
  transform: translateX(29px);
  background-color: #fff;
}
.form-radio {
  display: flex;
  align-items: center;
}
.form-radio label {
  margin: 0 0 0 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: transparent;
}
.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: var(--accent-color);
  border-width: 4px;
}
.form-radio .radio input:checked ~ .radio__mark .radio__icon {
  display: none;
}
.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 0 0 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: 1rem;
  height: 1rem;
  stroke-width: 1.5;
  color: #fff;
}
.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: var(--accent-color);
  border-color: var(--accent-color);
  border-radius: 4px;
}
.form-checkbox .checkbox input:checked ~ .checkbox__mark .checkbox__icon {
  display: block;
}
.form-checkbox .checkbox:hover input ~ .checkbox__mark {
  background-color: rgba(0, 68, 235, 0.05);
}
.form-checkbox .checkbox:hover input:checked ~ .checkbox__mark {
  background-color: rgba(0, 68, 235, 0.8);
}
input[type="email"],
input[type="search"],
input[type="text"],
select,
textarea {
  border: 0;
}
form.contact-form input[type="email"],
form.contact-form input[type="password"],
form.contact-form input[type="search"],
form.contact-form input[type="text"],
form.contact-form select,
form.contact-form textarea {
  border: 0;
  font-size: 0.8125rem;
  line-height: 1.3;
  font-weight: 400;
  width: 100%;
  padding-bottom: 0.875rem;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  transition: border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
form.contact-form input[type="email"]:focus,
form.contact-form input[type="password"]:focus,
form.contact-form input[type="search"]:focus,
form.contact-form input[type="text"]:focus,
form.contact-form select:focus,
form.contact-form textarea:focus {
  outline: none;
  border-bottom: 1px solid #000;
}
form.contact-form input[type="email"].-border-dark,
form.contact-form input[type="password"].-border-dark,
form.contact-form input[type="search"].-border-dark,
form.contact-form input[type="text"].-border-dark,
form.contact-form select.-border-dark,
form.contact-form textarea.-border-dark {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
form.contact-form ::placeholder {
  font-weight: 400;
}
form.contact-form.-light label,
form.contact-form.-light p {
  color: #fff;
}
form.contact-form.-light input[type="email"],
form.contact-form.-light input[type="search"],
form.contact-form.-light input[type="text"],
form.contact-form.-light select,
form.contact-form.-light textarea {
  color: #fff;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.6);
}
form.contact-form.-light ::placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}
.form-newsletter {
  max-width: 482px;
}
.form-newsletter form {
  width: 100%;
}
.form-newsletter .form-group {
  position: relative;
  width: 100%;
}
.form-newsletter input {
  padding: 28px !important;
  background-color: #fff;
  font-size: 13px !important;
  border-radius: 8px;
  width: 100%;
}
.form-newsletter [type="submit"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5625rem;
  min-width: 10.625rem;
  padding: 1.0625rem 2rem;
}
.form-newsletter.-simple {
  max-width: 482px;
}
.form-newsletter.-simple form {
  width: 100%;
}
.form-newsletter.-simple .form-group {
  position: relative;
  width: 100%;
  display: flex;
}
.form-newsletter.-simple input {
  padding: 0 28px !important;
  background-color: #fff;
  font-size: 13px !important;
  border-radius: 8px;
  width: 100%;
  height: 3.125rem;
}
.form-newsletter.-simple input.-border-dark {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.form-newsletter.-simple [type="submit"] {
  position: relative;
  top: unset;
  transform: none;
  right: 0;
  padding: 0;
  min-width: unset !important;
  flex: 1 0 auto;
  width: 3.125rem;
  height: 3.125rem;
  max-width: 3.125rem;
  max-height: 3.125rem;
}
.input-counter {
  display: flex;
  position: relative;
  width: 8.75rem;
  height: 3.25rem;
}
.input-counter input::-webkit-inner-spin-button,
.input-counter input::-webkit-outer-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%;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.5rem;
  border: 2px solid #ededed;
  border-radius: 200px !important;
}
.input-counter__controls {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.input-counter__up {
  width: 3rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.input-counter__up .icon {
  stroke-width: 2;
  color: #000;
  width: 1rem;
  height: 1rem;
}
.input-counter__down {
  width: 3rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.input-counter__down .icon {
  stroke-width: 2;
  color: #000;
  width: 1rem;
  height: 1rem;
}
.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: #000;
}
.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: #000;
}
[slider] {
  position: relative;
  height: 0.3125rem;
  border-radius: 0.625rem;
  text-align: left;
  margin: 45px 0 10px;
}
[slider] > div {
  width: 100%;
}
[slider] > div > [inverse-left] {
  left: 0;
}
[slider] > div > [inverse-left],
[slider] > div > [inverse-right] {
  position: absolute;
  height: 0.3125rem;
  border-radius: 0.625rem;
  background-color: #ccc;
}
[slider] > div > [inverse-right] {
  right: 0;
}
[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 0.3125rem;
  border-radius: 0.875rem;
  background-color: var(--accent-color);
}
[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;
  background-color: #fff;
  border-radius: 50%;
  outline: none;
  border: 2px solid var(--accent-color);
}
div[slider] > input[type="range"]::-ms-thumb {
  pointer-events: all;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 0;
  border: 0;
  background: red;
}
div[slider] > input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 0;
  border: 0;
  background: red;
}
div[slider] > input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 0;
  border: 0;
  background: red;
  -webkit-appearance: none;
}
div[slider] > input[type="range"]::-ms-fill-lower,
div[slider] > input[type="range"]::-ms-fill-upper {
  background: transparent;
  border: 0;
}
[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: var(--bg-light-4);
  color: var(--accent-color);
  padding: 0.25rem 1rem;
  border-radius: 0.5rem;
  display: inline-block;
  text-align: center;
  margin-top: 1.375rem;
}
[slider] > div > [sign] > span {
  font-size: 0.75rem;
  line-height: 1.75rem;
}
[slider]:hover > div > [sign] {
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 700;
  color: var(--text-dark-1);
  margin: 0;
}
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;
}
.text-25 {
  font-size: var(--text-25) !important;
}
.text-32 {
  font-size: var(--text-32) !important;
}
.text-16 {
  font-size: var(--text-16) !important;
}
.text-22 {
  font-size: var(--text-22) !important;
}
.text-26 {
  font-size: var(--text-26) !important;
}
.text-30 {
  font-size: var(--text-30) !important;
}
.text-50 {
  font-size: var(--text-50) !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;
  }
  .lg\:text-32 {
    font-size: var(--text-32) !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;
  }
  .md\:text-32 {
    font-size: var(--text-32) !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;
  }
  .sm\:text-32 {
    font-size: var(--text-32) !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;
  }
  .xs\:text-32 {
    font-size: var(--text-32) !important;
  }
}
.lh-1 {
  line-height: 1 !important;
}
.lh-11 {
  line-height: 1.1 !important;
}
.lh-12 {
  line-height: 1.2 !important;
}
.lh-13 {
  line-height: 1.3 !important;
}
.lh-14 {
  line-height: 1.4 !important;
  line-height: 1.5 !important;
}
.lh-16 {
  line-height: 1.6 !important;
}
.lh-17 {
  line-height: 1.7 !important;
}
.lh-18 {
  line-height: 1.8 !important;
}
.lh-19 {
  line-height: 1.9 !important;
}
.lh-2 {
  line-height: 2 !important;
}
.header-container {
  padding: 0 10rem;
}
@media (max-width: 1199px) {
  .header-container {
    padding: 0 3rem;
  }
}
@media (max-width: 991px) {
  .header-container {
    padding: 0 1.875rem;
  }
}
@media (max-width: 767px) {
  .header-container {
    padding: 0 1.5rem;
  }
}
.header {
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header__bar {
  z-index: 5;
  position: relative;
  width: 100%;
  padding: 1.75rem 10rem;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1199px) {
  .header__bar {
    padding: 1.75rem 3rem;
  }
}
@media (max-width: 991px) {
  .header__bar {
    padding: 1.75rem 1.875rem;
  }
}
@media (max-width: 767px) {
  .header__bar {
    padding: 0.75rem 1.25rem;
  }
}
.header.-container .header__bar,
.header.-container.is-sticky .header__bar {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.header__logo {
  position: relative;
}
.header .base-logo,
.header .base-logo-first {
  display: block;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header .base-logo-first {
  opacity: 1;
}
.header .base-logo-second {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header.is-sticky .base-logo-first {
  opacity: 0;
}
.header.is-sticky .base-logo-second {
  opacity: 1;
}
.header .menu-logo {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (max-width: 991px) {
  .header .menu-logo {
    display: block;
  }
}
.header.menu-open .base-logo {
  opacity: 0;
}
.header.menu-open .menu-logo {
  opacity: 1;
}
.header__right {
  display: flex;
}
.header__menu {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 0.75rem;
}
.header .nav > li > a,
.header a {
  text-decoration: none;
}
.header .nav > li > a:hover {
  text-decoration: underline !important;
  color: currentColor !important;
}
.header .nav-button-close {
  position: absolute;
  top: 0;
  opacity: 0;
}
.header .nav-button-close .icon {
  font-size: 1.0625rem;
}
.header.is-sticky.-sticky-light .header__bar {
  background-color: #322867 !important;
}
.header.is-sticky {
  position: fixed;
}
.header.is-sticky .header__bar {
  background-color: #fff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 1.75rem 9.375rem !important;
}
.sticky {
  position:fixed!important;
  margin-top: 55px;
  margin-left: -75px;
}
.logo-left {
  margin-left: 75px;
}
@media (max-width: 1199px) {
  .header.is-sticky .header__bar {
    padding: 1.75rem 3rem !important;
  }
}
@media (max-width: 991px) {
  .header.is-sticky .header__bar {
    padding: 1.75rem 1.875rem !important;
  }
}
@media (max-width: 767px) {
  .header.is-sticky .header__bar {
    padding: 0.75rem 1.25rem !important;
  }
}
.header.is-sticky.-sticky-dark .header__bar .header__right p,
.header.is-sticky.-sticky-dark .header__bar .icon,
.header.is-sticky.-sticky-dark .header__bar .nav > li > a,
.header.is-sticky.-sticky-dark .header__bar > * {
  color: #000 !important;
}
.header.is-sticky.-sticky-dark .header__bar .header__right a.button {
  color: #fff !important;
  border: 2px solid var(--text-dark-1) !important;
  background-color: var(--text-dark-1) !important;
}
.header.is-sticky.-sticky-dark .header__bar .header__right a.button:hover {
  color: var(--text-dark-1) !important;
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .header.-type-2 .header__bar {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}
.header.-type-2 .header__logo a .icon {
  font-size: 3.25rem;
}
.header.-type-7 .header__bar {
  padding: 5.625rem 7.5rem;
}
@media (max-width: 1199px) {
  .header.-type-7 .header__bar {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (max-width: 991px) {
  .header.-type-7 .header__bar {
    padding: 1.75rem 1.875rem;
  }
}
@media (max-width: 767px) {
  .header.-type-7 .header__bar {
    padding: 0.75rem 1.25rem;
  }
}
.header.-type-7 .header__logo a .icon {
  font-size: 3.25rem;
}
.header .nav {
  justify-content: center;
}
.header .nav,
.header .nav li {
  display: flex;
  align-items: center;
}
.header .nav li a {
  display: block;
  padding: 1.25rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu {
    position: unset !important;
  }
}
@media (min-width: 992px) {
  .menu {
    position: relative;
    width: unset;
  }
  .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 {
    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.875rem 1.25rem 0.9375rem;
    min-width: 15rem;
    border-radius: 0.5rem;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 25px 70px rgba(1, 33, 58, 0.07);
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
    opacity: 0;
  }
  .menu .nav__submenu_item > a {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    padding: 0.875rem 1.25rem !important;
    line-height: 1;
    border-radius: 0.5rem;
    color: var(--font-dark) !important;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .menu .nav__submenu_item > a:hover {
    background-color: #f5f7fe;
  }
  .menu .nav__submenu_item.menu-item-has-children > a {
    display: block;
    position: relative;
  }
  .menu .nav__submenu_item.menu-item-has-children > a:after {
    content: "\e907";
    font-family: icomoon !important;
    font-size: 0.625rem;
    font-weight: 400;
    position: absolute;
    right: 1.25rem;
  }
  .menu .nav__submenu_item.menu-item-has-children .nav__submenu {
    position: absolute;
    top: -1.25rem;
    left: calc(100%);
    pointer-events: none;
    opacity: 0;
  }
  .menu .mobile__back,
  .menu .mobile__background,
  .menu .mobile__copyright,
  .menu .mobile__footer,
  .menu .mobile__socials {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .menu {
    z-index: -1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    padding: 0;
  }
  .menu.is-active {
    pointer-events: auto;
  }
  .menu .mega {
    display: none;
  }
  .menu__container {
    height: 100%;
    padding: 30px 1.25rem 0;
    margin-top: 6.625rem;
    margin-bottom: 1.875rem;
    overflow: auto;
  }
  .menu ul,
  .menu__container {
    width: 100%;
    position: relative;
  }
  .menu ul {
    pointer-events: none;
  }
  .menu ul.is-active {
    pointer-events: auto;
  }
  .menu ul.nav__submenu {
    display: none !important;
  }
  .menu ul.nav__submenu.is-list-displayed {
    display: block !important;
  }
  .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 {
    position: relative;
    font-size: 1rem;
    line-height: 1;
    width: 100%;
    padding: 0.875rem 1.25rem !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--font-dark) !important;
    transform: translateY(100%);
    border-radius: 0.5rem;
  }
  .menu .nav li a:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #f5f7fe;
    opacity: 0;
  }
  .menu .nav li a:hover:before {
    opacity: 1;
  }
  .menu .nav li.menu-item-has-children > a:after {
    content: "\e907";
    font-family: icomoon !important;
    font-size: 0.625rem;
    font-weight: 400;
    position: absolute;
    right: 1.25rem;
  }
  .menu .nav__submenu {
    position: absolute;
    top: 0;
    left: 0;
  }
  .menu .nav__submenu li a {
    position: relative;
    font-size: 1rem;
    line-height: 1;
    width: 100%;
    padding: 0.875rem 1.25rem !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1a3454;
    transform: translateY(100%);
    border-radius: 0.5rem;
  }
  .menu .nav__submenu li a:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #f5f7fe;
    opacity: 0;
  }
  .menu .nav__submenu li a:hover:before {
    opacity: 1;
  }
  .menu .mobile__background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    transform: scaleY(0);
    transform-origin: bottom;
  }
  .menu .mobile__back {
    position: relative;
    width: 100%;
    margin-bottom: 1.25rem;
    opacity: 0;
    display: none;
  }
  .menu .mobile__back.-is-active {
    display: block;
  }
  .menu .mobile__back a {
    background-color: var(--accent-color);
    position: relative;
    font-size: 1rem;
    line-height: 1;
    width: 100%;
    padding: 0.875rem 1.25rem !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 0.5rem;
  }
  .menu .mobile__back a:before {
    content: "\e907";
    font-family: icomoon !important;
    font-size: 0.625rem;
    font-weight: 400;
    position: relative;
    margin-right: 1rem;
    transform: rotate(180deg);
  }
  .menu .mobile__footer {
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: flex-end;
    border-top: 1px solid #eee;
    padding: 26px 20px;
    width: 100%;
    opacity: 0;
  }
  .menu .mobile__socials {
    display: flex;
  }
  .menu .mobile__socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 8px;
    font-size: 14px;
    border-radius: 100%;
    border: 1px solid transparent;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #404046;
  }
  .menu .mobile__socials a:hover {
    color: var(--accent-color) !important;
  }
}
@media (max-width: 767px) {
  .menu__container {
    margin-top: 4.6875rem !important;
  }
}
.lines.-vertical-lines {
  z-index: -1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 13.75rem;
  right: 13.75rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .lines.-vertical-lines {
    justify-content: space-evenly;
    left: 0;
    right: 0;
  }
}
.lines.-vertical-lines span {
  height: 100%;
  width: 1px;
  background-color: #eff0f0;
}
@media (max-width: 767px) {
  .lines.-vertical-lines {
    display: none;
  }
}
.loadmore-hidden {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  display: none;
}
.loadmore-hidden.is-active {
  opacity: 1;
  display: flex;
}
.switch-content {
  position: relative;
}
.switch-content > :first-child {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  opacity: 1;
}
.switch-content > :nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
}
.switch-content.is-active > :first-child,
.switch-content > :nth-child(2) {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.switch-content.is-active > :nth-child(2) {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  opacity: 1;
}
.sectionHeading__subtitle {
  margin-bottom: 2.3125rem;
}
@media (max-width: 991px) {
  .sectionHeading__subtitle {
    margin-bottom: 1.5625rem;
  }
}
.sectionHeading__subtitle span {
  color: var(--accent-color);
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.5rem 1.5625rem;
  background-color: var(--light-accent-color);
  border-radius: 200px;
}
.sectionHeading__title {
  color: var(--text-dark-1);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .sectionHeading__title {
    font-size: 2.125rem;
  }
}
@media (max-width: 767px) {
  .sectionHeading__title {
    font-size: 1.5625rem;
  }
}
@media (max-width: 575px) {
  .sectionHeading__title br {
    display: none !important;
  }
}
.sectionHeading__text {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  margin-top: 1.125rem;
}
.sectionHeading.-light .sectionHeading__subtitle span {
  background: hsla(0, 0%, 100%, 0.05);
  color: #fff;
}
.sectionHeading.-light .sectionHeading__title {
  color: #fff;
}
.atropos {
  position: relative;
  display: block;
  perspective: 1200px;
  transform: translateZ(0);
}
.atropos-rotate-scroll-x,
.atropos-rotate-scroll-y,
.atropos-rotate-touch {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.atropos-rotate-touch-scroll-y {
  touch-action: pan-y;
}
.atropos-rotate-touch-scroll-x {
  touch-action: pan-x;
}
.atropos-rotate-touch {
  touch-action: none;
}
.atropos.-no-shadow .atropos-shadow {
  display: none;
}
.atropos-rotate,
.atropos-scale {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition-property: transform;
  display: block;
}
.atropos-highlight,
.atropos-shadow {
  position: absolute;
  pointer-events: none;
  transition-property: transform, opacity;
  display: block;
  opacity: 0;
}
.atropos-shadow {
  z-index: -1;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: blur(30px);
}
.atropos-highlight {
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-image: radial-gradient(
    circle at 50%,
    hsla(0, 0%, 100%, 0.25),
    transparent 50%
  );
  z-index: 0;
}
.atropos-inner,
.atropos-rotate {
  position: relative;
}
.atropos-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-style: preserve-3d;
  transform: translateZ(0);
  display: block;
}
.atropos-active {
  z-index: 1;
}
.atropos-active .atropos-shadow {
  opacity: 1 !important;
}
[data-atropos-offset] {
  transition-property: transform;
}
[data-atropos-opacity] {
  transition-property: opacity;
}
[data-atropos-offset][data-atropos-opacity] {
  transition-property: transform, opacity;
}
.masthead.-type-1 {
  position: relative;
  margin-top: 6.5625rem;
  height: 50rem;
}
@media (max-width: 991px) {
  .masthead.-type-1 {
    margin-top: 6.5625rem;
    padding-top: 2.5rem;
    height: auto;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .masthead.-type-1 {
    margin-top: 4.6875rem;
    padding-top: 3.75rem;
  }
}
.masthead.-type-1 .masthead__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 3.4375rem;
  right: 3.4375rem;
}
@media (max-width: 991px) {
  .masthead.-type-1 .masthead__bg {
    left: 0;
    right: 0;
    height: 50rem;
  }
}
.masthead.-type-1 .masthead__bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .masthead.-type-1 .masthead__bg img:first-child {
    display: none;
  }
}
.masthead.-type-1 .masthead__bg img:last-child {
  display: none;
}
@media (max-width: 767px) {
  .masthead.-type-1 .masthead__bg img:last-child {
    display: block;
  }
}
.masthead.-type-1 .masthead__image {
  position: absolute;
  top: 0;
  right: 9.5rem;
}
.masthead.-type-1 .masthead__image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .masthead.-type-1 .masthead__image {
    right: 0;
  }
}
@media (max-width: 991px) {
  .masthead.-type-1 .masthead__image {
    position: relative;
    padding-top: 5rem;
  }
}
.masthead.-type-1 .masthead__content {
  padding-top: 10.5rem;
}
@media (max-width: 991px) {
  .masthead.-type-1 .masthead__content {
    padding-top: 0;
  }
}
.masthead.-type-1 .masthead__subtitle {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .masthead.-type-1 .masthead__subtitle {
    margin-bottom: 1.25rem;
  }
}
.masthead.-type-1 .masthead__subtitle span {
  display: inline-block;
  color: #1a3454;
  padding: 0.5rem 1.5625rem;
  background-color: #e3e8fa;
  border-radius: 12.5rem;
  font-size: 0.8125rem;
  line-height: 1;
}
.masthead.-type-1 .masthead__title {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .masthead.-type-1 .masthead__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .masthead.-type-1 .masthead__title {
    font-size: 1.875rem;
  }
}
.masthead.-type-1 .masthead__text {
  margin-top: 0.9375rem;
}
.fs-17 {
  font-size: 17px;
}
@media (max-width: 767px) {
  .masthead.-type-1 .masthead__text {
    margin-top: 0.5rem;
  }
}
.masthead.-type-1 .masthead__pagination_numbers {
  z-index: 5;
  position: absolute;
  top: 20.625rem;
  left: 3.75rem;
  display: flex;
}
.masthead.-type-1 .masthead__pagination_numbers span {
  color: #fff;
}
.masthead.-type-1 .masthead__pagination_numbers span:first-child {
  font-size: 0.875rem;
  line-height: 1rem;
}
.masthead.-type-1 .masthead__pagination_numbers span:nth-child(2) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0 0.4375rem;
}
.masthead.-type-1 .masthead__pagination_numbers span:nth-child(3) {
  font-size: 2.5rem;
  line-height: 2.9375rem;
}
.masthead.-type-1 .masthead__socials {
  position: absolute;
  top: 50%;
  right: 3.75rem;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  display: flex;
}
.masthead.-type-1 .masthead__socials a + a {
  margin-top: 1.875rem;
}
.masthead.-type-1 .masthead__scroll {
  cursor: pointer;
  position: absolute;
  bottom: 3.125rem;
  right: 3.75rem;
}
.masthead.-type-1 .masthead__scroll_item {
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1rem;
}
.masthead.-type-1 .masthead__scroll_icon,
.masthead.-type-1 .masthead__scroll_item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #fff;
}
.masthead.-type-1 .masthead__scroll_icon {
  width: 2.1875rem;
  height: 2.1875rem;
  border: 1px solid #fff;
  transition: all 0.1s ease-out;
  margin-top: 1.5625rem;
  overflow: hidden;
}
.masthead.-type-1 .masthead__scroll_icon .icon {
  animation-duration: 1.8s;
  animation-name: uiScrollInfinite;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  color: #fff;
  position: relative;
  font-size: 1.875rem;
  transition: all 0.1s ease-out;
}
@keyframes uiScrollInfinite {
  0% {
    transform: translateY(-100%) rotate(90deg);
  }
  to {
    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: 4.6875rem;
}
@media (max-width: 991px) {
  .masthead-pagination .masthead-pagination__item + .masthead-pagination__item {
    margin-left: 2.5rem;
  }
}
.masthead-pagination__number {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  color: #fff;
}
.masthead-pagination__title {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  color: #fff;
}
.masthead-pagination__line {
  margin-top: 0.5rem;
  transform-origin: left;
  width: 6.5rem;
  height: 0.0625rem;
  background-color: #fff;
}
@media (max-width: 991px) {
  .masthead-pagination__line {
    width: 100%;
  }
}
.masthead.-type-2 .masthead__bg {
  z-index: -1;
  position: absolute;
}
@media (max-width: 991px) {
  .masthead.-type-2 .masthead__bg {
    height: 100%;
  }
  .masthead.-type-2 .masthead__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.masthead.-type-2 .masthead__content {
  padding-top: 190px;
}
@media (max-width: 991px) {
  .masthead.-type-2 .masthead__content {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
.masthead.-type-2 .masthead__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .masthead.-type-2 .masthead__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .masthead.-type-2 .masthead__title {
    font-size: 30px;
  }
}
.masthead.-type-3 {
  position: relative;
  padding-top: 160px;
  padding-bottom: 220px;
}
@media (max-width: 1199px) {
  .masthead.-type-3 {
    padding-top: 150px;
    padding-bottom: 220px;
  }
}
@media (max-width: 991px) {
  .masthead.-type-3 {
    padding-top: 140px;
    padding-bottom: 0;
  }
}
.masthead.-type-3 .masthead__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.masthead.-type-3 .masthead__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.masthead.-type-3 .masthead__image {
  position: absolute;
  right: -15vw;
}
.masthead.-type-3 .masthead__image img {
  width: 62vw;
  height: auto;
}
@media (max-width: 991px) {
  .masthead.-type-3 .masthead__image {
    position: relative;
    right: unset;
  }
  .masthead.-type-3 .masthead__image img {
    width: 100%;
  }
}
.masthead.-type-3 .masthead__content {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .masthead.-type-3 .masthead__content {
    padding-top: 0;
  }
}
.masthead.-type-3 .masthead__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .masthead.-type-3 .masthead__title {
    font-size: 42px;
  }
}
.masthead.-type-4 {
  position: relative;
  padding-top: 250px;
  padding-bottom: 250px;
}
@media (max-width: 1199px) {
  .masthead.-type-4 {
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
@media (max-width: 991px) {
  .masthead.-type-4 {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}
.masthead.-type-4 .masthead__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.masthead.-type-4 .masthead__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.masthead.-type-4 .masthead__image {
  position: absolute;
  right: 3vw;
  top: 50%;
  transform: translateY(-50%);
}
.masthead.-type-4 .masthead__image img {
  width: 48vw;
  height: auto;
}
@media (max-width: 991px) {
  .masthead.-type-4 .masthead__image {
    position: relative;
    transform: none;
    top: unset;
    right: unset;
  }
  .masthead.-type-4 .masthead__image img {
    width: 100%;
  }
}
.masthead.-type-4 .masthead__title {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .masthead.-type-4 .masthead__title {
    font-size: 42px;
  }
}
.masthead.-type-5 {
  position: relative;
  padding-top: 250px;
  padding-bottom: 340px;
}
@media (max-width: 1199px) {
  .masthead.-type-5 {
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
@media (max-width: 991px) {
  .masthead.-type-5 {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}
.masthead.-type-5 .masthead__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 95vw;
  bottom: 0;
}
.masthead.-type-5 .masthead__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.masthead.-type-5 .masthead__image {
  position: absolute;
  right: -24vw;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 8vw;
}
.masthead.-type-5 .masthead__image img {
  width: 85vw;
  height: auto;
}
@media (max-width: 991px) {
  .masthead.-type-5 .masthead__image {
    position: relative;
    transform: none;
    top: unset;
    right: unset;
    display: flex;
    justify-content: center;
  }
  .masthead.-type-5 .masthead__image img {
    width: 100%;
    width: 120vw;
  }
}
.masthead.-type-5 .masthead__title {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .masthead.-type-5 .masthead__title {
    font-size: 42px;
  }
}
.masthead.-type-6 {
  position: relative;
  padding-top: 280px;
  padding-bottom: 240px;
}
@media (max-width: 1199px) {
  .masthead.-type-6 {
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
@media (max-width: 991px) {
  .masthead.-type-6 {
    padding-top: 160px;
    padding-bottom: 0;
  }
}
.masthead.-type-6 .masthead__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  bottom: 0;
}
.masthead.-type-6 .masthead__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.masthead.-type-6 .masthead__image {
  position: absolute;
  bottom: -1vw;
  right: 0;
}
.masthead.-type-6 .masthead__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .masthead.-type-6 .masthead__image {
    right: -26vw;
  }
}
@media (max-width: 991px) {
  .masthead.-type-6 .masthead__image {
    position: relative;
    transform: none;
    top: unset;
    bottom: unset;
    right: unset;
    left: -20vw;
  }
  .masthead.-type-6 .masthead__image img {
    width: 120vw;
  }
}
@media (max-width: 767px) {
  .masthead.-type-6 .masthead__image {
    left: -25vw;
  }
}
.masthead.-type-6 .masthead__title {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .masthead.-type-6 .masthead__title {
    font-size: 42px;
  }
}
.masthead.-type-7 {
  position: relative;
  padding-top: 17.5rem;
  padding-bottom: 13.75rem;
}
@media (max-width: 1199px) {
  .masthead.-type-7 {
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
@media (max-width: 991px) {
  .masthead.-type-7 {
    padding-top: 160px;
    padding-bottom: 450px;
  }
}
@media (max-width: 767px) {
  .masthead.-type-7 {
    padding-top: 160px;
    padding-bottom: 300px;
  }
}
.masthead.-type-7 .masthead__bg {
  z-index: -1;
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  left: 1.875rem;
  bottom: 0;
}
.masthead.-type-7 .masthead__bg img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .masthead.-type-7 .masthead__bg img {
    object-fit: cover;
  }
  .masthead.-type-7 .masthead__bg {
    top: 0;
    right: 0;
    left: 0;
  }
}
.masthead.-type-7 .masthead__image {
  position: absolute;
  bottom: 0;
  right: 11vw;
}
.masthead.-type-7 .masthead__image img {
  width: 40vw;
  height: auto;
}
.masthead.-type-7 .masthead__image img:first-child {
  z-index: 0;
  position: absolute;
  padding-top: 4vw;
}
.masthead.-type-7 .masthead__image img:nth-child(2) {
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .masthead.-type-7 .masthead__image {
    right: 6vw;
  }
  .masthead.-type-7 .masthead__image img {
    width: 50vw;
  }
}
@media (max-width: 1199px) {
  .masthead.-type-7 .masthead__image {
    right: -2vw;
  }
  .masthead.-type-7 .masthead__image img {
    width: 60vw;
  }
}
@media (max-width: 991px) {
  .masthead.-type-7 .masthead__image {
    transform: none;
    top: unset;
    bottom: unset;
    right: unset;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .masthead.-type-7 .masthead__image img {
    width: 100vw;
  }
}
.masthead.-type-7 .masthead__title {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .masthead.-type-7 .masthead__title {
    font-size: 42px;
  }
}
.masthead.-type-8 {
  position: relative;
  padding-top: 17.5rem;
  padding-bottom: 13.75rem;
}
@media (max-width: 1199px) {
  .masthead.-type-8 {
    padding-top: 220px;
    padding-bottom: 140px;
  }
}
@media (max-width: 991px) {
  .masthead.-type-8 {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}
.masthead.-type-8 .masthead__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.masthead.-type-8 .masthead__bg img {
  width: 100%;
  height: auto;
}
.masthead.-type-8 .masthead__image {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.masthead.-type-8 .masthead__image img {
  width: 90%;
  height: auto;
}
@media (max-width: 1199px) {
  .masthead.-type-8 .masthead__image img {
    width: 55vw;
  }
}
.masthead.-type-8 .masthead__video {
  position: absolute;
  top: 30%;
  left: 58%;
}
.masthead.-type-8 .masthead__title {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .masthead.-type-8 .masthead__title {
    font-size: 42px;
  }
}
.masthead.-type-9 {
  position: relative;
  padding-top: 12.5rem;
  padding-bottom: 13.75rem;
}
@media (max-width: 1199px) {
  .masthead.-type-9 {
    padding-top: 180px;
    padding-bottom: 140px;
  }
}
@media (max-width: 991px) {
  .masthead.-type-9 {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}
.masthead.-type-9 .masthead__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.masthead.-type-9 .masthead__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.masthead.-type-9 .masthead__image {
  margin-right: -80px;
}
@media (max-width: 991px) {
  .masthead.-type-9 .masthead__image {
    margin-right: 0;
  }
}
.masthead.-type-9 .masthead__image img {
  height: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .masthead.-type-9 .masthead__image {
    position: relative;
    transform: none;
    top: unset;
    bottom: unset;
    right: unset;
    padding-top: 0;
  }
  .masthead.-type-9 .masthead__image img {
    width: 100%;
  }
}
.masthead.-type-9 .masthead__video {
  position: absolute;
  top: 100px;
  right: 150px;
}
@media (max-width: 767px) {
  .masthead.-type-9 .masthead__video {
    top: 50%;
    right: unset;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.masthead.-type-9 .masthead__title {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .masthead.-type-9 .masthead__title {
    font-size: 42px;
  }
}
.socials,
.socials > * a {
  display: flex;
  align-items: center;
}
.socials > * a {
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.socials > * a:hover {
  color: var(--accent-color);
}
.socials > * + * {
  margin-left: 1rem;
}
.footer.-type-1 {
  position: relative;
  padding: 2.8125rem 0;
}
@media (max-width: 991px) {
  .footer.-type-1 {
    padding: 1.875rem 0;
  }
}
.footer.-type-1 .footer__left a {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  text-decoration: none;
}
.footer.-type-1 .footer__center {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .footer.-type-1 .footer__center {
    position: relative;
  }
}
.footer.-type-2 {
  padding-top: 256px;
}
.footer.-type-3 {
  padding-top: 80px;
}
.footer.-type-4 {
  padding-top: 120px;
}
.numCounter {
  position: relative;
  display: flex;
  flex-direction: column;
}
.numCounter.-light .counter__back {
  -webkit-text-stroke: 1px hsla(0, 0%, 100%, 0.2);
}
.numCounter__number {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .numCounter__number {
    font-size: 1.5625rem !important;
  }
  .numCounter__title {
    font-weight: 400;
  }
}
.numCounter__line {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #eee;
}
.numCounter__line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  transform-origin: left;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleX(0);
}
.numCounter:hover .numCounter__number {
  color: var(--accent-color);
}
.numCounter:hover .numCounter__line:before {
  transform: scaleX(1);
}
.numCounter.-small .numCounter.-light .counter__back {
  -webkit-text-stroke: 1px hsla(0, 0%, 100%, 0.2);
}
.numCounter.-small .numCounter__number {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .numCounter.-small .numCounter__number {
    font-size: 1.5625rem !important;
  }
  .numCounter.-small .numCounter__title {
    font-weight: 400;
  }
}
.numCounter.-small .numCounter__line {
  position: relative;
  width: 1px;
  height: 1.625rem;
  background-color: #eee;
}
.numCounter.-small .numCounter__line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  transform-origin: left;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleX(0);
}
.numCounter.-small .numCounter:hover .numCounter__number {
  color: var(--accent-color);
}
.numCounter.-small .numCounter:hover .numCounter__line:before {
  transform: scaleX(1);
}
.cta-image {
  position: absolute;
  right: -60px;
  bottom: -2px;
}
@media (max-width: 991px) {
  .cta-image {
    position: relative;
    right: 0;
  }
}
.blog__image {
  position: relative;
}
.blog__category {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding: 10px 20px;
}
.blog__info {
  display: flex;
  margin: -6px;
}
.blog__info a {
  padding: 6px;
  color: #b88768;
  font-size: 14px;
  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,
.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;
  }
}
.portfolio__content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 40px;
  padding-bottom: 16px;
  width: 650px;
  max-width: 80%;
  background-color: #fff;
  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: #d7926b;
  font-size: 14px;
  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: #fff;
  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 a,
.portfolioCard.-type-2.-hover .portfolioCard__content p {
  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 h3,
.portfolioCard.-type-2.-hover:hover .portfolioCard__content p {
  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: #fff;
  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: #d7926b;
}
.portfolioCard.-type-3 .portfolioCard__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.sectionSlider {
  width: 100%;
}
.pagination.-slider {
  display: flex;
  justify-content: center;
}
.pagination.-slider .pagination__item {
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: transparent;
  border: 1px solid var(--accent-color);
  border-radius: 100%;
}
.pagination.-slider .pagination__item.is-active {
  background-color: var(--accent-color);
}
.pagination.-slider.-white .pagination__item {
  border: 1px solid #fff;
}
.pagination.-slider.-white .pagination__item.is-active {
  background-color: #fff;
}
.pagination.-slider .pagination__item + .pagination__item {
  margin-left: 0.625rem;
}
.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 {
  display: flex;
}
.sectionSlider .nav.-slider .nav__item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  background-color: #f5f7fe;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sectionSlider .nav.-slider .nav__item .icon {
  position: relative;
  font-size: 1.875rem;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sectionSlider .nav.-slider .nav__item:hover {
  background-color: var(--accent-color);
}
.sectionSlider .nav.-slider .nav__item:hover .icon {
  color: #fff;
}
.sectionSlider .nav.-slider.-absolute-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .sectionSlider .nav.-slider.-absolute-center {
    position: relative;
    top: unset;
    transform: unset;
  }
}
.sectionSlider .scrollbar.-slider {
  position: relative;
  height: 4px;
  width: 100%;
  background-color: #f5f4f2;
  border-radius: 0.625rem;
}
.sectionSlider .scrollbar.-slider > div {
  height: 100%;
  background-color: #c6c6c6;
  border-radius: 0.625rem;
}
body.is-cursor-active,
body.is-cursor-active * {
  cursor: none !important;
}
.cursor {
  position: fixed;
  pointer-events: none;
  z-index: 10000;
  transition: transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cursor,
.cursor__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cursor__wrapper {
  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: #888;
  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: #000;
  stroke-width: 1;
}
.cursor__arrows > :first-child {
  left: -0.625rem;
}
.cursor__arrows > :last-child {
  right: -0.625rem;
}
.cursor__label {
  font-size: 16px;
  font-weight: 600;
}
.cursor__icon,
.cursor__label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  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 svg {
  width: 48px;
  height: 48px;
  stroke-width: 0.75;
}
.cursor__slider_icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  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__slider_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.5);
  transform: scale(3.4);
  opacity: 0.25;
}
.cursor.is-active.has-label .cursor__follower {
  background-color: #01213a;
  opacity: 1;
}
.cursor.is-active.has-label .cursor__label {
  transform: scale(1);
}
.cursor.is-active.has-label-light .cursor__follower {
  box-shadow: 0 5px 70px rgba(1, 33, 58, 0.03);
  background-color: #fff;
  opacity: 1;
}
.cursor.is-active.has-label-light .cursor__label {
  color: var(--bg-dark-1) !important;
  transform: scale(1);
}
.cursor.is-active.has-icon .cursor__follower {
  background-color: #000;
  opacity: 0.8;
}
.cursor.is-active.has-icon .cursor__icon {
  transform: scale(1);
}
.cursor.is-active.has-slider-icon .cursor__follower {
  background-color: #000;
  opacity: 0.8;
}
.cursor.is-active.has-slider-icon .cursor__slider_icon {
  transform: scale(1);
}
body.preloader-visible .preloader {
  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;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
  transform-origin: bottom;
  opacity: 1;
  background-color: #fff;
  display: none !important;
}
.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: #000;
  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: 14px;
  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-percent,
.pieChart .pieChart-text,
.pieChart .pieChart-title {
  transition: color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pieChart-light circle {
  stroke: hsla(0, 0%, 100%, 0.2);
}
.pieChart-light:hover {
  background-color: #fff;
}
.pieChart-light:hover .pieChart-percent,
.pieChart-light:hover .pieChart-title {
  color: #000;
}
.pieChart-light:hover .pieChart-text {
  color: var(--font-dark);
}
.pieChart-dark circle {
  stroke: rgba(0, 0, 0, 0.1);
}
.pieChart-dark:hover {
  background-color: #000;
}
.pieChart-dark:hover .pieChart-percent,
.pieChart-dark:hover .pieChart-title {
  color: #fff;
}
.pieChart-dark:hover .pieChart-text {
  color: var(--font-light);
}
.lineChart__item {
  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.375rem;
  border-radius: 200px;
}
.lineChart-bar__item {
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  transform: scaleX(0);
  border-radius: 200px;
}
.lineChart-bar__bg {
  position: absolute;
  width: 100%;
  height: 0.375rem;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.1);
}
.lineChart-bar__bg.-light {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.mega {
  cursor: auto;
  z-index: 2000;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 2.5rem 1.25rem 1.25rem;
  display: flex;
  width: 52.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 25px 70px rgba(1, 33, 58, 0.07);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mega {
    left: 50%;
    transform: translateX(-50%);
  }
}
.mega__menu,
.mega__menu .row {
  width: 100%;
}
.mega__column {
  display: flex;
  flex-direction: column;
}
.mega__list a {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  padding: 0.8125rem 1.25rem !important;
  line-height: 1;
  color: var(--font-dark) !important;
  border-radius: 0.5rem;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mega__list a:hover {
  background-color: #f5f7fe;
}
.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%;
  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;
}
.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,
.accordion__button:active {
  color: #454545;
}
.accordion.-simple .accordion__item {
  padding: 0;
}
.accordion.-simple .accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.accordion.-simple .accordion__content__inner {
  padding-bottom: 1.25rem;
}
.accordion.-simple .accordion__button {
  cursor: pointer;
  color: var(--text-dark-1);
  padding: 1.1875rem 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: none;
  outline: none;
  transition: 0.4s;
}
.accordion.-simple .accordion__button button {
  color: var(--text-dark-1);
}
.accordion.-simple .accordion__icon {
  position: relative;
  margin-right: 0.9375rem;
}
.accordion.-simple .accordion__icon .icon {
  width: 1.5rem;
  height: 1.5rem;
  stroke-width: 2;
  transition: all 0.2s ease-out;
}
.accordion.-simple .accordion__icon .icon:first-child {
  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 > :first-child {
  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 hsla(0, 0%, 100%, 0.2);
}
.accordion.-bordered .accordion__item {
  padding: 0;
}
.accordion.-bordered .accordion__item + .accordion__item {
  margin-top: 1.25rem;
}
.accordion.-bordered .accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.accordion.-bordered .accordion__content__inner {
  padding: 2.25rem 4.8125rem 2.25rem 1.4375rem;
}
.accordion.-bordered .accordion__button {
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--text-dark-1);
  padding: 1.1875rem 1.4375rem;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 1rem;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.accordion.-bordered .accordion__button button {
  color: var(--text-dark-1);
}
.accordion.-bordered .accordion__icon {
  position: relative;
  margin-right: 0.9375rem;
}
.accordion.-bordered .accordion__icon .icon {
  width: 1.5rem;
  height: 1.5rem;
  stroke-width: 2;
  transition: all 0.2s ease-out;
}
.accordion.-bordered .accordion__icon .icon:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.accordion.-bordered .accordion__icon .icon:nth-child(2) {
  position: relative;
  transform: rotate(-90deg);
  opacity: 0;
}
.accordion.-bordered .accordion__item.is-active .accordion__button {
  box-shadow: 0 5px 70px rgba(1, 33, 58, 0.03);
}
.accordion.-bordered
  .accordion__item.is-active
  .accordion__icon
  > :first-child {
  transform: rotate(90deg);
  opacity: 0;
}
.accordion.-bordered
  .accordion__item.is-active
  .accordion__icon
  > :nth-child(2) {
  transform: none;
  opacity: 1;
}
.accordion.-block.-light .accordion__item + .accordion__item {
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}
.tabs__content {
  position: relative;
}
.tabs__pane {
  position: absolute;
  top: 0;
  visibility: hidden;
  transition: none;
  opacity: 0;
}
.tabs__pane.is-active {
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  position: relative;
  opacity: 1;
  visibility: visible;
}
.tabs-group {
  border: 1px solid var(--purple-3-color);
  padding: 4px;
  border-radius: 200px;
}
@media (max-width: 991px) {
  .tabs-group {
    padding: 12px;
    border-radius: 16px;
  }
}
.tabs-group .is-active {
  background-color: var(--purple-3-color);
  color: #fff !important;
}
.tabs-group .tabs__button {
  width: 100%;
}
.tabs-group .col-md {
  padding: 0;
}
.tabs-line {
  position: relative;
}
.tabs-line:after {
  content: "";
  width: 2px;
  height: calc(100% - 160px);
  z-index: 1;
  position: absolute;
  top: 90px;
  left: 45px;
  background-color: var(--bg-light-4);
}
@media (max-width: 767px) {
  .tabs-line:after {
    display: none;
  }
}
.tabs.-buttons .tabs__button {
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: var(--bg-light-4);
}
.tabs.-buttons .tabs__button.is-active {
  color: #fff !important;
  background-color: var(--accent-color) !important;
}
.tabs.-buttons .tabs__button:not(:first-child) {
  margin-left: 0.75rem;
}
.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.-active-1 .tabs__controls button.is-active {
  color: #000 !important;
  background-color: #fff !important;
}
.tabs.-active-2 .tabs__controls .tabs__button.is-active {
  background-color: var(--bg-dark-5) !important;
}
.tabs.-active-3 .tabs__controls .tabs__button.is-active .-tab-active {
  background-color: var(--dark-blue-color) !important;
  color: #fff !important;
}
.tabs.-active-accent .tabs__controls .tabs__button.is-active {
  color: var(--accent-color) !important;
}
.tabs.-lines .tabs__controls {
  border-bottom: 1px solid #eee;
  display: flex;
}
.tabs.-lines .tabs__button {
  margin-bottom: -1px;
  padding: 0.625rem 0.75rem 2.125rem;
  font-weight: 600;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.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-small .tabs__controls {
  border-bottom: 1px solid #eee;
  display: flex;
}
.tabs.-lines-small .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);
  border-bottom: 2px solid transparent;
}
.tabs.-lines-small .tabs__button.is-active {
  color: var(--accent-color) !important;
  border-bottom: 2px solid var(--accent-color);
}
.tabs.-lines-small .tabs__button + .tabs__button {
  margin-left: 0.5rem;
}
.tabs.-lines-small .tabs__pane {
  display: none;
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tabs.-lines-small .tabs__pane.is-active {
  display: block;
  opacity: 1;
}
.tabs.-button-bg-white .tabs__button.is-active {
  background-color: #fff !important;
  box-shadow: 0 5px 70px rgba(1, 33, 58, 0.03);
}
.tabs.-button-bg-white .tabs__pane {
  display: none;
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tabs.-button-bg-white .tabs__pane.is-active {
  display: block;
  opacity: 1;
}
.table {
  width: 100%;
  caption-side: bottom;
  border-collapse: collapse;
}
.table thead {
  background-color: var(--bg-light-4);
  color: var(--accent-color);
}
.table th {
  padding: 1.5625rem;
}
.table tbody tr {
  border-bottom: 1px solid #eee;
}
.table td {
  padding: 1.5625rem;
  color: #615e5e;
}
.table.-striped > tbody > tr:nth-of-type(2n) {
  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: #cde9f6;
}
.alert.-info .alert__icon .icon,
.alert.-info .alert__title {
  color: #4780aa;
}
.alert.-warning .alert__content {
  background-color: #f7f3d7;
}
.alert.-warning .alert__icon .icon,
.alert.-warning .alert__title {
  color: #927238;
}
.alert.-error .alert__content {
  background-color: #ecc8c5;
}
.alert.-error .alert__icon .icon,
.alert.-error .alert__title {
  color: #ab3331;
}
.alert.-success .alert__content {
  background-color: #def2d7;
}
.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: #fff;
  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 0 1.25rem 4.375rem;
  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: #000;
}
@media (max-width: 767px) {
  .shopCart-products .shopCart-products__cross {
    left: unset;
    top: 2.25rem;
    right: 0;
  }
  .shopCart-products .shopCart-products__item {
    padding-left: 0;
  }
}
.shopCart-products__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875rem;
  text-transform: uppercase;
  color: #000;
}
.shopCart-products__item {
  position: relative;
  padding: 1.875rem 0 1.875rem 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: #000;
}
.shopCart-products__price,
.shopCart-products__quantity,
.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: #000;
  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: 0;
}
@media (max-width: 991px) {
  .shopSidebar {
    margin-top: 7.5rem;
  }
}
@media (max-width: 767px) {
  .shopSidebar {
    margin-top: 6.25rem;
  }
}
.shopSidebar__item .search > form {
  position: relative;
  display: flex;
  align-items: center;
}
.shopSidebar__item .search .field {
  z-index: 1;
  font-size: 14px;
  line-height: 24px;
  padding: 12px 12px 12px 28px;
  border-bottom: 1px solid #eee;
}
.shopSidebar__item .search .submit {
  z-index: 5;
  position: absolute;
  left: 0;
  padding-bottom: 4px;
}
.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: 22px;
  height: 22px;
  stroke-width: 1.5;
}
.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: #000;
}
.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: var(--accent-color);
  border-radius: 100%;
}
.shopCompleted-header .icon svg {
  stroke-width: 4;
  color: #fff;
  width: 2.25rem;
  height: 2.25rem;
}
.shopCompleted-header .title {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .shopCompleted-header .title {
    font-size: 2rem;
  }
}
.shopCompleted-header .subtitle {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-top: 0.625rem;
}
.shopCompleted-info {
  margin-top: 2.5rem;
  border: 1px dashed var(--accent-color);
  border-radius: 0.5rem;
  background-color: var(--accent-light-color);
  padding: 2.5rem 3.25rem;
}
@media (max-width: 767px) {
  .shopCompleted-info {
    padding: 2.125rem;
  }
}
.shopCompleted-info__item .subtitle {
  font-size: 0.875rem;
}
.shopCompleted-info__item .title {
  font-size: 0.9375rem;
  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 {
  padding: 3.75rem;
}
@media (max-width: 767px) {
  .shopCompleted-footer__wrap {
    padding: 2.125rem;
  }
}
.shopCompleted-footer__wrap .title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.75rem;
}
.shopCompleted-footer__wrap .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  line-height: 3.75rem;
  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;
}
.blogPost.-comments .blogPost__content .comments__list li {
  list-style: none;
}
.blogPost.-comments .blogPost__content .comments__list > li:first-child,
.blogPost.-comments
  .blogPost__content
  .comments__list
  > li:first-child
  > .comments-item-inner {
  border-top: none;
}
.blogPost.-comments .blogPost__content .comments__list .pingback a,
.blogPost.-comments .blogPost__content .comments__list .trackback a {
  line-height: 1.5rem;
  text-decoration: none !important;
}
.blogPost.-comments .blogPost__content .comments__list {
  margin: 0;
}
.blogPost.-comments .blogPost__content .comments__list > li {
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .blogPost.-comments .blogPost__content .comments__list > li {
    margin-top: 2.5rem;
  }
}
.blogPost.-comments .blogPost__content .comments__item-inner {
  display: flex;
}
.blogPost.-comments .blogPost__content .comments__item .children {
  margin: 0;
  padding: 2rem 0 0 5%;
}
.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.875rem 0 0;
  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;
}
.respondForm h3 {
  margin: 0;
}
.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-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;
}
.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 {
  margin-left: 0.625rem;
}
.sliderNav__item.-next:before,
.sliderNav__item.-prev:after {
  content: "";
  width: 3.75rem;
  height: 1px;
  background-color: currentColor;
}
.sliderNav__item.-next:before {
  margin-right: 0.625rem;
}
.sliderNav .sliderNav__item + .sliderNav__item {
  margin-left: 1.25rem;
}
.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: #000;
  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__item,
.masonry.-col-4 .masonry__item.-long,
.masonry.-col-4 .masonry__sizer {
  width: 25%;
}
.masonry.-col-4 .masonry__item.-big,
.masonry.-col-4 .masonry__item.-wide {
  width: 50%;
}
@media (max-width: 991px) {
  .masonry.-col-4 .masonry__item,
  .masonry.-col-4 .masonry__item.-long,
  .masonry.-col-4 .masonry__sizer {
    width: 33.33333%;
  }
  .masonry.-col-4 .masonry__item.-big,
  .masonry.-col-4 .masonry__item.-wide {
    width: 66.66666%;
  }
}
@media (max-width: 767px) {
  .masonry.-col-4 .masonry__item,
  .masonry.-col-4 .masonry__item.-long,
  .masonry.-col-4 .masonry__sizer {
    width: 50%;
  }
  .masonry.-col-4 .masonry__item.-big,
  .masonry.-col-4 .masonry__item.-wide {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .masonry.-col-4 .masonry__item,
  .masonry.-col-4 .masonry__item.-big,
  .masonry.-col-4 .masonry__item.-long,
  .masonry.-col-4 .masonry__item.-wide,
  .masonry.-col-4 .masonry__sizer {
    width: 100%;
  }
}
.masonry.-col-3 .masonry__item,
.masonry.-col-3 .masonry__item.-long,
.masonry.-col-3 .masonry__sizer {
  width: 33.33333%;
}
.masonry.-col-3 .masonry__item.-big,
.masonry.-col-3 .masonry__item.-wide {
  width: 66.66666%;
}
@media (max-width: 767px) {
  .masonry.-col-3 .masonry__item,
  .masonry.-col-3 .masonry__item.-long,
  .masonry.-col-3 .masonry__sizer {
    width: 50%;
  }
  .masonry.-col-3 .masonry__item.-big,
  .masonry.-col-3 .masonry__item.-wide {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .masonry.-col-3 .masonry__item,
  .masonry.-col-3 .masonry__item.-big,
  .masonry.-col-3 .masonry__item.-long,
  .masonry.-col-3 .masonry__item.-wide,
  .masonry.-col-3 .masonry__sizer {
    width: 100%;
  }
}
.masonry.-col-2 .masonry__item,
.masonry.-col-2 .masonry__item.-long,
.masonry.-col-2 .masonry__sizer {
  width: 50%;
}
.masonry.-col-2 .masonry__item.-big,
.masonry.-col-2 .masonry__item.-wide {
  width: 100%;
}
@media (max-width: 575px) {
  .masonry.-col-2 .masonry__item,
  .masonry.-col-2 .masonry__item.-big,
  .masonry.-col-2 .masonry__item.-long,
  .masonry.-col-2 .masonry__item.-wide,
  .masonry.-col-2 .masonry__sizer {
    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);
}
.masonry.-gap-fancy {
  margin-left: -7.1875rem;
  margin-right: -7.1875rem;
}
.masonry.-gap-fancy .masonry__item {
  padding: 0 7.1875rem;
  margin-bottom: 5.625rem;
}
@media (max-width: 1199px) {
  .masonry.-gap-fancy {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .masonry.-gap-fancy .masonry__item {
    padding: 0 5rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 991px) {
  .masonry.-gap-fancy {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .masonry.-gap-fancy .masonry__item {
    padding: 0 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.no-page {
  width: 100%;
  height: 100vh;
}
.no-page .container,
.no-page .row {
  height: 100%;
}
.no-page__bg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.no-page__title {
  font-size: 12.5rem;
  line-height: 1;
}
@media (max-width: 991px) {
  .no-page__title {
    font-size: 7.5rem;
  }
}
@media (max-width: 767px) {
  .no-page__title {
    font-size: 5.625rem;
  }
}
.related-nav {
  border-top: 1px solid #eee;
}
.related-nav__icon {
  width: 24px;
  height: 24px;
}
.related-nav__icon span {
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--font-dark);
}
.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 .icon,
.related-nav__item:hover span {
  color: var(--color-accent) !important;
}
.related-nav__item.-next {
  justify-content: flex-end;
  text-align: right;
}
.related-nav__arrow .icon {
  font-size: 24px;
  color: #000;
  transition: all 0.1s ease-out;
}
.related-nav__content p,
.related-nav__content span {
  text-decoration: none !important;
}
.pagination.-section {
  display: flex;
  align-items: center;
}
.pagination.-section .pagination__content {
  margin: 0 5.625rem;
}
.pagination.-section .pagination__content > * {
  font-size: 14px;
  line-height: 1;
  color: #000;
  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;
}
.nav-icon,
.nav-icon__circle {
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nav-icon__circle {
  border-radius: 100%;
  border: 1px solid #000;
  width: 35px;
  height: 35px;
}
.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);
}
.badge {
  padding: 0.375rem 1rem;
  border-radius: 200px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.page-header.-base {
  position: relative;
  margin-top: 6.5625rem;
}
@media (max-width: 767px) {
  .page-header.-base {
    margin-top: 5rem;
  }
}
.page-header.-base .page-header__bg {
  padding: 0 3.4375rem;
}
@media (max-width: 991px) {
  .page-header.-base .page-header__bg {
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #f5f7fe;
  }
  .page-header.-base .page-header__bg img {
    display: none;
  }
}
.page-header.-base .page-header__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding-bottom: 3.75rem;
}
@media (max-width: 991px) {
  .page-header.-base .page-header__content {
    position: relative;
    transform: none;
    top: unset;
    left: unset;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .page-header.-base .page-header__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-header.-base .page-header__title {
  font-size: 3.75rem;
}
@media (max-width: 767px) {
  .page-header.-base .page-header__title {
    font-size: 3.125rem;
  }
}
@media (max-width: 991px) {
  .page-header.-base.-dark .page-header__bg {
    background-color: #1a3454;
  }
}
.page-header.-blue {
  position: relative;
}
@media (max-width: 991px) {
  .page-header.-blue {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.page-header.-blue .page-header__bg {
  height: 30rem;
}
.page-header.-blue .page-header__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .page-header.-blue .page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.page-header.-blue .page-header__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding-top: 5rem;
}
@media (max-width: 991px) {
  .page-header.-blue .page-header__content {
    position: relative;
    transform: none;
    top: unset;
    left: unset;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .page-header.-blue .page-header__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-header.-blue .page-header__title {
  font-size: 3.75rem;
}
@media (max-width: 767px) {
  .page-header.-blue .page-header__title {
    font-size: 3.125rem;
  }
}
.page-header.-image {
  position: relative;
  padding-top: 20.625rem;
  padding-bottom: 11.25rem;
}
@media (max-width: 1199px) {
  .page-header.-image {
    padding-top: 280px;
    padding-bottom: 140px;
  }
}
@media (max-width: 991px) {
  .page-header.-image {
    padding-top: 200px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .page-header.-image {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
.page-header.-image .page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-header.-image .page-header__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header.-image .page-header__title {
  font-size: 3.75rem;
}
@media (max-width: 767px) {
  .page-header.-image .page-header__title {
    font-size: 3.125rem;
  }
}
.page-header.-image-portfolio {
  position: relative;
  padding-top: 19.375rem;
  padding-bottom: 19.375rem;
}
@media (max-width: 1199px) {
  .page-header.-image-portfolio {
    padding-top: 280px;
    padding-bottom: 180px;
  }
}
@media (max-width: 991px) {
  .page-header.-image-portfolio {
    padding-top: 200px;
    padding-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .page-header.-image-portfolio {
    padding-top: 160px;
    padding-bottom: 140px;
  }
}
.page-header.-image-portfolio .page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-header.-image-portfolio .page-header__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header.-image-portfolio .page-header__title {
  font-size: 3.75rem;
}
@media (max-width: 767px) {
  .page-header.-image-portfolio .page-header__title {
    font-size: 3.125rem;
  }
}
.page-header.-text {
  position: relative;
  margin-top: 6.5625rem;
  padding-top: 5.9375rem;
}
@media (max-width: 991px) {
  .page-header.-text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .page-header.-text {
    margin-top: 5rem;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-header.-text .page-header__title {
  font-size: 3.75rem;
}
@media (max-width: 767px) {
  .page-header.-text .page-header__title {
    font-size: 3.125rem;
  }
}
@media (max-width: 991px) {
  .atropos {
    pointer-events: none !important;
  }
}
.right-0 {
  right: 0;
}
@media (max-width: 991px) {
  .md\:h-300 {
    height: 300px !important;
  }
  .md\:h-auto {
    height: auto !important;
  }
  .md\:bg-pos-top {
    background-position: 0 -100px !important;
  }
}
.h-screen {
  height: 100vh;
}
.row-dividers-dark > :not(:first-child) {
  border-left: 1px solid #eee;
}
@media (max-width: 991px) {
  .row-dividers-dark > :not(:first-child) {
    border-left: none;
  }
}
.gradient-content {
  background: linear-gradient(180deg, rgba(23, 38, 47, 0), #17262f);
}
@media (max-width: 767px) {
  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }
}
.container-lg {
  padding-left: 8%;
  padding-right: 8%;
  width: 100%;
  max-width: 100%;
}
.opac-0 {
  opacity: 0;
}
.opac-10 {
  opacity: 0.1;
}
.opac-20 {
  opacity: 0.2;
}
.opac-30 {
  opacity: 0.3;
}
.opac-40 {
  opacity: 0.4;
}
.opac-50 {
  opacity: 0.5;
}
.opac-60 {
  opacity: 0.6;
}
.opac-70 {
  opacity: 0.7;
}
.opac-80 {
  opacity: 0.8;
}
.opac-90 {
  opacity: 0.9;
}
.opac-100 {
  opacity: 1;
}
.size-icon-50 {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
}
@media (max-width: 991px) {
  .size-icon-50 {
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
  }
}
.size-icon-80 {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
}
.size-icon-100 {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
}
@media (max-width: 991px) {
  .size-icon-100 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }
}
.initial-img {
  width: 100%;
  height: auto;
}
.grade6-10 {
  width: 800px;
  margin-left: -220px;
}

.grade12 {
  width: 600px;
}


.mobile{display:none;}
@media(max-width: 500px){
  .desktop{
    display:none;
  }
  .mobile{
    display:block;
  }
  .sticky {
    position:relative!important;
    margin-top: 0px;
    margin-left: 0px;
  }
  .logo-left {
    margin-left: 0px;
  }
  .phone-slider-image__bg {
    display: none!important;
  }
}


.icon-circle-check {
  background-color: #e6ecfd;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-circle-check .icon {
  width: 0.625rem;
  height: 0.625rem;
  stroke-width: 3;
}
.phone-slider-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone-slider-image__bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.phone-slider-image img {
  border-radius: 30px;
  margin-top: 12px;
}

.phone-slider {
	width: 290px!important; 
	margin-right: 150px!important; 
	margin-left: 48px!important;
}

.margin-pricing {
  /*margin-left: 30px!important;*/
  margin-left: -10px!important;
}

.price-switch {
  display: flex;
  align-items: center;
}
.price-switch .form-switch {
  margin: 0 1.25rem;
}
@media (max-width: 767px) {
  .price-switch .form-switch {
    margin: 0 0.625rem;
  }

  .phone-slider {
		margin-left: 15px!important;
	}

  .margin-pricing {
    margin-left: -15px!important;
  }

}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-grow {
  flex: 1 0 auto;
}
.flex-expand {
  flex: 1 1 auto;
}
.direction-column {
  flex-direction: column;
}
.direction-row {
  flex-direction: row;
}
@media (max-width: 767px) {
  .sm\:direction-column {
    flex-direction: column;
  }
  .sm\:direction-row {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .md\:direction-column {
    flex-direction: column;
  }
  .md\:direction-row {
    flex-direction: row;
  }
}
.section-bg-color {
  position: relative;
}
.section-bg-color__item {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10rem;
  right: 10rem;
  border-radius: 1.875rem;
  background-color: #f5f7fe;
}
@media (max-width: 1700px) {
  .section-bg-color__item {
    left: 5rem;
    right: 5rem;
  }
}
@media (max-width: 1550px) {
  .section-bg-color__item {
    left: 1.5rem;
    right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .section-bg-color__item {
    border-radius: 0;
    left: 0;
    right: 0;
  }
}
.section-bg-color__item.-wide {
  left: 3.4375rem !important;
  right: 3.4375rem !important;
}
@media (max-width: 1300px) {
  .section-bg-color__item.-wide {
    left: 1.5rem !important;
    right: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  .section-bg-color__item.-wide {
    border-radius: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
}
.section-bg-color__item.-full {
  left: 0 !important;
  right: 0 !important;
}
.position-unset {
  position: unset !important;
}
.top-30 {
  top: 1.875rem;
}
.absolute {
  position: absolute;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.absolute-x-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.absolute-y-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.absolute-full-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.object-fit-cover {
  object-fit: cover;
}
.relative {
  position: relative;
}
@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,
  .xs\:container {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.html-overflow-hidden {
  overflow: hidden !important;
}
.html-overflow-hidden body {
  overflow-y: scroll;
}
.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;
}
@media (max-width: 767px) {
  .sm\: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: 50%;
  width: 100%;
  height: 100%;
}
.overlay-black-30:after,
.overlay-black-50:after,
.overlay-black-60:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.overlay-black-30:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.overlay-black-50:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay-black-60:after {
  background-color: rgba(0, 0, 0, 0.6);
}
.container-wide {
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 767px) {
  .container-wide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-4 {
  border-radius: 0.25rem !important;
}
.rounded-8 {
  border-radius: 0.5rem !important;
}
.rounded-16 {
  border-radius: 1rem !important;
}
.rounded-20 {
  border-radius: 1.25rem !important;
}
.rounded-30 {
  border-radius: 1.875rem !important;
}
.rounded-200 {
  border-radius: 12.5rem !important;
}
.rounded-full {
  border-radius: 100% !important;
}
.z--1 {
  z-index: -1;
}
.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-4 {
  width: 0.25rem !important;
  height: 0.25rem !important;
}
.size-10 {
  width: 0.625rem !important;
  height: 0.625rem !important;
}
.size-14 {
  width: 0.875rem !important;
  height: 0.875rem !important;
}
.size-16 {
  width: 1rem !important;
  height: 1rem !important;
}
.size-20 {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.size-24 {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.size-32 {
  width: 2rem !important;
  height: 2rem !important;
}
.size-40 {
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.size-48 {
  width: 3rem !important;
  height: 3rem !important;
}
.size-50 {
  width: 3.125rem !important;
  height: 3.125rem !important;
}
.size-60 {
  width: 3.75rem !important;
  height: 3.75rem !important;
}
.size-64 {
  width: 4rem !important;
  height: 4rem !important;
}
.size-80 {
  width: 5rem !important;
  height: 5rem !important;
}
.size-96 {
  width: 6rem !important;
  height: 6rem !important;
}
.size-120 {
  width: 7.5rem !important;
  height: 7.5rem !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;
}
.bg-accent-dark {
  background-color: var(--dark-accent-color);
}
.bg-accent-light {
  background-color: var(--light-accent-color);
}
.bg-accent {
  background-color: var(--accent-color);
}
.bg-black {
  background-color: #000;
}
.bg-white {
  background-color: #fff;
}
.bg-font-dark {
  background-color: #404046;
}
.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-light-3 {
  background-color: var(--bg-light-3);
}
.bg-light-4 {
  background-color: var(--bg-light-4) !important;
}
.bg-light-5 {
  background-color: var(--bg-light-5);
}
.bg-light-6 {
  background-color: var(--bg-light-6);
}
.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);
}
.bg-dark-5 {
  background-color: var(--bg-dark-5);
}
.bg-dark-6 {
  background-color: var(--bg-dark-6) !important;
}
.bg-dark-8 {
  background-color: var(--bg-dark-8);
}
.bg-dark-9 {
  background-color: var(--bg-dark-9);
}
.bg-dark-10 {
  background-color: var(--bg-dark-10);
}
.bg-dark-11 {
  background-color: var(--bg-dark-11);
}
.bg-dark-12 {
  background-color: var(--bg-dark-12) !important;
}
.bg-dark-13 {
  background-color: var(--bg-dark-13) !important;
}
.bg-purple {
  background-color: var(--purple-color);
}
.bg-purple-3 {
  background-color: var(--purple-3-color);
}
.bg-blue-darker {
  background-color: var(--darker-blue-color);
}
.bg-blue-dark {
  background-color: var(--dark-blue-color);
}
.bg-blue {
  background-color: var(--blue-color);
}
.bg-blue-light {
  background-color: var(--light-blue-color);
}
.bg-red-2 {
  background-color: var(--red-2-color);
}
.bg-red {
  background-color: var(--red-color);
}
.bg-red-light {
  background-color: var(--light-red-color);
}
.bg-green {
  background-color: var(--green-color);
}
.bg-green-light {
  background-color: var(--light-green-color);
}
.bg-yellow {
  background-color: var(--yellow-color);
}
.bg-yellow-light {
  background-color: var(--light-yellow-color);
}
.bg-orange {
  background-color: var(--orange-color);
}
.bg-orange-light {
  background-color: var(--light-orange-color);
}
.text-dark-1 {
  color: var(--text-dark-1);
}
.text-dark-4 {
  color: var(--bg-dark-4);
}
.text-dark-8 {
  color: var(--bg-dark-8);
}
.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: #000;
}
.text-white {
  color: #fff !important;
}
.text-blue-dark {
  color: var(--dark-blue-color);
}
.text-orange-light {
  color: var(--light-orange-color);
}
.text-orange {
  color: var(--orange-color);
}
.text-orange-3 {
  color: var(--orange-3-color);
}
.text-teal {
  color: var(--teal-color);
}
.text-purple {
  color: var(--purple-color);
}
.text-purple-3 {
  color: var(--purple-3-color);
}
.text-red-2 {
  color: var(--red-2-color);
}
.text-red {
  color: var(--red-color);
}
.text-red-light {
  color: var(--light-red-color);
}
.text-green {
  color: var(--green-color);
}
.text-green-light {
  color: var(--light-green-color);
}
.text-yellow {
  color: var(--yellow-color);
}
.text-yellow-light {
  color: var(--light-yellow-color);
}
.shadow-card {
  box-shadow: 0 25px 70px rgba(1, 33, 58, 0.07);
}

.hover-bg:hover {
  background-color: #e5ecfd!important;
}

.shadow-small {
  box-shadow: 0 5px 70px rgba(1, 33, 58, 0.03);
}
.border-none {
  border: none;
}
.border-light {
  border: 1px solid #eee;
}
.border-2-white {
  border: 2px solid #fff;
}
.border-dark {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.border-top-dark,
.border-top-light {
  border-top: 1px solid #eee;
}
.border-left-2-accent {
  border-left: 2px solid var(--accent-color);
}
.border-left-dark,
.border-left-light {
  border-left: 1px solid #eee;
}
.border-bottom-dark,
.border-bottom-light {
  border-bottom: 1px solid #eee;
}
.underline {
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal {
  text-transform: none;
}
.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;
}
.ul-list {
  padding-left: 1rem;
}
.ul-list li {
  list-style: disc;
}
.ol-list {
  padding-left: 1rem;
}
.ol-list li {
  list-style: decimal;
}
.hover-group,
.t-base {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hover-group:hover .hg\:text-white {
  color: #fff !important;
}
.hover-group:hover .hg\:bg-white {
  background-color: #fff !important;
}
.hover-group:hover .hg\:bg-accent {
  background-color: var(--accent-color) !important;
}
.hover-group:hover .hg\:bg-text-dark {
  background-color: var(--text-dark-1) !important;
}
.hover-group:hover .hg\:bg-blue-dark {
  background-color: var(--dark-blue-color) !important;
}

.hover-group:hover .hg\:opacity-100 {
  opacity: 1 !important;
}
.hover-group:hover .hg\:shadow-card {
  position: relative;
  z-index: 5;
  box-shadow: 0 25px 70px rgba(1, 33, 58, 0.07) !important;
}
.hover-group:hover .hg\:text-orange {
  color: var(--orange-color) !important;
}
.hover-group:hover .hg\:text-red {
  color: var(--red-color) !important;
}
.hover-group:hover .hg\:text-green {
  color: var(--green-color) !important;
}
.h\:bg-orange:hover {
  background-color: var(--orange-color) !important;
}
.h\:text-orange:hover {
  color: var(--orange-color) !important;
}
.h\:text-white:hover {
  color: #fff !important;
}
.h\:bg-white:hover {
  background-color: #fff !important;
}
.h\:bg-accent:hover {
  background-color: var(--accent-color) !important;
}
.h\:bg-dark-1:hover {
  background-color: var(--bg-dark-1) !important;
}
.h\:bg-blue-dark:hover {
  background-color: var(--dark-blue-color) !important;
}
.h\:shadow-card:hover {
  position: relative;
  z-index: 5;
  box-shadow: 0 25px 70px rgba(1, 33, 58, 0.07) !important;
}
.h\:zoom {
  overflow: hidden;
}
.h\:zoom .h\:zoom__item {
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.h\:zoom:hover .h\:zoom__item {
  transform: scale(1.08);
}
.home-1-slider {
  max-width: 1800px;
  margin: 0 auto;
  overflow: hidden;
}
.-no-highlight .atropos-highlight {
  display: none !important;
}
@media (max-width: 767px) {
  .sm\:w-screen {
    width: 100vw;
  }
}
.is-pin-active {
  color: var(--accent-color) !important;
  border-bottom: 1px solid var(--accent-color) !important;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown {
  position: relative;
  z-index: 5;
}
.dropdown__item {
  position: absolute;
  top: 80%;
  right: -40px;
  padding: 40px 32px 24px;
  background-color: #fff;
  box-shadow: 0 25px 70px rgba(1, 33, 58, 0.07);
  min-width: 220px;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(14px);
  opacity: 0;
}
.dropdown:hover .dropdown__item {
  transform: none;
  opacity: 1;
}
.shape {
  position: absolute;
}
.shape.-top {
  top: 0;
}
.shape.-bottom {
  bottom: 0;
}
.shape.-center-bottom {
  bottom: 60px;
}
.shape.-left {
  left: 40px;
}
.shape.-left-0 {
  left: 0;
}
.shape.-right-0 {
  right: 0;
}
.shape.-right--40 {
  right: -40px;
}
.border-none {
  border: none !important;
}
.rounded-tl-120 {
  border-top-left-radius: 7.5rem;
}
.rounded-bl-120 {
  border-bottom-left-radius: 7.5rem;
}
.mt--20 {
  margin-top: -1.25rem;
}
.border-10-white {
  border: 0.625rem solid #fff;
}
.shapes-2 .shapes-2-img-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.max-w-100,
.shapes-2 img {
  max-width: 100%;
}
.bg-pos-unset {
  background-position: unset !important;
}
.br-rounded-32 {
  border-bottom-right-radius: 2rem;
}
.section-bg-color-margin {
  position: relative;
}
.section-bg-color-margin__item {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 11.25rem;
  width: 100%;
}
@media (max-width: 1199px) {
  .section-bg-color-margin__item {
    bottom: 11.25rem;
  }
}
@media (max-width: 991px) {
  .section-bg-color-margin__item {
    bottom: 8.75rem;
  }
}
@media (max-width: 767px) {
  .section-bg-color-margin__item {
    bottom: 6.25rem;
  }
}
.border-purple {
  border: 1px solid var(--purple-color);
}
.blogSocials {
  position: absolute;
  top: 7.5rem;
  left: 3.4375rem;
}
@media (max-width: 991px) {
  .blogSocials {
    top: 6.25rem;
    left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .blogSocials {
    display: none;
  }
}
.blogSocials__text {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways-right;
  text-orientation: sideways-right;
  padding-left: 4px;
}
.size-icon-4 {
  width: 4px;
  height: 4px;
  min-width: 4px;
  min-height: 4px;
  max-width: 4px;
  max-height: 4px;
}
.feature-hover {
  position: relative;
}
.feature-hover,
.feature-hover__content {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.feature-hover__content {
  transform: translateY(14px);
  opacity: 0;
}
.feature-hover:hover {
  z-index: 5;
  box-shadow: 0 25px 70px rgba(1, 33, 58, 0.07);
}
.feature-hover:hover .feature-hover__content {
  transform: none;
  opacity: 1;
}
@media (max-width: 991px) {
  .feature-hover__content {
    transform: none;
    opacity: 1;
  }
}
.bg-element.-sally {
  position: absolute;
  left: 0.3125rem;
  top: -8.75rem;
}
.bg-element.-sally img {
  width: 80%;
  height: auto;
}
@media (max-width: 1199px) {
  .bg-element.-sally {
    display: none;
  }
}
.image-group.-type-1 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 4.375rem;
}
.image-group.-type-1 img {
  max-width: 100%;
  height: auto;
}
.image-group.-type-1 img:first-child {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 9.375rem;
}
.image-group.-type-1 img:nth-child(2) {
  z-index: 1;
  position: relative;
}
.image-group.-type-1 img:nth-child(3) {
  z-index: 2;
  position: absolute;
  left: 0;
}
@media (max-width: 991px) {
  .image-group.-type-1 img:first-child,
  .image-group.-type-1 img:nth-child(2) {
    display: none;
  }
  .image-group.-type-1 img:nth-child(3) {
    position: relative;
    width: 100%;
  }
}
.image-group.-type-2 {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 8.125rem;
}
.image-group.-type-2 img {
  max-width: 100%;
  height: auto;
}
.image-group.-type-2 img:first-child {
  z-index: 0;
  position: absolute;
  bottom: 0;
  right: 9.375rem;
}
.image-group.-type-2 img:nth-child(2) {
  z-index: 1;
  position: relative;
}
.image-group.-type-2 img:nth-child(3) {
  z-index: 2;
  position: absolute;
  bottom: 3.125rem;
  right: 0;
}
@media (max-width: 991px) {
  .image-group.-type-2 {
    padding-bottom: 0;
  }
  .image-group.-type-2 img:first-child,
  .image-group.-type-2 img:nth-child(2) {
    display: none;
  }
  .image-group.-type-2 img:nth-child(3) {
    bottom: unset;
    position: relative;
    width: 100%;
  }
}
.svg-shape {
  display: flex;
}
.svg-shape svg {
  width: 100%;
  height: auto;
}
.svg-shape.-r-180 {
  transform: rotate(180deg);
}
.decoration-none {
  text-decoration: none;
}
.border-top-light {
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}
.border-top-dark {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.testimonials-quote {
  position: absolute;
  top: 2.5rem;
  right: 2.75rem;
}
.testimonials-active .testimonials-active__item {
  position: relative;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.testimonials-active .testimonials-active__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--light-green-color-full);
  width: 100%;
  height: 0.4375rem;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.testimonials-active .swiper-slide-active .testimonials-active__item {
  box-shadow: 0 25px 70px rgba(1, 33, 58, 0.07);
}
.testimonials-active .swiper-slide-active .testimonials-active__item:after {
  opacity: 1;
}
.tooltip {
  position: relative;
  width: 6.25rem;
  height: 3.125rem;
  color: #615e5e;
}
.tooltip,
.tooltip__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tooltip__content {
  position: absolute;
  padding: 7px 0.6875rem;
  font-size: 0.875rem;
  line-height: 1rem;
  background-color: #000;
  color: #fff;
  border-radius: 0.375rem;
  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: #000;
  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 0.3125rem 1.5625rem;
  margin-left: 0.625rem;
}
.quote:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.1875rem;
  background-color: #000;
}
.quote.-light:before {
  background-color: #fff;
}
.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: #000;
  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: #fff;
  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;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !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-10 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.px-10 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.pt-10 {
  padding-top: 0.625rem !important;
}
.pb-10 {
  padding-bottom: 0.625rem !important;
}
.pl-10 {
  padding-left: 0.625rem !important;
}
.pr-10 {
  padding-right: 0.625rem !important;
}
.mt-10 {
  margin-top: 0.625rem !important;
}
.mb-10 {
  margin-bottom: 0.625rem !important;
}
.ml-10 {
  margin-left: 0.625rem !important;
}
.mr-10 {
  margin-right: 0.625rem !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-34 {
  padding-top: 2.125rem !important;
  padding-bottom: 2.125rem !important;
}
.px-34 {
  padding-left: 2.125rem !important;
  padding-right: 2.125rem !important;
}
.pt-34 {
  padding-top: 2.125rem !important;
}
.pb-34 {
  padding-bottom: 2.125rem !important;
}
.pl-34 {
  padding-left: 2.125rem !important;
}
.pr-34 {
  padding-right: 2.125rem !important;
}
.mt-34 {
  margin-top: 2.125rem !important;
}
.mb-34 {
  margin-bottom: 2.125rem !important;
}
.ml-34 {
  margin-left: 2.125rem !important;
}
.mr-34 {
  margin-right: 2.125rem !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: 2rem !important;
}
.py-50 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}
.px-50 {
  padding-left: 3.125rem !important;
  padding-right: 3.125rem !important;
}
.pt-50 {
  padding-top: 3.125rem !important;
}
.pb-50 {
  padding-bottom: 3.125rem !important;
}
.pl-50 {
  padding-left: 3.125rem !important;
}
.pr-50 {
  padding-right: 3.125rem !important;
}
.mt-50 {
  margin-top: 3.125rem !important;
}
.mb-50 {
  margin-bottom: 3.125rem !important;
}
.ml-50 {
  margin-left: 3.125rem !important;
}
.mr-50 {
  margin-right: 3.125rem !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;
}
.py-120 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}
.px-120 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}
.pt-120 {
  padding-top: 7.5rem !important;
}
.pb-120 {
  padding-bottom: 7.5rem !important;
}
.pl-120 {
  padding-left: 7.5rem !important;
}
.pr-120 {
  padding-right: 7.5rem !important;
}
.mt-120 {
  margin-top: 7.5rem !important;
}
.mb-120 {
  margin-bottom: 7.5rem !important;
}
.ml-120 {
  margin-left: 7.5rem !important;
}
.mr-120 {
  margin-right: 7.5rem !important;
}
@media (max-width: 991px) {
  .md\:mt-112 {
    margin-top: 112px;
  }
}
.px-160 {
  padding-left: 160px;
  padding-right: 160px;
}
.pl-56 {
  padding-left: 56px;
}
.mt-56 {
  margin-top: 56px;
}
.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.px-28 {
  padding-left: 28px;
  padding-right: 28px;
}
@media (max-width: 1199px) {
  .lg\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .lg\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .lg\:pt-0 {
    padding-top: 0 !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0 !important;
  }
  .lg\:pl-0 {
    padding-left: 0 !important;
  }
  .lg\:pr-0 {
    padding-right: 0 !important;
  }
  .lg\:mt-0 {
    margin-top: 0 !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0 !important;
  }
  .lg\:ml-0 {
    margin-left: 0 !important;
  }
  .lg\:mr-0 {
    margin-right: 0 !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-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .lg\:px-10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .lg\:pt-10 {
    padding-top: 0.625rem !important;
  }
  .lg\:pb-10 {
    padding-bottom: 0.625rem !important;
  }
  .lg\:pl-10 {
    padding-left: 0.625rem !important;
  }
  .lg\:pr-10 {
    padding-right: 0.625rem !important;
  }
  .lg\:mt-10 {
    margin-top: 0.625rem !important;
  }
  .lg\:mb-10 {
    margin-bottom: 0.625rem !important;
  }
  .lg\:ml-10 {
    margin-left: 0.625rem !important;
  }
  .lg\:mr-10 {
    margin-right: 0.625rem !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-34 {
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
  }
  .lg\:px-34 {
    padding-left: 2.125rem !important;
    padding-right: 2.125rem !important;
  }
  .lg\:pt-34 {
    padding-top: 2.125rem !important;
  }
  .lg\:pb-34 {
    padding-bottom: 2.125rem !important;
  }
  .lg\:pl-34 {
    padding-left: 2.125rem !important;
  }
  .lg\:pr-34 {
    padding-right: 2.125rem !important;
  }
  .lg\:mt-34 {
    margin-top: 2.125rem !important;
  }
  .lg\:mb-34 {
    margin-bottom: 2.125rem !important;
  }
  .lg\:ml-34 {
    margin-left: 2.125rem !important;
  }
  .lg\:mr-34 {
    margin-right: 2.125rem !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-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .lg\:px-50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  .lg\:pt-50 {
    padding-top: 3.125rem !important;
  }
  .lg\:pb-50 {
    padding-bottom: 3.125rem !important;
  }
  .lg\:pl-50 {
    padding-left: 3.125rem !important;
  }
  .lg\:pr-50 {
    padding-right: 3.125rem !important;
  }
  .lg\:mt-50 {
    margin-top: 3.125rem !important;
  }
  .lg\:mb-50 {
    margin-bottom: 3.125rem !important;
  }
  .lg\:ml-50 {
    margin-left: 3.125rem !important;
  }
  .lg\:mr-50 {
    margin-right: 3.125rem !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;
  }
  .lg\:py-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .lg\:px-120 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .lg\:pt-120 {
    padding-top: 7.5rem !important;
  }
  .lg\:pb-120 {
    padding-bottom: 7.5rem !important;
  }
  .lg\:pl-120 {
    padding-left: 7.5rem !important;
  }
  .lg\:pr-120 {
    padding-right: 7.5rem !important;
  }
  .lg\:mt-120 {
    margin-top: 7.5rem !important;
  }
  .lg\:mb-120 {
    margin-bottom: 7.5rem !important;
  }
  .lg\:ml-120 {
    margin-left: 7.5rem !important;
  }
  .lg\:mr-120 {
    margin-right: 7.5rem !important;
  }
}
@media (max-width: 991px) {
  .md\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .md\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .md\:pt-0 {
    padding-top: 0 !important;
  }
  .md\:pb-0 {
    padding-bottom: 0 !important;
  }
  .md\:pl-0 {
    padding-left: 0 !important;
  }
  .md\:pr-0 {
    padding-right: 0 !important;
  }
  .md\:mt-0 {
    margin-top: 0 !important;
  }
  .md\:mb-0 {
    margin-bottom: 0 !important;
  }
  .md\:ml-0 {
    margin-left: 0 !important;
  }
  .md\:mr-0 {
    margin-right: 0 !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-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .md\:px-10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .md\:pt-10 {
    padding-top: 0.625rem !important;
  }
  .md\:pb-10 {
    padding-bottom: 0.625rem !important;
  }
  .md\:pl-10 {
    padding-left: 0.625rem !important;
  }
  .md\:pr-10 {
    padding-right: 0.625rem !important;
  }
  .md\:mt-10 {
    margin-top: 0.625rem !important;
  }
  .md\:mb-10 {
    margin-bottom: 0.625rem !important;
  }
  .md\:ml-10 {
    margin-left: 0.625rem !important;
  }
  .md\:mr-10 {
    margin-right: 0.625rem !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-34 {
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
  }
  .md\:px-34 {
    padding-left: 2.125rem !important;
    padding-right: 2.125rem !important;
  }
  .md\:pt-34 {
    padding-top: 2.125rem !important;
  }
  .md\:pb-34 {
    padding-bottom: 2.125rem !important;
  }
  .md\:pl-34 {
    padding-left: 2.125rem !important;
  }
  .md\:pr-34 {
    padding-right: 2.125rem !important;
  }
  .md\:mt-34 {
    margin-top: 2.125rem !important;
  }
  .md\:mb-34 {
    margin-bottom: 2.125rem !important;
  }
  .md\:ml-34 {
    margin-left: 2.125rem !important;
  }
  .md\:mr-34 {
    margin-right: 2.125rem !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-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .md\:px-50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  .md\:pt-50 {
    padding-top: 3.125rem !important;
  }
  .md\:pb-50 {
    padding-bottom: 3.125rem !important;
  }
  .md\:pl-50 {
    padding-left: 3.125rem !important;
  }
  .md\:pr-50 {
    padding-right: 3.125rem !important;
  }
  .md\:mt-50 {
    margin-top: 3.125rem !important;
  }
  .md\:mb-50 {
    margin-bottom: 3.125rem !important;
  }
  .md\:ml-50 {
    margin-left: 3.125rem !important;
  }
  .md\:mr-50 {
    margin-right: 3.125rem !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;
  }
  .md\:py-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .md\:px-120 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .md\:pt-120 {
    padding-top: 7.5rem !important;
  }
  .md\:pb-120 {
    padding-bottom: 7.5rem !important;
  }
  .md\:pl-120 {
    padding-left: 7.5rem !important;
  }
  .md\:pr-120 {
    padding-right: 7.5rem !important;
  }
  .md\:mt-120 {
    margin-top: 7.5rem !important;
  }
  .md\:mb-120 {
    margin-bottom: 7.5rem !important;
  }
  .md\:ml-120 {
    margin-left: 7.5rem !important;
  }
  .md\:mr-120 {
    margin-right: 7.5rem !important;
  }
}
@media (max-width: 767px) {
  .sm\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sm\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sm\:pt-0 {
    padding-top: 0 !important;
  }
  .sm\:pb-0 {
    padding-bottom: 0 !important;
  }
  .sm\:pl-0 {
    padding-left: 0 !important;
  }
  .sm\:pr-0 {
    padding-right: 0 !important;
  }
  .sm\:mt-0 {
    margin-top: 0 !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0 !important;
  }
  .sm\:ml-0 {
    margin-left: 0 !important;
  }
  .sm\:mr-0 {
    margin-right: 0 !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-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .sm\:px-10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .sm\:pt-10 {
    padding-top: 0.625rem !important;
  }
  .sm\:pb-10 {
    padding-bottom: 0.625rem !important;
  }
  .sm\:pl-10 {
    padding-left: 0.625rem !important;
  }
  .sm\:pr-10 {
    padding-right: 0.625rem !important;
  }
  .sm\:mt-10 {
    margin-top: 0.625rem !important;
  }
  .sm\:mb-10 {
    margin-bottom: 0.625rem !important;
  }
  .sm\:ml-10 {
    margin-left: 0.625rem !important;
  }
  .sm\:mr-10 {
    margin-right: 0.625rem !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-34 {
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
  }
  .sm\:px-34 {
    padding-left: 2.125rem !important;
    padding-right: 2.125rem !important;
  }
  .sm\:pt-34 {
    padding-top: 2.125rem !important;
  }
  .sm\:pb-34 {
    padding-bottom: 2.125rem !important;
  }
  .sm\:pl-34 {
    padding-left: 2.125rem !important;
  }
  .sm\:pr-34 {
    padding-right: 2.125rem !important;
  }
  .sm\:mt-34 {
    margin-top: 2.125rem !important;
  }
  .sm\:mb-34 {
    margin-bottom: 2.125rem !important;
  }
  .sm\:ml-34 {
    margin-left: 2.125rem !important;
  }
  .sm\:mr-34 {
    margin-right: 2.125rem !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-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .sm\:px-50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  .sm\:pt-50 {
    padding-top: 3.125rem !important;
  }
  .sm\:pb-50 {
    padding-bottom: 3.125rem !important;
  }
  .sm\:pl-50 {
    padding-left: 3.125rem !important;
  }
  .sm\:pr-50 {
    padding-right: 3.125rem !important;
  }
  .sm\:mt-50 {
    margin-top: 3.125rem !important;
  }
  .sm\:mb-50 {
    margin-bottom: 3.125rem !important;
  }
  .sm\:ml-50 {
    margin-left: 3.125rem !important;
  }
  .sm\:mr-50 {
    margin-right: 3.125rem !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;
  }
  .sm\:py-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .sm\:px-120 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .sm\:pt-120 {
    padding-top: 7.5rem !important;
  }
  .sm\:pb-120 {
    padding-bottom: 7.5rem !important;
  }
  .sm\:pl-120 {
    padding-left: 7.5rem !important;
  }
  .sm\:pr-120 {
    padding-right: 7.5rem !important;
  }
  .sm\:mt-120 {
    margin-top: 7.5rem !important;
  }
  .sm\:mb-120 {
    margin-bottom: 7.5rem !important;
  }
  .sm\:ml-120 {
    margin-left: 7.5rem !important;
  }
  .sm\:mr-120 {
    margin-right: 7.5rem !important;
  }
}
.lg\:mx-auto,
.md\:mx-auto,
.mx-auto,
.sm\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.w-1\/1 {
  width: 100% !important;
}
@media (max-width: 1199px) {
  .lg\:w-1\/1 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .md\:w-1\/1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sm\:w-1\/1 {
    width: 100%;
  }
}
.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-1\/1 {
  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: 767px) {
  .sm\:h-md {
    height: 36.25rem;
  }
}
.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;
  }
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-end {
  align-items: flex-end !important;
}
.items-center {
  align-items: center !important;
}
@media (max-width: 1199px) {
  .lg\:justify-start {
    justify-content: flex-start !important;
  }
  .lg\:justify-end {
    justify-content: flex-end !important;
  }
  .lg\:justify-center {
    justify-content: center !important;
  }
  .lg\:justify-between {
    justify-content: space-between !important;
  }
  .lg\:items-start {
    align-items: flex-start !important;
  }
  .lg\:items-end {
    align-items: flex-end !important;
  }
  .lg\:items-center {
    align-items: center !important;
  }
}
@media (max-width: 991px) {
  .md\:justify-start {
    justify-content: flex-start !important;
  }
  .md\:justify-end {
    justify-content: flex-end !important;
  }
  .md\:justify-center {
    justify-content: center !important;
  }
  .md\:justify-between {
    justify-content: space-between !important;
  }
  .md\:items-start {
    align-items: flex-start !important;
  }
  .md\:items-end {
    align-items: flex-end !important;
  }
  .md\:items-center {
    align-items: center !important;
  }
}
@media (max-width: 767px) {
  .sm\:justify-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-end {
    justify-content: flex-end !important;
  }
  .sm\:justify-center {
    justify-content: center !important;
  }
  .sm\:justify-between {
    justify-content: space-between !important;
  }
  .sm\:items-start {
    align-items: flex-start !important;
  }
  .sm\:items-end {
    align-items: flex-end !important;
  }
  .sm\: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;
  }
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
@media (max-width: 1199px) {
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
}
@media (max-width: 991px) {
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
}
@media (max-width: 767px) {
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
}
.layout-pt-xs {
  padding-top: 2.5rem;
}
.layout-pt-sm {
  padding-top: 3.75rem;
}
.layout-pt-md {
  padding-top: 6.25rem;
}
.layout-pt-lg {
  padding-top: 7.5rem;
}
.layout-pt-xl {
  padding-top: 8.75rem;
}
.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-sm {
    padding-top: 3.125rem;
  }
  .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: 8.125rem;
  }
  .layout-custom {
    padding-top: 10.75rem;
  }
}
.layout-pb-xs {
  padding-bottom: 2.5rem;
}
.layout-pb-sm {
  padding-bottom: 3.75rem;
}
.layout-pb-md {
  padding-bottom: 6.25rem;
}
.layout-pb-lg {
  padding-bottom: 7.5rem;
}
.layout-pb-xl {
  padding-bottom: 8.75rem;
}
.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-sm {
    padding-bottom: 3.125rem;
  }
  .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: 8.125rem;
  }
}
.x-gap-80 {
  margin-left: -80/32rem;
  margin-right: -80/32rem;
}
.x-gap-80 > * {
  padding-left: 80/32rem;
  padding-right: 80/32rem;
}
.x-gap-4 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.x-gap-4 > * {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.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-18 {
  margin-left: -0.5625rem;
  margin-right: -0.5625rem;
}
.x-gap-18 > * {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
.x-gap-20 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.x-gap-20 > * {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.x-gap-24 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.x-gap-24 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.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-100 {
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}
.x-gap-100 > * {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.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-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-18 {
  margin-top: -0.5625rem;
  margin-bottom: -0.5625rem;
}
.y-gap-18 > * {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
.y-gap-20 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.y-gap-20 > * {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.y-gap-24 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.y-gap-24 > * {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.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-100 {
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}
.y-gap-100 > * {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.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: 991px) {
  .md\:x-gap-4 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .md\:x-gap-4 > * {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .md\:x-gap-10 {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
  .md\:x-gap-10 > * {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .md\:x-gap-16 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .md\:x-gap-16 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:x-gap-18 {
    margin-left: -0.5625rem;
    margin-right: -0.5625rem;
  }
  .md\:x-gap-18 > * {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
  }
  .md\:x-gap-20 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .md\:x-gap-20 > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .md\:x-gap-24 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .md\:x-gap-24 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:x-gap-32 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .md\:x-gap-32 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:x-gap-40 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .md\:x-gap-40 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:x-gap-48 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .md\:x-gap-48 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:x-gap-60 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
  .md\:x-gap-60 > * {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .md\:x-gap-64 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .md\:x-gap-64 > * {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:x-gap-72 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
  .md\:x-gap-72 > * {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .md\:x-gap-100 {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }
  .md\:x-gap-100 > * {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .md\:x-gap-120 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }
  .md\:x-gap-120 > * {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .md\:y-gap-4 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }
  .md\:y-gap-4 > * {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .md\:y-gap-10 {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }
  .md\:y-gap-10 > * {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .md\:y-gap-16 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .md\:y-gap-16 > * {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:y-gap-18 {
    margin-top: -0.5625rem;
    margin-bottom: -0.5625rem;
  }
  .md\:y-gap-18 > * {
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem;
  }
  .md\:y-gap-20 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  .md\:y-gap-20 > * {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .md\:y-gap-24 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .md\:y-gap-24 > * {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:y-gap-32 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .md\:y-gap-32 > * {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:y-gap-40 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .md\:y-gap-40 > * {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:y-gap-48 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .md\:y-gap-48 > * {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:y-gap-60 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }
  .md\:y-gap-60 > * {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .md\:y-gap-64 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .md\:y-gap-64 > * {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:y-gap-72 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }
  .md\:y-gap-72 > * {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .md\:y-gap-100 {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }
  .md\:y-gap-100 > * {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .md\:y-gap-120 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }
  .md\: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-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-18 {
    margin-left: -0.5625rem;
    margin-right: -0.5625rem;
  }
  .sm\:x-gap-18 > * {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
  }
  .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-24 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .sm\:x-gap-24 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .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-100 {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }
  .sm\:x-gap-100 > * {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .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-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-18 {
    margin-top: -0.5625rem;
    margin-bottom: -0.5625rem;
  }
  .sm\:y-gap-18 > * {
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem;
  }
  .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-24 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .sm\:y-gap-24 > * {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .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-100 {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }
  .sm\:y-gap-100 > * {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .sm\:y-gap-120 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }
  .sm\:y-gap-120 > * {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.mt--220 {
  margin-top: -13.75rem;
}
.mt--80 {
  margin-top: -5rem;
}
.mb-minus-170 {
  margin-bottom: -170px;
}
.mb-minus-lg {
  margin-bottom: -3.75rem;
}
.mt-minus-xl {
  margin-top: -15rem;
}
.swiper-pagination-bullet {
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 100%;
  margin: 0 5px;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
#tsparticles {
  height: 500px;
}
.mh-700 {
  min-height: 700px;
}
.bg-fixed {
  background-attachment: fixed;
}
.video-bg {
  min-height: 700px;
}
.video-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.z-index--1 {
  z-index: -1;
}
.hover-up,
.hover-up:hover {
  transition-duration: 0.2s;
}
.hover-up:hover {
  transform: translateY(-3px);
}
.form-checkbox .checkbox input:checked ~ .checkbox__mark .checkbox__icon {
  margin-top: -10px;
}
.d-none.mobile-menu-open {
  display: block !important;
  background-color: #fff;
}
.mobile-menu-open .menu__container {
  margin-top: 3rem !important;
}
.menu.mobile-menu-open .nav li {
  overflow: unset;
  height: 100%;
}
.menu.mobile-menu-open .nav li.menu-item-has-children > a:after {
  display: none;
}
.menu.mobile-menu-open ul.nav__submenu.is-list-displayed {
  display: block !important;
  position: inherit;
  padding-left: 15px;
}
.header .menu.mobile-menu-open .nav li {
  display: block;
}
.menu.mobile-menu-open ul {
  pointer-events: unset;
}
.menu.mobile-menu-open .nav__submenu li a {
  font-weight: 400;
  transition: 0.2s;
  font-size: 0.875rem;
}
.menu.mobile-menu-open .nav__submenu li:hover a {
  margin-left: 3px;
  transition: 0.2s;
}
.submenu-open .submenu-expand {
  transform: rotate(45deg);
  margin-top: -2px;
  margin-left: 0;
}
.menu.mobile-menu-open .nav li.submenu-divider {
  width: 100%;
  height: 1px;
  border: 1px dashed #e1e1e1;
}
.menu.mobile-menu-open li a {
  transform: none;
  padding: 0.875rem 0 !important;
}
.submenu-two-column {
  column-count: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.swiper-wrapper {
  padding-bottom: 50px;
}
.swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: normal;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
