/* boostrap*/
/* boostrap*/
/* boostrap*/
/*!
 * Bootstrap v5.0.0-beta2 (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)
 */
/* scss-docs-start import-stack*/
/* Configuration*/
/* Layout & components*/
: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-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --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, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.55;
  color: #444A5C;
  background-color: #F3F5F9;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "SVN-Megante", sans-serif;
  font-weight: 400;
  line-height: 1.12;
  color: #1C202D;
}

h1 {
  font-size: calc(1.439rem + 2.268vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.14rem;
  }
}

h2 {
  font-size: calc(1.355rem + 1.26vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: calc(1.296rem + 0.552vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.71rem;
  }
}

h5 {
  font-size: calc(1.268rem + 0.216vw);
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.43rem;
  }
}

h6 {
  font-size: 1.14rem;
}

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

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  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 {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1C202D;
  text-decoration: none;
}
a:hover {
  color: #161a24;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* @import "type";*/
.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1260px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1350px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1300px;
  }
}
@media (min-width: 1700px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1500px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .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: 1260px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .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: 1350px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .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;
  }
}
@media (min-width: 1700px) {
  .col-xxxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
/* @import "tables";*/
/* @import "forms";*/
/* @import "buttons";*/
/* @import "button-group";*/
/* @import "navbar";*/
/* @import "card";*/
/* @import "breadcrumb";*/
/* @import "pagination";*/
/* @import "badge";*/
/* @import "alert";*/
/* @import "progress";*/
/* @import "list-group";*/
/* @import "close";*/
/* @import "toasts";*/
/* @import "tooltip";*/
/* @import "popover";*/
/* @import "carousel";*/
/* @import "spinners";*/
/* Helpers*/
/* @import "helpers";*/
/* Utilities*/
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

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

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

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

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          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-right: 0 !important;
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0 {
  margin-top: 0 !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-0 {
  margin-bottom: 0 !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-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pt-0 {
  padding-top: 0 !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-0 {
  padding-bottom: 0 !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;
}

.fs-1 {
  font-size: calc(1.439rem + 2.268vw) !important;
}

.fs-2 {
  font-size: calc(1.355rem + 1.26vw) !important;
}

.fs-3 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-4 {
  font-size: calc(1.296rem + 0.552vw) !important;
}

.fs-5 {
  font-size: calc(1.268rem + 0.216vw) !important;
}

.fs-6 {
  font-size: 1.14rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #444A5C !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.55 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #F3F5F9 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: 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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 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;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: 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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 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;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: 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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 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;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1260px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: 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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 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;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1350px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: 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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 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;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1700px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3.14rem !important;
  }
  .fs-2 {
    font-size: 2.3rem !important;
  }
  .fs-3 {
    font-size: 2rem !important;
  }
  .fs-4 {
    font-size: 1.71rem !important;
  }
  .fs-5 {
    font-size: 1.43rem !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: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* scss-docs-end import-stack*/
/* @import "utilities/text";*/
/* @import "utilities/flex";*/
/* @import "utilities/display";*/
body {
  overflow-x: hidden;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::-webkit-scrollbar {
  display: none;
}
body.body-fix-scroll {
  overflow: hidden;
  height: 100vh;
}
@media (min-width: 1700px) {
  body {
    font-size: 1.125rem;
  }
}

.page-wrapper.done {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-wrapper.done #scroll-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.img-fullwidth {
  width: 100%;
}

svg {
  vertical-align: middle;
}

.fz-12 {
  font-size: 12px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

.heading-big {
  font-family: "SVN-Megante", sans-serif;
  font-size: 52px;
}

.svg-fix {
  position: relative;
}
.svg-fix:before {
  content: "";
  display: block;
}
.svg-fix svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.absoluteWH {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.color-primary {
  color: #532507;
}

.color-secondary {
  color: #008B67;
}

::-moz-selection {
  background: #532507;
  color: #fff;
}

::selection {
  background: #532507;
  color: #fff;
}

::-moz-selection {
  background: #532507;
  color: #fff;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.nav-link {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 1.25rem;
  overflow: hidden;
  overflow-x: auto;
}
.nav-link::-webkit-scrollbar {
  display: none;
}
.nav-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -1px;
  white-space: nowrap;
}
.nav-link ul li {
  display: inline-block;
  margin-right: 0.625rem;
}
.nav-link ul a {
  display: block;
  font-size: 1rem;
  color: #A3A3A3;
  letter-spacing: 0.5px;
  border-bottom: 2px solid transparent;
  padding-right: 0.75rem;
  padding-bottom: 0.9375rem;
}
.nav-link ul a:hover, .nav-link ul a.active {
  color: #532507;
}
.nav-link ul a.active {
  font-weight: bold;
  border-color: #532507;
}
@media (min-width: 768px) {
  .nav-link ul li a {
    font-size: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
@media (min-width: 1700px) {
  .nav-link ul li {
    margin-right: 2.8125rem;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: inherit;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: #532507;
}

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

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

.pd-0 {
  padding: 0;
}

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

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

.pd-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

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

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

.pd-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

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

.pd-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.pd-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

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

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

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

.pd-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.pd-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

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

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

.pd-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.pd-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

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

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

figure {
  margin: 2.1875rem 0;
}
figure img {
  width: 100%;
}

figcaption {
  font-size: 14px;
  font-style: italic;
  color: #A3A3A3;
  margin-top: 0.625rem;
}

.w-400 {
  font-weight: 400 !important;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.25rem;
  border: 1px solid #532507;
  background-color: #1C202D;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0.5rem;
  padding: 0 1.4375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #532507;
  color: #fff;
}
.btn:focus {
  color: #fff;
}
.btn i {
  vertical-align: middle;
  margin-left: 0.3125rem;
}
@media (min-width: 1700px) {
  .btn {
    height: 3.75rem;
    font-size: 1.125rem;
  }
}

.btn--outline {
  border: 1px solid #532507;
  background-color: transparent;
  color: #532507;
}
.btn--outline:hover {
  background-color: #532507;
  color: #fff;
}

.btn-link {
  display: inline-block;
  font-family: "SVN-Megante", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #532507;
}
.btn-link i {
  vertical-align: middle;
}
.btn-link:hover {
  color: #008B67;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

input[type=search],
input[type=text],
input[type=url],
input[type=number],
input[type=password],
input[type=email],
input[type=file],
input[type=number],
input[type=date],
select,
textarea,
.ui-selectmenu-text,
.form-control,
.fieldinput {
  width: 100%;
  height: 2.9375rem;
  line-height: 2.9375rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #1C202D;
  border: 1px solid #DADADA;
  border-radius: 0.5rem;
  padding: 0 1.25rem;
  background-color: #fff;
}
input[type=search]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.ui-selectmenu-text::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.fieldinput::-webkit-input-placeholder {
  font-size: inherit;
  color: #000;
  opacity: 0.4;
}
input[type=search]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
.ui-selectmenu-text::-moz-placeholder,
.form-control::-moz-placeholder,
.fieldinput::-moz-placeholder {
  font-size: inherit;
  color: #000;
  opacity: 0.4;
}
input[type=search]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=file]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
.ui-selectmenu-text:-moz-placeholder,
.form-control:-moz-placeholder,
.fieldinput:-moz-placeholder {
  font-size: inherit;
  color: #000;
  opacity: 0.4;
}
input[type=search]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.ui-selectmenu-text:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.fieldinput:-ms-input-placeholder {
  font-size: inherit;
  color: #000;
  opacity: 0.4;
}
@media (min-width: 992px) {
  input[type=search],
  input[type=text],
  input[type=url],
  input[type=number],
  input[type=password],
  input[type=email],
  input[type=file],
  input[type=number],
  input[type=date],
  select,
  textarea,
  .ui-selectmenu-text,
  .form-control,
  .fieldinput {
    height: 3.375rem;
    line-height: 3.25rem;
    font-size: 0.875rem;
    border-radius: 0.625rem;
  }
}

select {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select option {
  color: #532507;
}

input[type=search],
input[type=text],
input[type=url],
input[type=number],
input[type=password],
input[type=email],
input[type=file],
input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #47615E;
}
@media (min-width: 1260px) {
  label {
    font-size: 1rem;
  }
}
@media (min-width: 1700px) {
  label {
    font-size: 1.125rem;
  }
}

textarea {
  resize: none;
  vertical-align: top;
  line-height: 1.3;
  min-height: 3.125rem;
  padding-top: 0.625rem;
  padding-bottom: 0;
  resize: none;
}

.searchBox__inner {
  position: relative;
}
.searchBox__inner .form-control {
  height: 3.125rem;
  line-height: 3.125rem;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #A4AAC2;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1C202D;
  padding-left: 2.1875rem;
}
.searchBox__inner .form-control::-webkit-input-placeholder {
  color: #444A5C;
}
.searchBox__inner .form-control::-moz-placeholder {
  color: #444A5C;
}
.searchBox__inner .form-control:-moz-placeholder {
  color: #444A5C;
}
.searchBox__inner .form-control:-ms-input-placeholder {
  color: #444A5C;
}
@media (min-width: 768px) {
  .searchBox__inner .form-control {
    height: 3.4375rem;
    line-height: 3.4375rem;
  }
}
.searchBox__inner .btn-submit {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  color: #1C202D;
  -webkit-transform: translateY(-49%);
          transform: translateY(-49%);
}

.section,
section {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .section,
  section {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 1260px) {
  .section,
  section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 1350px) {
  .section,
  section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 1700px) {
  .section,
  section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.section-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.z-index-none {
  z-index: none !important;
}

.page-wrapper, .page-content {
  overflow: hidden;
}

.page-content {
  position: relative;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #000000;
  opacity: 0.2;
}

[data-parallax=bg] {
  bottom: auto;
  height: 110% !important;
}
@media (min-width: 768px) {
  [data-parallax=bg] {
    height: 150% !important;
  }
}
[data-parallax=bg][data-revest="-1"] {
  top: auto !important;
  bottom: 0 !important;
}

.loading__front,
.loading__back {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.loading__front {
  z-index: 9999;
  background-color: #532507;
}

.loading__body {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8.75rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loading__body img {
  max-width: 67%;
}
@media (min-width: 768px) {
  .loading__body {
    width: 11.25rem;
  }
}

.loading__percent {
  position: relative;
  width: 100%;
  height: 0.1875rem;
  border-radius: 0.375rem;
  background-color: #BA8758;
  overflow: hidden;
  margin-top: 0.9375rem;
}
.loading__percent span {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--percent);
  height: 100%;
  border-radius: 0.375rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .loading__percent {
    height: 0.25rem;
    margin-top: 1.25rem;
  }
}
@media (min-width: 1700px) {
  .loading__percent {
    height: 0.375rem;
    margin-top: 2.5rem;
  }
}

.loading__back {
  z-index: 9998;
  background-color: #F6F0EB;
}

.animated {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp100 {
  -webkit-animation-name: fadeInUp100;
          animation-name: fadeInUp100;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

.zoomInCustom {
  visibility: visible !important;
  -webkit-animation-name: zoomInCustom;
          animation-name: zoomInCustom;
}

@-webkit-keyframes zoomInCustom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomInCustom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.clipPathRight {
  -webkit-animation-name: clipPathRight;
          animation-name: clipPathRight;
}

@-webkit-keyframes clipPathRight {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes clipPathRight {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.clipPathLeft {
  -webkit-animation-name: clipPathLeft;
          animation-name: clipPathLeft;
}

@-webkit-keyframes clipPathLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes clipPathLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.clipPathLeftZoom {
  -webkit-animation-name: clipPathLeftZoom;
          animation-name: clipPathLeftZoom;
}

@-webkit-keyframes clipPathLeftZoom {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes clipPathLeftZoom {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.clipPathCircleIn {
  -webkit-animation-name: clipPathCircleIn;
          animation-name: clipPathCircleIn;
}

@-webkit-keyframes clipPathCircleIn {
  0% {
    -webkit-clip-path: circle(1.8% at 50% 50%);
            clip-path: circle(1.8% at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}

@keyframes clipPathCircleIn {
  0% {
    -webkit-clip-path: circle(1.8% at 50% 50%);
            clip-path: circle(1.8% at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}
.clipPathUpDown {
  -webkit-animation-name: clipPathUpDown;
          animation-name: clipPathUpDown;
}

@-webkit-keyframes clipPathUpDown {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes clipPathUpDown {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.flipDownIn {
  -webkit-animation-name: flipDownIn;
          animation-name: flipDownIn;
}

@-webkit-keyframes flipDownIn {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 1;
  }
}

@keyframes flipDownIn {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 1;
  }
}
.wow {
  visibility: hidden;
}

.roate360 {
  -webkit-animation-name: roate360;
          animation-name: roate360;
}

@-webkit-keyframes roate360 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes roate360 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bgZoomIn {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bgZoomIn {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bgZoomIn {
  -webkit-animation-name: bgZoomIn;
          animation-name: bgZoomIn;
}

@-webkit-keyframes swinging {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes swinging {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes swingingR {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes swingingR {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
}
@media (min-width: 1700px) {
  .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (max-width: 767.98px) {
  .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row [class*=col-] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1700px) {
  .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .row [class*=col-] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.ui-tooltip {
  background: #fff;
  -webkit-box-shadow: 0px 0 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0 4px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 0.25rem 0.3125rem;
  line-height: 1.2;
}
.ui-tooltip.ui-widget-content {
  border: 0;
}
.ui-tooltip .ui-tooltip-content {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  color: #4E4E4E;
}
@media (min-width: 768px) {
  .ui-tooltip .ui-tooltip-content {
    font-size: 0.875rem;
  }
}

.header {
  position: absolute;
  z-index: 999;
  top: 1.25rem;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .header {
    top: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .header {
    top: 2.5rem;
  }
}
@media (min-width: 1700px) {
  .header {
    top: 3.75rem;
  }
}

.header__logo {
  display: block;
  max-width: 3.75rem;
  pointer-events: visible;
}
@media (min-width: 768px) {
  .header__logo {
    max-width: 5rem;
  }
}
@media (min-width: 1260px) {
  .header__logo {
    max-width: 6.25rem;
  }
}
@media (min-width: 1700px) {
  .header__logo {
    max-width: 7.5rem;
  }
}

.title-box {
  text-align: center;
  margin-bottom: 3.125rem;
}

.title-box__title {
  font-size: 1.75rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}
.title-box__title strong {
  color: #532507;
}

.title-box__text {
  margin-top: 1rem;
}
.title-box__text p {
  margin-bottom: 0;
}
.title-box__text p + p {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .title-box {
    margin-bottom: 4.375rem;
  }
  .title-box__title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .title-box {
    margin-bottom: 5.625rem;
  }
  .title-box__title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1260px) {
  .title-box__title {
    font-size: 2.375rem;
  }
}
@media (min-width: 1700px) {
  .title-box {
    margin-bottom: 7.5rem;
  }
  .title-box__title {
    font-size: 3rem;
  }
  .title-box__text {
    margin-top: 1.5rem;
  }
}
.style-light .title-box__title,
.style-light .title-box__text {
  color: #F3F5F9;
}

.footer {
  background-color: #532507;
}

.footer__head {
  text-align: center;
  padding: 1.5625rem 0;
}
@media (min-width: 768px) {
  .footer__head {
    padding: 1.875rem 0;
  }
}
@media (min-width: 992px) {
  .footer__head {
    padding: 2.5rem 0;
  }
}
@media (min-width: 1700px) {
  .footer__head {
    padding: 4.25rem 0;
  }
}
.footer__head .f-btn {
  font-family: "SVN-Megante", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.footer__head .f-btn span {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .footer__head .f-btn {
    font-size: 1.125rem;
  }
  .footer__head .f-btn span {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .footer__head .f-btn {
    font-size: 1.5rem;
  }
  .footer__head .f-btn span {
    font-size: 1.125rem;
  }
}
@media (min-width: 1700px) {
  .footer__head .f-btn {
    font-size: 1.75rem;
  }
  .footer__head .f-btn span {
    font-size: 1.25rem;
  }
}

.footer__content {
  position: relative;
  border-top: 1px solid #BA8758;
  padding-top: 4.375rem;
  padding-bottom: 3.4375rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer__content {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1260px) and (max-width: 1349.98px) {
  .footer__content {
    font-size: 0.875rem;
  }
}

.footer__top {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .footer__top {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 992px) {
  .footer__top {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1260px) {
  .footer__top {
    margin-bottom: 5rem;
  }
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .footer__logo {
    max-width: 70%;
  }
  .footer__logo img {
    max-width: 40%;
  }
}
@media (min-width: 768px) {
  .footer__logo img {
    max-width: 40%;
  }
}
@media (min-width: 992px) {
  .footer__logo {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1259.98px) {
  .footer__logo {
    max-width: 80%;
  }
}

.footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .footer__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__menu li {
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 768px) {
  .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__menu li a {
  color: #fff;
}
.footer__menu li a:hover {
  text-decoration: underline;
}

.footer__subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .footer__subtitle {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .footer__subtitle {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
}

.footer__info {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .footer__info {
    max-width: 90%;
  }
}
.footer__info .item-list p {
  color: #fff;
  opacity: 0.7;
  margin: 0;
}
.footer__info .item-list p span {
  opacity: 0.5;
}
.footer__info .item-list p + p {
  margin-top: 1.5rem;
}

.footer__contact {
  margin-bottom: 1.875rem;
}
.footer__contact .item-list p {
  margin: 0;
}
.footer__contact .item-list p a {
  color: #fff;
  opacity: 0.7;
}
.footer__contact .item-list p a:hover {
  opacity: 1;
}

.footer__foot {
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .footer__foot {
    margin-top: 4.375rem;
  }
}
@media (min-width: 1700px) {
  .footer__foot {
    margin-top: 6.25rem;
  }
}

.footer__copyright,
.footer__social {
  margin: 0;
  font-size: 0.875rem;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer__copyright,
  .footer__social {
    font-size: 0.75rem;
  }
}
@media (min-width: 1260px) and (max-width: 1349.98px) {
  .footer__copyright,
  .footer__social {
    font-size: 0.75rem;
  }
}

.footer__copyright {
  margin-top: 0.625rem;
}
@media (min-width: 992px) {
  .footer__copyright {
    margin-top: 0;
  }
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .footer__social {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer__social p {
  margin: 0;
}
.footer__social a {
  margin-left: 1.5rem;
  opacity: 0.7;
}
.footer__social a:hover {
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1259.98px) {
  .footer__daily {
    max-width: 60%;
  }
}
@media (min-width: 1260px) {
  .footer__daily {
    margin-right: -40%;
  }
}
@media (min-width: 1350px) {
  .footer__daily {
    margin-right: -45%;
  }
}
.footer__daily .footer__subtitle {
  display: inline-block;
  margin-left: 25%;
}
@media (min-width: 992px) {
  .footer__daily .footer__subtitle {
    margin-left: 30%;
  }
}
@media (min-width: 1260px) {
  .footer__daily .footer__subtitle {
    margin-left: 20%;
  }
}
@media (min-width: 1350px) {
  .footer__daily .footer__subtitle {
    margin-left: 23%;
  }
}
@media (min-width: 1700px) {
  .footer__daily .footer__subtitle {
    margin-left: 27%;
  }
}
.footer__daily .f-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__daily .f-list img {
  width: 100%;
}
.footer__daily .f-list span {
  padding: 0 3%;
}
.footer__daily .f-list span:nth-child(1) {
  width: 24%;
}
.footer__daily .f-list span:nth-child(2) {
  width: 32%;
}
.footer__daily .f-list span:nth-child(3) {
  width: 44%;
}

.footer__backtotop {
  position: absolute;
  z-index: 2;
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-size: 1.25rem;
}
.footer__backtotop:hover {
  background-color: #BA8758;
  color: #fff;
}
@media (max-width: 767.98px) {
  .footer__backtotop {
    right: 0.9375rem;
    bottom: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .footer__backtotop {
    bottom: 30%;
    right: 5%;
  }
}
@media (min-width: 1260px) {
  .footer__backtotop {
    top: 40%;
  }
}
@media (min-width: 1700px) {
  .footer__backtotop {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    font-size: 1.875rem;
  }
}

.slide-buttonCustom .slide-buttonCustom-prev,
.slide-buttonCustom .slide-buttonCustom-next {
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1260px) {
  .slide-buttonCustom .slide-buttonCustom-prev,
  .slide-buttonCustom .slide-buttonCustom-next {
    width: 2.625rem;
    height: 2.625rem;
    font-size: 1rem;
  }
}

.swiper-paginationCustom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
  font-size: 0;
  margin-top: 1.6875rem;
}
.swiper-paginationCustom.swiper-pagination-lock {
  display: none;
}
.swiper-paginationCustom .swiper-pagination-bullet {
  width: 0.6875rem;
  height: 0.25rem;
  background: #E6E6E6;
  border-radius: 1.25rem;
  opacity: 1;
  margin: 0 2px;
}
.swiper-paginationCustom .swiper-pagination-bullet-active {
  width: 1.5rem;
  background-color: #532507;
}
@media (min-width: 768px) {
  .swiper-paginationCustom .swiper-pagination-bullet {
    width: 1rem;
    height: 0.375rem;
  }
  .swiper-paginationCustom .swiper-pagination-bullet-active {
    width: 2.125rem;
  }
}

.swiper-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
}
.swiper-button-group .slide-buttonCustom-prev,
.swiper-button-group .slide-buttonCustom-next {
  line-height: 1;
}
.swiper-button-group .swiper-pagination {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  height: 0.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #A4AAC2;
  margin: 0 1.25rem;
}
.swiper-button-group .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #1C202D;
  border-radius: 0.5rem;
}

.body-load-done .popup {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.popup.show-popup {
  opacity: 1;
  visibility: visible;
}

.popup__wrap {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.popup__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 70%;
  min-height: 100vh;
  margin: 1.75rem auto;
}

.popup-close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  font-size: 1.125rem;
  font-weight: bold;
  z-index: 99;
  cursor: pointer;
}
.popup-close:hover {
  color: #532507;
}

.popup-content {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.popup-content .item-title {
  font-size: 1.6875rem;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 1.875rem;
}
@media (min-width: 1700px) {
  .popup-content .item-title {
    font-size: 1.875rem;
  }
}

@media (min-width: 1260px) {
  .popup-sendInfo {
    z-index: 10000;
  }
}
.popup-sendInfo .popup__bg {
  background-color: #1C202D;
}
.popup-sendInfo .popup-close {
  position: absolute;
  top: 0.9375rem;
  right: 0.75rem;
  color: #fff;
  padding: 0.3125rem;
  line-height: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 768px) {
  .popup-sendInfo .popup-close {
    right: 1.25rem;
  }
}
@media (min-width: 992px) {
  .popup-sendInfo .popup-close {
    right: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .popup-sendInfo .popup-close {
    right: 2.5rem;
    top: 1.25rem;
    font-size: 1.5625rem;
  }
}
@media (min-width: 1700px) {
  .popup-sendInfo .popup-close {
    top: 1.875rem;
    font-size: 1.875rem;
  }
}
.popup-sendInfo .popup__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup-sendInfo .popup-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-top: 5rem;
  padding-bottom: 1.875rem;
  min-height: auto;
}
@media (min-width: 768px) {
  .popup-sendInfo .popup-dialog {
    padding: 3.125rem 0;
    padding-top: 7.5rem;
  }
}
.popup-sendInfo .popup-content {
  background-color: transparent;
}
.popup-sendInfo .item-title {
  font-size: 1.5rem;
  color: #F3F5F9;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .popup-sendInfo .item-title {
    font-size: 1.875rem;
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 992px) {
  .popup-sendInfo .item-title {
    font-size: 2.1875rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .popup-sendInfo .item-title {
    font-size: 2.5rem;
  }
}
.popup-sendInfo .form-input {
  position: relative;
}
@media (min-width: 768px) {
  .popup-sendInfo .form-input {
    padding-top: 3.125rem;
  }
}
@media (min-width: 768px) {
  .popup-sendInfo .item-input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .popup-sendInfo .item-input-wrap .item-input {
    width: 50%;
    padding: 0 0.625rem;
  }
}
@media (min-width: 1260px) {
  .popup-sendInfo .item-input-wrap {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .popup-sendInfo .item-input-wrap .item-input {
    width: 50%;
    padding: 0 1.25rem;
  }
}
@media (min-width: 1700px) {
  .popup-sendInfo .item-input-wrap {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .popup-sendInfo .item-input-wrap .item-input {
    width: 50%;
    padding: 0 2.5rem;
  }
}
.popup-sendInfo .item-input {
  margin-bottom: 2.5rem;
}
.popup-sendInfo .item-input__label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #F3F5F9;
}
@media (min-width: 992px) {
  .popup-sendInfo .item-input__label {
    font-size: 1rem;
  }
}
@media (min-width: 1260px) {
  .popup-sendInfo .item-input__label {
    font-size: 1.125rem;
  }
}
.popup-sendInfo .item-input__input {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #F3F5F9;
  height: 2.1875rem;
  line-height: 2.125rem;
  font-size: 1.125rem;
  color: #fff;
  padding: 0;
  margin: 0;
}
.popup-sendInfo .item-input__input:focus {
  border-color: #532507;
}
@media (min-width: 768px) {
  .popup-sendInfo .item-input__input {
    height: 2.75rem;
    line-height: 2.6875rem;
    font-size: 1.25rem;
  }
}
.popup-sendInfo textarea.item-input__input {
  min-height: auto;
}
.popup-sendInfo .item-submit .btn i {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .popup-sendInfo .item-submit .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .popup-sendInfo .item-submit {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (min-width: 992px) {
  .popup-sendInfo .item-submit .btn {
    padding: 0 1.875rem;
  }
}
@media (min-width: 1700px) {
  .popup-sendInfo .item-submit .btn {
    padding: 0 3.125rem;
  }
  .popup-sendInfo .item-submit .btn i {
    font-size: 1.5625rem;
  }
}

.tabbox__list {
  border-bottom: 1px solid #E6E6E6;
}
.tabbox__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -1px;
}
.tabbox__list ul li {
  display: inline-block;
  vertical-align: bottom;
}
.tabbox__list ul li:not(:last-child) {
  margin-right: 1.5625rem;
}
.tabbox__list ul li a {
  display: block;
  font-family: "SVN-Megante", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #666666;
  border-bottom: 2px solid transparent;
  padding-bottom: 0.625rem;
}
.tabbox__list ul li a:hover, .tabbox__list ul li a.active {
  color: #333333;
}
.tabbox__list ul li a.active {
  border-color: #333333;
}
@media (max-width: 767.98px) {
  .tabbox__list ul {
    white-space: nowrap;
    overflow-x: auto;
    margin-right: -1.4375rem;
    padding-right: 1.4375rem;
  }
  .tabbox__list ul::-webkit-scrollbar {
    display: none;
  }
}

.tabbox__content .panel {
  display: none;
}
.tabbox__content .panel.active {
  display: block;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}

.imgplaceholder {
  position: relative;
}
.imgplaceholder .imgplaceholder__inner {
  position: relative;
  overflow: hidden;
  line-height: 1;
  font-size: 0;
}
.imgplaceholder:not(.loaded) .imgplaceholder__inner {
  background-color: whitesmoke;
}
.imgplaceholder:not(.loaded) .imgplaceholder__inner:after {
  content: "";
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(transparent), color-stop(rgba(215, 215, 215, 0.2901960784)), color-stop(transparent), to(transparent));
  background: linear-gradient(to right, transparent, transparent, rgba(215, 215, 215, 0.2901960784), transparent, transparent);
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  -webkit-animation: loading 1.2s infinite;
          animation: loading 1.2s infinite;
}
.imgplaceholder:not(.loaded) .imgplaceholder__inner img {
  opacity: 0;
}

.imgplaceholder.ratio .fixRatio {
  padding-top: var(--ratio) !important;
}
.imgplaceholder.ratio .imgplaceholder__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.imgplaceholder.ratio .imgplaceholder__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@-webkit-keyframes loading {
  100% {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
}

@keyframes loading {
  100% {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
}
.accordion__panel:not(.active) .accordion__title:after {
  content: "\e90c";
}
.accordion__panel:not(.show) .accordion__content {
  display: none;
}

.accordion__title {
  position: relative;
  cursor: pointer;
}
.accordion__title:after {
  content: "\e90e";
  font-family: "iconGeleximco";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion-1 .accordion__title {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #1C202D;
  padding: 1.5rem 0;
  margin: 0;
}
.accordion-1 .accordion__title:after {
  font-size: 1.125rem;
  font-weight: normal;
  color: #1C202D;
}
@media (min-width: 1260px) {
  .accordion-1 .accordion__title {
    font-size: 1.875rem;
    padding: 1.875rem 0;
  }
}
@media (min-width: 1700px) {
  .accordion-1 .accordion__title {
    font-size: 2.5rem;
    padding: 2.5rem 0;
    color: #444A5C;
  }
  .accordion-1 .accordion__title:after {
    font-size: 1.625rem;
    color: #A4AAC2;
  }
}
.accordion-1 .accordion__panel + .accordion__panel {
  border-top: 1px solid #A4AAC2;
}
@media (max-width: 767.98px) {
  .accordion-1 .accordion__panel.active .accordion__title {
    color: #532507;
  }
}
@media (min-width: 768px) {
  .accordion-1 .accordion__panel.active .accordion__title {
    color: #1C202D;
  }
}
.accordion-1 .accordion__content {
  margin-top: -0.625rem;
}
@media (min-width: 1260px) {
  .accordion-1 .accordion__content {
    margin-top: -0.9375rem;
  }
}
@media (min-width: 1700px) {
  .accordion-1 .accordion__content {
    margin-top: -1.25rem;
  }
}
.accordion-1 .accordion__text {
  padding-bottom: 0.625rem;
}
@media (min-width: 1260px) {
  .accordion-1 .accordion__text {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1700px) {
  .accordion-1 .accordion__text {
    padding-bottom: 1.875rem;
  }
}

.sec-hero {
  overflow: hidden;
  padding: 0;
}
.sec-hero .item-inner {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding-top: 7.5rem;
}
.sec-hero .item-inner .owl-carousel {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sec-hero .item-inner .owl-carousel .owl-stage-outer,
.sec-hero .item-inner .owl-carousel .owl-stage,
.sec-hero .item-inner .owl-carousel .owl-item {
  width: 100%;
  height: 100%;
}
.sec-hero .item-inner .owl-carousel:not(.owl-loaded) {
  display: block;
}
.sec-hero .item-inner .owl-carousel:not(.owl-loaded) .bg:not(:first-child) {
  opacity: 0;
}
.sec-hero .item-inner .owl-carousel .bg:after {
  display: none;
}
.sec-hero .item-inner .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 2;
  bottom: 5%;
  right: 7%;
}
.sec-hero .item-inner .owl-carousel .owl-nav .owl-prev,
.sec-hero .item-inner .owl-carousel .owl-nav .owl-next {
  font-size: 1.5625rem;
  padding: 0.75rem;
  color: #fff;
  line-height: 1;
}
.sec-hero .item-inner .owl-carousel .owl-nav .owl-next {
  margin-left: 0.625rem;
}
@media (min-width: 768px) {
  .sec-hero .item-inner .owl-carousel .owl-nav {
    right: 2.8125rem;
    bottom: 5%;
  }
}
@media (min-width: 992px) {
  .sec-hero .item-inner .owl-carousel .owl-nav {
    bottom: 6%;
  }
  .sec-hero .item-inner .owl-carousel .owl-nav .owl-prev,
  .sec-hero .item-inner .owl-carousel .owl-nav .owl-next {
    font-size: 1.875rem;
  }
  .sec-hero .item-inner .owl-carousel .owl-nav .owl-next {
    margin-left: 0.9375rem;
  }
}
@media (min-width: 1700px) {
  .sec-hero .item-inner .owl-carousel .owl-nav {
    right: 5rem;
  }
  .sec-hero .item-inner .owl-carousel .owl-nav .owl-prev,
  .sec-hero .item-inner .owl-carousel .owl-nav .owl-next {
    font-size: 2.5rem;
  }
  .sec-hero .item-inner .owl-carousel .owl-nav .owl-next {
    margin-left: 1.25rem;
  }
}
.sec-hero .item-inner .item-title {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.12;
}
@media (min-width: 768px) {
  .sec-hero .item-inner .item-title {
    font-size: 2.8125rem;
  }
  .sec-hero .item-inner .item-title br {
    display: none;
  }
}
@media (min-width: 992px) {
  .sec-hero .item-inner .item-title {
    font-size: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-hero .item-inner .item-title {
    font-size: 3.75rem;
  }
}
@media (min-width: 1700px) {
  .sec-hero .item-inner .item-title {
    font-size: 5rem;
  }
}
.sec-hero .item-inner .item-title span {
  display: block;
  font-family: "NVN Motherland Signature", cursive;
  margin-top: 4%;
}

.sec-summary {
  overflow: hidden;
  padding-top: 4.375rem;
  padding-bottom: 9.375rem;
}
@media (min-width: 768px) {
  .sec-summary {
    padding-top: 6.25rem;
    padding-bottom: 12.5rem;
  }
}
@media (min-width: 1260px) {
  .sec-summary {
    padding-top: 8.125rem;
    padding-bottom: 14.375rem;
  }
}
@media (min-width: 1700px) {
  .sec-summary {
    padding-top: 10.625rem;
    padding-bottom: 20rem;
  }
}
.sec-summary .bg::after {
  background-color: rgba(83, 37, 7, 0.8);
  opacity: 1;
}
.sec-summary .item-text__short,
.sec-summary .item-text__entry {
  font-family: "Great Vibes", cursive;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.19;
  color: #F6F0EB;
}
@media (min-width: 768px) {
  .sec-summary .item-text__short,
  .sec-summary .item-text__entry {
    font-size: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-summary .item-text__short,
  .sec-summary .item-text__entry {
    font-size: 2rem;
  }
}
@media (min-width: 1700px) {
  .sec-summary .item-text__short,
  .sec-summary .item-text__entry {
    font-size: 2.625rem;
  }
}
.sec-summary .item-text__entry {
  display: none;
}
.sec-summary .item-text__btn {
  text-align: center;
}
@media (min-width: 768px) {
  .sec-summary .item-text__btn {
    padding-top: 1.25rem;
  }
}
.sec-summary .item-text__btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.8125rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  padding: 0 1.5625rem;
}
.sec-summary .item-text__btn a i {
  font-size: 0.75rem;
  margin-left: 0.3125rem;
}
.sec-summary .item-text__btn a:hover {
  background-color: #fff;
  color: #532507;
}
.sec-summary .item-text__btn a span:nth-child(2) {
  display: none;
}
.sec-summary .item-text__btn a.active span:nth-child(1) {
  display: none;
}
.sec-summary .item-text__btn a.active span:nth-child(2) {
  display: inline;
}
.sec-summary .item-text__btn a.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 992px) {
  .sec-summary .item-text__btn a {
    font-size: 0.75rem;
    height: 3.125rem;
    padding: 0 2rem;
  }
  .sec-summary .item-text__btn a i {
    font-size: 1rem;
  }
}
@media (min-width: 1260px) {
  .sec-summary .item-text__btn a {
    height: 3.4375rem;
  }
}
@media (min-width: 1700px) {
  .sec-summary .item-text__btn a {
    height: 3.75rem;
  }
}

.sec-overview {
  padding: 0;
}
.sec-overview .item-a {
  background-color: #F6F0EB;
  position: relative;
  padding-top: 4.375rem;
  padding-bottom: 6.25rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-overview .item-a {
    padding-top: 6.25rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 1260px) {
  .sec-overview .item-a {
    padding-top: 10.25rem;
    padding-bottom: 10rem;
  }
}
.sec-overview .item-a .f-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .sec-overview .item-a .f-title {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 992px) {
  .sec-overview .item-a .f-title {
    margin-bottom: 5.3125rem;
  }
}
@media (min-width: 1260px) {
  .sec-overview .item-a .f-title {
    margin-bottom: 5.9375rem;
  }
}
@media (min-width: 1700px) {
  .sec-overview .item-a .f-title {
    margin-bottom: 7.1875rem;
  }
}
.sec-overview .f-title {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .sec-overview .f-title {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 992px) {
  .sec-overview .f-title {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1700px) {
  .sec-overview .f-title {
    margin-bottom: 5rem;
  }
}
.sec-overview .f-line {
  position: relative;
  line-height: 1;
  color: #532507;
  margin-right: 1.25rem;
}
@media (min-width: 768px) {
  .sec-overview .f-line {
    margin-right: 1.5625rem;
  }
}
@media (min-width: 1260px) {
  .sec-overview .f-line {
    margin-right: 1.875rem;
  }
}
.sec-overview .f-line:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 30vh;
  background-color: #532507;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
@media (min-width: 768px) {
  .sec-overview .f-textWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .sec-overview .f-textWrap .f-text + .f-text {
    margin-top: 1.875rem;
  }
}
.sec-overview .f-title__title {
  font-size: 2.8125rem;
  font-weight: 400;
  color: #532507;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-overview .f-title__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 992px) {
  .sec-overview .f-title__title {
    font-size: 3.75rem;
  }
}
@media (min-width: 1260px) {
  .sec-overview .f-title__title {
    font-size: 5rem;
  }
}
.sec-overview .f-text__icon {
  font-size: 3.75rem;
  line-height: 1;
  color: #003629;
}
@media (min-width: 768px) {
  .sec-overview .f-text__icon {
    font-size: 4.375rem;
  }
}
.sec-overview .f-text__title {
  font-size: 3.4375rem;
  line-height: 1;
  color: #003629;
  font-weight: 400;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .sec-overview .f-text__title {
    font-size: 3.75rem;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-overview .f-text__title {
    font-size: 2.8125rem;
  }
}
.sec-overview .f-text__text {
  font-family: "SVN-Megante", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #003629;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-overview .f-text__text {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-overview .f-text__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-overview .f-text__text {
    font-size: 1.5rem;
  }
}
@media (min-width: 1700px) {
  .sec-overview .f-text__text {
    font-size: 1.75rem;
  }
}
.sec-overview .item-a__content {
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .sec-overview .item-a__content {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .sec-overview .item-a__content {
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .sec-overview .item-a__content {
    padding-left: 3.75rem;
  }
}
@media (min-width: 1260px) and (max-width: 1699.98px) {
  .sec-overview .item-a__content {
    padding-right: 1.25rem;
  }
}
.sec-overview .item-a__content .f-textWrap {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .sec-overview .item-a__content .f-textWrap {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .sec-overview .item-a__content .f-textWrap {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1700px) {
  .sec-overview .item-a__content .f-textWrap {
    margin-bottom: 7.5rem;
  }
}
.sec-overview .item-a__content .f-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-overview .item-a__content .f-info li {
  color: #532507;
  font-size: 1rem;
  padding: 1.25rem 0;
}
.sec-overview .item-a__content .f-info li + li {
  border-top: 1px solid #A7BAAF;
}
.sec-overview .item-a__content .f-info li span {
  font-weight: bold;
  text-transform: uppercase;
}
.sec-overview .item-a__content .f-info li p {
  margin: 0;
}
@media (min-width: 768px) {
  .sec-overview .item-a__content .f-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.125rem;
    padding: 1.5625rem 0;
  }
  .sec-overview .item-a__content .f-info li span {
    width: 30%;
  }
  .sec-overview .item-a__content .f-info li p {
    width: 70%;
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-overview .item-a__content .f-info li {
    font-size: 0.875rem;
  }
}
@media (min-width: 1260px) and (max-width: 1699.98px) {
  .sec-overview .item-a__content .f-info li {
    font-size: 1rem;
  }
}
@media (min-width: 1260px) {
  .sec-overview .item-a__content .f-info li {
    padding: 1.875rem 0;
  }
}
.sec-overview .item-a__right .f-item__head {
  text-align: center;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .sec-overview .item-a__right .f-item__head {
    margin-bottom: 1.75rem;
  }
}
.sec-overview .item-a__right .f-item__icon {
  display: inline-block;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .sec-overview .item-a__right .f-item__icon {
    margin-bottom: 1.25rem;
  }
}
.sec-overview .item-a__right .f-item__title {
  color: #003629;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  overflow: hidden;
}
.sec-overview .item-a__right .f-item__title span {
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .sec-overview .item-a__right .f-item__title {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .sec-overview .item-a__right .f-item__title {
    font-size: 1rem;
  }
}
@media (min-width: 1700px) {
  .sec-overview .item-a__right .f-item__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  .sec-overview .item-a__right .f-item__content {
    text-align: center;
  }
}
.sec-overview .item-a__right .f-item__text {
  font-family: "SVN-Megante", sans-serif;
  font-size: 1rem;
  color: #532507;
  margin: 0;
}
.sec-overview .item-a__right .f-item__text span {
  display: block;
  font-size: 1.875rem;
  line-height: 1;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .sec-overview .item-a__right .f-item__text {
    font-size: 1.125rem;
  }
  .sec-overview .item-a__right .f-item__text span {
    font-size: 2.8125rem;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-overview .item-a__right .f-item__text {
    font-size: 1rem;
  }
  .sec-overview .item-a__right .f-item__text span {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1260px) and (max-width: 1699.98px) {
  .sec-overview .item-a__right .f-item__text {
    font-size: 1.0625rem;
  }
  .sec-overview .item-a__right .f-item__text span {
    font-size: 2.5rem;
  }
}
@media (min-width: 1700px) {
  .sec-overview .item-a__right .f-item__text {
    font-size: 1.75rem;
  }
  .sec-overview .item-a__right .f-item__text span {
    font-size: 3.75rem;
  }
}
.sec-overview .item-a__right .f-item__textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-overview .item-a__right .f-item-2 {
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .sec-overview .item-a__right .f-item-2 {
    margin-top: 5.625rem;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-overview .item-a__right .f-item-2 {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1260px) and (max-width: 1699.98px) {
  .sec-overview .item-a__right .f-item-2 {
    margin-top: 3.75rem;
  }
}
.sec-overview .item-a__right .f-item-2 .f-item__title span::before, .sec-overview .item-a__right .f-item-2 .f-item__title span::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #A7BAAF;
  width: 20vw;
}
.sec-overview .item-a__right .f-item-2 .f-item__title span::before {
  left: 0;
  -webkit-transform: translate(-105%, -50%);
          transform: translate(-105%, -50%);
}
.sec-overview .item-a__right .f-item-2 .f-item__title span::after {
  right: 0;
  -webkit-transform: translate(105%, -50%);
          transform: translate(105%, -50%);
}
.sec-overview .item-b {
  position: relative;
  z-index: 2;
  background-color: #EEE0DA;
  padding-top: 4.375rem;
  padding-bottom: 6.25rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-overview .item-b {
    padding-top: 6.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-overview .item-b {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.sec-overview .item-b .f-text {
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .sec-overview .item-b .f-text {
    border-bottom: 1px solid #A7BAAF;
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1700px) {
  .sec-overview .item-b .f-text {
    padding-bottom: 4.0625rem;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1260px) {
  .sec-overview .item-b .f-text.style-1 {
    margin-right: -5%;
  }
}
@media (max-width: 991.98px) {
  .sec-overview .item-b .f-text.style-2 {
    margin-top: 2.5rem;
    border-top: 1px solid #A7BAAF;
    padding-top: 1.875rem;
  }
}
.sec-overview .item-b .f-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "SVN-Megante", sans-serif;
  font-weight: 400;
  color: #532507;
  line-height: 1;
}
.sec-overview .item-b .f-number span {
  font-size: 2.8125rem;
  margin-right: 0.75rem;
}
.sec-overview .item-b .f-number p {
  font-size: 1.25rem;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-overview .item-b .f-number span {
    font-size: 2.5rem;
  }
  .sec-overview .item-b .f-number p {
    font-size: 1.125rem;
    margin: 0;
  }
}
@media (min-width: 1350px) {
  .sec-overview .item-b .f-number span {
    font-size: 3.125rem;
  }
  .sec-overview .item-b .f-number p {
    font-size: 1.375rem;
    margin: 0;
  }
}
@media (min-width: 1700px) {
  .sec-overview .item-b .f-number span {
    font-size: 3.75rem;
  }
  .sec-overview .item-b .f-number p {
    font-size: 1.75rem;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .sec-overview .item-b .f-numberWrap .f-number + .f-number {
    margin-top: 0.9375rem;
  }
  .sec-overview .item-b .f-numberWrap .f-number span {
    min-width: 3.4375rem;
  }
}
@media (min-width: 768px) {
  .sec-overview .item-b .f-numberWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec-overview .item-b .sharp-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 21%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-overview .item-b .sharp-2 img {
  width: 100%;
}
.sec-overview .sharp-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 14%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-overview .sharp-1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .sec-overview .sharp-1 {
    width: 13%;
  }
}
@media (min-width: 1260px) {
  .sec-overview .sharp-1 {
    width: 12%;
  }
}
@media (min-width: 1700px) {
  .sec-overview .sharp-1 {
    width: 12.5%;
  }
}

.sec-vitriDA {
  background-color: #532507;
  overflow: hidden;
  padding: 0;
}
.sec-vitriDA .item-content {
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .sec-vitriDA .item-content {
    padding-top: 9.375rem;
  }
}
@media (min-width: 1260px) {
  .sec-vitriDA .item-content {
    padding-top: 6.25rem;
  }
}
@media (min-width: 1700px) {
  .sec-vitriDA .item-content {
    padding-top: 12.5rem;
  }
}
.sec-vitriDA .item-content .f-titleWrap {
  padding-left: 2.5rem;
}
@media (min-width: 768px) {
  .sec-vitriDA .item-content .f-titleWrap {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1700px) {
  .sec-vitriDA .item-content .f-titleWrap {
    max-width: 65%;
  }
}
.sec-vitriDA .item-content .f-title {
  position: relative;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .sec-vitriDA .item-content .f-title {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1700px) {
  .sec-vitriDA .item-content .f-title {
    margin-bottom: 3.125rem;
  }
}
.sec-vitriDA .item-content .f-title__title {
  font-size: 2.8125rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-vitriDA .item-content .f-title__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-vitriDA .item-content .f-title__title {
    font-size: 3.75rem;
  }
}
.sec-vitriDA .item-content .f-title__text {
  color: #fff;
}
@media (min-width: 1260px) and (max-width: 1699.98px) {
  .sec-vitriDA .item-content .f-title__text {
    font-size: 0.875rem;
  }
}
.sec-vitriDA .item-content .f-line {
  position: absolute;
  top: 50%;
  left: -2.5rem;
  line-height: 1;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .sec-vitriDA .item-content .f-line {
    margin-right: 1.5625rem;
  }
}
@media (min-width: 1260px) {
  .sec-vitriDA .item-content .f-line {
    margin-right: 1.875rem;
  }
}
.sec-vitriDA .item-content .f-line:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 30vh;
  background-color: #fff;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.sec-vitriDA .item-list {
  text-align: center;
  margin-top: 2.5rem;
}
@media (max-width: 767.98px) {
  .sec-vitriDA .item-list {
    margin-left: -10%;
  }
}
@media (min-width: 768px) {
  .sec-vitriDA .item-list {
    margin-top: 4.0625rem;
  }
}
.sec-vitriDA .item-list .layer-text {
  cursor: pointer;
}
.sec-vitriDA .item-list .layer-text.active image {
  opacity: 1;
}
.sec-vitriDA .item-list .layer-text.active path {
  opacity: 1;
}
.sec-vitriDA .item-map {
  position: relative;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media (min-width: 768px) {
  .sec-vitriDA .item-map {
    margin-right: -4%;
    margin-left: -4%;
  }
}
@media (min-width: 1260px) {
  .sec-vitriDA .item-map {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media (min-width: 1700px) {
  .sec-vitriDA .item-map {
    margin-right: -5rem;
    margin-left: -3.125rem;
  }
}
.sec-vitriDA .item-map__wrap {
  position: relative;
}
.sec-vitriDA .item-map__wrap:after {
  content: "";
  display: block;
  padding-top: 92%;
}
.sec-vitriDA .item-map__wrap .map-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-vitriDA .item-map__wrap .map-inner .f-img {
  width: 100%;
}
.sec-vitriDA .item-map__wrap .map-inner .f-markerWrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-vitriDA .item-map__wrap .map-inner .f-markerWrap.active {
  opacity: 1;
  visibility: visible;
}
.sec-vitriDA .item-map__wrap .map-inner .f-marker {
  position: absolute;
  z-index: 2;
}
.sec-vitriDA .item-map__wrap .map-inner .f-marker img {
  width: 100%;
}
.sec-vitriDA .item-map__wrap .map-inner .f-marker:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #BA8758;
  -webkit-animation: scaleOpacity 2s linear infinite;
          animation: scaleOpacity 2s linear infinite;
}
.sec-vitriDA .item-map__wrap .map-inner .f-marker-1 {
  top: 53%;
  left: 37%;
  width: 7%;
}
.sec-vitriDA .item-map__wrap .map-inner .f-marker-2 {
  top: 20%;
  right: 29%;
  width: 7%;
}
.sec-vitriDA .item-map__wrap .map-inner .f-marker-3 {
  left: 49%;
  bottom: 37%;
  width: 4%;
}
.sec-vitriDA .item-map__wrap .map-inner .f-marker-4 {
  left: 57%;
  bottom: 30%;
  width: 4%;
}
.sec-vitriDA .item-map__wrap .map-inner .f-marker-5 {
  left: 51%;
  bottom: 23%;
  width: 4%;
}
.sec-vitriDA .item-map__wrap .map-inner .f-marker-6 {
  bottom: 31%;
  left: 47%;
  width: 5%;
}
.sec-vitriDA .item-map__wrap .map-inner .f-marker-7 {
  bottom: 1%;
  right: 31%;
  width: 9%;
}
.sec-vitriDA .item-map__wrap .map-inner .f-martkerCenter {
  position: absolute;
  z-index: 2;
  bottom: 45%;
  left: 47%;
  width: 9%;
}
.sec-vitriDA .item-map__wrap .map-inner .f-martkerCenter img {
  width: 100%;
}
.sec-vitriDA .item-map__wrap .map-inner .f-martkerCenter span {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 50%;
  background: radial-gradient(27.6% 43% at 50.01% 33.47%, #BAB424 0%, #FBD00A 100%);
  border: 0.125rem solid #FBD00A;
  -webkit-box-shadow: 0px 0px 1.875rem #FBD00A;
          box-shadow: 0px 0px 1.875rem #FBD00A;
  -webkit-animation: scaleOpacity 4s linear infinite;
          animation: scaleOpacity 4s linear infinite;
}
.sec-vitriDA .item-map__wrap .map-inner .f-martkerCenter span:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-vitriDA .item-map__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 3;
  left: 16%;
  bottom: 3%;
  width: 4.375rem;
  height: 4.375rem;
  background-color: rgba(186, 135, 88, 0.6);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-vitriDA .item-map__btn:hover {
  background-color: #BA8758;
}
.sec-vitriDA .item-map__btn svg {
  width: 22%;
}
.sec-vitriDA .item-map__btn span {
  display: block;
  color: var(--neuture-01, #FFF);
  font-family: "SVN-Megante", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
}
.sec-vitriDA .item-map__btn .t-2 {
  display: none;
}
@media (min-width: 768px) {
  .sec-vitriDA .item-map__btn {
    width: 6.25rem;
    height: 6.25rem;
  }
  .sec-vitriDA .item-map__btn span {
    font-size: 1rem;
  }
}
@media (min-width: 1700px) {
  .sec-vitriDA .item-map__btn {
    width: 8.75rem;
    height: 8.75rem;
  }
  .sec-vitriDA .item-map__btn span {
    font-size: 1.3125rem;
  }
}
.sec-vitriDA .item-map .item-map__wrap {
  overflow: hidden;
}
.sec-vitriDA .item-map .map-inner {
  pointer-events: none;
}
.sec-vitriDA .item-map.active .item-map__wrap .map-inner {
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}
.sec-vitriDA .item-map.active .item-map__btn {
  background-color: #BA8758;
}
.sec-vitriDA .item-map.active .item-map__btn .t-1,
.sec-vitriDA .item-map.active .item-map__btn svg .r-2 {
  display: none;
}
.sec-vitriDA .item-map.active .item-map__btn .t-2 {
  display: block;
}
.sec-vitriDA.style-2 {
  position: re;
}
.sec-vitriDA.style-2 .item-content {
  padding-top: 6.25rem;
}
@media (min-width: 1700px) {
  .sec-vitriDA.style-2 .item-content {
    padding-top: 9.375rem;
  }
}
.sec-vitriDA.style-2 .f-titleWrap {
  max-width: initial;
}
@media (min-width: 1700px) {
  .sec-vitriDA.style-2 .f-titleWrap {
    margin-right: -10%;
  }
}
.sec-vitriDA.style-2 .f-title__title {
  font-size: 2.5rem;
}
@media (min-width: 1700px) {
  .sec-vitriDA.style-2 .f-title__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-vitriDA.style-2 .item-map {
    margin-left: 0;
    margin-right: -10vw;
  }
}
@media (min-width: 1700px) {
  .sec-vitriDA.style-2 .item-map {
    margin-left: 5%;
  }
}
.sec-vitriDA.style-2 .bg-sharp {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.3125rem;
  background: -webkit-gradient(linear, left top, right top, from(#B28565), to(#4F2A10));
  background: linear-gradient(90deg, #B28565 0%, #4F2A10 100%);
}
@media (min-width: 768px) {
  .sec-vitriDA.style-2 .bg-sharp {
    height: 0.625rem;
  }
}
@media (min-width: 1260px) {
  .sec-vitriDA.style-2 .bg-sharp {
    height: 0.75rem;
  }
}
@media (min-width: 1700px) {
  .sec-vitriDA.style-2 .bg-sharp {
    height: 1.25rem;
  }
}
.sec-vitriDA.style-2 .bg-sharp span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 14%;
}
@media (min-width: 1260px) and (max-width: 1699.98px) {
  .sec-vitriDA.style-2 .bg-sharp span {
    width: 10%;
  }
}
.sec-vitriDA.style-2 .bg-sharp span img {
  width: 100%;
}

@-webkit-keyframes scaleOpacity {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes scaleOpacity {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ringring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  25% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  75% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
@keyframes ringring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  25% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  75% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
.sec-matbangTT {
  background-color: #EEE0DA;
  padding: 0;
  overflow: hidden;
}
.sec-matbangTT .item-content {
  position: relative;
  z-index: 2;
  padding-top: 4.375rem;
}
@media (min-width: 768px) {
  .sec-matbangTT .item-content {
    padding-top: 6.25rem;
  }
}
@media (min-width: 1700px) {
  .sec-matbangTT .item-content {
    padding-top: 10rem;
  }
}
.sec-matbangTT .f-title {
  position: relative;
  margin-bottom: 1.25rem;
  padding-left: 3.125rem;
}
@media (min-width: 768px) {
  .sec-matbangTT .f-title {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-matbangTT .f-title {
    margin-right: -20%;
  }
}
@media (min-width: 1700px) {
  .sec-matbangTT .f-title {
    margin-bottom: 3.125rem;
  }
}
.sec-matbangTT .f-title__title {
  font-size: 2.8125rem;
  font-weight: 400;
  color: #003629;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-matbangTT .f-title__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 1700px) {
  .sec-matbangTT .f-title__title {
    font-size: 3.75rem;
  }
}
.sec-matbangTT .f-title__text {
  color: #fff;
}
@media (min-width: 1260px) and (max-width: 1699.98px) {
  .sec-matbangTT .f-title__text {
    font-size: 0.875rem;
  }
}
.sec-matbangTT .f-line {
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1;
  color: #532507;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .sec-matbangTT .f-line {
    margin-right: 1.5625rem;
  }
}
@media (min-width: 1260px) {
  .sec-matbangTT .f-line {
    margin-right: 1.875rem;
  }
}
.sec-matbangTT .f-line:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 30vh;
  background-color: #532507;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.sec-matbangTT .item-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-matbangTT .item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.125rem solid rgba(120, 121, 149, 0.15);
}
@media (min-width: 768px) {
  .sec-matbangTT .item-list li {
    border-width: 0.1875rem;
  }
}
@media (min-width: 1700px) {
  .sec-matbangTT .item-list li {
    border-width: 0.25rem;
  }
}
.sec-matbangTT .item-list .item {
  padding: 1.25rem 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .sec-matbangTT .item-list .item {
    padding: 1.5625rem 0;
  }
}
@media (min-width: 1260px) {
  .sec-matbangTT .item-list .item {
    padding: 1.125rem 0;
  }
}
@media (min-width: 1700px) {
  .sec-matbangTT .item-list .item {
    padding: 1.5rem 0;
  }
}
.sec-matbangTT .item-list .item.active {
  border-color: #532507;
}
.sec-matbangTT .item-list .item.active .item__number {
  color: #532507;
}
.sec-matbangTT .item-list .item.active .item__title {
  color: #532507;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sec-matbangTT .item-list .item__number {
  font-family: "SVN-Megante", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  color: #003629;
  width: 3.125rem;
  margin-right: 3%;
  width: 4.0625rem;
}
@media (min-width: 768px) {
  .sec-matbangTT .item-list .item__number {
    font-size: 3.125rem;
  }
}
@media (min-width: 1700px) {
  .sec-matbangTT .item-list .item__number {
    font-size: 3.75rem;
    width: 5rem;
    margin-right: 5%;
  }
}
.sec-matbangTT .item-list .item__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
.sec-matbangTT .item-list .item__title {
  position: relative;
  font-size: 1.0625rem;
  color: #003629;
  margin: 0;
  padding-left: 1.5625rem;
  -webkit-transform: translateX(-1.5625rem);
          transform: translateX(-1.5625rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-matbangTT .item-list .item__title span {
  position: absolute;
  top: 50%;
  left: 0;
  color: #BA8758;
  font-size: 0.875rem;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
@media (min-width: 768px) {
  .sec-matbangTT .item-list .item__title {
    font-size: 1.25rem;
  }
  .sec-matbangTT .item-list .item__title span {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .sec-matbangTT .item-list .item__title {
    font-size: 1.375rem;
  }
  .sec-matbangTT .item-list .item__title span {
    font-size: 1.125rem;
  }
}
@media (min-width: 1700px) {
  .sec-matbangTT .item-list .item__title {
    font-size: 1.75rem;
    padding-left: 2.1875rem;
    -webkit-transform: translateX(-2.1875rem);
            transform: translateX(-2.1875rem);
  }
  .sec-matbangTT .item-list .item__title span {
    font-size: 1.25rem;
  }
}
.sec-matbangTT .item-map {
  position: relative;
  z-index: 1;
  margin-right: -10%;
  margin-left: -25%;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .sec-matbangTT .item-map {
    margin-top: 3.125rem;
  }
}
@media (min-width: 992px) {
  .sec-matbangTT .item-map {
    margin-top: 4.375rem;
  }
}
@media (min-width: 1260px) {
  .sec-matbangTT .item-map {
    margin-right: -12%;
    margin-left: -20%;
    margin-top: 0;
  }
}
@media (min-width: 1350px) {
  .sec-matbangTT .item-map {
    margin-right: -25%;
    margin-left: -14%;
  }
}
@media (min-width: 1700px) {
  .sec-matbangTT .item-map {
    margin-right: -14%;
    margin-left: -8%;
  }
}
.sec-matbangTT .item-map .layer {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-matbangTT .item-map .layer.active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1260px) {
  .sec-matbangTT.style-2 .item-content {
    padding-top: 6.25rem;
  }
}
.sec-matbangTT.style-2 .item-note {
  margin-top: 10%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-matbangTT.style-2 .item-note {
    max-width: 60%;
    margin-top: 5%;
  }
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-matbangTT.style-2 .item-note {
    max-width: 50%;
    margin-top: 5%;
  }
}
.sec-matbangTT.style-2 .item-note .f-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-matbangTT.style-2 .item-note .f-item + .f-item {
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .sec-matbangTT.style-2 .item-note .f-item + .f-item {
    margin-top: 0.9375rem;
  }
}
@media (min-width: 1260px) and (max-width: 1699.98px) {
  .sec-matbangTT.style-2 .item-note .f-item + .f-item {
    margin-top: 0.625rem;
  }
}
.sec-matbangTT.style-2 .item-note .f-item span {
  width: 20%;
  height: 1.25rem;
  border: 1px solid #fff;
}
@media (min-width: 992px) {
  .sec-matbangTT.style-2 .item-note .f-item span {
    height: 1.5625rem;
  }
}
@media (min-width: 1260px) and (max-width: 1699.98px) {
  .sec-matbangTT.style-2 .item-note .f-item span {
    height: 1.25rem;
  }
}
@media (min-width: 1700px) {
  .sec-matbangTT.style-2 .item-note .f-item span {
    height: 2rem;
  }
}
.sec-matbangTT.style-2 .item-note .f-item p {
  font-size: 1rem;
  font-weight: 400;
  color: #003629;
  padding-left: 5%;
  margin: 0;
}
@media (min-width: 992px) {
  .sec-matbangTT.style-2 .item-note .f-item p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1260px) and (max-width: 1699.98px) {
  .sec-matbangTT.style-2 .item-note .f-item p {
    font-size: 1rem;
  }
}
@media (min-width: 1700px) {
  .sec-matbangTT.style-2 .item-note .f-item p {
    font-size: 1.75rem;
  }
}
@media (min-width: 1350px) {
  .sec-matbangTT.style-2 .item-map {
    margin-right: -10%;
    margin-left: -20%;
  }
}
@media (min-width: 1700px) {
  .sec-matbangTT.style-2 .item-map {
    margin-left: -25%;
  }
}
@media (min-width: 1260px) and (max-width: 1699.98px) {
  .sec-matbangTT.style-2 .item-content {
    padding-top: 3.125rem;
  }
  .sec-matbangTT.style-2 .item-content .f-title__title {
    font-size: 2.375rem;
  }
  .sec-matbangTT.style-2 .item-content .item-list .item__number {
    font-size: 2.1875rem;
    width: 3.125rem;
  }
  .sec-matbangTT.style-2 .item-content .item-list .item__title {
    font-size: 1.125rem;
  }
}

.sec-suchut {
  background-color: #F6F0EB;
}
.sec-suchut .sharp-bg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13%;
}
.sec-suchut .sharp-bg img {
  width: 100%;
}
@media (min-width: 1260px) and (max-width: 1349.98px) {
  .sec-suchut .sharp-bg {
    width: 6%;
  }
}
@media (min-width: 1350px) and (max-width: 1699.98px) {
  .sec-suchut .sharp-bg {
    width: 8%;
  }
}
.sec-suchut .f-title {
  position: relative;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .sec-suchut .f-title {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 992px) {
  .sec-suchut .f-title {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1700px) {
  .sec-suchut .f-title {
    margin-bottom: 10.9375rem;
  }
}
.sec-suchut .f-title__title {
  font-size: 2.8125rem;
  font-weight: 400;
  color: #003629;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-suchut .f-title__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 1700px) {
  .sec-suchut .f-title__title {
    font-size: 3.75rem;
  }
}
.sec-suchut .f-title__text {
  color: #fff;
}
@media (min-width: 1260px) and (max-width: 1699.98px) {
  .sec-suchut .f-title__text {
    font-size: 0.875rem;
  }
}
.sec-suchut .f-title__text {
  font-family: "SVN-Megante", sans-serif;
  font-weight: 400;
  color: #532507;
}
.sec-suchut .f-title__text p {
  margin: 0;
}
.sec-suchut .f-title__text p + p {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .sec-suchut .f-title__text {
    font-size: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-suchut .f-title__text {
    font-size: 1.375rem;
  }
}
@media (min-width: 1700px) {
  .sec-suchut .f-title__text {
    font-size: 1.75rem;
  }
}
.sec-suchut .f-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: 0;
  left: -0.625rem;
  bottom: 15%;
  line-height: 1;
  color: #532507;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (min-width: 768px) {
  .sec-suchut .f-line {
    left: -1.25rem;
  }
}
@media (min-width: 1700px) {
  .sec-suchut .f-line {
    left: -1.875rem;
  }
}
.sec-suchut .f-line:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #532507;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec-suchut .item-pc__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.sec-suchut .item-pc__inner svg {
  position: relative;
  z-index: 2;
}
.sec-suchut .item-pc__inner .layer .fix {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-suchut .item-pc__inner .layer.active .fix {
  fill: #BA8758;
}
.sec-suchut .item-pc__img,
.sec-suchut .item-mb {
  position: relative;
}
.sec-suchut .item-pc__img:before,
.sec-suchut .item-mb:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#532507), color-stop(30%, rgba(83, 37, 7, 0)));
  background: linear-gradient(0deg, #532507 0%, rgba(83, 37, 7, 0) 30%);
}
.sec-suchut .item-pc__img .bg,
.sec-suchut .item-mb .bg {
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sec-suchut .item-pc__img .bg:after,
.sec-suchut .item-mb .bg:after {
  display: none;
}
.sec-suchut .item-pc__img .bg.active,
.sec-suchut .item-mb .bg.active {
  opacity: 1;
  visibility: visible;
}
.sec-suchut .item-pc__img {
  position: absolute;
  z-index: 1;
  width: 81%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  pointer-events: none;
}
.sec-suchut .item-pc__img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-suchut .item-mb {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  margin-bottom: 2.5rem;
}
.sec-suchut .item-mb:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec-suchut .item-mb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#532507), color-stop(30%, rgba(83, 37, 7, 0)));
  background: linear-gradient(0deg, #532507 0%, rgba(83, 37, 7, 0) 30%);
}
.sec-suchut .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .sec-suchut .f-text + .f-text {
    margin-top: 1.25rem;
  }
}
.sec-suchut .f-text.active .f-text__inner span {
  color: #BA8758;
}
.sec-suchut .f-text__inner p {
  font-family: "SVN-Megante", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  color: #532507;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-suchut .f-text__inner p {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .sec-suchut .f-text__inner p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-suchut .f-text__inner p {
    font-size: 1.375rem;
  }
}
@media (min-width: 1350px) {
  .sec-suchut .f-text__inner p {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1700px) {
  .sec-suchut .f-text__inner p {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .sec-suchut .f-text__inner p br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .sec-suchut .f-text__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec-suchut .f-text__inner span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    font-size: 2.1875rem;
    line-height: 1;
    color: #532507;
    margin-right: 5%;
  }
  .sec-suchut .f-text__inner span:after {
    content: attr(data-title);
    position: absolute;
    z-index: 2;
    color: var(--neuture-01, #FFF);
    font-family: "SVN-Megante", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .sec-suchut .f-text__inner span {
    display: none;
  }
  .sec-suchut .f-text-1 {
    margin-bottom: 10%;
    -webkit-transform: translate(-15%, -20%);
            transform: translate(-15%, -20%);
  }
  .sec-suchut .f-text-2 {
    margin-bottom: 15%;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  .sec-suchut .f-text-3 {
    margin-bottom: 15%;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  .sec-suchut .f-text-4 {
    margin-bottom: 10%;
    -webkit-transform: translate(-5%, -35%);
            transform: translate(-5%, -35%);
  }
  .sec-suchut .f-text-5 {
    -webkit-transform: translate(-15%, -40%);
            transform: translate(-15%, -40%);
  }
}

.sec-tintuc {
  background-color: #F6F0EB;
  padding-top: 0;
}
.sec-tintuc .f-title {
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .sec-tintuc .f-title {
    margin-bottom: 3.75rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1700px) {
  .sec-tintuc .f-title {
    padding-left: 3.4375rem;
    margin-right: -10%;
  }
}
.sec-tintuc .f-title__title {
  font-size: 2.8125rem;
  font-weight: 400;
  color: #003629;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-tintuc .f-title__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 1700px) {
  .sec-tintuc .f-title__title {
    font-size: 3.75rem;
  }
}
.sec-tintuc .f-title__text {
  color: #fff;
}
@media (min-width: 1260px) and (max-width: 1699.98px) {
  .sec-tintuc .f-title__text {
    font-size: 0.875rem;
  }
}
.sec-tintuc .f-title__text {
  font-family: "SVN-Megante", sans-serif;
  font-weight: 400;
  color: #532507;
}
.sec-tintuc .f-title__text p {
  margin: 0;
}
.sec-tintuc .f-title__text p + p {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .sec-tintuc .f-title__text {
    font-size: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-tintuc .f-title__text {
    font-size: 1.375rem;
  }
}
@media (min-width: 1700px) {
  .sec-tintuc .f-title__text {
    font-size: 1.75rem;
  }
}
.sec-tintuc .f-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: 15%;
  left: 0;
  bottom: 15%;
  line-height: 1;
  color: #532507;
}
.sec-tintuc .f-line:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #532507;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .sec-tintuc .post-wrap {
    margin-right: -0.9375rem;
  }
  .sec-tintuc .post-wrap .owl-carousel {
    width: 90%;
  }
  .sec-tintuc .post-wrap .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
}

.post__img {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.post__img:after {
  content: "";
  display: block;
  padding-top: 57.9%;
}
.post__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post__img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.post__body {
  padding-top: 1.5rem;
  border-top: 1px solid #000;
}

.post__date {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.09px;
  color: #532507;
}
@media (min-width: 768px) {
  .post__date {
    font-size: 0.875rem;
  }
}
@media (min-width: 1260px) {
  .post__date {
    font-size: 1rem;
  }
}
@media (min-width: 1700px) {
  .post__date {
    font-size: 1.125rem;
  }
}

.post__title {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: normal;
  color: #003629;
  margin-bottom: 1.25rem;
}
@media (min-width: 1700px) {
  .post__title {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
}
.post__title a {
  color: inherit;
}
.post__title a:hover {
  color: #532507;
}

.post__text {
  color: #532507;
  margin: 0;
}

.post__btn {
  color: #532507;
  white-space: nowrap;
}
.post__btn:hover {
  color: #003629;
}

.humberger-fixed {
  position: fixed;
  top: 16.25rem;
  right: 1.375rem;
  z-index: 999;
  -webkit-transform: translate(50%, -50%) rotate(-90deg);
          transform: translate(50%, -50%) rotate(-90deg);
  -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.2);
}
@media (min-width: 1700px) {
  .humberger-fixed {
    right: 1.6875rem;
  }
}
.humberger-fixed .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.humberger-fixed .item-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.75rem;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  padding: 0 1.25rem;
}
@media (min-width: 1700px) {
  .humberger-fixed .item-inner a {
    height: 3.375rem;
    font-size: 0.75rem;
  }
}
.humberger-fixed .item-inner .btn-tuvan {
  background-color: #003629;
  color: #fff;
}
.humberger-fixed .item-inner .btn-tuvan i {
  font-size: 1.125rem;
  margin-left: 0.625rem;
}
.humberger-fixed .item-inner .btn-tuvan:hover {
  background-color: #008B67;
}
.humberger-fixed .item-inner .btn-menu {
  background-color: #fff;
  color: #003629;
}
.humberger-fixed .item-inner .btn-menu svg {
  width: 1.625rem;
}
.humberger-fixed .item-inner .btn-menu svg rect {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1700px) {
  .humberger-fixed .item-inner .btn-menu svg {
    width: 2rem;
  }
}
.humberger-fixed .item-inner .btn-menu:hover {
  background-color: #532507;
  color: #fff;
}
.humberger-fixed .item-inner .btn-menu:hover svg rect {
  fill: #fff;
}

.popup-right {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.popup-right.show-popup {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.body-load-done .popup-right {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.popup-right__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.popup-right__content {
  position: relative;
  z-index: 2;
  background-color: #532507;
  margin-left: auto;
  height: 100%;
  padding-top: 4.375rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .popup-right__content {
    max-width: 50%;
    padding-top: 6.25rem;
    border-left: 1px solid #BA8758;
  }
}
@media (min-width: 1260px) {
  .popup-right__content {
    max-width: 17.5rem;
  }
}
@media (min-width: 1350px) {
  .popup-right__content {
    max-width: 20rem;
  }
}
@media (min-width: 1700px) {
  .popup-right__content {
    padding-top: 5.625rem;
    padding-bottom: 3.125rem;
    max-width: 23.75rem;
  }
}
@media (min-width: 1900px) and (min-height: 1079px) {
  .popup-right__content {
    padding-top: 8.75rem;
    max-width: 28.125rem;
  }
}

.popup-right__sharp {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
}
.popup-right__sharp img {
  width: 100%;
}

.popup-right__menu {
  text-align: center;
}
.popup-right__menu .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.popup-right__menu .menu-list li + li {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .popup-right__menu .menu-list li + li {
    margin-top: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .popup-right__menu .menu-list li + li {
    margin-top: 2.1875rem;
  }
}
@media (min-width: 1260px) {
  .popup-right__menu .menu-list li + li {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1350px) {
  .popup-right__menu .menu-list li + li {
    margin-top: 1.875rem;
  }
}
.popup-right__menu .menu-list a {
  font-family: "SVN-Megante", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  color: #FFF;
  line-height: 1;
}
@media (min-width: 768px) {
  .popup-right__menu .menu-list a {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1260px) {
  .popup-right__menu .menu-list a {
    font-size: 1.25rem;
  }
}
@media (min-width: 1900px) and (min-height: 1024px) {
  .popup-right__menu .menu-list a {
    font-size: 1.875rem;
  }
}
@media (min-width: 1900px) and (min-height: 1079px) {
  .popup-right__menu .menu-list a {
    font-size: 1.875rem;
  }
}
.popup-right__menu .menu-list a.current, .popup-right__menu .menu-list a:hover {
  color: #C2A497;
}

.popup-right__title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .popup-right__title {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1260px) {
  .popup-right__title {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1900px) and (min-height: 1024px) {
  .popup-right__title {
    font-size: 3.125rem;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1900px) and (min-height: 1079px) {
  .popup-right__title {
    font-size: 3.4375rem;
  }
}

.popup-right__close {
  position: absolute;
  top: 5%;
  left: 10%;
  z-index: 2;
  width: 1rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .popup-right__close {
    width: 1.25rem;
  }
}
@media (min-width: 992px) {
  .popup-right__close {
    top: 3%;
  }
}
@media (min-width: 1700px) {
  .popup-right__close {
    top: 5%;
    width: 1.5625rem;
  }
}

.popup-right__form {
  max-width: 80%;
  margin: 0 auto;
}
.popup-right__form .popup-right__title {
  font-size: 1.5625rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .popup-right__form .popup-right__title {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  .popup-right__form .popup-right__title {
    font-size: 2.125rem;
  }
}
@media (min-width: 1260px) {
  .popup-right__form .popup-right__title {
    font-size: 1.4375rem;
  }
}
@media (min-width: 1350px) {
  .popup-right__form .popup-right__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 1700px) {
  .popup-right__form .popup-right__title {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1900px) {
  .popup-right__form .popup-right__title {
    font-size: 1.875rem;
  }
}
.popup-right__form .form-wrap .form-item {
  position: relative;
  border-bottom: 1px solid #FFE9D0;
}
.popup-right__form .form-wrap .form-icon {
  position: absolute;
  top: 50%;
  left: 0;
  color: #FFE9D0;
  font-size: 1.125rem;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 992px) {
  .popup-right__form .form-wrap .form-icon {
    font-size: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .popup-right__form .form-wrap .form-icon {
    font-size: 1rem;
  }
}
@media (min-width: 1700px) {
  .popup-right__form .form-wrap .form-icon {
    font-size: 1.5625rem;
  }
}
.popup-right__form .form-wrap .form-control {
  height: 3.75rem;
  line-height: 3.75rem;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #fff;
  padding-left: 1.875rem;
  padding-right: 0;
}
.popup-right__form .form-wrap .form-control::-webkit-input-placeholder {
  color: #FFE9D0;
  opacity: 1;
}
.popup-right__form .form-wrap .form-control::-moz-placeholder {
  color: #FFE9D0;
  opacity: 1;
}
.popup-right__form .form-wrap .form-control:-moz-placeholder {
  color: #FFE9D0;
  opacity: 1;
}
.popup-right__form .form-wrap .form-control:-ms-input-placeholder {
  color: #FFE9D0;
  opacity: 1;
}
@media (min-width: 768px) {
  .popup-right__form .form-wrap .form-control {
    height: 4.375rem;
    line-height: 4.375rem;
  }
}
@media (min-width: 992px) {
  .popup-right__form .form-wrap .form-control {
    height: 5.625rem;
    line-height: 5.625rem;
    font-size: 1.4375rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1260px) {
  .popup-right__form .form-wrap .form-control {
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 1rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 1350px) {
  .popup-right__form .form-wrap .form-control {
    height: 3.75rem;
    line-height: 3.75rem;
  }
}
@media (min-width: 1700px) {
  .popup-right__form .form-wrap .form-control {
    height: 5rem;
    line-height: 5rem;
    font-size: 1.5rem;
    padding-left: 3.125rem;
  }
}
.popup-right__form .form-wrap .form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .popup-right__form .form-wrap .form-button {
    margin-top: 3.125rem;
  }
}
@media (min-width: 1700px) {
  .popup-right__form .form-wrap .form-button {
    margin-top: 5.625rem;
  }
}
.popup-right__form .form-wrap .form-button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.5rem;
  border: 1px solid #fff;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .popup-right__form .form-wrap .form-button button {
    height: 3.125rem;
    font-size: 0.6875rem;
    padding: 0 1.5625rem;
  }
}
@media (min-width: 1700px) {
  .popup-right__form .form-wrap .form-button button {
    height: 3.75rem;
    font-size: 0.75rem;
    padding: 0 2rem;
  }
}
.popup-right__form .form-wrap .form-button button i {
  margin-left: 5px;
}
.popup-right__form .form-wrap .form-button button:hover {
  background-color: #fff;
  color: #532507;
}

.sec-pageTitle {
  padding: 0;
}
.sec-pageTitle .item-inner {
  position: relative;
  background-color: #532507;
  overflow: hidden;
}
.sec-pageTitle .item-inner:after {
  content: "";
  display: block;
  padding-top: 90%;
}
@media (min-width: 768px) {
  .sec-pageTitle .item-inner:after {
    padding-top: 50%;
  }
}
@media (min-width: 992px) {
  .sec-pageTitle .item-inner:after {
    padding-top: 40%;
  }
}
@media (min-width: 1260px) {
  .sec-pageTitle .item-inner:after {
    padding-top: 31.3%;
  }
}
.sec-pageTitle .item-inner .bg {
  z-index: 1;
  opacity: 0.4;
  visibility: visible !important;
}
.sec-pageTitle .item-inner .bg:after {
  display: none;
}
.sec-pageTitle .item-inner .bg.wow:not(.effect) {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.sec-pageTitle .item-content {
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}
.sec-pageTitle .item-title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-pageTitle .item-title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .sec-pageTitle .item-title {
    font-size: 3.125rem;
  }
}
@media (min-width: 1700px) {
  .sec-pageTitle .item-title {
    font-size: 3.75rem;
  }
}
.sec-pageTitle.style-2 .bg {
  opacity: 1;
}

.sec-aboutPage {
  padding-bottom: 0;
  background-color: #F6F0EB;
}
.sec-aboutPage .f-title {
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .sec-aboutPage .f-title {
    margin-bottom: 4.375rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .sec-aboutPage .f-title {
    padding-left: 3.125rem;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1700px) {
  .sec-aboutPage .f-title {
    margin-bottom: 10rem;
  }
}
.sec-aboutPage .f-title__title {
  font-size: 2.8125rem;
  font-weight: 400;
  color: #003629;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-aboutPage .f-title__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 1700px) {
  .sec-aboutPage .f-title__title {
    font-size: 3.75rem;
  }
}
.sec-aboutPage .f-title__text {
  color: #fff;
}
@media (min-width: 1260px) and (max-width: 1699.98px) {
  .sec-aboutPage .f-title__text {
    font-size: 0.875rem;
  }
}
.sec-aboutPage .f-title__text {
  font-family: "SVN-Megante", sans-serif;
  font-weight: 400;
  color: #532507;
}
.sec-aboutPage .f-title__text p {
  margin: 0;
}
.sec-aboutPage .f-title__text p + p {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .sec-aboutPage .f-title__text {
    font-size: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-aboutPage .f-title__text {
    font-size: 1.375rem;
  }
}
@media (min-width: 1700px) {
  .sec-aboutPage .f-title__text {
    font-size: 1.75rem;
  }
}
.sec-aboutPage .f-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: 10%;
  left: 0;
  bottom: 15%;
  line-height: 1;
  color: #532507;
}
.sec-aboutPage .f-line:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #532507;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 992px) {
  .sec-aboutPage .item-list .item__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-aboutPage .item-list .item__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 70%;
  }
  .sec-aboutPage .item-list .item__img {
    width: 60%;
  }
  .sec-aboutPage .item-list .item__img img {
    width: 100%;
  }
  .sec-aboutPage .item-list .item__body {
    width: 40%;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 1700px) {
  .sec-aboutPage .item-list .item__img {
    width: 65%;
  }
  .sec-aboutPage .item-list .item__body {
    width: 35%;
  }
}
.sec-aboutPage .item-list .item__text {
  font-family: "SVN-Megante", sans-serif;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1259.98px) {
  .sec-aboutPage .item-list .item__text {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1260px) and (max-width: 1699.98px) {
  .sec-aboutPage .item-list .item__text {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .sec-aboutPage .item-list .item-1 {
    margin-left: -5vw;
  }
  .sec-aboutPage .item-list .item-1 .item__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sec-aboutPage .item-list .item-1 .item__bg {
    background: -webkit-gradient(linear, left top, right top, color-stop(60%, #532507), color-stop(80%, rgba(83, 37, 7, 0.5)), to(rgba(83, 37, 7, 0)));
    background: linear-gradient(90deg, #532507 60%, rgba(83, 37, 7, 0.5) 80%, rgba(83, 37, 7, 0) 100%);
    left: 0;
  }
  .sec-aboutPage .item-list .item-1 .item__body {
    position: absolute;
    left: 0;
    padding-left: 5%;
    padding-right: 2%;
  }
}
@media (min-width: 1260px) {
  .sec-aboutPage .item-list .item-1 {
    margin-left: -2.5rem;
  }
}
@media (min-width: 1700px) {
  .sec-aboutPage .item-list .item-1 {
    margin-left: -5rem;
  }
  .sec-aboutPage .item-list .item-1 .item__body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 8%;
  }
  .sec-aboutPage .item-list .item-1 .item__bg {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #532507), color-stop(70%, rgba(83, 37, 7, 0.5)), to(rgba(83, 37, 7, 0)));
    background: linear-gradient(90deg, #532507 50%, rgba(83, 37, 7, 0.5) 70%, rgba(83, 37, 7, 0) 100%);
  }
}
@media (min-width: 992px) {
  .sec-aboutPage .item-list .item-2 {
    margin-right: -5vw;
  }
  .sec-aboutPage .item-list .item-2 .item__bg {
    background: -webkit-gradient(linear, right top, left top, from(#003629), color-stop(60%, #003629), color-stop(80%, rgba(1, 54, 41, 0.6)), to(rgba(1, 54, 41, 0)));
    background: linear-gradient(270deg, #003629 0%, #003629 60%, rgba(1, 54, 41, 0.6) 80%, rgba(1, 54, 41, 0) 100%);
    right: 0;
  }
  .sec-aboutPage .item-list .item-2 .item__body {
    position: absolute;
    right: 0;
    padding-left: 2%;
    padding-right: 5%;
    width: 45%;
  }
}
@media (min-width: 1260px) {
  .sec-aboutPage .item-list .item-2 {
    margin-right: -2.5rem;
  }
}
@media (min-width: 1350px) {
  .sec-aboutPage .item-list .item-2 .item__body {
    width: 40%;
  }
}
@media (min-width: 1700px) {
  .sec-aboutPage .item-list .item-2 {
    margin-right: -5rem;
  }
  .sec-aboutPage .item-list .item-2 .item__body {
    width: 37%;
    padding-right: 7%;
  }
  .sec-aboutPage .item-list .item-2 .item__bg {
    background: -webkit-gradient(linear, right top, left top, from(#003629), color-stop(50%, #003629), color-stop(70%, rgba(1, 54, 41, 0.6)), to(rgba(1, 54, 41, 0)));
    background: linear-gradient(270deg, #003629 0%, #003629 50%, rgba(1, 54, 41, 0.6) 70%, rgba(1, 54, 41, 0) 100%);
  }
}
@media (max-width: 991.98px) {
  .sec-aboutPage .item-list .item {
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .sec-aboutPage .item-list .item-1 {
    background-color: #532507;
  }
  .sec-aboutPage .item-list .item-2 {
    background-color: #003629;
  }
  .sec-aboutPage .item-list .item-2 .item__img:after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #003629), to(rgba(83, 37, 7, 0)));
    background: linear-gradient(0deg, #003629 20%, rgba(83, 37, 7, 0) 100%);
  }
  .sec-aboutPage .item-list .item__img {
    position: relative;
  }
  .sec-aboutPage .item-list .item__img:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 70%;
    z-index: 2;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #532507), to(rgba(83, 37, 7, 0)));
    background: linear-gradient(0deg, #532507 20%, rgba(83, 37, 7, 0) 100%);
  }
  .sec-aboutPage .item-list .item__body {
    padding: 0.625rem 10% 3.75rem;
  }
}
@media (max-width: 767.98px) {
  .sec-aboutPage .item-list .item {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .sec-aboutPage .item-list .item__body {
    padding: 0.625rem 0.9375rem 2.5rem;
  }
}
@media (min-width: 992px) {
  .sec-aboutPage .item-list .item .wow {
    visibility: visible !important;
  }
  .sec-aboutPage .item-list .item.effect .item__body {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .sec-aboutPage .item-list .item__body {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .sec-aboutPage .item-list .item-1 .item__img {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .sec-aboutPage .item-list .item-1 .item__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .sec-aboutPage .item-list .item-1.effect .item__img {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
  .sec-aboutPage .item-list .item-1.effect .item__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .sec-aboutPage .item-list .item-2 .item__img {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .sec-aboutPage .item-list .item-2 .item__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .sec-aboutPage .item-list .item-2.effect .item__img {
    -webkit-clip-path: inset(0 0 0 0%);
            clip-path: inset(0 0 0 0%);
  }
  .sec-aboutPage .item-list .item-2.effect .item__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 767.98px) {
  .sec-aboutPage .item-list .item__body.wow .item__text {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .sec-aboutPage .item-list .item__body.animated .item__text {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  .sec-aboutPage .item-list .item__img {
    overflow: hidden;
  }
  .sec-aboutPage .item-list .item__img.wow img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .sec-aboutPage .item-list .item__img.animated img {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}
.sec-aboutPage .item-line {
  margin-top: -5%;
  margin-bottom: -5%;
  position: relative;
  z-index: 4;
}
@media (min-width: 768px) {
  .sec-aboutPage .item-line {
    margin-top: -2%;
    margin-bottom: -2%;
  }
}
@media (min-width: 1260px) {
  .sec-aboutPage .item-line {
    margin-top: -1.7%;
    margin-bottom: -1.7%;
  }
}
.sec-aboutPage .item-line.wow .line {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.sec-aboutPage .item-line.wow.effect .line {
  -webkit-animation: fixlineEffect 4s linear infinite;
          animation: fixlineEffect 4s linear infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sec-aboutPage .item-line__inner {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .sec-aboutPage .item-line__inner {
    max-width: 80%;
  }
}
@media (min-width: 1260px) {
  .sec-aboutPage .item-line__inner {
    max-width: 70%;
  }
}
.sec-aboutPage .item-foot {
  padding: 3.75rem 0;
}
@media (min-width: 768px) {
  .sec-aboutPage .item-foot {
    padding: 5rem 0;
  }
}
@media (min-width: 1260px) {
  .sec-aboutPage .item-foot {
    padding: 7.5rem 0;
  }
}
.sec-aboutPage .item-foot__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.sec-aboutPage .item-foot__head .b-title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #532507;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .sec-aboutPage .item-foot__head .b-title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .sec-aboutPage .item-foot__head .b-title {
    font-size: 3.125rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1260px) {
  .sec-aboutPage .item-foot__head .b-title {
    font-size: 3.4375rem;
  }
}
@media (min-width: 1700px) {
  .sec-aboutPage .item-foot__head .b-title {
    font-size: 3.75rem;
  }
}
.sec-aboutPage .item-foot__head .b-subtitle {
  font-family: "NVN Motherland Signature", cursive;
  font-size: 1rem;
  font-weight: 400;
  color: #003629;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-aboutPage .item-foot__head .b-subtitle {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .sec-aboutPage .item-foot__head .b-subtitle {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1260px) {
  .sec-aboutPage .item-foot__head .b-subtitle {
    font-size: 1.875rem;
  }
}
@media (min-width: 1700px) {
  .sec-aboutPage .item-foot__head .b-subtitle {
    font-size: 2.5rem;
  }
}
.sec-aboutPage .item-foot__head .f-title {
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .sec-aboutPage .item-foot__head .f-title {
    margin-top: 6.25rem;
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 768px) {
  .sec-aboutPage .item-foot__head .f-title {
    margin-top: 7.5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1700px) {
  .sec-aboutPage .item-foot__head .f-title {
    margin-top: 10.625rem;
    margin-bottom: 6.25rem;
  }
}
.sec-aboutPage .item-foot__entry {
  color: #003629;
  text-align: justify;
  font-family: "SVN-Megante", sans-serif;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 1260px) {
  .sec-aboutPage .item-foot__entry {
    font-size: 1.375rem;
  }
}

@-webkit-keyframes fixlineEffect {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  40% {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
    opacity: 1;
  }
  80% {
    -webkit-clip-path: inset(0 0% 0 100%);
            clip-path: inset(0 0% 0 100%);
    opacity: 1;
  }
  95% {
    -webkit-clip-path: inset(0 0% 0 100%);
            clip-path: inset(0 0% 0 100%);
    opacity: 0;
  }
}

@keyframes fixlineEffect {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  40% {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
    opacity: 1;
  }
  80% {
    -webkit-clip-path: inset(0 0% 0 100%);
            clip-path: inset(0 0% 0 100%);
    opacity: 1;
  }
  95% {
    -webkit-clip-path: inset(0 0% 0 100%);
            clip-path: inset(0 0% 0 100%);
    opacity: 0;
  }
}
.sec-sanpham {
  background-color: #F6F0EB;
  overflow: hidden;
  padding-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .sec-sanpham {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1700px) {
  .sec-sanpham {
    padding-bottom: 5rem;
  }
}
.sec-sanpham .item-content {
  margin-bottom: 3.125rem;
}
@media (min-width: 992px) {
  .sec-sanpham .item-content {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 1700px) {
  .sec-sanpham .item-content {
    margin-bottom: 7.5rem;
  }
}
.sec-sanpham .f-title {
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .sec-sanpham .f-title {
    padding-left: 2.5rem;
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 992px) {
  .sec-sanpham .f-title {
    padding-left: 3.125rem;
    margin: 0;
  }
}
.sec-sanpham .f-title__title {
  font-size: 2.1875rem;
  font-weight: 400;
  color: #003629;
  margin: 0;
}
.sec-sanpham .f-title__title strong {
  font-weight: inherit;
  color: #532507;
}
@media (min-width: 768px) {
  .sec-sanpham .f-title__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 992px) {
  .sec-sanpham .f-title__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1260px) {
  .sec-sanpham .f-title__title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1700px) {
  .sec-sanpham .f-title__title {
    font-size: 3.75rem;
  }
}
.sec-sanpham .f-title__text {
  color: #fff;
}
@media (min-width: 1260px) and (max-width: 1699.98px) {
  .sec-sanpham .f-title__text {
    font-size: 0.875rem;
  }
}
.sec-sanpham .f-title__text {
  color: #003629;
}
.sec-sanpham .f-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: 15%;
  line-height: 1;
  color: #532507;
}
.sec-sanpham .f-line:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 30vh;
  background-color: #532507;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (min-width: 768px) {
  .sec-sanpham .item-sanpham [class*=col-]:nth-child(2n+2) .sanpham {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}

.sanpham {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .sanpham {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1700px) {
  .sanpham {
    margin-bottom: 6.25rem;
  }
}
.sanpham:hover .sanpham__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sanpham:hover .sanpham__body {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.sanpham__img {
  display: block;
  position: relative;
  overflow: hidden;
}
.sanpham__img:after {
  content: "";
  display: block;
  padding-top: 57.9%;
}
.sanpham__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sanpham__body {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 4.375rem;
  background-color: #fff;
  color: #532507;
  padding: 0 0.9375rem;
  margin: 0 1.25rem;
  margin-top: -2.1875rem;
}
.sanpham__body:hover {
  color: #003629;
}
@media (min-width: 992px) {
  .sanpham__body {
    height: 5rem;
    padding: 0 1.25rem;
    margin: 0 1.875rem;
    margin-top: -2.5rem;
  }
}
@media (min-width: 1260px) {
  .sanpham__body {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1700px) {
  .sanpham__body {
    height: 8.75rem;
    padding: 0 2.5rem;
    margin: 0 2.5rem;
    margin-top: -4.375rem;
  }
}

.sanpham__title {
  font-size: 1.125rem;
  color: inherit;
  max-width: 80%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .sanpham__title {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1700px) {
  .sanpham__title {
    font-size: 2.75rem;
  }
}

.sanpham__number {
  font-family: "SVN-Megante", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .sanpham__number {
    font-size: 1.125rem;
  }
}
@media (min-width: 1700px) {
  .sanpham__number {
    font-size: 1.75rem;
  }
}

.sec-sanphamDetail {
  padding-top: 4.375rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .sec-sanphamDetail {
    padding-top: 6.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-sanphamDetail {
    padding-top: 8.125rem;
  }
}
.sec-sanphamDetail .item-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #532507;
  overflow: hidden;
}
.sec-sanphamDetail .item-head:after {
  content: "";
  display: block;
  padding-top: 35%;
}
@media (min-width: 768px) {
  .sec-sanphamDetail .item-head:after {
    padding-top: 20%;
  }
}
@media (min-width: 1260px) {
  .sec-sanphamDetail .item-head:after {
    padding-top: 16%;
  }
}
@media (min-width: 1700px) {
  .sec-sanphamDetail .item-head:after {
    padding-top: 12%;
  }
}
.sec-sanphamDetail .item-head .bg {
  opacity: 0.4;
  visibility: visible !important;
}
.sec-sanphamDetail .item-head .bg:after {
  display: none;
}
.sec-sanphamDetail .item-box {
  background-color: #F6F0EB;
}
.sec-sanphamDetail .item-box__content {
  padding: 2.5rem 1.25rem 1.875rem;
}
@media (min-width: 992px) {
  .sec-sanphamDetail .item-box__content {
    padding: 3.75rem 1.875rem 2.5rem;
  }
}
@media (min-width: 1700px) {
  .sec-sanphamDetail .item-box__content {
    padding: 5rem 2.5rem 3.75rem;
  }
}
.sec-sanphamDetail .item-box__head {
  text-align: center;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .sec-sanphamDetail .item-box__head {
    margin-bottom: 0.625rem;
  }
}
.sec-sanphamDetail .item-box__icon {
  margin-bottom: 0.625rem;
}
.sec-sanphamDetail .item-box__icon img {
  max-width: 23%;
}
@media (min-width: 768px) {
  .sec-sanphamDetail .item-box__icon img {
    max-width: 30%;
  }
}
@media (min-width: 992px) {
  .sec-sanphamDetail .item-box__icon {
    margin-bottom: 1.25rem;
  }
  .sec-sanphamDetail .item-box__icon img {
    max-width: 23%;
  }
}
.sec-sanphamDetail .item-box__title {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #003629;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .sec-sanphamDetail .item-box__title {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .sec-sanphamDetail .item-box__title {
    font-size: 0.875rem;
  }
}
@media (min-width: 1700px) {
  .sec-sanphamDetail .item-box__title {
    font-size: 1.125rem;
    margin-bottom: 1.5625rem;
  }
}
.sec-sanphamDetail .item-box__number {
  font-family: "SVN-Megante", sans-serif;
  font-size: 2.8125rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #532507;
  line-height: 1;
}
@media (min-width: 768px) {
  .sec-sanphamDetail .item-box__number {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .sec-sanphamDetail .item-box__number {
    font-size: 3.125rem;
  }
}
@media (min-width: 1700px) {
  .sec-sanphamDetail .item-box__number {
    font-size: 3.75rem;
  }
}
.sec-sanphamDetail .item-box__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-sanphamDetail .item-box__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003629;
  line-height: 1;
  padding: 0.9375rem 0;
}
@media (max-width: 1699.98px) {
  .sec-sanphamDetail .item-box__list li {
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  .sec-sanphamDetail .item-box__list li {
    font-size: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .sec-sanphamDetail .item-box__list li {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .sec-sanphamDetail .item-box__list li {
    padding: 1.25rem 0;
  }
}
@media (min-width: 1700px) {
  .sec-sanphamDetail .item-box__list li {
    padding: 1.5625rem 0;
  }
}
.sec-sanphamDetail .item-box__list li + li {
  border-top: 1px solid #A7BAAF;
}
.sec-sanphamDetail .item-box__list li span {
  font-weight: bold;
}
.sec-sanphamDetail .item-box__list li p {
  margin: 0;
}
.sec-sanphamDetail .item-box__foot {
  overflow: hidden;
}
.sec-sanphamDetail .item-box__foot img {
  width: 100%;
}
.sec-sanphamDetail .item-note {
  font-size: 0.75rem;
  font-weight: 400;
  color: #532507;
  margin: 0;
  margin-top: 2.5rem;
}
@media (min-width: 1260px) {
  .sec-sanphamDetail .item-note {
    margin-top: 5rem;
  }
}
@media (min-width: 1700px) {
  .sec-sanphamDetail .item-note {
    margin-top: 7.8125rem;
    font-size: 0.875rem;
  }
}
.sec-sanphamDetail .item-map {
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .sec-sanphamDetail .item-map {
    margin-top: 30%;
  }
}

.sec-tienich {
  overflow: hidden;
  background-color: #F6F0EB;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .sec-tienich {
    padding-bottom: 3.75rem;
  }
}
.sec-tienich .f-title {
  position: relative;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .sec-tienich .f-title {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 992px) {
  .sec-tienich .f-title {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1700px) {
  .sec-tienich .f-title {
    margin-bottom: 7.5rem;
  }
}
.sec-tienich .f-title__title {
  font-size: 1.875rem;
  font-weight: 400;
  color: #003629;
  margin: 0;
}
.sec-tienich .f-title__title strong {
  font-weight: inherit;
  color: #532507;
}
@media (min-width: 768px) {
  .sec-tienich .f-title__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 992px) {
  .sec-tienich .f-title__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1260px) {
  .sec-tienich .f-title__title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1700px) {
  .sec-tienich .f-title__title {
    font-size: 3.75rem;
  }
}
.sec-tienich .f-title__text {
  color: #fff;
}
@media (min-width: 1260px) and (max-width: 1699.98px) {
  .sec-tienich .f-title__text {
    font-size: 0.875rem;
  }
}
.sec-tienich .f-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: 50%;
  left: -1.125rem;
  line-height: 1;
  color: #532507;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.sec-tienich .f-line:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 30vh;
  background-color: #532507;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.sec-tienich .item-slide {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
}
.sec-tienich .item-slide .item {
  position: relative;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-tienich .item-slide .item:after {
  content: "";
  display: block;
  padding-top: 64%;
}
.sec-tienich .item-slide .item .bg:after {
  display: none;
}
.sec-tienich .item-slide .owl-stage-outer {
  overflow: visible;
}
.sec-tienich .item-slide .owl-item.active .item {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec-tienich .item-slide .owl-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 10%;
}
@media (min-width: 992px) {
  .sec-tienich .item-slide .owl-button {
    position: absolute;
    top: -6.25rem;
    right: -5%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    margin-top: 0;
  }
}
@media (min-width: 1700px) {
  .sec-tienich .item-slide .owl-button {
    top: -7.5rem;
  }
}
.sec-tienich .item-slide .owl-button .owl-prev,
.sec-tienich .item-slide .owl-button .owl-next {
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  top: 0;
  color: #532507;
  cursor: pointer;
}
@media (min-width: 768px) {
  .sec-tienich .item-slide .owl-button .owl-prev,
  .sec-tienich .item-slide .owl-button .owl-next {
    width: 2.1875rem;
    height: 2.1875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .sec-tienich .item-slide .owl-button .owl-prev,
  .sec-tienich .item-slide .owl-button .owl-next {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 1700px) {
  .sec-tienich .item-slide .owl-button .owl-prev,
  .sec-tienich .item-slide .owl-button .owl-next {
    width: 3rem;
    height: 3rem;
    font-size: 1.75rem;
  }
}
.sec-tienich .item-slide .owl-button .owl-dots {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-tienich .item-slide .owl-button .owl-dots .owl-dot {
  font-size: 1rem;
  border: 0;
  color: #BA8758;
  padding: 0;
  margin: 0 0.3125rem;
  opacity: 0.4;
  line-height: 1;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-tienich .item-slide .owl-button .owl-dots .owl-dot:after {
  content: "\e909";
  font-family: "iconParkTown";
}
.sec-tienich .item-slide .owl-button .owl-dots .owl-dot.active {
  opacity: 1;
}
@media (min-width: 992px) {
  .sec-tienich .item-slide .owl-button .owl-dots .owl-dot {
    font-size: 1.125rem;
    margin: 0 0.5rem;
  }
}
@media (min-width: 1700px) {
  .sec-tienich .item-slide .owl-button .owl-dots .owl-dot {
    font-size: 1.25rem;
    margin: 0 0.625rem;
  }
}
.sec-tienich .item-info {
  margin-top: 20%;
}
@media (min-width: 768px) {
  .sec-tienich .item-info {
    margin-top: 10%;
  }
}
.sec-tienich .item-info .f-list {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .sec-tienich .item-info .f-list {
    margin-bottom: 3.75rem;
  }
}
.sec-tienich .item-info .f-list__title {
  font-size: 1.375rem;
  font-style: normal;
  color: #532507;
  border-bottom: 0.0625rem solid #532507;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .sec-tienich .item-info .f-list__title {
    border-width: 0.125rem;
  }
}
@media (min-width: 1700px) {
  .sec-tienich .item-info .f-list__title {
    font-size: 1.75rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2.1875rem;
  }
}
.sec-tienich .item-info .f-list__title i {
  font-size: 1rem;
  color: #BA8758;
  margin-right: 0.875rem;
}
@media (min-width: 1700px) {
  .sec-tienich .item-info .f-list__title i {
    font-size: 1.25rem;
  }
}
.sec-tienich .item-info .f-list__title img {
  margin-right: 0.875rem;
  max-width: 1.5625rem;
}
@media (min-width: 1700px) {
  .sec-tienich .item-info .f-list__title img {
    max-width: 1.75rem;
  }
}
.sec-tienich .item-info .f-list__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-tienich .item-info .f-list__list li {
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .sec-tienich .item-info .f-list__list li {
    margin-bottom: 1.25rem;
  }
}
.sec-tienich .item-info .f-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "SVN-Megante", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #532507;
}
@media (min-width: 1700px) {
  .sec-tienich .item-info .f-text {
    font-size: 1.25rem;
  }
}
.sec-tienich .item-info .f-text span {
  line-height: 1;
  max-width: 1.375rem;
  margin-right: 0.625rem;
}
@media (min-width: 768px) {
  .sec-tienich .item-info .f-text span {
    max-width: 1.5625rem;
  }
}
.sec-tienich .item-info .f-text p {
  margin: 0;
}
.sec-tienich .item-info .f-list.style-2 .f-text span {
  font-size: 0.875rem;
  color: #BA8758;
}
@media (min-width: 768px) {
  .sec-tienich .item-info .f-list.style-3 .f-list__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec-tienich .item-info .f-list.style-3 .f-list__list li {
  margin: 0;
}
.sec-tienich .item-info .f-list.style-3 .f-list__list .f-text {
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .sec-tienich .item-info .f-list.style-3 .f-list__list .f-text {
    margin-bottom: 1.25rem;
  }
}

.sec-tintucPage {
  background-color: #F6F0EB;
  padding-top: 0;
}
@media (min-width: 992px) {
  .sec-tintucPage {
    padding-top: 22%;
  }
}
@media (min-width: 1260px) {
  .sec-tintucPage {
    padding-top: 18%;
  }
}
@media (min-width: 992px) {
  .sec-tintucPage .sec-pageTitle {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
  }
}
.sec-tintucPage .item-wrap {
  position: relative;
  z-index: 2;
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .sec-tintucPage .item-wrap {
    padding-top: 3.75rem;
  }
}
@media (min-width: 992px) {
  .sec-tintucPage .item-wrap {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .sec-tintucPage .item-wrap::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1.25rem;
    left: -1.25rem;
    right: -1.25rem;
    height: 50%;
    background-color: #F6F0EB;
  }
}
@media (min-width: 1350px) {
  .sec-tintucPage .item-wrap::after {
    top: -1.5625rem;
    left: -1.5625rem;
    right: -1.5625rem;
  }
}
@media (min-width: 1700px) {
  .sec-tintucPage .item-wrap::after {
    top: -2.5rem;
    left: -2.5rem;
    right: -2.5rem;
  }
}
.sec-tintucPage .post {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .sec-tintucPage .post {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-tintucPage .post {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 768px) {
  .sec-tintucPage .post-featured .post__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .sec-tintucPage .post-featured .post__img {
    margin: 0;
  }
  .sec-tintucPage .post-featured .post__body {
    border: none;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1699.98px) {
  .sec-tintucPage .post-featured .post__img:after {
    padding-top: 80%;
  }
}
@media (min-width: 1700px) {
  .sec-tintucPage .post-featured .post__title {
    font-size: 2.5rem;
  }
}
.sec-tintucPage .post-loadmore {
  text-align: center;
  padding-top: 1.25rem;
}
.sec-tintucPage .post-loadmore .btn-loadmore {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.5rem;
  border: 1px solid #BA8758;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #532507;
  padding: 0 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .sec-tintucPage .post-loadmore .btn-loadmore {
    height: 3.125rem;
    font-size: 0.6875rem;
    padding: 0 1.5625rem;
  }
}
@media (min-width: 1700px) {
  .sec-tintucPage .post-loadmore .btn-loadmore {
    height: 3.75rem;
    font-size: 0.75rem;
    padding: 0 2rem;
  }
}
.sec-tintucPage .post-loadmore .btn-loadmore i {
  margin-left: 5px;
}
.sec-tintucPage .post-loadmore .btn-loadmore:hover {
  background-color: #BA8758;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-tintucPage .post-list [class*=col-]:nth-child(2n+2) .post {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@media (min-width: 992px) {
  .sec-tintucPage .post-list [class*=col-]:nth-child(3n+2) .post {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .sec-tintucPage .post-list [class*=col-]:nth-child(3n+3) .post {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}

.sec-contactPage {
  background-color: #F6F0EB;
}
.sec-contactPage .f-title {
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .sec-contactPage .f-title {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 992px) {
  .sec-contactPage .f-title {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1700px) {
  .sec-contactPage .f-title {
    padding-left: 2.5rem;
    margin-bottom: 10rem;
  }
}
.sec-contactPage .f-title__title {
  font-size: 2.1875rem;
  font-weight: 400;
  color: #003629;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-contactPage .f-title__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1700px) {
  .sec-contactPage .f-title__title {
    font-size: 3.75rem;
  }
}
.sec-contactPage .f-title__text {
  font-weight: 600;
  color: #532507;
}
.sec-contactPage .f-title__text p {
  margin: 0;
}
.sec-contactPage .f-title__text p + p {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .sec-contactPage .f-title__text {
    font-size: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .sec-contactPage .f-title__text {
    font-size: 1.375rem;
  }
}
@media (min-width: 1700px) {
  .sec-contactPage .f-title__text {
    font-size: 2.3125rem;
  }
}
.sec-contactPage .f-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: 10%;
  left: 0;
  bottom: 15%;
  line-height: 1;
  color: #532507;
}
.sec-contactPage .f-line:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #532507;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .sec-contactPage .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media (min-width: 1260px) {
  .sec-contactPage .form-wrap {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }
}
@media (min-width: 768px) {
  .sec-contactPage .form-item,
  .sec-contactPage .form-button {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 1260px) {
  .sec-contactPage .form-item,
  .sec-contactPage .form-button {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
}
.sec-contactPage .form-item {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .sec-contactPage .form-item {
    width: 33.333333%;
    margin-bottom: 3.125rem;
  }
  .sec-contactPage .form-item.fix-width {
    width: 66.666666%;
  }
}
@media (min-width: 1260px) {
  .sec-contactPage .form-item {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 1700px) {
  .sec-contactPage .form-item {
    margin-bottom: 6.25rem;
  }
}
.sec-contactPage .form-item label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #003629;
}
@media (min-width: 992px) {
  .sec-contactPage .form-item label {
    font-size: 0.875rem;
  }
}
@media (min-width: 1700px) {
  .sec-contactPage .form-item label {
    font-size: 1.125rem;
  }
}
.sec-contactPage .form-item .form-control {
  height: 2.8125rem;
  line-height: 2.75rem;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #588074;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #532507;
}
@media (min-width: 992px) {
  .sec-contactPage .form-item .form-control {
    font-size: 1.125rem;
  }
}
@media (min-width: 1700px) {
  .sec-contactPage .form-item .form-control {
    font-size: 1.25rem;
  }
}
.sec-contactPage .form-button {
  width: 100%;
  text-align: right;
}
.sec-contactPage .form-button .btn-submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.5rem;
  border: 0;
  background-color: #532507;
  font-family: "Montserrat", sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .sec-contactPage .form-button .btn-submit {
    height: 3.125rem;
    font-size: 0.6875rem;
    padding: 0 1.5625rem;
  }
}
@media (min-width: 1700px) {
  .sec-contactPage .form-button .btn-submit {
    height: 3.75rem;
    font-size: 0.75rem;
    padding: 0 2rem;
  }
}
.sec-contactPage .form-button .btn-submit i {
  margin-left: 5px;
}
.sec-contactPage .form-button .btn-submit:hover {
  background-color: #BA8758;
  color: #fff;
}

.sec-tintucDetail {
  background-color: #F6F0EB;
}
@media (min-width: 768px) {
  .sec-tintucDetail {
    padding-top: 7.5rem;
  }
}
@media (min-width: 1260px) {
  .sec-tintucDetail {
    padding-top: 9.375rem;
  }
}
@media (min-width: 1700px) {
  .sec-tintucDetail {
    padding-top: 5.9375rem;
    padding-bottom: 7.5rem;
  }
}
.sec-tintucDetail .item-wrap {
  position: relative;
}
.sec-tintucDetail .item-socialWrap {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .sec-tintucDetail .item-socialWrap {
    position: absolute;
    left: -2.5rem;
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.sec-tintucDetail .item-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .sec-tintucDetail .item-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-tintucDetail .item-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #BA8758;
  border-radius: 50%;
  margin-right: 0.3125rem;
}
.sec-tintucDetail .item-social a img {
  width: 50%;
}
.sec-tintucDetail .item-social a:hover {
  background-color: #532507;
}
.sec-tintucDetail .item-social a.icon-facebook img {
  width: 25%;
}
@media (min-width: 768px) {
  .sec-tintucDetail .item-social a {
    margin-right: 0;
    margin-bottom: 0.4375rem;
  }
}
@media (min-width: 992px) {
  .sec-tintucDetail .item-social a {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.75rem;
  }
}
.sec-tintucDetail .item-meta {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.09px;
  color: #532507;
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .sec-tintucDetail .item-meta {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}
.sec-tintucDetail .item-title {
  color: var(--primary-01, #003629);
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .sec-tintucDetail .item-title {
    font-size: 2.8125rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .sec-tintucDetail .item-title {
    font-size: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 1260px) {
  .sec-tintucDetail .item-title {
    font-size: 3.4375rem;
  }
}
@media (min-width: 1700px) {
  .sec-tintucDetail .item-title {
    font-size: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.sec-tintucDetail .item-imgBig {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .sec-tintucDetail .item-imgBig {
    margin-bottom: 3.75rem;
  }
}
.sec-tintucDetail .item-imgBig img {
  width: 100%;
}
.sec-tintucDetail .item-entry {
  color: #532507;
}
.sec-tintucDetail .item-entry h1, .sec-tintucDetail .item-entry h2, .sec-tintucDetail .item-entry h3, .sec-tintucDetail .item-entry h4, .sec-tintucDetail .item-entry h5, .sec-tintucDetail .item-entry h6 {
  color: inherit;
}
.sec-tintucDetail .item-entry h1 {
  font-size: 1.875rem;
}
.sec-tintucDetail .item-entry h2 {
  font-size: 1.75rem;
}
.sec-tintucDetail .item-entry h3 {
  font-size: 1.625rem;
}
.sec-tintucDetail .item-entry h4 {
  font-size: 1.5rem;
}
.sec-tintucDetail .item-entry h5 {
  font-size: 1.375rem;
}
.sec-tintucDetail .item-entry h6 {
  font-size: 1.25rem;
}
.sec-tintucDetail .item-entry h1, .sec-tintucDetail .item-entry h2, .sec-tintucDetail .item-entry h3 {
  margin-bottom: 1.25rem;
}
.sec-tintucDetail .item-entry h4, .sec-tintucDetail .item-entry h5, .sec-tintucDetail .item-entry h6 {
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .sec-tintucDetail .item-entry h1 {
    font-size: 2rem;
  }
  .sec-tintucDetail .item-entry h2 {
    font-size: 1.875rem;
  }
  .sec-tintucDetail .item-entry h3 {
    font-size: 1.75rem;
  }
  .sec-tintucDetail .item-entry h4 {
    font-size: 1.625rem;
  }
  .sec-tintucDetail .item-entry h5 {
    font-size: 1.5rem;
  }
  .sec-tintucDetail .item-entry h6 {
    font-size: 1.375rem;
  }
  .sec-tintucDetail .item-entry h1, .sec-tintucDetail .item-entry h2, .sec-tintucDetail .item-entry h3 {
    margin-bottom: 1.5625rem;
  }
  .sec-tintucDetail .item-entry h4, .sec-tintucDetail .item-entry h5, .sec-tintucDetail .item-entry h6 {
    margin-bottom: 0.9375rem;
  }
}

.sec-tintuc.style-2 .f-title {
  padding-left: 0;
  margin-right: 0;
}