:root {
  --color-primary: #f0be50;
  --color-dark: #32332b;
  --color-secondary: #6e6d71;
  --color-muted: #98a1ad;
  --color-light: #dcdee4;
  --color-danger: #ea5265;
  --color-warning: #ff8338;
  --color-body: #515152;
  --color-info: #7ab0f3;
  --color-success: #5bc5c5;
  --btn-primary: #fed32a;
  --btn-primary-light: #e5fff8;
  --btn-dark: #32332b;
  --btn-secondary: #6e6d71;
  --btn-danger: #ea5265;
  --btn-light: #f7f7f5;
  --btn-warning: #f5e53f;
  --btn-info: #34d9d7;
  --btn-outline-info: #e3effd;
  --btn-success: #41d589;
  --btn-outline-success: #dff5f4;
  --bg-primary: #fed32a;
  --bg-dark: #32332b;
  --bg-secondary: #6e6d71;
  --bg-danger: #ea5265;
  --bg-warning: #f5e53f;
  --bg-light: #f7f7f5;
  --bg-muted: #949398;
  --bg-success: #41d589;
  --bg-body: #fff;
  --border-primary: #fed32a;
  --border-dark: #32332b;
  --border-secondary: #6e6d71;
  --border-muted: #949398;
  --border-danger: #ea5265;
  --border-light: #e0e3ef;
  --night-color-primary: #fed32a;
  --night-color-dark: #afb0b4;
  --night-color-secondary: #7e7e7e;
  --night-color-muted: #55555a;
  --night-color-light: #dcdee4;
  --night-color-danger: #ff2e5c;
  --night-color-body: #fff;
  --night-btn-primary: #fed32a;
  --night-btn-dark: #121419;
  --night-btn-secondary: #2a3138;
  --night-btn-danger: #ff2e5c;
  --night-btn-light: #292e35;
  --night-btn-success: #41d589;
  --night-bg-primary: #fed32a;
  --night-bg-dark: #1b1d22;
  --night-bg-secondary: #2a3138;
  --night-bg-danger: #ff2e5c;
  --night-bg-light: #292e34;
  --night-bg-muted: #333642;
  --night-bg-body: #212429;
  --night-bg-warning: #f5e43e;
  --night-bg-success: #41d589;
  --night-border-primary: #fed32a;
  --night-border-dark: #29324d;
  --night-border-secondary: #43434a;
  --night-border-muted: #4e5463;
  --night-border-danger: #ff2e5c;
  --night-border-light: #2b2e34;
  --radius-xs: 2px;
  --radius-sm: 3px;
  --radius-md: 8px;
  --radius-lg: 16px;
}

/* -------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

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

html,
body {
  border: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  margin: 0;
  padding: 0;
}

blockquote::before,
blockquote::after {
  content: "";
}


/* -------------------------------------------------------------------------- */
/*	1. Document Setup
/* -------------------------------------------------------------------------- */


html {
  /* font-size: 62.5%; 1rem = 10px */
  scroll-behavior: auto;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  background-color: var(--bg-body);
  color: var(---color-body);
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@supports (font-variation-settings: normal) {

  body {}
}

/* Base Transitions -------------------------- */
p {
  line-height: inherit;
}

/* Accessibility Settings -------------------- */

@media (prefers-reduced-motion: reduce) {

  * {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
  }
}


/*--------------------------------------------------------------
## Reboot
--------------------------------------------------------------*/

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

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

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

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.screen-reader-text,
.sr-only {
  display: none;
}

i {
  font-style: normal;
}

em,
q,
dfn {
  font-style: italic;
}

em em,
em i,
i em,
i i,
cite em,
cite i {
  font-weight: bolder;
}

big {
  font-size: 1.2em;
}

small {
  font-size: 75%;
}

b,
strong {
  font-weight: 700;
}

ins {
  text-decoration: underline;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr,
acronym {
  cursor: help;
}

address {
  line-height: 1.5;
  margin: 0 0 2rem 0;
}

/* -------------------------------------------------------------------------- */
/*	2. Element Base
/* ---------------------------------------------*---------------------------- */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-weight: 300;
  margin: 0;
}


/*--------------------------------------------------------------
/*	3. title Font Size style
--------------------------------------------------------------*/

h1,
.h1,
.heading-size-1 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.45;
}

h2,
.h2,
.heading-size-2 {
  font-size: 2.125rem;
}

h3,
.h3,
.heading-size-3 {
  font-size: 1.625rem;
}

h4,
.h4,
.heading-size-4 {
  font-size: 1.5625rem;
}

h5,
.h5,
.heading-size-5 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h6,
.h6,
.heading-size-6 {
  font-size: 1.1875rem;
}


@media (max-width:991.98px) {

  h1,
  .h1,
  .heading-size-1 {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.45;
  }

  h2,
  .h2,
  .heading-size-2 {
    font-size: 1.5rem;
  }

  h3,
  .h3,
  .heading-size-3 {
    font-size: 1.375rem;
  }

  h4,
  .h4,
  .heading-size-4 {
    font-size: 1.3125rem;
  }

  h5,
  .h5,
  .heading-size-5 {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  h6,
  .h6,
  .heading-size-6 {
    font-size: 1.0625rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 85%
}


/* Inputs ------------------------------------ */

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
  font-family: initial;
  line-height: 1;
}

@supports (font-variation-settings: normal) {

  input,
  textarea,
  button,
  .button,
  .faux-button,
  .faux-button.more-link,
  .wp-block-button__link,
  .wp-block-file__button {
    font-family: initial;
  }
}

input,
textarea {
  border-color: #dcd7ca;
  color: #000;
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {
  /*rtl:ignore*/
  direction: ltr;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  line-height: 1.5;
  width: 100%;
}

input::-webkit-input-placeholder {
  line-height: normal;
}

input:-ms-input-placeholder {
  line-height: normal;
}

input::-moz-placeholder {
  line-height: revert;
  /* Reset to the value from the user-agent stylesheet. */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

button,
button:focus,
button:hover,
.button:focus,
.button:hover {
  -webkit-appearance: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin: 0;
  opacity: 1;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  text-decoration: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline: 0;
}


select {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

textarea {
  height: auto;
  resize: none;
}

input[type=checkbox] {
  -webkit-appearance: checkbox !important;
}

input[type=radio] {
  -webkit-appearance: radio !important;
}

menu,
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists ------------------------------------- */


dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dt+dd {
  margin-top: 0.5rem;
}

dd+dt {
  margin-top: 1.5rem;
}


/* Quotes ------------------------------------ */

blockquote {
  border-color: var(--bg-danger);
  color: inherit;
}

cite {
  color: var(--color-muted);
  font-size: 85%;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
}

blockquote cite {
  display: block;
  margin: 2rem 0 0 0;
}

blockquote p:last-child {
  margin: 0;
}


/* Code -------------------------------------- */

code,
kbd,
pre,
samp {
  font-size: inherit;
}

code,
kbd,
samp {
  border-radius: var(--radius-xs);
}

pre {
  white-space: pre;
  overflow-x: auto;
}

/* Media ------------------------------------- */

figure {
  display: block;
  margin: 0;
}

iframe {
  display: block;
  max-width: 100%;
}

video {
  display: block;
}

svg,
img,
embed,
object {
  display: block;
  height: auto;
  max-width: 100%;
}

figcaption a,
.wp-caption-text a {
  color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
  margin: auto !important;
}


/* GALLERIES */

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3em 0 3em -0.8em;
  width: calc(100% + 1.6em);
}

.gallery-item {
  margin: 0.8em 0;
  padding: 0 0.8em;
  width: 100%;
}

.gallery-caption {
  display: block;
  margin-top: 0.8em;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .m-lg-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
/*	5. Size style
--------------------------------------------------------------*/
.w-8 {
  width: 8px !important;
  height: 8px !important
}

.w-12 {
  width: 12px !important;
  height: 12px !important
}

.w-16 {
  width: 16px !important;
  height: 16px !important
}

.w-20 {
  width: 20px !important;
  height: 20px !important;
  font-size: 0.6em
}

.w-24 {
  width: 24px !important;
  height: 24px !important;
  font-size: 0.7em
}

.w-28 {
  width: 28px !important;
  height: 28px !important;
  font-size: 0.8em
}

.w-32 {
  width: 32px !important;
  height: 32px !important;
  font-size: 0.85em
}

.w-36 {
  width: 36px !important;
  height: 36px !important;
  font-size: 0.875em
}

.w-40 {
  width: 40px !important;
  height: 40px !important
}

.w-48 {
  width: 48px !important;
  height: 48px !important
}

.w-56 {
  width: 56px !important;
  height: 56px !important
}

.w-64 {
  width: 64px !important;
  height: 64px !important
}

.w-72 {
  width: 72px !important;
  height: 72px !important
}

.w-80 {
  width: 80px;
  height: 80px
}

.w-96 {
  width: 96px
}

.w-128 {
  width: 128px;
  height: 128px;
}

.w-168 {
  width: 168px;
  height: 168px;
}

.w-192 {
  width: 192px
}

.w-xs {
  width: 90px
}

.w-auto {
  width: auto
}

.h-auto {
  height: auto
}

.hv {
  height: 100vh
}

.h-v {
  min-height: 100vh
}

.h-v-33 {
  min-height: 33vh
}

.h-v-50 {
  min-height: 50vh
}

.h-v-66 {
  min-height: 66vh
}

.h-v-75 {
  min-height: 75vh
}

@media (max-width:1199.98px) {
  .w-auto-lg {
    width: auto !important
  }

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

}

@media (max-width:991.98px) {
  .w-auto-md {
    width: auto !important
  }

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

}

@media (max-width:767.98px) {
  .w-auto-sm {
    width: auto !important
  }

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

}

@media (max-width:575.98px) {
  .w-auto-xs {
    width: auto !important
  }

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

}

@media (min-width: 768px) {
  .h-v-25 {
    min-height: 25vh
  }
}

.overflow-y {
  overflow-x: hidden;
  overflow-y: auto;
}

/*--------------------------------------------------------------
/*	6.Scrollable
--------------------------------------------------------------*/
.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.scrollable.hover {
  overflow-y: auto;
  overflow: visible;
}

.scrollable.hover:hover,
.scrollable.hover:focus,
.scrollable.hover:active {
  overflow: visible;
  overflow-y: auto;
}

/*--------------------------------------------------------------
/*	7. title Font Size style
--------------------------------------------------------------*/
.text-xs {
  font-size: 0.8175rem !important
}

.text-sm {
  font-size: 0.875rem !important
}

.text-md {
  font-size: 0.9375rem !important
}

.text-lg {
  font-size: 1.125rem !important
}

.text-xl {
  font-size: 1.625rem !important
}

.text-xxl {
  font-size: 2.625rem !important
}

.text-40 {
  font-size: 2.5rem !important
}

.text-64 {
  font-size: 4rem !important
}

@media (max-width:767.98px) {
  .text-xl {
    font-size: 1.5rem !important
  }

  .text-lg {
    font-size: 1rem !important
  }

  .text-xs {
    font-size: 0.75rem !important
  }

  .text-xxs {
    font-size: 0.6875rem !important;
  }

}

@media (min-width:768px) and (max-width:991.98px) {
  .text-xl {
    font-size: 1.5rem !important
  }

}


/*--------------------------------------------------------------
/*	8. title Font Size style
--------------------------------------------------------------*/
.text-height-xs {
  line-height: 1 !important
}

.text-height-sm {
  line-height: 1.2 !important
}

.text-height-md {
  line-height: 1.5 !important
}

.text-height-lg {
  line-height: 1.85 !important
}

.text-height-xl {
  line-height: 2 !important
}

/* text space style ----------------------------- */
.text-space-md {
  letter-spacing: 5px;
}

.text-space-lg {
  letter-spacing: 15px;
}

/* Icon style ----------------------------- */

.iconfont {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

/*--------------------------------------------------------------
 Dark mode
--------------------------------------------------------------*/
.nice-dark-mode table.is-style-stripes tbody tr:nth-child(odd),
.nice-dark-mode .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--night-bg-light);
}