@charset "UTF-8";
/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
:root {
  --body-color: #000000;
  --body-bg: #ffffff;
  --link-color: #000000;
  --link-hover-color: black;
  --gutter: 14px;
  --gutter-xs: 10px;
  --gap: 28px;
  --gap-xs: 20px;
  --Primary-01: #684127;
  --Primary-02: #944441;
  --Primary-03: #B39987;
  --Primary-04: #B9B69F;
  --img-path: "../img";
  --font-path: "../fonts";
}

@media only screen and (min-width: 64rem) {
  ::-webkit-scrollbar-track {
    background-color: #e9ecef;
    border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #adb5bd;
    border-radius: 4px;
  }
  ::-webkit-scrollbar {
    width: 10px;
    height: 5px;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  color: #524F3E;
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
}
body {
  font-size: 0.875rem;
  line-height: 1.41575rem;
}
@media screen and (min-width: 40rem) {
  body {
    font-size: calc(0.875rem + 0.0022296544 * (100vw - 40rem));
    line-height: calc(1.41575rem + 0.0036075808 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  body {
    font-size: 1rem;
    line-height: 1.618rem;
  }
}

:is(input, select, textarea, button, main):focus {
  outline: none;
}

:is(a, button, [role=button], input, select, textarea) {
  transition: 0.3s;
}

:is(a, area, button, [role=button], input, label, select, summary, textarea) {
  touch-action: manipulation;
}

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

*:disabled {
  cursor: not-allowed;
  opacity: 0.9;
}

* > p {
  margin-top: 0;
  line-height: inherit;
}
* > p:not(:last-child) {
  margin-bottom: 16px;
}
* > p:last-child {
  margin-bottom: 0;
}

code, kbd, pre, samp {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 1rem;
}

sup {
  line-height: 1;
  top: -4px;
  color: #ff0000;
  font-size: 14px;
  padding-left: 2px;
}

.cite-block::before, cite::before {
  content: "";
  font-style: normal;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  font-optical-sizing: auto;
  margin-bottom: 16px;
  margin-top: 0;
  font-weight: 700;
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) a {
  text-decoration: none;
  display: inline-block;
  color: currentColor;
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) p {
  color: currentColor;
  line-height: inherit;
  margin-bottom: 0;
}

:is(h1, .h1) {
  font-size: 1.5rem;
  line-height: 1.95rem;
}
@media screen and (min-width: 40rem) {
  :is(h1, .h1) {
    font-size: calc(1.5rem + 0.0267558528 * (100vw - 40rem));
    line-height: calc(1.95rem + 0.0347826087 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  :is(h1, .h1) {
    font-size: 3rem;
    line-height: 3.9rem;
  }
}

:is(h2, .h2) {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media screen and (min-width: 40rem) {
  :is(h2, .h2) {
    font-size: calc(1.25rem + 0.022296544 * (100vw - 40rem));
    line-height: calc(1.625rem + 0.0289855072 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  :is(h2, .h2) {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}

:is(h3, .h3) {
  font-size: 1.1875rem;
  line-height: 1.54375rem;
}
@media screen and (min-width: 40rem) {
  :is(h3, .h3) {
    font-size: calc(1.1875rem + 0.0133779264 * (100vw - 40rem));
    line-height: calc(1.54375rem + 0.0173913043 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  :is(h3, .h3) {
    font-size: 1.9375rem;
    line-height: 2.51875rem;
  }
}

:is(h4, .h4) {
  font-size: 1.125rem;
  line-height: 1.4625rem;
}
@media screen and (min-width: 40rem) {
  :is(h4, .h4) {
    font-size: calc(1.125rem + 0.0078037904 * (100vw - 40rem));
    line-height: calc(1.4625rem + 0.0101449275 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  :is(h4, .h4) {
    font-size: 1.5625rem;
    line-height: 2.03125rem;
  }
}

:is(h5, .h5) {
  font-size: 1.0625rem;
  line-height: 1.38125rem;
}
@media screen and (min-width: 40rem) {
  :is(h5, .h5) {
    font-size: calc(1.0625rem + 0.0033444816 * (100vw - 40rem));
    line-height: calc(1.38125rem + 0.0043478261 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  :is(h5, .h5) {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

:is(h6, .h6) {
  font-size: 1rem;
  line-height: 1.3rem;
}
@media screen and (min-width: 40rem) {
  :is(h6, .h6) {
    font-size: calc(1rem + 0.0022296544 * (100vw - 40rem));
    line-height: calc(1.3rem + 0.0028985507 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  :is(h6, .h6) {
    font-size: 1.125rem;
    line-height: 1.4625rem;
  }
}

.body-font {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
}

.heading-font {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  font-optical-sizing: auto;
}

:is(span, label) > a:hover {
  text-decoration: none !important;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000000;
}
a:hover {
  color: black;
  text-decoration: none;
}
a :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  color: currentColor;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
img:not([src]) {
  visibility: hidden;
}
img:where(.aligncenter, .align-center) {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figure {
  max-width: 100% !important;
}
figure:where(.wp-caption, .caption) {
  display: block;
}
figure:where(.wp-caption, .caption) img {
  display: inline-block;
}
figure:where(.wp-caption, .caption):where(.wp-caption-text, .caption-text) {
  padding-top: 10px;
  color: #495057;
}
figure:where(.wp-caption, .caption):where(.aligncenter, .align-center) {
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

:is(.screen-reader-text, .submenu-toggle-text, .hidden-text, .sr-only) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}

[data-fa]::before {
  content: attr(data-fa);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}

[data-fa-after]::after {
  content: attr(data-fa-after);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}

@media only screen and (max-width: 47.99875rem) {
  .md\:show {
    display: none;
  }
}

@media only screen and (max-width: 47.99875rem) {
  .\!md\:show {
    display: none !important;
  }
}

@media only screen and (max-width: 63.99875rem) {
  .lg\:show {
    display: none;
  }
}

@media only screen and (max-width: 63.99875rem) {
  .\!lg\:show {
    display: none !important;
  }
}

.hidden {
  display: none;
}

.\!hidden {
  display: none !important;
}

@media only screen and (min-width: 48rem) {
  .md\:hidden {
    display: none;
  }
}

@media only screen and (min-width: 48rem) {
  .\!md\:hidden {
    display: none !important;
  }
}

@media only screen and (min-width: 64rem) {
  .lg\:hidden {
    display: none;
  }
}

@media only screen and (min-width: 64rem) {
  .\!lg\:hidden {
    display: none !important;
  }
}

@media only screen and (min-width: 80rem) {
  .xl\:hidden {
    display: none;
  }
}

@media only screen and (min-width: 80rem) {
  .\!xl\:hidden {
    display: none !important;
  }
}

.flex {
  display: flex;
}

.\!flex {
  display: flex !important;
}

.flex-x {
  flex-flow: row wrap;
}
.flex-x > :where(.auto, .shrink) {
  width: auto;
}
@media only screen and (min-width: 48rem) {
  .flex-x > :where(.md-auto, .md-shrink) {
    width: auto;
  }
}
@media only screen and (min-width: 64rem) {
  .flex-x > :where(.lg-auto, .lg-shrink) {
    width: auto;
  }
}

.flex-y {
  flex-flow: column nowrap;
}
.flex-y > .cell {
  height: auto;
  max-height: none;
}

.flex-padding-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media only screen and (min-width: 48rem) {
  .flex-padding-x {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
}
.flex-padding-x > .cell {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .flex-padding-x > .cell {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}

.flex-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media only screen and (min-width: 48rem) {
  .flex-padding-y {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }
}
.flex-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .flex-padding-y > .cell {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.grid {
  display: grid;
}

.\!grid {
  display: grid !important;
}

.block {
  display: block;
}

.\!block {
  display: block !important;
}

.inline-block {
  display: inline-block;
}

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

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.gap-10 {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

.gap-15 {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

.gap-20 {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.gap-25 {
  grid-gap: 1.5625rem;
  gap: 1.5625rem;
}

.gap-30 {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

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

.text-right {
  text-align: right;
}

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.cell {
  flex: 0 0 auto;
  max-width: 100%;
  min-width: 0;
}
.cell.auto {
  flex: 1 1 0;
  max-width: 100%;
  min-width: 0;
  width: auto;
}
.cell.stretch {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .cell.md-auto {
    flex: 1 1 0;
    max-width: 100%;
    min-width: 0;
    width: auto;
  }
  .cell.md-stretch {
    width: 100%;
  }
}
@media only screen and (min-width: 64rem) {
  .cell.lg-auto {
    flex: 1 1 0;
    max-width: 100%;
    min-width: 0;
    width: auto;
  }
  .cell.lg-stretch {
    width: 100%;
  }
}

:is(.grid-gap, .flex-gap, .gap) {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  :is(.grid-gap, .flex-gap, .gap) {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }
}

:is(.container, .flex-container, .grid-container) {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}
:is(.container, .flex-container, .grid-container):not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 80rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  :is(.container, .flex-container, .grid-container):not(.full).xxl {
    max-width: 1537px;
  }
}
:is(.container, .flex-container, .grid-container).full {
  /*max-width: 100%;*/
  padding-left: 0;
  padding-right: 0;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-1 > .cell {
  width: 100%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-1 {
  width: 8.3333333333%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-1 {
  width: 8.3333333333% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-1 > .cell {
  width: 100%;
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-1 {
  width: calc(8.3333333333% - 1.1458333333rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-1 {
  width: calc(8.3333333333% - 1.1458333333rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-2 > .cell {
  width: 50%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-2 {
  width: 16.6666666667%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-2 {
  width: 16.6666666667% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-2 > .cell {
  width: calc(50% - 0.625rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-2 {
  width: calc(16.6666666667% - 1.0416666667rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-2 {
  width: calc(16.6666666667% - 1.0416666667rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-3 > .cell {
  width: 33.3333333333%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-3 {
  width: 25%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-3 {
  width: 25% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-3 > .cell {
  width: calc(33.3333333333% - 0.8333333333rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-3 {
  width: calc(25% - 0.9375rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-3 {
  width: calc(25% - 0.9375rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-4 > .cell {
  width: 25%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-4 {
  width: 33.3333333333%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-4 {
  width: 33.3333333333% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-4 > .cell {
  width: calc(25% - 0.9375rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-4 {
  width: calc(33.3333333333% - 0.8333333333rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-4 {
  width: calc(33.3333333333% - 0.8333333333rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-5 > .cell {
  width: 20%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-5 {
  width: 41.6666666667%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-5 {
  width: 41.6666666667% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-5 > .cell {
  width: calc(20% - 1rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-5 {
  width: calc(41.6666666667% - 0.7291666667rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-5 {
  width: calc(41.6666666667% - 0.7291666667rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-6 > .cell {
  width: 16.6666666667%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-6 {
  width: 50%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-6 {
  width: 50% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-6 > .cell {
  width: calc(16.6666666667% - 1.0416666667rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-6 {
  width: calc(50% - 0.625rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-6 {
  width: calc(50% - 0.625rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-7 > .cell {
  width: 14.2857142857%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-7 {
  width: 58.3333333333%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-7 {
  width: 58.3333333333% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-7 > .cell {
  width: calc(14.2857142857% - 1.0714285714rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-7 {
  width: calc(58.3333333333% - 0.5208333333rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-7 {
  width: calc(58.3333333333% - 0.5208333333rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-8 > .cell {
  width: 12.5%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-8 {
  width: 66.6666666667%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-8 {
  width: 66.6666666667% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-8 > .cell {
  width: calc(12.5% - 1.09375rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-8 {
  width: calc(66.6666666667% - 0.4166666667rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-8 {
  width: calc(66.6666666667% - 0.4166666667rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-9 > .cell {
  width: 11.1111111111%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-9 {
  width: 75%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-9 {
  width: 75% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-9 > .cell {
  width: calc(11.1111111111% - 1.1111111111rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-9 {
  width: calc(75% - 0.3125rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-9 {
  width: calc(75% - 0.3125rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-10 > .cell {
  width: 10%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-10 {
  width: 83.3333333333%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-10 {
  width: 83.3333333333% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-10 > .cell {
  width: calc(10% - 1.125rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-10 {
  width: calc(83.3333333333% - 0.2083333333rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-10 {
  width: calc(83.3333333333% - 0.2083333333rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-11 > .cell {
  width: 9.0909090909%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-11 {
  width: 91.6666666667%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-11 {
  width: 91.6666666667% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-11 > .cell {
  width: calc(9.0909090909% - 1.1363636364rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-11 {
  width: calc(91.6666666667% - 0.1041666667rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-11 {
  width: calc(91.6666666667% - 0.1041666667rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-12 > .cell {
  width: 8.3333333333%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-12 {
  width: 100%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-12 {
  width: 100% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-12 > .cell {
  width: calc(8.3333333333% - 1.1458333333rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-12 {
  width: 100%;
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-12 {
  width: 100% !important;
}

@media only screen and (min-width: 48rem) {
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-1 {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-1 {
    width: 8.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-1 {
    width: calc(8.3333333333% - 1.6041666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-1 {
    width: calc(8.3333333333% - 1.6041666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-2 > .cell {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-2 {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-2 {
    width: 16.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-2 > .cell {
    width: calc(50% - 0.875rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-2 {
    width: calc(16.6666666667% - 1.4583333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-2 {
    width: calc(16.6666666667% - 1.4583333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-3 > .cell {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-3 {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-3 {
    width: 25% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-3 > .cell {
    width: calc(33.3333333333% - 1.1666666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-3 {
    width: calc(25% - 1.3125rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-3 {
    width: calc(25% - 1.3125rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-4 > .cell {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-4 {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-4 {
    width: 33.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-4 > .cell {
    width: calc(25% - 1.3125rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-4 {
    width: calc(33.3333333333% - 1.1666666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-4 {
    width: calc(33.3333333333% - 1.1666666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-5 > .cell {
    width: 20%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-5 {
    width: 41.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-5 {
    width: 41.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-5 > .cell {
    width: calc(20% - 1.4rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-5 {
    width: calc(41.6666666667% - 1.0208333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-5 {
    width: calc(41.6666666667% - 1.0208333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-6 > .cell {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-6 {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-6 {
    width: 50% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-6 > .cell {
    width: calc(16.6666666667% - 1.4583333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-6 {
    width: calc(50% - 0.875rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-6 {
    width: calc(50% - 0.875rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-7 > .cell {
    width: 14.2857142857%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-7 {
    width: 58.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-7 {
    width: 58.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-7 {
    width: calc(58.3333333333% - 0.7291666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-7 {
    width: calc(58.3333333333% - 0.7291666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-8 > .cell {
    width: 12.5%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-8 {
    width: 66.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-8 {
    width: 66.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-8 > .cell {
    width: calc(12.5% - 1.53125rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-8 {
    width: calc(66.6666666667% - 0.5833333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-8 {
    width: calc(66.6666666667% - 0.5833333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-9 > .cell {
    width: 11.1111111111%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-9 {
    width: 75%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-9 {
    width: 75% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-9 > .cell {
    width: calc(11.1111111111% - 1.5555555556rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-9 {
    width: calc(75% - 0.4375rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-9 {
    width: calc(75% - 0.4375rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-10 > .cell {
    width: 10%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-10 {
    width: 83.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-10 {
    width: 83.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-10 > .cell {
    width: calc(10% - 1.575rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-10 {
    width: calc(83.3333333333% - 0.2916666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-10 {
    width: calc(83.3333333333% - 0.2916666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-11 > .cell {
    width: 9.0909090909%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-11 {
    width: 91.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-11 {
    width: 91.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-11 > .cell {
    width: calc(9.0909090909% - 1.5909090909rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-11 {
    width: calc(91.6666666667% - 0.1458333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-11 {
    width: calc(91.6666666667% - 0.1458333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-12 > .cell {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-12 {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-12 {
    width: 100% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-12 > .cell {
    width: calc(8.3333333333% - 1.6041666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-12 {
    width: 100%;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-12 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 64rem) {
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-1 {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-1 {
    width: 8.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-1 {
    width: calc(8.3333333333% - 1.6041666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-1 {
    width: calc(8.3333333333% - 1.6041666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-2 > .cell {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-2 {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-2 {
    width: 16.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-2 > .cell {
    width: calc(50% - 0.875rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-2 {
    width: calc(16.6666666667% - 1.4583333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-2 {
    width: calc(16.6666666667% - 1.4583333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-3 > .cell {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-3 {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-3 {
    width: 25% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-3 > .cell {
    width: calc(33.3333333333% - 1.1666666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-3 {
    width: calc(25% - 1.3125rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-3 {
    width: calc(25% - 1.3125rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-4 > .cell {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-4 {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-4 {
    width: 33.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-4 > .cell {
    width: calc(25% - 1.3125rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-4 {
    width: calc(33.3333333333% - 1.1666666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-4 {
    width: calc(33.3333333333% - 1.1666666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-5 > .cell {
    width: 20%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-5 {
    width: 41.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-5 {
    width: 41.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-5 > .cell {
    width: calc(20% - 1.4rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-5 {
    width: calc(41.6666666667% - 1.0208333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-5 {
    width: calc(41.6666666667% - 1.0208333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-6 > .cell {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-6 {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-6 {
    width: 50% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-6 > .cell {
    width: calc(16.6666666667% - 1.4583333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-6 {
    width: calc(50% - 0.875rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-6 {
    width: calc(50% - 0.875rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-7 > .cell {
    width: 14.2857142857%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-7 {
    width: 58.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-7 {
    width: 58.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-7 {
    width: calc(58.3333333333% - 0.7291666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-7 {
    width: calc(58.3333333333% - 0.7291666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-8 > .cell {
    width: 12.5%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-8 {
    width: 66.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-8 {
    width: 66.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-8 > .cell {
    width: calc(12.5% - 1.53125rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-8 {
    width: calc(66.6666666667% - 0.5833333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-8 {
    width: calc(66.6666666667% - 0.5833333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-9 > .cell {
    width: 11.1111111111%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-9 {
    width: 75%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-9 {
    width: 75% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-9 > .cell {
    width: calc(11.1111111111% - 1.5555555556rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-9 {
    width: calc(75% - 0.4375rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-9 {
    width: calc(75% - 0.4375rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-10 > .cell {
    width: 10%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-10 {
    width: 83.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-10 {
    width: 83.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-10 > .cell {
    width: calc(10% - 1.575rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-10 {
    width: calc(83.3333333333% - 0.2916666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-10 {
    width: calc(83.3333333333% - 0.2916666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-11 > .cell {
    width: 9.0909090909%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-11 {
    width: 91.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-11 {
    width: 91.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-11 > .cell {
    width: calc(9.0909090909% - 1.5909090909rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-11 {
    width: calc(91.6666666667% - 0.1458333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-11 {
    width: calc(91.6666666667% - 0.1458333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-12 > .cell {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-12 {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-12 {
    width: 100% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-12 > .cell {
    width: calc(8.3333333333% - 1.6041666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-12 {
    width: 100%;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-12 {
    width: 100% !important;
  }
}
.overlay {
  position: relative;
}
.overlay :where(.bg-overlay, .link-overlay) {
  background: transparent;
  -webkit-user-select: none;
          user-select: none;
}
.overlay :where(.bg-overlay, .link-overlay) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cover {
  display: block;
  overflow: hidden;
  position: relative;
}
.cover :where(.bg-cover, .link-cover) {
  background: transparent;
  -webkit-user-select: none;
          user-select: none;
}
.cover :where(.bg-cover, .link-cover) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.cover.after-overlay::after {
  background: transparent;
  content: "";
  -webkit-user-select: none;
          user-select: none;
  z-index: 1;
}
.cover.after-overlay::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.cover.after-overlay > img {
  width: 100%;
  display: block;
  -webkit-user-select: none;
          user-select: none;
}

.res {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.res > img:first-child {
  display: block;
}
.res > img:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.res:not(.auto) > img:first-child {
  height: 100% !important;
  width: 100%;
  max-width: unset;
  object-fit: cover;
  object-position: center;
}
.res.auto > img {
  height: auto !important;
  width: auto !important;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}
.res.scale {
  transform: scale(1.0001);
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s;
}
.res.scale:hover {
  transform: scale(1.06);
  opacity: 1;
}
.res :where(iframe, embed, object, video) {
  border: 0;
}
.res :where(iframe, embed, object, video) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.res.after-overlay::after {
  background: transparent;
  content: "";
  -webkit-user-select: none;
          user-select: none;
  z-index: 1;
}
.res.after-overlay::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.res.after-overlay > img {
  -webkit-user-select: none;
          user-select: none;
}

@supports (aspect-ratio: 1) {
  :is(.ar-1-1, .ar\[1-1\]) {
    aspect-ratio: 1 / 1;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-1-1, .ar\[1-1\]) {
    height: 0;
    padding-bottom: 100%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-3-2, .ar\[3-2\]) {
    aspect-ratio: 3 / 2;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-3-2, .ar\[3-2\]) {
    height: 0;
    padding-bottom: 66.6666666667%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-4-3, .ar\[4-3\]) {
    aspect-ratio: 4 / 3;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-4-3, .ar\[4-3\]) {
    height: 0;
    padding-bottom: 75%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-16-9, .ar\[16-9\]) {
    aspect-ratio: 16 / 9;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-16-9, .ar\[16-9\]) {
    height: 0;
    padding-bottom: 56.25%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-21-9, .ar\[21-9\]) {
    aspect-ratio: 21 / 9;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-21-9, .ar\[21-9\]) {
    height: 0;
    padding-bottom: 42.8571428571%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-2-1, .ar\[2-1\]) {
    aspect-ratio: 2 / 1;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-2-1, .ar\[2-1\]) {
    height: 0;
    padding-bottom: 50%;
  }
}

:is(.mt-0, .mt\[0px\]) {
  margin-top: 0;
}

:is(.\!mt-0, .\!mt\[0px\]) {
  margin-top: 0 !important;
}

:is(.mb-0, .mb\[0px\]) {
  margin-bottom: 0;
}

:is(.\!mb-0, .\!mb\[0px\]) {
  margin-bottom: 0 !important;
}

:is(.pt-0, .pt\[0px\]) {
  padding-top: 0;
}

:is(.\!pt-0, .\!pt\[0px\]) {
  padding-top: 0 !important;
}

:is(.pb-0, .pb\[0px\]) {
  padding-bottom: 0;
}

:is(.\!pb-0, .\!pb\[0px\]) {
  padding-bottom: 0 !important;
}

:is(.mt-10, .mt\[10px\]) {
  margin-top: 0.625rem;
}

:is(.\!mt-10, .\!mt\[10px\]) {
  margin-top: 0.625rem !important;
}

:is(.mb-10, .mb\[10px\]) {
  margin-bottom: 0.625rem;
}

:is(.\!mb-10, .\!mb\[10px\]) {
  margin-bottom: 0.625rem !important;
}

:is(.pt-10, .pt\[10px\]) {
  padding-top: 0.625rem;
}

:is(.\!pt-10, .\!pt\[10px\]) {
  padding-top: 0.625rem !important;
}

:is(.pb-10, .pb\[10px\]) {
  padding-bottom: 0.625rem;
}

:is(.\!pb-10, .\!pb\[10px\]) {
  padding-bottom: 0.625rem !important;
}

:is(.mt-20, .mt\[20px\]) {
  margin-top: 1.25rem;
}

:is(.\!mt-20, .\!mt\[20px\]) {
  margin-top: 1.25rem !important;
}

:is(.mb-20, .mb\[20px\]) {
  margin-bottom: 1.25rem;
}

:is(.\!mb-20, .\!mb\[20px\]) {
  margin-bottom: 1.25rem !important;
}

:is(.pt-20, .pt\[20px\]) {
  padding-top: 1.25rem;
}

:is(.\!pt-20, .\!pt\[20px\]) {
  padding-top: 1.25rem !important;
}

:is(.pb-20, .pb\[20px\]) {
  padding-bottom: 1.25rem;
}

:is(.\!pb-20, .\!pb\[20px\]) {
  padding-bottom: 1.25rem !important;
}

:is(.mt-30, .mt\[30px\]) {
  margin-top: 1.875rem;
}

:is(.\!mt-30, .\!mt\[30px\]) {
  margin-top: 1.875rem !important;
}

:is(.mb-30, .mb\[30px\]) {
  margin-bottom: 1.875rem;
}

:is(.\!mb-30, .\!mb\[30px\]) {
  margin-bottom: 1.875rem !important;
}

:is(.pt-30, .pt\[30px\]) {
  padding-top: 1.875rem;
}

:is(.\!pt-30, .\!pt\[30px\]) {
  padding-top: 1.875rem !important;
}

:is(.pb-30, .pb\[30px\]) {
  padding-bottom: 1.875rem;
}

:is(.\!pb-30, .\!pb\[30px\]) {
  padding-bottom: 1.875rem !important;
}

:is(.mt-40, .mt\[40px\]) {
  margin-top: 2.5rem;
}

:is(.\!mt-40, .\!mt\[40px\]) {
  margin-top: 2.5rem !important;
}

:is(.mb-40, .mb\[40px\]) {
  margin-bottom: 2.5rem;
}

:is(.\!mb-40, .\!mb\[40px\]) {
  margin-bottom: 2.5rem !important;
}

:is(.pt-40, .pt\[40px\]) {
  padding-top: 2.5rem;
}

:is(.\!pt-40, .\!pt\[40px\]) {
  padding-top: 2.5rem !important;
}

:is(.pb-40, .pb\[40px\]) {
  padding-bottom: 2.5rem;
}

:is(.\!pb-40, .\!pb\[40px\]) {
  padding-bottom: 2.5rem !important;
}

:is(.mt-50, .mt\[50px\]) {
  margin-top: 3.125rem;
}

:is(.\!mt-50, .\!mt\[50px\]) {
  margin-top: 3.125rem !important;
}

:is(.mb-50, .mb\[50px\]) {
  margin-bottom: 3.125rem;
}

:is(.\!mb-50, .\!mb\[50px\]) {
  margin-bottom: 3.125rem !important;
}

:is(.pt-50, .pt\[50px\]) {
  padding-top: 3.125rem;
}

:is(.\!pt-50, .\!pt\[50px\]) {
  padding-top: 3.125rem !important;
}

:is(.pb-50, .pb\[50px\]) {
  padding-bottom: 3.125rem;
}

:is(.\!pb-50, .\!pb\[50px\]) {
  padding-bottom: 3.125rem !important;
}

:is(.fs-16, .fs\[16px\]) {
  font-size: 1rem;
}

:is(.\!fs-16, .\!fs\[16px\]) {
  font-size: 1rem !important;
}

:is(.fs-17, .fs\[17px\]) {
  font-size: 1.0625rem;
}

:is(.\!fs-17, .\!fs\[17px\]) {
  font-size: 1.0625rem !important;
}

:is(.fs-18, .fs\[18px\]) {
  font-size: 1.125rem;
}

:is(.\!fs-18, .\!fs\[18px\]) {
  font-size: 1.125rem !important;
}

:is(.fs-19, .fs\[19px\]) {
  font-size: 1.1875rem;
}

:is(.\!fs-19, .\!fs\[19px\]) {
  font-size: 1.1875rem !important;
}

:is(.fs-20, .fs\[20px\]) {
  font-size: 1.25rem;
}

:is(.\!fs-20, .\!fs\[20px\]) {
  font-size: 1.25rem !important;
}

:is(.fw-400, .fw\[400\]) {
  font-weight: 400;
}

:is(.\!fw-400, .\!fw\[400\]) {
  font-weight: 400 !important;
}

:is(.fw-500, .fw\[500\]) {
  font-weight: 500;
}

:is(.\!fw-500, .\!fw\[500\]) {
  font-weight: 500 !important;
}

:is(.fw-600, .fw\[600\]) {
  font-weight: 600;
}

:is(.\!fw-600, .\!fw\[600\]) {
  font-weight: 600 !important;
}

:is(.fw-700, .fw\[700\]) {
  font-weight: 700;
}

:is(.\!fw-700, .\!fw\[700\]) {
  font-weight: 700 !important;
}

[id^=gallery-] {
  display: flex;
  flex-flow: row wrap;
}
[id^=gallery-] {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
[id^=gallery-] > .gallery-item {
  flex: 0 0 auto;
  max-width: 100%;
  min-width: 0;
}
[id^=gallery-].gallery-columns-1 > .gallery-item {
  width: 100%;
}
[id^=gallery-].gallery-columns-2 > .gallery-item {
  width: calc(50% - 0.3125rem);
}
[id^=gallery-].gallery-columns-3 > .gallery-item {
  width: calc(33.3333333333% - 0.4166666667rem);
}
[id^=gallery-].gallery-columns-4 > .gallery-item {
  width: calc(25% - 0.46875rem);
}
[id^=gallery-].gallery-columns-5 > .gallery-item {
  width: calc(20% - 0.5rem);
}
[id^=gallery-].gallery-columns-6 > .gallery-item {
  width: calc(16.6666666667% - 0.5208333333rem);
}
[id^=gallery-].gallery-columns-7 > .gallery-item {
  width: calc(14.2857142857% - 0.5357142857rem);
}
[id^=gallery-].gallery-columns-8 > .gallery-item {
  width: calc(12.5% - 0.546875rem);
}
[id^=gallery-].gallery-columns-9 > .gallery-item {
  width: calc(11.1111111111% - 0.5555555556rem);
}

.logo-txt {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}

.site-header {
  width: 100%;
  position: relative;
  z-index: 99;
  height: 62px;
}
.site-header .popup-container {
  display: none;
}

.home .site-header {
  position: fixed;
}

#top-header {
  background: #684127;
}
@media only screen and (max-width: 47.99875rem) {
  #top-header {
    display: none;
  }
}
#top-header .top-header-inner {
  display: flex;
  justify-content: flex-end;
  padding: 5px 0;
}
#top-header .top-header-inner ul.menu > li {
  position: relative;
}
#top-header .top-header-inner ul.menu > li a {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  color: #ffffff;
}
#top-header .top-header-inner ul.menu > li > a {
  padding: 5px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#top-header .top-header-inner ul.menu > li:last-child > a {
  border-right: unset;
}
#top-header .top-header-inner ul.menu > li > ul.sub-menu {
  border: 1px solid #BBC3C4;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 10px;
  margin: 0;
  list-style: none;
  z-index: 2;
}
#top-header .top-header-inner ul.menu > li > ul.sub-menu::before, #top-header .top-header-inner ul.menu > li > ul.sub-menu::after {
  border: solid transparent;
  top: -20px;
  content: "";
  height: 0;
  left: 50%;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  width: 0;
  z-index: 10;
}
#top-header .top-header-inner ul.menu > li > ul.sub-menu::before {
  border-width: 11px;
  margin-left: -11px;
  z-index: -999;
  border-bottom-color: #ddd;
}
#top-header .top-header-inner ul.menu > li > ul.sub-menu::after {
  border-color: hsla(0, 0%, 87%, 0) hsla(0, 0%, 87%, 0) #fff;
  border-width: 8px;
  margin-left: -8px;
  top: -14px;
}
#top-header .top-header-inner ul.menu > li > ul.sub-menu li a {
  color: #000000;
  padding: 10px;
}
#top-header .top-header-inner ul.menu > li > ul.sub-menu li a:hover {
  background: #684127;
  color: #ffffff;
  border-radius: 10px;
}
#top-header .top-header-inner ul.menu > li:hover > ul.sub-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: inline-block;
  width: 220px;
}
#top-header .top-header-inner .hb_top_mxh {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
#top-header .top-header-inner .hb_top_mxh {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
#top-header .top-header-inner .hb_top_mxh ._mxh-button {
  position: relative;
}
#top-header .top-header-inner .hb_top_mxh ._mxh-button ._svg i {
  color: #ffffff;
}
#top-header .top-header-inner .hb_top_mxh ._mxh-button ._svg svg {
  fill: #ffffff;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#top-header .top-header-inner .hb_top_mxh ._mxh-button a.btn {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#top-header .top-header-inner .hb_top_mxh ._mxh-button:hover {
  opacity: 0.7;
}

#inside-header {
  position: relative;
  height: 100%;
  background-color: #FFFDEF;
}
#inside-header.w-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  height: 62px;
  z-index: 1000;
}
#inside-header > .container {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  height: 100%;
}
#inside-header > .container::before {
  position: absolute;
  content: "";
  bottom: 5px;
  right: 15px;
  height: 1px;
  width: calc(100% - 150px);
  background: rgba(31, 28, 2, 0.6);
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header > .container::before {
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header > .container {
    align-items: center;
    flex-flow: row wrap;
    grid-gap: 15px;
    gap: 15px;
  }
}
#inside-header .cell-menumb {
  order: 1;
}
@media only screen and (min-width: 80rem) {
  #inside-header .cell-menumb {
    display: none;
  }
}
#inside-header .cell-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 90px;
  max-width: 90px;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell-logo {
    order: 2;
    justify-content: center;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell-logo {
    flex: 0 0 74px;
    max-width: 74px;
  }
}
#inside-header .cell-logo a.logo {
  background: #171C28;
  position: absolute;
  top: 0;
  flex: 0 0 90px;
  max-width: 90px;
  border-radius: 0 0 300px 300px;
}
#inside-header .cell-logo a.logo {
  width: 5.625rem;
  height: 5.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell-logo a.logo {
    flex: 0 0 74px;
    max-width: 74px;
  }
  #inside-header .cell-logo a.logo {
    width: 4.625rem;
    height: 4.625rem;
  }
}
#inside-header .cell-logo span.custom-logo-link {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -30%);
  text-align: center;
}
#inside-header .cell-logo .custom-logo {
  width: auto;
  max-height: 55px;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell-logo .custom-logo {
    max-height: 45px;
  }
}
@media only screen and (max-width: 79.99875rem) {
  #inside-header .cell-logo {
    flex: 1 1 0;
  }
  #inside-header .cell-logo {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
  #inside-header .cell-logo a.logo {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell-logo {
    grid-gap: 0;
    gap: 0;
  }
  #inside-header .cell-logo a.logo {
    flex: initial;
  }
}
#inside-header .cell-menu {
  height: 100%;
}
#inside-header .cell-menu nav {
  height: 100%;
}
#inside-header .cell-menu .dropdown.menu.desktop-menu {
  height: 100%;
}
#inside-header .cell-menu .dropdown.menu.desktop-menu > li {
  position: relative;
  height: 100%;
  cursor: pointer;
}
#inside-header .cell-menu .dropdown.menu.desktop-menu > li::before {
  content: "";
  height: 4px;
  width: 34px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 10;
  background: #1F1C02;
  border-radius: 30px;
  box-shadow: -8px 0 0 0 #FFFDEF, 8px 0 0 0 #FFFDEF;
}
#inside-header .cell-menu .dropdown.menu.desktop-menu > li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #8C8C8C;
  width: 1px;
  height: 15px;
}
#inside-header .cell-menu .dropdown.menu.desktop-menu > li:last-child::after {
  content: none;
}
#inside-header .cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent.is-active::before {
  opacity: 1;
}
#inside-header .cell-menu .dropdown.menu.desktop-menu > li:hover::before {
  opacity: 1;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell-menu {
    display: none;
  }
}
#inside-header .cell-design {
  display: flex;
  align-items: center;
}
#inside-header .cell-design {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  #inside-header .cell-design {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  #inside-header .cell-design {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell-design {
    order: 3;
    width: 30px;
  }
}
#inside-header .cell-design .pll-switcher-select {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
#inside-header .cell-design .dropdown-search {
  display: none;
}
#inside-header .cell-design .dropdown-search .trigger-s {
  border-radius: 100%;
  border: 0.7px solid #A5A5A5;
}
#inside-header .cell-design .dropdown-search .trigger-s {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#inside-header .cell-design .dropdown-search .trigger-s {
  width: 3.125rem;
  height: 3.125rem;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell-design .dropdown-search .trigger-s {
    width: 2.5rem;
    height: 2.5rem;
  }
}
#inside-header .cell-design .dropdown-search .trigger-s span {
  display: none;
}
#inside-header .cell-design .dropdown-search .trigger-s::before {
  color: #000000;
  font-weight: 300;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell-design .hb_header_button {
    display: none;
  }
}
#inside-header .cell-design .mini_widget_shopping_cart {
  margin-right: 0;
  display: flex;
  align-items: center;
  line-height: 1px;
}
#inside-header .cell-design .mini_widget_shopping_cart {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell-design .mini_widget_shopping_cart {
    border: unset;
    padding: 0;
  }
}
#inside-header .cell-design .mini_widget_shopping_cart .cart-title {
  clip: unset;
  -webkit-clip-path: unset;
          clip-path: unset;
  width: auto;
  height: auto;
  margin: unset;
  overflow: unset;
  padding: 0;
  position: unset;
  font-weight: 600;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell-design .mini_widget_shopping_cart .cart-title {
    display: none;
  }
}
#inside-header .cell-design .mini_widget_shopping_cart ul.shopping-cart {
  order: -1;
}

#menu-header {
  height: 45px;
  background-color: #f1edf2;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 79.99875rem) {
  #menu-header {
    display: none;
  }
}
#menu-header #main-nav {
  flex: 1 1 0;
  max-width: calc(100% - 240px);
}
@media only screen and (max-width: 96.06125rem) {
  #menu-header #main-nav {
    max-width: calc(100% - 200px);
  }
}

.cell-menu {
  justify-content: space-between;
  align-items: center;
}
.cell-menu nav.nav {
  width: 100%;
}
.cell-menu .dropdown.menu.desktop-menu {
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  justify-content: center;
}
.cell-menu .dropdown.menu.desktop-menu li a {
  color: #524F3E;
  font-weight: 400;
  line-height: 26px;
  font-size: 18px;
  font-family: "Philosopher", sans-serif;
}
.cell-menu .dropdown.menu.desktop-menu li:last-child {
  border-right: unset;
}
.cell-menu .dropdown.menu.desktop-menu > li {
  position: relative;
}
.cell-menu .dropdown.menu.desktop-menu > li > a {
  padding: 0 15px;
  line-height: normal;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 63.99875rem) {
  .cell-menu .dropdown.menu.desktop-menu > li > a {
    padding: 0 6px;
  }
}
.cell-menu .dropdown.menu.desktop-menu > li > a:hover {
  color: #1F1C02;
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent > a {
  padding-right: 30px;
}
@media only screen and (max-width: 96.06125rem) {
  .cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent > a {
    padding-right: 24px;
  }
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-size: 12px;
  border: none;
  aspect-ratio: 1/1;
  line-height: 1;
  margin-top: -7px;
  right: 12px;
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent > a::after {
  width: 0.75rem;
  height: 0.75rem;
}
@media only screen and (max-width: 96.06125rem) {
  .cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent > a::after {
    right: 6px;
  }
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent.more > a {
  font-size: 0;
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent.more > a::after {
  display: none;
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent.more > a::before {
  font-size: 18px;
  display: flex;
  align-items: center;
  content: "\f141";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
.cell-menu .dropdown.menu.desktop-menu > li.current-menu-item::before, .cell-menu .dropdown.menu.desktop-menu > li.current_page_item::before, .cell-menu .dropdown.menu.desktop-menu > li.current-menu-parent::before, .cell-menu .dropdown.menu.desktop-menu > li.current_page_parent::before {
  opacity: 1 !important;
}
.cell-menu .dropdown.menu.desktop-menu > li.current-menu-item > a, .cell-menu .dropdown.menu.desktop-menu > li.current_page_item > a, .cell-menu .dropdown.menu.desktop-menu > li.current-menu-parent > a, .cell-menu .dropdown.menu.desktop-menu > li.current_page_parent > a {
  color: #1F1C02;
  font-weight: 700;
}
.cell-menu .dropdown.menu.desktop-menu > li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.2);
  display: none;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu {
  border-radius: 5px;
  background-color: #F3F0DF;
  padding: 10px;
  box-shadow: unset;
  border: unset;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li > a {
  color: #524F3E;
  font-size: 16px;
  padding: 9px 15px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li.is-active > a {
  background: none;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li.is-dropdown-submenu-item > a::after {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-size: 12px;
  border: none;
  aspect-ratio: 1/1;
  line-height: 1;
  margin-top: -9px;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li.is-dropdown-submenu-item > a::after {
  width: 0.75rem;
  height: 0.75rem;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li.is-dropdown-submenu-item.opens-right > a::after {
  content: "\f054";
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li.is-dropdown-submenu-item.opens-left > a::after {
  content: "\f053";
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li:hover {
  background: #ffffff;
  border-radius: 5px;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li:hover > a {
  background: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media only screen and (min-width: 80rem) {
  .cell-menu .dropdown.menu.desktop-menu > li.mega-menu > ul.sub-menu {
    min-width: 650px;
    left: 50%;
    transform: translateX(-50%);
    flex-flow: row wrap;
  }
  .cell-menu .dropdown.menu.desktop-menu > li.mega-menu > ul.sub-menu > li.mega-title {
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(204, 204, 204, 0.8);
  }
  .cell-menu .dropdown.menu.desktop-menu > li.mega-menu > ul.sub-menu > li.mega-title > a {
    font-weight: 700;
  }
  .cell-menu .dropdown.menu.desktop-menu > li.mega-menu > ul.sub-menu > li.mega-title a {
    padding: 5px 10px;
  }
  .cell-menu .dropdown.menu.desktop-menu > li.mega-menu > ul.sub-menu > li.mega-title a::after {
    display: none;
  }
  .cell-menu .dropdown.menu.desktop-menu > li.mega-menu > ul.sub-menu > li.mega-title a:hover {
    background: #684127;
    color: #ffffff;
  }
  .cell-menu .dropdown.menu.desktop-menu > li.mega-menu > ul.sub-menu > li.mega-title ul.sub-menu {
    display: flex;
    position: unset;
    min-width: auto;
    background-color: transparent;
    border-radius: unset;
    border: unset;
    padding: 0;
    box-shadow: unset;
  }
  .cell-menu .dropdown.menu.desktop-menu > li.mega-menu > ul.sub-menu > li.mega-title ul.sub-menu li a {
    font-weight: 400;
  }
  .cell-menu .dropdown.menu.desktop-menu > li.mega-menu > ul.sub-menu > li:last-child {
    border-right: unset;
    margin-right: 0;
    padding-right: 0;
  }
  .cell-menu .dropdown.menu.desktop-menu > li.mega-menu:hover > ul.sub-menu {
    display: flex;
  }
}

._header-button {
  display: flex;
  align-items: center;
  transition: 0.4s;
  color: #684127;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
._header-button {
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
._header-button ._svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
._header-button ._svg {
  width: 1.125rem;
  height: 1.125rem;
}
._header-button ._svg svg {
  fill: #684127;
}
._header-button ._images {
  display: flex;
  align-items: center;
  justify-content: center;
}
._header-button ._images {
  width: 1.125rem;
  height: 1.125rem;
}
._header-button ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._header-button a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._header-button:hover {
  transform: translateY(-5px);
}

/** */
.mini_widget_shopping_cart {
  position: relative;
  z-index: 1;
  color: #000000;
}
.mini_widget_shopping_cart .cart-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
.mini_widget_shopping_cart #shopping-cart .menu-item:not(.widget-menu-item) .header-cart-contents {
  padding: 0;
  position: relative;
}
.mini_widget_shopping_cart #shopping-cart .menu-item:not(.widget-menu-item) .header-cart-contents .amount {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
.mini_widget_shopping_cart #shopping-cart .menu-item:not(.widget-menu-item) .header-cart-contents .icon {
  font-size: 20px;
  font-weight: 700;
  color: #684127;
  display: block;
  margin-top: 4px;
}
.mini_widget_shopping_cart #shopping-cart .menu-item:not(.widget-menu-item) .header-cart-contents .count {
  position: absolute;
  right: -7px;
  top: -7px;
  font-size: 10px;
  padding-top: 1px;
  font-weight: 400;
  color: #ffffff;
  background-color: #C36864;
  height: auto;
  width: auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
  padding-left: 4px;
  padding-right: 4px;
}
.mini_widget_shopping_cart #shopping-cart .menu-item:not(.widget-menu-item) .header-cart-contents .count {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mini_widget_shopping_cart #shopping-cart .menu-item:not(.widget-menu-item) .header-cart-contents .txt {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}

/** */
.widget_shopping_cart {
  left: auto !important;
  position: absolute;
  top: 105%;
  right: 0;
  width: 330px;
  background-color: transparent;
  text-align: left;
  z-index: 1499;
  opacity: 0;
  box-sizing: border-box;
  transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
  margin-bottom: 0;
  visibility: hidden;
  padding-top: 5px;
}
@media only screen and (min-width: 48rem) {
  .widget_shopping_cart ul.product_list_widget {
    height: auto;
  }
  .widget_shopping_cart ul.product_list_widget li {
    padding: 8px 0;
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    border-bottom: none;
  }
  .widget_shopping_cart ul.product_list_widget li .item-image-holder {
    flex: 0 0 20%;
    max-width: 20%;
    margin-right: 5px;
  }
  .widget_shopping_cart ul.product_list_widget li .item-image-holder a {
    outline: none;
    display: block;
    padding: 0;
  }
  .widget_shopping_cart ul.product_list_widget li .item-image-holder img {
    display: block;
    margin: 0;
    float: none;
    width: 100%;
    height: auto;
    max-width: unset;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder {
    padding-right: 0;
    flex: 1 1 0;
    min-width: 0;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder .product-title {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder .product-title > a {
    outline: none;
    padding: 0;
    line-height: 1.4;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #000000;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder .product-title > a:hover {
    color: #684127;
    text-decoration: none;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder dl.variation {
    margin: 5px 0 0 0;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 10px;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder dl.variation dt {
    margin-bottom: 0;
    flex: 0 0 40%;
    max-width: 40%;
    margin-right: 5px;
    padding-bottom: 0;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: -0.5px;
    line-height: normal;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder dl.variation dt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder dl.variation dd {
    margin-bottom: 0;
    flex: 0 0 calc(60% - 5px);
    max-width: calc(60% - 5px);
    padding-bottom: 0;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder dl.variation dd > * {
    margin-bottom: 0;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder .quantity {
    font-size: 13px;
    margin-top: 0;
    display: block;
    letter-spacing: -0.2px;
    font-weight: 600;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder .quantity .amount {
    font-weight: 600;
    color: red;
    font-size: 13px;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder a.remove {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    text-indent: 0;
    font-size: 18px;
    outline: none;
    font-weight: 300;
    border-radius: 50%;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder a.remove {
    width: 0.875rem;
    height: 0.875rem;
  }
  .widget_shopping_cart ul.product_list_widget li .item-info-holder a.remove::before {
    display: none;
  }
  .widget_shopping_cart p.counts {
    background: none;
    border: none;
    padding: 10px 0;
    margin-bottom: 0;
    justify-content: space-between;
    font-weight: 500;
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: #000000;
    line-height: 1.7;
  }
  .widget_shopping_cart p.counts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .widget_shopping_cart p.counts strong {
    font-size: 14px;
    font-weight: 500;
  }
  .widget_shopping_cart p.total {
    background: none;
    border: none;
    padding: 10px 0 0 0;
    margin-bottom: 20px;
    justify-content: space-between;
    font-weight: 500;
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: #000000;
    line-height: 1.7;
  }
  .widget_shopping_cart p.total {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .widget_shopping_cart p.total strong {
    font-size: 14px;
    font-weight: 500;
  }
  .widget_shopping_cart p.total .amount {
    font-weight: 700;
    color: red;
  }
  .widget_shopping_cart p.buttons {
    background: none;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .widget_shopping_cart a.button {
    display: block;
    margin-top: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
    box-sizing: border-box;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
    color: #ffffff;
    background-color: #684127;
    margin-bottom: 0;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 16px;
  }
  .widget_shopping_cart a.button:hover {
    opacity: 0.8;
  }
  .widget_shopping_cart a.button::after {
    display: none;
  }
  .widget_shopping_cart a.button.checkout {
    margin-right: 0;
    background-color: red;
    border-color: #000000;
    position: relative;
  }
  .widget_shopping_cart .woocommerce-mini-cart__button a {
    font-weight: 600;
    color: #ffffff;
  }
  .widget_shopping_cart .woocommerce-mini-cart__button a:first-child {
    background-color: #684127;
  }
  .widget_shopping_cart .woocommerce-mini-cart__button a:last-child {
    background-color: red;
  }
}

/** */
.widget_shopping_cart_content {
  padding: 7px 15px 15px 15px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: 300;
  border-radius: 5px;
}
@media only screen and (min-width: 48rem) {
  .widget_shopping_cart_content {
    overflow: hidden;
  }
}

/** */
@media only screen and (min-width: 48rem) {
  #shopping-cart:hover .widget_shopping_cart, #shopping-cart.hover .widget_shopping_cart {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}

/** */
ul.cart_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.cart_list li.mini_cart_item {
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
ul.cart_list li.mini_cart_item a.remove {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  text-indent: 0;
  outline: none;
  display: flex;
  justify-content: center;
  font-weight: 600;
  border-radius: 50%;
  color: #fff;
}
ul.cart_list li.mini_cart_item a.remove {
  font-size: 1rem;
}
ul.cart_list li.mini_cart_item a.remove {
  width: 0.875rem;
  height: 0.875rem;
}
ul.cart_list li.mini_cart_item a.remove::before {
  display: none;
}
ul.cart_list li.mini_cart_item a.remove:hover {
  color: red !important;
  background: transparent !important;
  font-weight: 600;
}
ul.cart_list li.mini_cart_item > a:not(.remove) {
  flex: 1 1 0;
  display: flex;
  line-height: 1.3;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 0.5px;
  align-items: flex-start;
  text-align: left;
  padding: 0;
}
ul.cart_list li.mini_cart_item > a:not(.remove) {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
ul.cart_list li.mini_cart_item > a:not(.remove) {
  font-size: 0.8125rem;
}
ul.cart_list li.mini_cart_item > a:not(.remove) img {
  width: 50px;
  border-radius: 5px;
  display: block;
  margin-left: 0;
}
ul.cart_list li.mini_cart_item dl.variation {
  margin: 5px 0 0 0;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding-left: 10px;
}
ul.cart_list li.mini_cart_item dl.variation dt {
  margin-bottom: 0;
  flex: 0 0 40%;
  max-width: 40%;
  margin-right: 5px;
  padding-bottom: 0;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: -0.5px;
  line-height: normal;
}
ul.cart_list li.mini_cart_item dl.variation dt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
ul.cart_list li.mini_cart_item dl.variation dd {
  margin-bottom: 0;
  flex: 0 0 calc(60% - 5px);
  max-width: calc(60% - 5px);
  padding-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}
ul.cart_list li.mini_cart_item dl.variation dd > * {
  margin-bottom: 0;
}
ul.cart_list li.mini_cart_item .quantity {
  color: #684127;
  font-weight: 500;
  font-size: 14px;
}
ul.cart_list li.mini_cart_item .quantity .amount {
  font-weight: 700;
  color: #944441;
}
ul.cart_list li.mini_cart_item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#before-footer .widget_text {
  max-width: 800px;
  margin: 0 auto;
}
#before-footer .widget_text > span {
  display: block;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
}
#before-footer .widget_text > span {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  #before-footer .widget_text > span {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  #before-footer .widget_text > span {
    font-size: 1.875rem;
  }
}
#before-footer .widget_text .desc {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin: 15px 0 25px;
}
#before-footer .widget_text .sl-form {
  max-width: 640px;
  margin: 0 auto;
}
#before-footer .widget_text .sl-form form {
  position: relative;
}
#before-footer .widget_text .sl-form form input {
  border-radius: 7px;
  background-color: #ffffff;
  width: 100%;
  height: 44px;
  border: none;
  padding: 0 12px;
}
#before-footer .widget_text .sl-form form input[type=submit] {
  position: absolute;
  width: 160px;
  height: 40px;
  right: 2px;
  top: 2px;
  background-color: #B39987;
  color: #ffffff;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#before-footer .widget_text .sl-form form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 13px;
  padding-left: 5px;
  padding-top: 5px;
  font-weight: 600;
  color: #944441;
}
#before-footer .widget_text .sl-form form .wpcf7-spinner {
  transform: translateY(-50%);
  position: absolute;
  margin: 0;
  top: 50%;
  right: 65px;
}
#before-footer .widget_text .sl-form form .wpcf7-response-output {
  margin: 35px 0 0;
  border-radius: 2px;
  padding: 10px 15px;
}

#footer-columns {
  position: relative;
}
#footer-columns {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns {
    padding-top: 5rem;
  }
}
#footer-columns {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns {
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 48rem) {
  #footer-columns .cell-images .img img {
    object-fit: unset;
  }
}
@media only screen and (max-width: 39.99875rem) {
  #footer-columns .flex {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
#footer-columns .flex-info-1 {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
}
#footer-columns .flex-info-1 {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .flex-info-1 {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns .flex-info-1 {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .flex-info-1 {
    width: 100%;
  }
}
#footer-columns .flex-info-1 ._left {
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .flex-info-1 ._left {
    width: 45%;
  }
}
#footer-columns .flex-info-1 ._left a {
  display: block;
}
#footer-columns .flex-info-1 ._left a img {
  margin-bottom: 15px;
  margin-left: 2px;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .flex-info-1 ._left a img {
    width: 132px;
  }
}
#footer-columns .flex-info-1 ._left ._desc {
  color: #ffffff;
}
#footer-columns .flex-info-1 ._left ._desc p {
  line-height: 30px;
}
#footer-columns .flex-info-1 ._right {
  border-radius: 30px;
  background: #171C28;
  color: #ffffff;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .flex-info-1 ._right {
    width: 50%;
    padding: 40px 20px;
    margin-top: -80px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .flex-info-1 ._right {
    border-radius: 15px;
    padding: 20px 10px;
  }
}
#footer-columns .flex-info-1 ._right form label {
  display: block;
  margin-bottom: 5px;
}
#footer-columns .flex-info-1 ._right form label span {
  color: #EA6D1C;
}
#footer-columns .flex-info-1 ._right form .form-title {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .flex-info-1 ._right form .form-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  #footer-columns .flex-info-1 ._right form .form-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .flex-info-1 ._right form .form-title {
    font-size: 20px;
    line-height: 26px;
  }
}
#footer-columns .flex-info-1 ._right form .form-descriptions {
  line-height: 24px;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .flex-info-1 ._right form .form-descriptions {
    font-size: 15px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  #footer-columns .flex-info-1 ._right form .form-descriptions {
    font-size: 16px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .flex-info-1 ._right form .form-descriptions {
    font-size: 14px;
  }
}
#footer-columns .flex-info-1 ._right form .form-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 10px;
}
#footer-columns .flex-info-1 ._right form .form-group {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .flex-info-1 ._right form .form-group {
    grid-template-columns: repeat(1, 1fr);
  }
}
#footer-columns .flex-info-1 ._right form [type=text], #footer-columns .flex-info-1 ._right form [type=password], #footer-columns .flex-info-1 ._right form [type=date], #footer-columns .flex-info-1 ._right form [type=datetime], #footer-columns .flex-info-1 ._right form [type=datetime-local], #footer-columns .flex-info-1 ._right form [type=month], #footer-columns .flex-info-1 ._right form [type=week], #footer-columns .flex-info-1 ._right form [type=email], #footer-columns .flex-info-1 ._right form [type=number], #footer-columns .flex-info-1 ._right form [type=search], #footer-columns .flex-info-1 ._right form [type=tel], #footer-columns .flex-info-1 ._right form [type=time], #footer-columns .flex-info-1 ._right form [type=url], #footer-columns .flex-info-1 ._right form [type=color], #footer-columns .flex-info-1 ._right form textarea {
  box-shadow: unset;
  border: 1px solid #474747;
  background: #474747;
  text-indent: 10px;
  border-radius: 150px;
  height: 50px;
  width: 100%;
}
#footer-columns .flex-info-1 ._right form select:not([multiple]) {
  width: 100%;
  height: 50px;
  border: 0.5px solid #474747;
  border-radius: 150px;
  padding: 0 12px;
  color: #ffffff;
}
#footer-columns .flex-info-1 ._right form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #474747;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAWCAYAAABDhYU9AAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEISURBVHgBxdLBDYMgFIDh90y8dwRHcIWOwMF7O0on6AjtBo7QjuII3jWxPEKNoYjAA/onRkXAL1GETX3fn2CaGqjrUQgxwB9ShnluRde9cTPYyJuXvGzkMSwA59JA01B9HyDiXQ9SahJNhkIZMGVYcbAsrTG/GNACU604+RlvlnXZgXswCo2JFznwsOyR5R90weT7rmhZUAR4BJPveeLOwqxAHxhdo2ODLEBfmBOXAxgCO8SlBIbCvHApgDEwbxwHGAsLwsUAObBgXAiQC4vC+QD1xiyY3iMuF1CfG2DAqGgc5QD+FAqjWDjKBxgDo9g4ygWMhVFJcJQNyIFRFSSKEITRtyMXRn0Ab/jeGaboOIsAAAAASUVORK5CYII=");
  background-position: right 0.8em top 50%;
  background-repeat: no-repeat;
  background-size: auto 8px;
  display: block;
  padding-right: 1.4em;
}
#footer-columns .flex-info-1 ._right form select option:first-child {
  opacity: 0.6;
}
#footer-columns .flex-info-1 ._right form .form-submit {
  margin-top: 20px;
  position: relative;
  display: inline-flex;
  transition: 0.4s;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .flex-info-1 ._right form .form-submit {
    margin-top: 15px;
  }
}
#footer-columns .flex-info-1 ._right form .form-submit::after {
  position: absolute;
  content: "\f1d8";
  font-family: "Font Awesome 6 Pro";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #ffffff;
  font-weight: 400;
}
#footer-columns .flex-info-1 ._right form .form-submit input {
  padding: 13px 45px 15px 20px;
  background: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%);
  color: #ffffff;
  box-shadow: unset;
  border: unset;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.4s;
  border-radius: 120px;
}
#footer-columns .flex-info-1 ._right form .form-submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
#footer-columns .flex-info-1 ._right form .form-submit:hover {
  transform: translate(-50%, -5px);
}
#footer-columns .flex-info-1 ._right form.invalid .wpcf7-not-valid-tip {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
}
#footer-columns .flex-info-1 ._right form.invalid .wpcf7-response-output {
  margin: 20px 0 0;
  text-align: center;
  border-color: #ffffff;
}
#footer-columns .flex-info-container {
  position: relative;
}
#footer-columns .flex-info-container ._images {
  margin-bottom: 0;
  position: absolute;
  content: "";
  left: 0;
  width: 350px;
  height: 458px;
  border-radius: 196px 196px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .flex-info-container ._images {
    display: none;
  }
}
#footer-columns .flex-info-container ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#footer-columns .flex-info-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: calc(100% - 400px);
  margin: 0 0 0 auto;
  position: relative;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .flex-info-2 {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .flex-info-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
#footer-columns .cell {
  color: #ffffff;
}
#footer-columns .cell .footer-title {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .cell .footer-title {
    font-size: 18px;
    line-height: 24px;
  }
}
#footer-columns .cell .text {
  color: #2F2F2F;
  font-weight: 700;
}
#footer-columns .cell .text {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .cell .text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns .cell .text {
    font-size: 1.375rem;
  }
}
#footer-columns .cell .footer-icon-list {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
  display: flex;
  align-items: center;
}
#footer-columns .cell .footer-icon-list {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
#footer-columns .cell .footer-icon-list li {
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  transition: 0.4s;
}
#footer-columns .cell .footer-icon-list li a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#footer-columns .cell .footer-icon-list li:last-child {
  margin-bottom: 0;
}
#footer-columns .cell .footer-icon-list li img {
  width: 25px;
}
#footer-columns .cell .footer-icon-list li .footer-icon-text {
  display: inline-block;
  padding-left: 10px;
  width: calc(100% - 20px);
  font-size: 14px;
  line-height: 22px;
}
#footer-columns .cell .footer-icon-list li:hover {
  transform: translateY(-5px);
}
#footer-columns .cell .footer-menu ul.menu {
  flex-direction: column;
}
#footer-columns .cell .footer-menu ul.menu li a {
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.6;
  padding-top: 0;
  padding-bottom: 10px;
  color: #ffffff;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .cell .footer-menu ul.menu li a {
    font-size: 14px;
    line-height: 1.4;
  }
}
#footer-columns .cell .footer-menu ul.menu li a:hover {
  color: #684127;
}
#footer-columns .cell .footer-menu ul.menu li:last-child a {
  padding-bottom: 0;
}
#footer-columns .cell iframe {
  border: none;
  width: 100%;
}
#footer-columns .cell.cell-1 .social-menu {
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .cell.cell-1 .social-menu {
    margin-top: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns .cell.cell-1 .social-menu {
    margin-top: 1.5625rem;
  }
}
#footer-columns .cell.cell-1 .social-menu li {
  margin-right: 10px;
}
#footer-columns .cell.cell-1 .social-menu li:last-child {
  margin-right: 0;
}
#footer-columns .cell.cell-1 .social-menu li a {
  padding: 0;
}
#footer-columns .cell.cell-1 .social-menu li a i {
  font-size: 30px;
}
#footer-columns .cell.cell-1 .social-menu li a img {
  width: 1.875rem;
  height: 1.875rem;
}
.site-footer {
  overflow: hidden;
}

#footer-credit {
  text-align: center;
  background-color: #181C27;
  color: #ffffff;
}
#footer-credit {
  padding-top: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  #footer-credit {
    padding-top: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-credit {
    padding-top: 0.9375rem;
  }
}
#footer-credit {
  padding-bottom: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  #footer-credit {
    padding-bottom: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-credit {
    padding-bottom: 0.9375rem;
  }
}
#footer-credit .copyright {
  font-size: 13px;
  font-weight: 400;
}
#footer-credit .copyright a {
  color: #ffffff;
}

.add-this.contact-link {
  position: fixed;
  bottom: 20%;
  right: 10px;
  margin: 0;
  list-style: none;
  border-radius: 10px;
  padding: 15px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 999;
  box-shadow: 0 0 12px rgba(105, 105, 105, 0.33);
  -webkit-filter: drop-shadow(0 0 6px rgba(104, 65, 39, 0));
          filter: drop-shadow(0 0 6px rgba(104, 65, 39, 0));
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-color: #ffffff;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link {
    flex-direction: row;
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
    bottom: 0;
    top: unset;
    justify-content: space-evenly;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
    padding: 5px 0 5px;
  }
}
.add-this.contact-link li a {
  transition: 0.3s;
  color: #684127;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.add-this.contact-link li a > svg, .add-this.contact-link li a > i {
  background-color: #944441;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #944441;
  padding: 3px;
  font-size: 22px;
  font-weight: 600;
}
.add-this.contact-link li a > svg, .add-this.contact-link li a > i {
  width: 2.625rem;
  height: 2.625rem;
}
.add-this.contact-link li a > svg, .add-this.contact-link li a > i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li a > svg, .add-this.contact-link li a > i {
    font-size: 21px;
  }
  .add-this.contact-link li a > svg, .add-this.contact-link li a > i {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.add-this.contact-link li a > span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.1px;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li a > span {
    line-height: 16px;
  }
}
.add-this.contact-link li a.messenger > i {
  border: none;
  font-size: 42px;
  padding: 0;
  background: none;
  color: #944441;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li a.messenger > i {
    font-size: 36px;
  }
}
.add-this.contact-link li a.messenger > svg {
  border: none;
  padding: 0;
}
.add-this.contact-link li a.messenger > img {
  display: block;
  width: 42px;
  height: auto;
}
.add-this.contact-link li a:hover {
  transition: 0.3s;
}
.add-this.contact-link li a:hover > svg, .add-this.contact-link li a:hover > i {
  background-color: #944441;
  color: #fff;
}
.add-this.contact-link li a:hover.messenger > i {
  background: none;
  color: #944441;
}

/** Poppins fonts */
:is(.ajax-loading, .ajax-loader) {
  position: relative;
}
:is(.ajax-loading, .ajax-loader)::before {
  z-index: 99998;
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
}
:is(.ajax-loading, .ajax-loader)::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
:is(.ajax-loading, .ajax-loader)::after {
  content: "";
  z-index: 99999;
  border: 2px solid;
  border-color: #000000 #f3f3f3 #000000 #f3f3f3;
  border-radius: 50%;
  animation: spin 2.5s linear infinite;
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
  width: 30px;
  height: 30px;
}

@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
body.ajax-loader {
  height: 100vh;
}
body.ajax-loader::after {
  top: calc(50vh - 0.9375rem);
}

.sharing-toolbox {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sharing-toolbox {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  .sharing-toolbox {
    position: absolute;
    left: 15px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .sharing-toolbox {
    display: none;
  }
}
.sharing-toolbox .share-title {
  display: none;
}
.sharing-toolbox .social-share {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.sharing-toolbox .social-share > .share-label {
  display: none;
}
.sharing-toolbox .social-share ul.share-actions {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.sharing-toolbox .social-share ul.share-actions {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action {
  border: 1px solid #EDF2EE;
  border-radius: 50%;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action {
  width: 2rem;
  height: 2rem;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action > button.share-button {
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
.sharing-toolbox .social-share.share-vertical ul.share-actions {
  flex-direction: column;
  flex-wrap: nowrap;
}

.share-icon {
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.share-icon::before {
  content: "";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  margin: 0;
  font-weight: 400;
  color: #606961;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.share-icon::before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.share-icon.icon-print::before {
  content: "\f02f";
}
.share-icon.icon-facebook::before {
  content: "\f39e";
}
.share-icon.icon-x::before {
  content: "\e61b";
}
.share-icon.icon-whatsapp::before {
  content: "\f232";
}
.share-icon.icon-messenger::before {
  content: "\f39f";
}
.share-icon.icon-snapchat::before {
  content: "\f2ab";
}
.share-icon.icon-line::before {
  content: "\f3c0";
}
.share-icon.icon-viber::before {
  content: "\f409";
}
.share-icon.icon-skype::before {
  content: "\f17e";
}
.share-icon.icon-telegram::before {
  content: "\f2c6";
}
.share-icon.icon-linkedin::before {
  content: "\f0e1";
}
.share-icon.icon-quora::before {
  content: "\f2c4";
}
.share-icon.icon-mastodon::before {
  content: "\f4f6";
}
.share-icon.icon-reddit::before {
  content: "\f1a1";
}
.share-icon.icon-bluesky::before {
  content: "\e671";
}
.share-icon.icon-threads::before {
  content: "\e618";
}
.share-icon.icon-copy-link::before {
  content: "\f0c5";
}
.share-icon.icon-send-email::before {
  content: "\f0e0";
}
.share-icon.icon-web-share::before {
  content: "\f1e0";
}
.share-icon:hover {
  color: #684127;
}

.stars-rating {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  display: inline-flex;
}
.stars-rating > ul {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  list-style: none;
  margin: 0;
  line-height: 22px;
}
.stars-rating > ul li::before {
  color: #fd7e14;
  display: block;
  font-size: inherit;
  font-weight: 300;
  letter-spacing: 5px;
}
.stars-rating > ul li.active::before {
  font-weight: 700;
}
.stars-rating > ul li.active ~ li::before {
  font-weight: 700;
}
.stars-rating > span {
  display: block;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0.03125rem;
  transition: 0.2s;
}
.stars-rating > span::before {
  color: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 22px;
}
.stars-rating.clicked > span {
  width: 0 !important;
}
.stars-rating:not(.selected) ul:hover li:hover::before {
  font-weight: 700;
}
.stars-rating:not(.selected) ul:hover li:hover ~ li::before {
  font-weight: 700;
}
.stars-rating:not(.selected) ul:hover + span {
  width: 0 !important;
  transition: 0.1s;
}

.comment-form-rating p.stars {
  margin-bottom: 0;
}
.comment-form-rating p.stars > span {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.comment-form-rating p.stars > span > a {
  font-size: 0;
  width: auto;
  height: auto;
  text-indent: -999em;
}
.comment-form-rating p.stars > span > a::before {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  content: "\f005";
  color: #fd7e14;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  display: block;
  padding-left: 2.5px;
  padding-right: 2.5px;
  position: static;
  width: auto;
  height: auto;
}
.comment-form-rating p.stars > span:hover > a::before {
  font-weight: 700;
}
.comment-form-rating p.stars > span:hover > a:hover ~ a::before {
  font-weight: 300;
}
.comment-form-rating p.stars.selected > span > a::before {
  font-weight: 700;
}
.comment-form-rating p.stars.selected > span > a.active ~ a::before {
  font-weight: 300;
}
.comment-form-rating p.stars.selected > span:hover > a::before {
  font-weight: 700 !important;
}
.comment-form-rating p.stars.selected > span:hover > a:hover ~ a::before {
  font-weight: 300 !important;
}
.comment-form-rating select#rating {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}

/** reset */
.woocommerce p.stars:hover a::before,
.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars.selected a.active ~ a::before,
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars a:hover ~ a::before {
  content: "\f005";
}

.loop-stars-rating {
  overflow: hidden;
  position: relative;
  font-size: 12px;
  display: inline-flex;
}
.loop-stars-rating::before {
  color: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 20px;
}
.loop-stars-rating > span {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.loop-stars-rating > span::before {
  color: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 20px;
  display: block;
}

nav.nav-pagination {
  text-align: center;
  width: 100%;
}
nav.nav-pagination ul.pagination {
  margin: 0;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination {
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
nav.nav-pagination ul.pagination li {
  font-weight: 500;
  height: 35px;
  padding: 0;
  min-width: 35px;
  width: auto;
  line-height: normal;
}
nav.nav-pagination ul.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li .current {
  color: #524F3E;
  height: 100%;
  width: 100%;
  line-height: inherit;
  aspect-ratio: 1/1;
  padding: 0;
  border-radius: 100%;
}
nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li .current {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination li svg {
  height: 20px;
}
nav.nav-pagination ul.pagination li i {
  font-style: normal;
}
nav.nav-pagination ul.pagination li a.prev, nav.nav-pagination ul.pagination li a.next {
  background: #8A1538;
  color: #fff;
}
nav.nav-pagination ul.pagination li a.prev:hover, nav.nav-pagination ul.pagination li a.next:hover {
  background: transparent;
  color: #630E27;
  border: 1px solid #630E27;
}
nav.nav-pagination ul.pagination li.current,
nav.nav-pagination ul.pagination li .current {
  font-weight: 700;
  color: #630E27;
  border: 1px solid #630E27;
  background: transparent;
}
nav.nav-pagination ul.pagination li:hover a, nav.nav-pagination ul.pagination li:hover .current {
  border: 1px solid #630E27;
  color: #630E27;
  background: transparent;
}

:is(span, label) > a {
  color: #684127;
}
:is(span, label) > a:hover {
  color: #684127;
  text-decoration: underline;
}

.form-error {
  display: none;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #ff0000;
}
.form-error.is-visible {
  display: block;
}

.is-invalid-input ~ .form-error[id] {
  display: block;
}

.simplebar-scrollable-y {
  padding-right: 12px;
}

.simplebar-track.simplebar-vertical {
  width: 10px;
}
.simplebar-track.simplebar-horizontal {
  height: 10px;
}

.simplebar-scrollbar:before {
  background-color: #cccccc;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}

.back-to-top {
  background-color: #ffffff;
  opacity: 0;
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 30px;
  border: 1px solid #944441;
  border-radius: 4px;
}
.back-to-top {
  width: 2.125rem;
  height: 2.125rem;
}
.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.99875rem) {
  .back-to-top {
    bottom: 100px;
  }
}
.back-to-top.back-to-top__show {
  opacity: 1;
  transition: 0.3s;
}
.back-to-top > svg {
  position: relative;
  transform: rotate(-90deg);
  display: block;
  color: #944441;
}
.back-to-top > svg {
  width: 1.75rem;
  height: 1.75rem;
}
.back-to-top:hover {
  border-color: #B39987;
}
.back-to-top:hover > svg {
  color: #B39987;
}

.menu .active > a {
  background: none;
}
.menu .sub-menu:not(.is-dropdown-submenu) {
  display: none;
}

.off-canvas.is-transition-overlap {
  z-index: 999999;
}

.js-off-canvas-overlay.is-overlay-fixed {
  background: rgba(0, 0, 0, 0.4);
}

.off-canvas-content .menu-lines {
  transition: 0.3s;
  padding-left: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  /*@include hamburger($Primary-01, $Primary-02, 22px, 18px, 2px, 3);*/
}
.off-canvas-content .menu-lines {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .off-canvas-content .menu-lines {
    padding-left: 0;
  }
}
.off-canvas-content .menu-lines .menu-txt {
  font-size: 16px;
  font-weight: 400;
  order: 1;
  display: none !important;
}
@media only screen and (max-width: 47.99875rem) {
  .off-canvas-content .menu-lines .menu-txt {
    display: none;
  }
}
.off-canvas-content .menu-lines .line {
  justify-content: space-between;
}
.off-canvas-content .menu-lines .line {
  width: 1.875rem;
  height: 1.25rem;
}
.off-canvas-content .menu-lines .line {
  display: flex;
  flex-flow: column nowrap;
}
.off-canvas-content .menu-lines .line > span {
  position: relative;
  width: 100%;
}
.off-canvas-content .menu-lines .line > span::before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #000000;
  position: absolute;
  right: 0;
}
.off-canvas-content .menu-lines .line > span.line-2::before {
  width: 90%;
  transition: 0.3s;
}
.off-canvas-content .menu-lines:hover .menu-txt {
  color: #684127;
}
.off-canvas-content .menu-lines:hover .line > span::before {
  background-color: #684127;
}
.off-canvas-content .menu-lines:hover .line > span.line-2::before {
  width: 100%;
}

.off-canvas {
  background-color: #171C28;
}
.off-canvas.is-open {
  transform: translate(0) translateZ(3px);
}
.off-canvas .menu-lines {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  z-index: 9999;
  opacity: 0;
  transition: 0.6s 0.5s ease-in-out;
  transform: translateZ(3px);
  padding: 0;
  color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
}
.off-canvas .menu-lines {
  width: 1.75rem;
  height: 1.75rem;
}
.off-canvas .menu-lines .menu-txt {
  color: currentColor;
  transition: 0.6s 0.5s ease-in-out;
  display: none !important;
}
.off-canvas .menu-lines .line {
  position: absolute;
  top: 14px;
  left: 6px;
  height: 2px;
  background-color: currentColor;
  border-radius: 0;
  transition: 0.5s 0.4s ease-in-out;
  transform: rotate(0deg);
  width: 20px;
  display: block;
}
.off-canvas.is-open .menu-lines {
  opacity: 1;
  transform: translateZ(3px);
}
.off-canvas.is-open .menu-lines .line-1 {
  transform: rotate(135deg);
}
.off-canvas.is-open .menu-lines .line-2 {
  transform: rotate(-135deg);
}
.off-canvas.position-top.is-open, .off-canvas.position-bottom.is-open {
  transform: translateY(0) translateZ(3px);
}
.off-canvas .title-bar-title {
  font-weight: 500;
  position: relative;
  top: 15px;
  z-index: 9999;
  left: 15px;
  transform: translateZ(3px);
  max-width: 100px;
  height: auto;
}
.off-canvas .title-bar-title > a {
  color: #fff;
  display: block;
}
.off-canvas .title-bar-title > a > img {
  display: block;
  height: 65px;
  width: auto;
  object-fit: contain;
}
.off-canvas .title-bar-title > a > img + span {
  display: none;
}
.off-canvas .title-bar-title > a > span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.off-canvas .menu-outer {
  margin-top: 30px;
}
.off-canvas .menu-outer .inline-search {
  padding: 0 15px;
}
.off-canvas .menu-outer .inline-search .frm-search {
  border: none;
  border-radius: 0;
  background: none;
  position: relative;
}
.off-canvas .menu-outer .inline-search .frm-search input {
  height: 35px;
  width: 100%;
  text-indent: 5px;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  right: 5px;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] span {
  display: none;
}
.off-canvas ul.vertical.menu {
  position: relative;
  z-index: 9998;
  height: 100%;
  overflow: hidden;
  transform: translateZ(3px);
}
.off-canvas ul.vertical.menu li a {
  font-size: 16px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 24px;
  display: block;
  color: #ffffff;
}
.off-canvas ul.vertical.menu li .submenu-toggle:after {
  border-color: #ffffff transparent transparent;
}
.off-canvas.is-transition-overlap {
  z-index: 1000001 !important;
}
.off-canvas.is-transition-overlap.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap.is-open {
  visibility: visible;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
}

.off-canvas.position-left {
  width: 320px;
  transform: translateX(-320px);
}
.off-canvas.position-left.is-open {
  transform: translate(0) translateZ(3px);
}

.off-canvas.position-right {
  width: 320px;
  transform: translateX(320px);
}
.off-canvas.position-right.is-open {
  transform: translate(0) translateZ(3px);
}

.dropdown-search .trigger-s.hover::before {
  content: "\f00d";
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open {
  left: 15px !important;
  right: 15px !important;
  width: calc(100% - 30px);
  padding: 0;
  font-size: 15px;
  border: none;
  background: none;
}
@media only screen and (max-width: 47.99875rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open {
    left: 10px !important;
    right: 10px !important;
    width: calc(100% - 20px);
  }
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container {
  position: relative;
  background-color: #fff;
  border: 1px solid #D9DBF5;
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.2);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 80rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 1280px;
  }
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] > span {
  display: none;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container .trigger-s-close {
  display: none;
}

/** */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

/** */
.tabs-panel {
  display: none;
}
.tabs-panel.active {
  display: block;
}

/** @todo swipers slides*/
.swiper-controls .swiper-button {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.swiper-controls .swiper-button {
  width: 3.125rem;
  height: 3.125rem;
}
@media only screen and (max-width: 47.99875rem) {
  .swiper-controls .swiper-button {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.swiper-controls .swiper-button svg {
  fill: #2F2F2F;
  color: #2F2F2F;
  font-size: 18px;
}
.swiper-controls .swiper-button.swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-controls .swiper-button:focus {
  outline: none;
}
.swiper-controls .swiper-pagination {
  position: relative;
  white-space: nowrap;
  margin-top: 30px;
}
.swiper-controls .swiper-pagination.swiper-pagination-fraction {
  padding: 0;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 2px;
  opacity: 0.6;
  margin: 5px;
  transition: 0.3s;
  background-color: #2F2F2F;
  box-shadow: 0 0 0 2px #2F2F2F;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.3125rem;
  height: 0.3125rem;
}
@media only screen and (max-width: 47.99875rem) {
  .swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus {
  outline: none;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #684127;
  box-shadow: 0 0 0 2px #684127;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 15px;
  background-color: #135E84;
  box-shadow: 0 0 0 2px #135E84;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  background-color: #684127;
  box-shadow: 0 0 0 2px #684127;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  opacity: 0.3;
  border-radius: 50%;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 5px;
  opacity: 1;
}
.swiper-controls .swiper-pagination.swiper-pagination-progressbar {
  padding: 0;
  position: absolute;
  bottom: 0;
  top: auto;
  right: auto;
  left: 50%;
  width: 300px;
  transform: translateX(-50%);
  max-width: 90vw;
  height: 2px;
  border-radius: 8px;
  background: #eee;
}
.swiper-controls .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 8px;
  background-image: linear-gradient(90deg, #135E84, #E6A223 100%);
}
.swiper-controls .swiper-progress {
  height: 2px;
  background-color: #ffffff;
  border-radius: 8px;
}
.swiper-controls .swiper-progress::after {
  content: "";
  width: 0;
  transition: width 0s;
  background-image: linear-gradient(90deg, #135E84, #E6A223 100%);
  height: 2px;
  position: absolute;
}
.swiper-controls .swiper-progress.progress::after {
  width: 100%;
  transition: width 6s linear;
}
.swiper-controls.normal-controls .swiper-button {
  opacity: 1;
  border: none !important;
}
.swiper-controls.normal-controls .swiper-button {
  width: 0.75rem;
  height: 0.75rem;
}
.swiper-controls.normal-controls .swiper-button::before, .swiper-controls.normal-controls .swiper-button::after {
  display: none;
}

/** */
/** */
.swiper-section {
  position: relative;
}

.swiper-marquee .swiper-wrapper {
  transition-timing-function: linear !important;
  touch-action: manipulation;
}

.swiper .swiper-slide {
  height: auto;
  overflow: unset;
}
.swiper .swiper-slide .item {
  position: relative;
  height: 100%;
}
.swiper.swiper-initialized {
  z-index: 3;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 1px solid #2F2F2F;
  background: #ffffff;
  border-radius: 100%;
  z-index: 99;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
  left: 15px;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
  right: 15px;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button:hover {
  opacity: 1;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button:after {
  display: none;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button:hover {
  border: 1px solid #684127;
  background: #684127;
}
.swiper.swiper-initialized:hover ~ .swiper-controls .swiper-button {
  opacity: 1;
}

/* */
section.section .heading-title {
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
section.section .heading-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  section.section .heading-title {
    font-size: 1.8125rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.section .heading-title {
    font-size: 2.25rem;
  }
}
section.section .heading-title span {
  color: #684127;
}
section.section ._subtitle {
  font-size: 24px;
  color: #B39987;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}
section.section ._subtitle {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  section.section ._subtitle {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.section ._subtitle {
    font-size: 1.5rem;
  }
}
section.section ._design_text {
  display: inline-block;
  text-align: center;
  position: relative;
}
section.section ._design_text::after {
  position: absolute;
  content: "";
  right: -22px;
  top: -20px;
  width: 69px;
  height: 70px;
  z-index: 2;
  background: url("../img/icon-kaminail.png") no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 63.99875rem) {
  section.section ._design_text::after {
    width: 59px;
    height: 60px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  section.section ._design_text::after {
    display: none;
    width: 59px;
    height: 60px;
  }
}

/* */
.section-breadcrumb .breadcrumb-title {
  display: none;
}
.section-breadcrumb #breadcrumbs {
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb #breadcrumbs {
    display: ruby;
    line-height: 20px;
  }
}
.section-breadcrumb #breadcrumbs li {
  color: #524F3E;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb #breadcrumbs li {
    font-size: 13px;
  }
}
.section-breadcrumb #breadcrumbs li a {
  font-weight: 700;
  background: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Các trình duyệt hỗ trợ tốt nhất */
  background-clip: text; /* Firefox */
  color: transparent; /* fallback */
}
.section-breadcrumb #breadcrumbs li:not(:first-child)::before {
  content: "/";
  font-weight: 700;
  margin: 0 5px;
  background: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Các trình duyệt hỗ trợ tốt nhất */
  background-clip: text; /* Firefox */
  color: transparent; /* fallback */
}
.section-breadcrumb.has-background {
  position: relative;
}
.section-breadcrumb.has-background .breadcrumb-bg {
  width: 100%;
  height: 100%;
  display: block;
}
.section-breadcrumb.has-background .breadcrumb-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-breadcrumb.has-background .wrapper {
  background: rgba(255, 253, 239, 0.8);
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb.has-background .wrapper {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb.has-background .wrapper {
    background: rgba(79, 89, 102, 0.08);
  }
}
.section-breadcrumb.has-background .wrapper nav {
  height: 45px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb.has-background .wrapper nav {
    height: -webkit-max-content;
    height: max-content;
    padding: 5px 0;
  }
}

/* CSS ALL */
/* CATEGORY */
.section-page.archives .archive-post-top {
  text-align: center;
}
.section-page.archives .archive-post-top {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.archives .archive-post-top {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.archives .archive-post-top {
    padding-bottom: 2.5rem;
  }
}
.section-page.archives .archive-post-top ._design_text ._sub_title {
  font-size: 24px;
  color: #B39987;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.archives .archive-post-top ._design_text .heading-title {
    margin-bottom: 0;
  }
}
.section-page.archives .archive-post-top ._design_title {
  padding-top: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archives .archive-post-top ._design_title {
    padding-top: 0;
  }
}
.section-page.archives .archive-post-top ._design_title::after {
  right: -40px;
  top: -20px;
}
.section-page.archives .archive-post-top ._design_text::after {
  right: -35px;
}
.section-page.archives .archive-post-nav ul.subcategory-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  grid-gap: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archives .archive-post-nav ul.subcategory-list {
    margin: 0 0 30px;
    white-space: nowrap;
    justify-content: flex-start;
    overflow: auto;
    gap: 10px;
    grid-gap: 10px;
  }
}
.section-page.archives .archive-post-nav ul.subcategory-list li {
  border-radius: 30px;
}
.section-page.archives .archive-post-nav ul.subcategory-list li a {
  border: 1px solid rgba(104, 65, 39, 0.1882352941);
  font-size: 20px;
  font-weight: 500;
  color: #585852;
  border-radius: 30px;
  padding: 10px 30px;
  transition: 0.4s;
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.archives .archive-post-nav ul.subcategory-list li a {
    border-radius: 15px;
    padding: 10px 15px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archives .archive-post-nav ul.subcategory-list li a {
    font-size: 18px;
    padding: 10px 30px;
  }
}
.section-page.archives .archive-post-nav ul.subcategory-list li.active a {
  border: 1px solid #684127;
  font-weight: 700;
  color: #944441;
}
@media only screen and (min-width: 48rem) {
  .section-page.archives .archive-post-nav ul.subcategory-list li:hover a {
    border: 1px solid #684127;
    font-weight: 700;
    color: #944441;
    transform: translateY(-5px);
  }
}

.archives.default {
  position: relative;
}
.archives.default {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .archives.default {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archives.default {
    padding-top: 3.75rem;
  }
}
.archives.default {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .archives.default {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archives.default {
    padding-bottom: 3.75rem;
  }
}
.archives.default .post-inner {
  position: relative;
}
.archives.default .post-inner .post-right {
  display: none;
}
.archives.default .post-inner .post-right .sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  background-color: #f5f5f5;
  padding: 25px 20px;
  font-size: 14px;
}
.archives.default .post-inner .post-right .sidebar-inner .widget-title {
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.archives.default .post-inner .post-right .sidebar-inner .sidebar {
  margin-bottom: 20px;
}
.archives.default .post-inner .post-right .sidebar-inner .sidebar:last-child {
  margin-bottom: 0;
}
.archives.default .post-inner .post-right .sidebar-inner .widget_nav_menu ul.menu li {
  width: 100%;
  border-bottom: 1px solid #ececec;
}
.archives.default .post-inner .post-right .sidebar-inner .widget_nav_menu ul.menu li a {
  padding: 6px 0;
  font-size: 14px;
  line-height: 20px;
  color: #684127;
}
.archives.default .post-inner .post-right .sidebar-inner .widget_nav_menu ul.menu li a:hover {
  color: #000000;
}
.archives.default .post-inner .post-right .sidebar-inner .widget_nav_menu ul.menu li a[aria-current=page] {
  color: #000000;
}
.archives.default .post-inner .post-right .sidebar-inner .widget_nav_menu ul.menu li:last-child {
  border-bottom: unset;
}
.archives.default .grid-posts {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.archives.default .grid-posts {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .archives.default .grid-posts {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-auto-flow: dense;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archives.default .grid-posts {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.archives.default .grid-posts .item {
  padding: 10px;
  border-radius: 8px;
  background: #F3F0DF;
}
.archives.default .grid-posts .item .cover {
  border-radius: 8px;
}
.archives.default .grid-posts .item .content {
  padding-top: 10px;
}
.archives.default .grid-posts .item .content ._date {
  color: #684127;
  font-weight: 400;
}
.archives.default .grid-posts .item .content .title {
  margin-bottom: 0;
}
.archives.default .grid-posts .item .content .title a {
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}
.archives.default .grid-posts .item .content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .archives.default .grid-posts .item .content .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.archives.default .grid-posts .item .content .title a:hover {
  color: #684127;
}
.archives.default .grid-posts .item .content .excerpt {
  display: none !important;
}
.archives.default .grid-posts .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .archives.default .grid-posts .item .content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archives.default .grid-posts .item .content .excerpt {
    display: -webkit-box !important;
  }
}
@media only screen and (min-width: 48rem) {
  .archives.default .grid-posts .cell {
    grid-column: span 2;
    grid-row: span 1;
  }
}
@media only screen and (min-width: 48rem) {
  .archives.default .grid-posts .cell:nth-child(1), .archives.default .grid-posts .cell:nth-child(2) {
    grid-column: span 4;
    grid-row: span 1;
  }
}
.archives.default .grid-posts .cell:nth-child(1) .item, .archives.default .grid-posts .cell:nth-child(2) .item {
  height: 100%;
}
.archives.default .grid-posts .cell:nth-child(1) .item .content .title a, .archives.default .grid-posts .cell:nth-child(2) .item .content .title a {
  line-height: 24px;
}
@media only screen and (min-width: 48rem) {
  .archives.default .grid-posts .cell:nth-child(1) .item .content .title a, .archives.default .grid-posts .cell:nth-child(2) .item .content .title a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .archives.default .grid-posts .cell:nth-child(1) .item .content .title a, .archives.default .grid-posts .cell:nth-child(2) .item .content .title a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archives.default .grid-posts .cell:nth-child(1) .item .content .title a, .archives.default .grid-posts .cell:nth-child(2) .item .content .title a {
    font-size: 18px;
  }
}
.archives.default .grid-posts .cell:nth-child(1) .item .content .excerpt, .archives.default .grid-posts .cell:nth-child(2) .item .content .excerpt {
  display: -webkit-box !important;
}
@media only screen and (min-width: 48rem) {
  .archives.default .grid-posts .cell:nth-child(7) {
    grid-column: span 4;
    grid-row: span 2;
  }
}
.archives.default .grid-posts .cell:nth-child(7) .item {
  height: 100%;
}
.archives.default .grid-posts .cell:nth-child(7) .item .content .title a {
  line-height: 24px;
}
@media only screen and (min-width: 48rem) {
  .archives.default .grid-posts .cell:nth-child(7) .item .content .title a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .archives.default .grid-posts .cell:nth-child(7) .item .content .title a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archives.default .grid-posts .cell:nth-child(7) .item .content .title a {
    font-size: 18px;
  }
}
.archives.default .grid-posts .cell:nth-child(7) .item .content .excerpt {
  display: -webkit-box !important;
}
@media only screen and (min-width: 48rem) {
  .archives.default .grid-posts .cell:nth-child(8), .archives.default .grid-posts .cell:nth-child(9), .archives.default .grid-posts .cell:nth-child(10), .archives.default .grid-posts .cell:nth-child(11) {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.archives.default .grid-posts .cell:nth-child(8) .item, .archives.default .grid-posts .cell:nth-child(9) .item, .archives.default .grid-posts .cell:nth-child(10) .item, .archives.default .grid-posts .cell:nth-child(11) .item {
  position: relative;
  padding: 0;
  background: transparent;
  height: 100%;
}
.archives.default .grid-posts .cell:nth-child(8) .item .cover, .archives.default .grid-posts .cell:nth-child(9) .item .cover, .archives.default .grid-posts .cell:nth-child(10) .item .cover, .archives.default .grid-posts .cell:nth-child(11) .item .cover {
  height: 100%;
}
.archives.default .grid-posts .cell:nth-child(8) .item .cover .res, .archives.default .grid-posts .cell:nth-child(9) .item .cover .res, .archives.default .grid-posts .cell:nth-child(10) .item .cover .res, .archives.default .grid-posts .cell:nth-child(11) .item .cover .res {
  height: 100%;
}
.archives.default .grid-posts .cell:nth-child(8) .item .cover .res .link-cover::after, .archives.default .grid-posts .cell:nth-child(9) .item .cover .res .link-cover::after, .archives.default .grid-posts .cell:nth-child(10) .item .cover .res .link-cover::after, .archives.default .grid-posts .cell:nth-child(11) .item .cover .res .link-cover::after {
  background: linear-gradient(180deg, rgba(35, 18, 23, 0) 69.85%, rgba(35, 18, 23, 0.8) 93.6%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.archives.default .grid-posts .cell:nth-child(8) .item .content, .archives.default .grid-posts .cell:nth-child(9) .item .content, .archives.default .grid-posts .cell:nth-child(10) .item .content, .archives.default .grid-posts .cell:nth-child(11) .item .content {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
.archives.default .grid-posts .cell:nth-child(8) .item .content ._date, .archives.default .grid-posts .cell:nth-child(9) .item .content ._date, .archives.default .grid-posts .cell:nth-child(10) .item .content ._date, .archives.default .grid-posts .cell:nth-child(11) .item .content ._date {
  display: none;
}
.archives.default .grid-posts .cell:nth-child(8) .item .content .title a, .archives.default .grid-posts .cell:nth-child(9) .item .content .title a, .archives.default .grid-posts .cell:nth-child(10) .item .content .title a, .archives.default .grid-posts .cell:nth-child(11) .item .content .title a {
  color: #ffffff;
  line-height: 20px;
}
.archives.default .grid-posts .cell:nth-child(8) .item .content .title a:hover, .archives.default .grid-posts .cell:nth-child(9) .item .content .title a:hover, .archives.default .grid-posts .cell:nth-child(10) .item .content .title a:hover, .archives.default .grid-posts .cell:nth-child(11) .item .content .title a:hover {
  color: #684127;
}

.archives.newspaper {
  position: relative;
}
.archives.newspaper {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .archives.newspaper {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archives.newspaper {
    padding-top: 3.75rem;
  }
}
.archives.newspaper {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .archives.newspaper {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archives.newspaper {
    padding-bottom: 3.75rem;
  }
}
.archives.newspaper .post-inner {
  position: relative;
}
.archives.newspaper .post-inner .post-right {
  display: none;
}
.archives.newspaper .post-inner .post-right .sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  background-color: #f5f5f5;
  padding: 25px 20px;
  font-size: 14px;
}
.archives.newspaper .post-inner .post-right .sidebar-inner .widget-title {
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.archives.newspaper .post-inner .post-right .sidebar-inner .sidebar {
  margin-bottom: 20px;
}
.archives.newspaper .post-inner .post-right .sidebar-inner .sidebar:last-child {
  margin-bottom: 0;
}
.archives.newspaper .post-inner .post-right .sidebar-inner .widget_nav_menu ul.menu li {
  width: 100%;
  border-bottom: 1px solid #ececec;
}
.archives.newspaper .post-inner .post-right .sidebar-inner .widget_nav_menu ul.menu li a {
  padding: 6px 0;
  font-size: 14px;
  line-height: 20px;
  color: #684127;
}
.archives.newspaper .post-inner .post-right .sidebar-inner .widget_nav_menu ul.menu li a:hover {
  color: #000000;
}
.archives.newspaper .post-inner .post-right .sidebar-inner .widget_nav_menu ul.menu li a[aria-current=page] {
  color: #000000;
}
.archives.newspaper .post-inner .post-right .sidebar-inner .widget_nav_menu ul.menu li:last-child {
  border-bottom: unset;
}
.archives.newspaper .grid-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.archives.newspaper .grid-posts {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.archives.newspaper .grid-posts {
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 47.99875rem) {
  .archives.newspaper .grid-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.archives.newspaper .grid-posts .item {
  background: #F6F4E9;
  padding: 10px;
  border-radius: 8px;
}
.archives.newspaper .grid-posts .item .cover {
  border-radius: 8px;
}
.archives.newspaper .grid-posts .item .cover .res {
  aspect-ratio: 16/9;
}
.archives.newspaper .grid-posts .item .content {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.archives.newspaper .grid-posts .item .content ._logo_press {
  flex: 0 0 106px;
  max-width: 106px;
  height: 61px;
  margin-right: 10px;
  position: relative;
}
.archives.newspaper .grid-posts .item .content ._logo_press::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  background: rgba(31, 28, 2, 0.3019607843);
}
.archives.newspaper .grid-posts .item .content ._logo_press img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.archives.newspaper .grid-posts .item .content .title {
  flex: 1;
  position: relative;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 26px;
}
.archives.newspaper .grid-posts .item .content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .archives.newspaper .grid-posts .item .content .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (min-width: 48rem) {
  .archives.newspaper .grid-posts .item .content .title {
    font-size: 19px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .archives.newspaper .grid-posts .item .content .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archives.newspaper .grid-posts .item .content .title {
    font-size: 18px;
  }
}
.archives.newspaper .grid-posts .item .content .title a._links {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.archives.courses {
  position: relative;
}
.archives.courses {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .archives.courses {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archives.courses {
    padding-top: 3.75rem;
  }
}
.archives.courses {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .archives.courses {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archives.courses {
    padding-bottom: 3.75rem;
  }
}
.archives.courses .post-inner {
  position: relative;
}
.archives.courses .post-inner .post-right {
  display: none;
}
.archives.courses .post-inner .post-right .sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  background-color: #f5f5f5;
  padding: 25px 20px;
  font-size: 14px;
}
.archives.courses .post-inner .post-right .sidebar-inner .widget-title {
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.archives.courses .post-inner .post-right .sidebar-inner .sidebar {
  margin-bottom: 20px;
}
.archives.courses .post-inner .post-right .sidebar-inner .sidebar:last-child {
  margin-bottom: 0;
}
.archives.courses .post-inner .post-right .sidebar-inner .widget_nav_menu ul.menu li {
  width: 100%;
  border-bottom: 1px solid #ececec;
}
.archives.courses .post-inner .post-right .sidebar-inner .widget_nav_menu ul.menu li a {
  padding: 6px 0;
  font-size: 14px;
  line-height: 20px;
  color: #684127;
}
.archives.courses .post-inner .post-right .sidebar-inner .widget_nav_menu ul.menu li a:hover {
  color: #000000;
}
.archives.courses .post-inner .post-right .sidebar-inner .widget_nav_menu ul.menu li a[aria-current=page] {
  color: #000000;
}
.archives.courses .post-inner .post-right .sidebar-inner .widget_nav_menu ul.menu li:last-child {
  border-bottom: unset;
}
.archives.courses .grid-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  grid-gap: 30px 20px;
}
.archives.courses .grid-posts {
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 47.99875rem) {
  .archives.courses .grid-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.archives.courses .grid-posts .item .cover .res {
  aspect-ratio: 3/4;
}
.archives.courses .grid-posts .item .content {
  padding-top: 5px;
}
.archives.courses .grid-posts .item .content .title {
  margin-bottom: 5px;
}
.archives.courses .grid-posts .item .content .title a {
  position: relative;
  font-weight: 600;
  line-height: 26px;
  color: #1F1C02;
  font-family: "Roboto", sans-serif;
}
.archives.courses .grid-posts .item .content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .archives.courses .grid-posts .item .content .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (min-width: 48rem) {
  .archives.courses .grid-posts .item .content .title a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .archives.courses .grid-posts .item .content .title a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archives.courses .grid-posts .item .content .title a {
    font-size: 18px;
  }
}
.archives.courses .grid-posts .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .archives.courses .grid-posts .item .content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.archives.courses .grid-posts .item .content ._teacher {
  margin-top: 5px;
}
.archives.courses .grid-posts .item .content ._teacher strong {
  margin-left: 5px;
  color: #684127;
}

.single-post .section-breadcrumb, .single-field .section-breadcrumb {
  padding-top: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .section-breadcrumb, .single-field .section-breadcrumb {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .section-breadcrumb, .single-field .section-breadcrumb {
    padding-top: 2.5rem;
  }
}
.single-post .section-breadcrumb, .single-field .section-breadcrumb {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .section-breadcrumb, .single-field .section-breadcrumb {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .section-breadcrumb, .single-field .section-breadcrumb {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-breadcrumb, .single-field .section-breadcrumb {
    background: rgba(79, 89, 102, 0.08);
  }
}
.single-post .section-breadcrumb .breadcrumb-bg, .single-field .section-breadcrumb .breadcrumb-bg {
  display: none;
}
.single-post .section-breadcrumb .wrapper, .single-field .section-breadcrumb .wrapper {
  position: unset;
  transform: unset;
  background: transparent;
}
.single-post .section-single.singular, .single-field .section-single.singular {
  padding-top: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .section-single.singular, .single-field .section-single.singular {
    padding-top: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .section-single.singular, .single-field .section-single.singular {
    padding-top: 0;
  }
}
.single-post .section-single.singular, .single-field .section-single.singular {
  padding-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .single-post .section-single.singular, .single-field .section-single.singular {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .section-single.singular, .single-field .section-single.singular {
    padding-bottom: 3.75rem;
  }
}
.single-post .sharing-toolbox, .single-field .sharing-toolbox {
  flex: 0 0 auto;
}
@media only screen and (max-width: 63.99875rem) {
  .single-post .sharing-toolbox, .single-field .sharing-toolbox {
    display: none;
  }
}
.single-post .sharing-toolbox .share-title, .single-field .sharing-toolbox .share-title {
  display: none;
}
.single-post .sharing-toolbox .social-share, .single-field .sharing-toolbox .social-share {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.single-post .sharing-toolbox .social-share .share-actions, .single-field .sharing-toolbox .social-share .share-actions {
  padding: 0;
}
@media only screen and (min-width: 64rem) {
  .single-post .content, .single-field .content {
    flex: 1 1 0;
  }
}
.single-post .content .content-title, .single-field .content .content-title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content .content-title, .single-field .content .content-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.single-post #ez-toc-container, .single-field #ez-toc-container {
  width: 100%;
  border: 1px solid #9B9A97;
}
.single-post #ez-toc-container p.ez-toc-title, .single-field #ez-toc-container p.ez-toc-title {
  color: #1F1C02;
  font-weight: 600;
}
.single-post #ez-toc-container .ez-toc-icon-toggle-span svg, .single-field #ez-toc-container .ez-toc-icon-toggle-span svg {
  fill: #1F1C02;
  color: #1F1C02;
}
.single-post #ez-toc-container a, .single-field #ez-toc-container a {
  color: #684127;
}
@media only screen and (min-width: 64rem) {
  .single-post aside.sidebar, .single-field aside.sidebar {
    flex: 0 0 30%;
    max-width: 30%;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px dashed #D7D7D7;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-post aside.sidebar, .single-field aside.sidebar {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .single-post aside.sidebar, .single-field aside.sidebar {
    padding-top: 30px;
  }
}
.single-post aside.sidebar .sidebar-inner, .single-field aside.sidebar .sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}
.single-post aside.sidebar .sidebar-inner .sidebar-title, .single-field aside.sidebar .sidebar-inner .sidebar-title {
  display: block;
  font-size: 24px;
  line-height: 37px;
  font-weight: 700;
  color: #684127;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  font-family: "Philosopher", sans-serif;
}
.single-post aside.sidebar .sidebar-inner .sidebar-title::after, .single-field aside.sidebar .sidebar-inner .sidebar-title::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 4px;
  background: #D7CEBE;
  border-radius: 5px;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post aside.sidebar .sidebar-inner .sidebar-title, .single-field aside.sidebar .sidebar-inner .sidebar-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.single-post aside.sidebar .sidebar-inner .sidebar-text, .single-field aside.sidebar .sidebar-inner .sidebar-text {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}
.single-post aside.sidebar .sidebar-inner .sidebar, .single-field aside.sidebar .sidebar-inner .sidebar {
  margin-bottom: 20px;
}
.single-post aside.sidebar .sidebar-inner .sidebar:last-child, .single-field aside.sidebar .sidebar-inner .sidebar:last-child {
  margin-bottom: 0;
}
.single-post aside.sidebar .sidebar-inner .retaled-post, .single-field aside.sidebar .sidebar-inner .retaled-post {
  background: #F3F0DF;
  border-radius: 5px;
  padding: 10px;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item, .single-field aside.sidebar .sidebar-inner .retaled-post .news-list .item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #D7D7D7;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item:last-child, .single-field aside.sidebar .sidebar-inner .retaled-post .news-list .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: unset;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item a.d-block, .single-field aside.sidebar .sidebar-inner .retaled-post .news-list .item a.d-block {
  display: block;
  border-radius: 5px;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item a.d-block .cover, .single-field aside.sidebar .sidebar-inner .retaled-post .news-list .item a.d-block .cover {
  border-radius: 5px;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item a.d-block .cover .res, .single-field aside.sidebar .sidebar-inner .retaled-post .news-list .item a.d-block .cover .res {
  aspect-ratio: 1/1;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content, .single-field aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content {
  padding-top: 10px;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content ._date, .single-field aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content ._date {
  color: #684127;
  font-weight: 400;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content .h6, .single-field aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content .h6 {
  margin-bottom: 0;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content .h6 a, .single-field aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content .h6 a {
  line-height: 20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content .h6 a, .single-field aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content .h6 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content .h6 a, .single-field aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content .h6 a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content .h6 a:hover, .single-field aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content .h6 a:hover {
  color: #684127;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .sidebar-button, .single-field aside.sidebar .sidebar-inner .retaled-post .sidebar-button {
  margin-top: 20px;
  text-align: right;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .sidebar-button a, .single-field aside.sidebar .sidebar-inner .retaled-post .sidebar-button a {
  font-size: 18px;
  font-weight: 700;
  transition: 0.4s;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .sidebar-button a span, .single-field aside.sidebar .sidebar-inner .retaled-post .sidebar-button a span {
  position: relative;
  display: inline-block;
  background: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .sidebar-button a span::after, .single-field aside.sidebar .sidebar-inner .retaled-post .sidebar-button a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 1px;
  width: 100%;
  background: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%);
}
.single-post aside.sidebar .sidebar-inner .retaled-post .sidebar-button a i, .single-field aside.sidebar .sidebar-inner .retaled-post .sidebar-button a i {
  margin-left: 5px;
  background: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .sidebar-button a:hover, .single-field aside.sidebar .sidebar-inner .retaled-post .sidebar-button a:hover {
  transform: translateY(-5px);
}
.single-post aside.sidebar .sidebar-inner .sidebar-form, .single-field aside.sidebar .sidebar-inner .sidebar-form {
  background: linear-gradient(341.62deg, #292E3A -2.73%, #7F1131 128.85%);
  border-radius: 5px;
  padding: 20px 10px;
}
.single-post aside.sidebar .sidebar-inner .sidebar-form .sidebar-title, .single-field aside.sidebar .sidebar-inner .sidebar-form .sidebar-title {
  color: #ffffff;
}
.single-post aside.sidebar .sidebar-inner .sidebar-form .sidebar-desc, .single-field aside.sidebar .sidebar-inner .sidebar-form .sidebar-desc {
  color: #ffffff;
  margin-bottom: 20px;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 form, .single-field aside.sidebar .sidebar-inner .wpcf7 form {
  display: flex;
  flex-flow: row wrap;
  gap: 15px 0;
  grid-gap: 15px 0;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 form .form-name, .single-post aside.sidebar .sidebar-inner .wpcf7 form .form-phone, .single-post aside.sidebar .sidebar-inner .wpcf7 form .form-email, .single-post aside.sidebar .sidebar-inner .wpcf7 form .form-number, .single-post aside.sidebar .sidebar-inner .wpcf7 form .form-solution, .single-post aside.sidebar .sidebar-inner .wpcf7 form .form-message, .single-field aside.sidebar .sidebar-inner .wpcf7 form .form-name, .single-field aside.sidebar .sidebar-inner .wpcf7 form .form-phone, .single-field aside.sidebar .sidebar-inner .wpcf7 form .form-email, .single-field aside.sidebar .sidebar-inner .wpcf7 form .form-number, .single-field aside.sidebar .sidebar-inner .wpcf7 form .form-solution, .single-field aside.sidebar .sidebar-inner .wpcf7 form .form-message {
  flex: 0 0 100%;
  max-width: 100%;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 form .form-submit, .single-field aside.sidebar .sidebar-inner .wpcf7 form .form-submit {
  flex: 0 0 100%;
  max-width: 100%;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 form.init .wpcf7-not-valid-tip, .single-field aside.sidebar .sidebar-inner .wpcf7 form.init .wpcf7-not-valid-tip {
  margin-top: 5px;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 [type=text], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=password], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=date], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=datetime], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=datetime-local], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=month], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=week], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=email], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=number], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=search], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=tel], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=time], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=url], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=color], .single-field aside.sidebar .sidebar-inner .wpcf7 [type=text], .single-field aside.sidebar .sidebar-inner .wpcf7 [type=password], .single-field aside.sidebar .sidebar-inner .wpcf7 [type=date], .single-field aside.sidebar .sidebar-inner .wpcf7 [type=datetime], .single-field aside.sidebar .sidebar-inner .wpcf7 [type=datetime-local], .single-field aside.sidebar .sidebar-inner .wpcf7 [type=month], .single-field aside.sidebar .sidebar-inner .wpcf7 [type=week], .single-field aside.sidebar .sidebar-inner .wpcf7 [type=email], .single-field aside.sidebar .sidebar-inner .wpcf7 [type=number], .single-field aside.sidebar .sidebar-inner .wpcf7 [type=search], .single-field aside.sidebar .sidebar-inner .wpcf7 [type=tel], .single-field aside.sidebar .sidebar-inner .wpcf7 [type=time], .single-field aside.sidebar .sidebar-inner .wpcf7 [type=url], .single-field aside.sidebar .sidebar-inner .wpcf7 [type=color] {
  width: 100%;
  height: 50px;
  text-indent: 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1019607843);
  border: 1px solid #ffffff;
  border-radius: 8px;
  font-weight: 600;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 input::-webkit-input-placeholder, .single-field aside.sidebar .sidebar-inner .wpcf7 input::-webkit-input-placeholder {
  color: #BABABA;
  font-weight: 400;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 input::placeholder, .single-field aside.sidebar .sidebar-inner .wpcf7 input::placeholder {
  color: #BABABA;
  font-weight: 400;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 [type=date], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=datetime], .single-field aside.sidebar .sidebar-inner .wpcf7 [type=date], .single-field aside.sidebar .sidebar-inner .wpcf7 [type=datetime] {
  padding-right: 5px;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 .wpcf7-form.invalid .wpcf7-not-valid-tip, .single-field aside.sidebar .sidebar-inner .wpcf7 .wpcf7-form.invalid .wpcf7-not-valid-tip {
  margin-top: 2px;
  font-weight: 500;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .single-field aside.sidebar .sidebar-inner .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  width: 100%;
  text-align: center;
  padding: 10px;
  margin: 0;
  color: #ffffff;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 .form-submit, .single-field aside.sidebar .sidebar-inner .wpcf7 .form-submit {
  margin-top: 10px;
  position: relative;
  display: inline-flex;
  transition: 0.4s;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 47.99875rem) {
  .single-post aside.sidebar .sidebar-inner .wpcf7 .form-submit, .single-field aside.sidebar .sidebar-inner .wpcf7 .form-submit {
    margin-top: 15px;
  }
}
.single-post aside.sidebar .sidebar-inner .wpcf7 .form-submit::after, .single-field aside.sidebar .sidebar-inner .wpcf7 .form-submit::after {
  position: absolute;
  content: "\f1d8";
  font-family: "Font Awesome 6 Pro";
  top: 50%;
  left: 60%;
  transform: translate(-60%, -50%);
  color: #ffffff;
  font-weight: 400;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 .form-submit input, .single-field aside.sidebar .sidebar-inner .wpcf7 .form-submit input {
  padding: 13px 45px 15px 20px;
  background: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%);
  color: #ffffff;
  box-shadow: unset;
  border: unset;
  font-weight: bold;
  transition: 0.4s;
  border-radius: 30px;
  width: 100%;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 .form-submit .wpcf7-spinner, .single-field aside.sidebar .sidebar-inner .wpcf7 .form-submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 .form-submit:hover, .single-field aside.sidebar .sidebar-inner .wpcf7 .form-submit:hover {
  transform: translate(-50%, -5px);
}
.single-post aside.sidebar .sidebar-inner .widget_nav_menu, .single-field aside.sidebar .sidebar-inner .widget_nav_menu {
  margin-bottom: 20px;
  background: #F3F0DF;
  border-radius: 5px;
  padding: 8px;
}
.single-post aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li, .single-field aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li {
  width: 100%;
}
.single-post aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li a, .single-field aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li a {
  padding: 6px 0;
  line-height: 20px;
  font-weight: 500;
  color: #3C393A;
}
.single-post aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li a:hover, .single-field aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li a:hover {
  font-weight: 700;
  background: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.single-post aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li a[aria-current=page], .single-field aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li a[aria-current=page] {
  font-weight: 700;
  background: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.single-post aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li:last-child, .single-field aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li:last-child {
  border-bottom: unset;
}
.single-post aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li.current-menu-parent a, .single-field aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li.current-menu-parent a {
  font-weight: 700;
  background: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.single-post .content, .single-field .content {
  position: relative;
}
.single-post .content b, .single-post .content strong, .single-field .content b, .single-field .content strong {
  font-weight: 700;
}
.single-post .content article :is(h2, .h2, h3, .h3), .single-field .content article :is(h2, .h2, h3, .h3) {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content article :is(h2, .h2, h3, .h3), .single-field .content article :is(h2, .h2, h3, .h3) {
    font-size: 20px;
    line-height: 24px;
  }
}
.single-post .content article :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .single-field .content article :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  color: #2B2B2B;
  font-family: "Roboto", sans-serif;
}
.single-post .content article :is(h4, h5, h6, .h4, .h5, .h6), .single-field .content article :is(h4, h5, h6, .h4, .h5, .h6) {
  color: #2B2B2B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content article :is(h4, h5, h6, .h4, .h5, .h6), .single-field .content article :is(h4, h5, h6, .h4, .h5, .h6) {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content article .figure, .single-field .content article .figure {
    width: 100% !important;
  }
}
.single-post .content article p, .single-field .content article p {
  line-height: 26px;
}
.single-post .content article ul, .single-field .content article ul {
  margin-top: 0;
  padding-left: 25px;
}
.single-post .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_title, .single-field .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_title {
  font-weight: 600;
  color: #1F1C02;
  margin-bottom: 10px;
}
.single-post .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-slide ._images, .single-field .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-slide ._images {
  margin-bottom: 0;
  position: relative;
}
.single-post .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-slide ._images img, .single-field .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-slide ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-slide ._images a, .single-field .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-slide ._images a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.single-post .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-slide ._images a .zooms, .single-field .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-slide ._images a .zooms {
  position: absolute;
  top: 15px;
  right: 15px;
}
.single-post .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-slide ._images a .zooms, .single-field .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-slide ._images a .zooms {
  width: 2.1875rem;
  height: 2.1875rem;
}
.single-post .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-slide ._images a .zooms::before, .single-field .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-slide ._images a .zooms::before {
  position: absolute;
  content: "\f424";
  font-family: "Font Awesome 6 Pro";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  color: #5B665B;
  font-size: 18px;
  font-weight: 600;
}
.single-post .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-slide ._images a:hover .zooms::before, .single-field .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-slide ._images a:hover .zooms::before {
  background: #684127;
  color: #ffffff;
}
.single-post .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-controls .swiper-pagination, .single-field .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-controls .swiper-pagination {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1;
}
.single-post .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-controls .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .single-field .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-controls .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: unset !important;
}
.single-post .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet, .single-field .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #8A1538;
  box-shadow: 0 0 0 2px #8A1538;
}
.single-post .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .single-field .content article ._posts_shortcode ._posts_shortcode_inner ._posts_shortcode_slider .swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8A1538;
  box-shadow: 0 0 0 2px #8A1538;
}
.single-post .content article ._posts_schedule, .single-field .content article ._posts_schedule {
  margin-bottom: 16px;
}
.single-post .content article ._posts_schedule ._posts_schedule_inner ._posts_schedule_title, .single-field .content article ._posts_schedule ._posts_schedule_inner ._posts_schedule_title {
  font-weight: 600;
  color: #1F1C02;
  margin-bottom: 10px;
}
.single-post .content article ._posts_schedule ._posts_schedule_inner ._posts_schedule_lists, .single-field .content article ._posts_schedule ._posts_schedule_inner ._posts_schedule_lists {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content article ._posts_schedule ._posts_schedule_inner ._posts_schedule_lists, .single-field .content article ._posts_schedule ._posts_schedule_inner ._posts_schedule_lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-post .content article ._posts_schedule ._posts_schedule_inner ._posts_schedule_lists ._posts_schedule_item, .single-field .content article ._posts_schedule ._posts_schedule_inner ._posts_schedule_lists ._posts_schedule_item {
  text-align: center;
}
.single-post .content article ._posts_schedule ._posts_schedule_inner ._posts_schedule_lists ._posts_schedule_item ._posts_schedule_date, .single-field .content article ._posts_schedule ._posts_schedule_inner ._posts_schedule_lists ._posts_schedule_item ._posts_schedule_date {
  background: #F3F0DF;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post .content article ._posts_schedule ._posts_schedule_inner ._posts_schedule_lists ._posts_schedule_item ._posts_schedule_time, .single-field .content article ._posts_schedule ._posts_schedule_inner ._posts_schedule_lists ._posts_schedule_item ._posts_schedule_time {
  background: #ffffff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post .content ._title_courses, .single-field .content ._title_courses {
  font-weight: 600;
  color: #1F1C02;
  margin-bottom: 10px;
}
.single-post .content ._list_courses, .single-field .content ._list_courses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 16px;
}
.single-post .content ._list_courses, .single-field .content ._list_courses {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content ._list_courses, .single-field .content ._list_courses {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-post .content ._list_courses ._item, .single-field .content ._list_courses ._item {
  position: relative;
  transition: 0.4s;
  display: inline-block;
  padding: 15px 5px;
  border-radius: 30px;
  background: #52091F; /* Màu nền rượu vang đậm */
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  font-family: sans-serif;
  isolation: isolate;
  border: 5px solid #52091F;
  width: 100%;
}
@media only screen and (max-width: 63.99875rem) {
  .single-post .content ._list_courses ._item, .single-field .content ._list_courses ._item {
    font-size: 14px;
  }
}
.single-post .content ._list_courses ._item::before, .single-field .content ._list_courses ._item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 2px;
  background: linear-gradient(90deg, #f0cd43, #e73c7e);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.single-post .content ._list_courses ._item:last-child, .single-field .content ._list_courses ._item:last-child {
  margin-bottom: 0;
}
.single-post .content ._list_courses ._item span:first-child, .single-field .content ._list_courses ._item span:first-child {
  color: rgba(255, 255, 255, 0.6980392157);
}
.single-post .content ._list_courses ._item a, .single-field .content ._list_courses ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.single-post .content ._list_courses ._item:hover, .single-field .content ._list_courses ._item:hover {
  transform: translateY(-5px);
}
.single-post .content ._map_courses iframe, .single-field .content ._map_courses iframe {
  box-shadow: none;
  border: 2px solid !important;
  border-image-slice: 1 !important;
  border-image-source: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%) !important;
}
.single-post .content .sharing-toolbox, .single-field .content .sharing-toolbox {
  padding-top: 15px;
  margin-top: 15px;
  position: relative;
}
.single-post .content .sharing-toolbox::before, .single-field .content .sharing-toolbox::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  height: 3px;
  max-width: 30px;
  width: 100%;
}
.single-post .content .sharing-toolbox .social-share.share-vertical ul.share-actions, .single-field .content .sharing-toolbox .social-share.share-vertical ul.share-actions {
  flex-direction: unset;
  padding: 0;
  justify-content: center;
  gap: 10px;
  grid-gap: 10px;
}
.single-post .content .sharing-toolbox .social-share.share-vertical ul.share-actions li, .single-field .content .sharing-toolbox .social-share.share-vertical ul.share-actions li {
  margin-bottom: 0;
}
.single-post .content .sharing-toolbox .share-title, .single-field .content .sharing-toolbox .share-title {
  display: none;
}
.single-post .content .pagination-single.section-inner, .single-field .content .pagination-single.section-inner {
  padding: 20px 0;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content .pagination-single.section-inner, .single-field .content .pagination-single.section-inner {
    padding: 0;
  }
}
.single-post .content .pagination-single.section-inner .pagination-single-inner, .single-field .content .pagination-single.section-inner .pagination-single-inner {
  display: flex;
  align-items: center;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.single-post .content .pagination-single.section-inner .pagination-single-inner .cover, .single-field .content .pagination-single.section-inner .pagination-single-inner .cover {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
  font-size: 16px;
  color: #684127;
}
.single-post .content .pagination-single.section-inner .pagination-single-inner .cover i, .single-field .content .pagination-single.section-inner .pagination-single-inner .cover i {
  font-size: 2em;
  margin: 0 !important;
  top: -1px;
  vertical-align: middle;
  font-weight: 500;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content .pagination-single.section-inner .pagination-single-inner .cover i, .single-field .content .pagination-single.section-inner .pagination-single-inner .cover i {
    display: none;
  }
}
.single-post .content .pagination-single.section-inner .pagination-single-inner .cover:hover, .single-field .content .pagination-single.section-inner .pagination-single-inner .cover:hover {
  color: #000000;
}
.single-post .content .pagination-single.section-inner .pagination-single-inner .previous-post, .single-field .content .pagination-single.section-inner .pagination-single-inner .previous-post {
  text-align: left;
}
.single-post .content .pagination-single.section-inner .pagination-single-inner .next-post, .single-field .content .pagination-single.section-inner .pagination-single-inner .next-post {
  text-align: right;
  border-left: 1px solid #ececec;
}
.single-post .content .hashtags, .single-field .content .hashtags {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content .hashtags .hashtag-links, .single-field .content .hashtags .hashtag-links {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 10px 0;
    grid-gap: 10px 0;
  }
}
.single-post .content .hashtags .hashtag-links i, .single-field .content .hashtags .hashtag-links i {
  margin-right: 20px;
  font-style: normal;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.single-post .content .hashtags .hashtag-links i::before, .single-field .content .hashtags .hashtag-links i::before {
  content: "Từ khoá:";
  font-family: "Inter", sans-serif;
  line-height: 21px;
  font-weight: 700;
  color: #000914;
}
.single-post .content .hashtags .hashtag-links i::before, .single-field .content .hashtags .hashtag-links i::before {
  font-size: 1rem;
}
.single-post .content .hashtags .hashtag-links a, .single-field .content .hashtags .hashtag-links a {
  margin-right: 10px;
  padding: 6px 12px;
  border-radius: 4px;
  background: #EFEFEF;
  color: #2A3645;
  line-height: 21px;
  font-weight: 500;
}
.single-post .content .hashtags .hashtag-links a, .single-field .content .hashtags .hashtag-links a {
  font-size: 0.875rem;
}
.single-post .content .hashtags .hashtag-links a:hover, .single-field .content .hashtags .hashtag-links a:hover {
  background: #684127;
  color: #ffffff;
}
.single-post .section-related-post .container, .single-field .section-related-post .container {
  padding-left: 0;
  padding-right: 0;
}
.single-post .section-related-post .swiper-container .swiper-slide, .single-field .section-related-post .swiper-container .swiper-slide {
  width: 33.3333333333%;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-related-post .swiper-container .swiper-slide, .single-field .section-related-post .swiper-container .swiper-slide {
    width: 50%;
  }
}
.single-post .section-related-post .swiper-container .swiper-slide .content, .single-field .section-related-post .swiper-container .swiper-slide .content {
  width: 100%;
  padding-top: 10px;
  padding-left: 0;
}
.single-post .section-related-post .swiper-container .swiper-slide .content .title a, .single-field .section-related-post .swiper-container .swiper-slide .content .title a {
  color: #000000;
}
.single-post .section-related-post .swiper-container .swiper-slide .content .title a, .single-field .section-related-post .swiper-container .swiper-slide .content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .single-post .section-related-post .swiper-container .swiper-slide .content .title a, .single-field .section-related-post .swiper-container .swiper-slide .content .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.single-post .section-related-post .swiper-container .swiper-slide .content .excerpt, .single-field .section-related-post .swiper-container .swiper-slide .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .single-post .section-related-post .swiper-container .swiper-slide .content .excerpt, .single-field .section-related-post .swiper-container .swiper-slide .content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-related-post .swiper-controls .swiper-button.swiper-button-prev, .single-field .section-related-post .swiper-controls .swiper-button.swiper-button-prev {
    left: -12px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-related-post .swiper-controls .swiper-button.swiper-button-next, .single-field .section-related-post .swiper-controls .swiper-button.swiper-button-next {
    right: -12px;
  }
}
.single-post .posts-sinlge-bottom, .single-field .posts-sinlge-bottom {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .posts-sinlge-bottom, .single-field .posts-sinlge-bottom {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .posts-sinlge-bottom, .single-field .posts-sinlge-bottom {
    padding-top: 3.75rem;
  }
}
.single-post .posts-sinlge-bottom, .single-field .posts-sinlge-bottom {
  padding-bottom: 3.125rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .posts-sinlge-bottom, .single-field .posts-sinlge-bottom {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .posts-sinlge-bottom, .single-field .posts-sinlge-bottom {
    padding-bottom: 0;
  }
}
.single-post .posts-sinlge-bottom .slide-posts ._design_text, .single-field .posts-sinlge-bottom .slide-posts ._design_text {
  left: 50%;
  transform: translateX(-50%);
}
.single-post .posts-sinlge-bottom .slide-posts ._design_text::after, .single-field .posts-sinlge-bottom .slide-posts ._design_text::after {
  right: -35px;
}
.single-post .posts-sinlge-bottom .slide-posts ._design_text ._sub_title, .single-field .posts-sinlge-bottom .slide-posts ._design_text ._sub_title {
  font-size: 24px;
  color: #B39987;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.single-post .posts-sinlge-bottom .swiper-container, .single-field .posts-sinlge-bottom .swiper-container {
  margin: -2px;
}
.single-post .posts-sinlge-bottom .swiper-container .w-swiper, .single-field .posts-sinlge-bottom .swiper-container .w-swiper {
  padding: 2px;
}
.single-post .posts-sinlge-bottom .swiper-button, .single-field .posts-sinlge-bottom .swiper-button {
  border: 1px solid #A3A3A3 !important;
  background: #8A1538 !important;
}
.single-post .posts-sinlge-bottom .swiper-button, .single-field .posts-sinlge-bottom .swiper-button {
  width: 2.5rem;
  height: 2.5rem;
}
@media only screen and (max-width: 63.99875rem) {
  .single-post .posts-sinlge-bottom .swiper-button, .single-field .posts-sinlge-bottom .swiper-button {
    display: none !important;
  }
}
.single-post .posts-sinlge-bottom .swiper-button::before, .single-field .posts-sinlge-bottom .swiper-button::before {
  opacity: 1;
  line-height: 20px;
  color: #ffffff;
}
.single-post .posts-sinlge-bottom .swiper-button::before, .single-field .posts-sinlge-bottom .swiper-button::before {
  font-size: 1.1875rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .posts-sinlge-bottom .swiper-button::before, .single-field .posts-sinlge-bottom .swiper-button::before {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .posts-sinlge-bottom .swiper-button::before, .single-field .posts-sinlge-bottom .swiper-button::before {
    font-size: 1.125rem;
  }
}
.single-post .posts-sinlge-bottom .swiper-button:hover, .single-field .posts-sinlge-bottom .swiper-button:hover {
  opacity: 0.7 !important;
  background: #8A1538 !important;
}
.single-post .posts-sinlge-bottom .swiper-button:hover::before, .single-field .posts-sinlge-bottom .swiper-button:hover::before {
  background: #8A1538 !important;
}
.single-post .posts-sinlge-bottom .swiper-button.swiper-button-prev, .single-field .posts-sinlge-bottom .swiper-button.swiper-button-prev {
  left: -50px !important;
}
.single-post .posts-sinlge-bottom .swiper-button.swiper-button-prev::before, .single-field .posts-sinlge-bottom .swiper-button.swiper-button-prev::before {
  content: "\f177";
}
.single-post .posts-sinlge-bottom .swiper-button.swiper-button-next, .single-field .posts-sinlge-bottom .swiper-button.swiper-button-next {
  right: -50px !important;
}
.single-post .posts-sinlge-bottom .swiper-button.swiper-button-next::before, .single-field .posts-sinlge-bottom .swiper-button.swiper-button-next::before {
  content: "\f178";
}
.single-post .posts-sinlge-bottom .swiper-controls, .single-field .posts-sinlge-bottom .swiper-controls {
  height: 0;
}
.single-post .posts-sinlge-bottom .swiper-pagination, .single-field .posts-sinlge-bottom .swiper-pagination {
  bottom: -10px;
  margin-top: 0;
  line-height: 1;
}
.single-post .posts-sinlge-bottom .swiper-pagination .swiper-pagination-bullet, .single-field .posts-sinlge-bottom .swiper-pagination .swiper-pagination-bullet {
  background-color: #CECECE;
  box-shadow: 0 0 0 1px #CECECE;
  opacity: 1;
}
.single-post .posts-sinlge-bottom .swiper-pagination .swiper-pagination-bullet-active-next,
.single-post .posts-sinlge-bottom .swiper-pagination .swiper-pagination-bullet-active-next-next,
.single-post .posts-sinlge-bottom .swiper-pagination .swiper-pagination-bullet-active-prev,
.single-post .posts-sinlge-bottom .swiper-pagination .swiper-pagination-bullet-active-prev-prev, .single-field .posts-sinlge-bottom .swiper-pagination .swiper-pagination-bullet-active-next,
.single-field .posts-sinlge-bottom .swiper-pagination .swiper-pagination-bullet-active-next-next,
.single-field .posts-sinlge-bottom .swiper-pagination .swiper-pagination-bullet-active-prev,
.single-field .posts-sinlge-bottom .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: unset;
}
.single-post .posts-sinlge-bottom .swiper-pagination .swiper-pagination-bullet-active-main, .single-field .posts-sinlge-bottom .swiper-pagination .swiper-pagination-bullet-active-main {
  background-color: #404040 !important;
  box-shadow: 0 0 0 1px #404040 !important;
}
.single-post .posts-sinlge-bottom .slide-title, .single-field .posts-sinlge-bottom .slide-title {
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.single-post .posts-sinlge-bottom .item, .single-field .posts-sinlge-bottom .item {
  padding: 10px;
  border-radius: 8px;
  background: #F3F0DF;
}
.single-post .posts-sinlge-bottom .item .cover, .single-field .posts-sinlge-bottom .item .cover {
  border-radius: 8px;
}
.single-post .posts-sinlge-bottom .item .contents, .single-field .posts-sinlge-bottom .item .contents {
  padding-top: 10px;
}
.single-post .posts-sinlge-bottom .item .contents ._date, .single-field .posts-sinlge-bottom .item .contents ._date {
  color: #684127;
  font-weight: 400;
}
.single-post .posts-sinlge-bottom .item .contents ._title, .single-field .posts-sinlge-bottom .item .contents ._title {
  margin-bottom: 5px;
}
.single-post .posts-sinlge-bottom .item .contents ._title a, .single-field .posts-sinlge-bottom .item .contents ._title a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}
.single-post .posts-sinlge-bottom .item .contents ._title a, .single-field .posts-sinlge-bottom .item .contents ._title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .single-post .posts-sinlge-bottom .item .contents ._title a, .single-field .posts-sinlge-bottom .item .contents ._title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.single-post .posts-sinlge-bottom .item .contents ._title a:hover, .single-field .posts-sinlge-bottom .item .contents ._title a:hover {
  color: #684127;
}
.single-post .posts-sinlge-bottom .item .contents .excerpt, .single-field .posts-sinlge-bottom .item .contents .excerpt {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
.single-post .posts-sinlge-bottom .item .contents .excerpt, .single-field .posts-sinlge-bottom .item .contents .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .single-post .posts-sinlge-bottom .item .contents .excerpt, .single-field .posts-sinlge-bottom .item .contents .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.single-post .posts-sinlge-bottom .item .contents ._teacher, .single-field .posts-sinlge-bottom .item .contents ._teacher {
  display: none;
  margin-top: 5px;
  font-size: 14px;
}
.single-post .posts-sinlge-bottom .item .contents ._teacher strong, .single-field .posts-sinlge-bottom .item .contents ._teacher strong {
  margin-left: 5px;
  color: #684127;
}
.single-post .posts-sinlge-bottom.courses .item, .single-field .posts-sinlge-bottom.courses .item {
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.single-post .posts-sinlge-bottom.courses .item .cover, .single-field .posts-sinlge-bottom.courses .item .cover {
  border-radius: 0;
}
.single-post .posts-sinlge-bottom.courses .item .cover .res, .single-field .posts-sinlge-bottom.courses .item .cover .res {
  aspect-ratio: 3/4;
}
.single-post .posts-sinlge-bottom.courses .item .contents, .single-field .posts-sinlge-bottom.courses .item .contents {
  padding-top: 5px;
}
.single-post .posts-sinlge-bottom.courses .item .contents ._date, .single-field .posts-sinlge-bottom.courses .item .contents ._date {
  display: none;
}
.single-post .posts-sinlge-bottom.courses .item .contents ._teacher, .single-field .posts-sinlge-bottom.courses .item .contents ._teacher {
  display: block;
}

/* */
/* PAGE CONTACT US */
.page-contact-us {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-contact-us {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-contact-us {
    padding-top: 3.75rem;
  }
}
.page-contact-us {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-contact-us {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-contact-us {
    padding-bottom: 3.75rem;
  }
}
.page-contact-us .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.page-contact-us .flex-info .cell ._inner {
  background: #F3F0DF;
  border-radius: 10px;
  padding: 10px;
}
.page-contact-us .flex-info .cell ._inner ._info {
  color: #524F3E;
}
.page-contact-us .flex-info .cell ._inner ._info :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .flex-info .cell ._inner ._info :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 18px;
  }
}
.page-contact-us .flex-info .cell ._inner ._info strong {
  color: #000000;
}
.page-contact-us .flex-info .cell ._inner ._info a {
  font-weight: 700;
  transition: 0.4s;
  background: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.page-contact-us .flex-info .cell ._inner ._info a:hover {
  opacity: 0.7;
}
.page-contact-us .flex-info .cell ._inner ._info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-contact-us .flex-info .cell ._inner ._info ul li {
  position: relative;
}
.page-contact-us .flex-info .cell ._inner ._info ul li a {
  text-indent: 20px;
  line-height: 24px;
}
.page-contact-us .flex-info .cell ._inner ._info ul li a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #000000;
  left: 10px;
  top: 8px;
}
.page-contact-us .flex-info .cell ._inner ._info ul li a strong {
  font-weight: 400;
  color: #524F3E;
}
.page-contact-us .flex-info .cell ._inner ._list {
  padding-top: 16px;
}
.page-contact-us .flex-info .cell ._inner ._list ._item {
  position: relative;
  margin-bottom: 10px;
  transition: 0.4s;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  background: #52091F; /* Màu nền rượu vang đậm */
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: sans-serif;
  isolation: isolate;
  border: 5px solid #52091F;
  width: 100%;
}
@media only screen and (max-width: 63.99875rem) {
  .page-contact-us .flex-info .cell ._inner ._list ._item {
    font-size: 16px;
  }
}
.page-contact-us .flex-info .cell ._inner ._list ._item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 2px;
  background: linear-gradient(90deg, #f0cd43, #e73c7e);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.page-contact-us .flex-info .cell ._inner ._list ._item:last-child {
  margin-bottom: 0;
}
.page-contact-us .flex-info .cell ._inner ._list ._item span:first-child {
  color: rgba(255, 255, 255, 0.6980392157);
}
.page-contact-us .flex-info .cell ._inner ._list ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.page-contact-us .flex-info .cell ._inner ._list ._item:hover {
  transform: translateY(-5px);
}
.page-contact-us .flex-info .cell ._inner ._network {
  padding-top: 16px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.page-contact-us .flex-info .cell ._inner ._network {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.page-contact-us .flex-info .cell ._inner ._network ._network_title {
  width: 100%;
  font-weight: 600;
}
.page-contact-us .flex-info .cell ._inner ._network ._item {
  position: relative;
  transition: 0.4s;
}
.page-contact-us .flex-info .cell ._inner ._network ._item ._images {
  margin-bottom: 0;
}
.page-contact-us .flex-info .cell ._inner ._network ._item ._images {
  width: 2.25rem;
  height: 2.25rem;
}
.page-contact-us .flex-info .cell ._inner ._network ._item ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-contact-us .flex-info .cell ._inner ._network ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.page-contact-us .flex-info .cell ._inner ._network ._item:hover {
  transform: translateY(-5px);
}
.page-contact-us .flex-info .cell iframe {
  box-shadow: none;
  border: 2px solid; /* Tăng độ dày để thấy rõ viền */
  border-image-slice: 1;
  border-image-source: linear-gradient(180deg, #630E27 4.55%, #8A1538 100%);
}
.page-contact-us .flex-info .cell ._contact_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}
.page-contact-us .flex-info .cell ._contact_form {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-contact-us .flex-info .cell ._contact_form {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .flex-info .cell ._contact_form {
    padding-bottom: 3.75rem;
  }
}
.page-contact-us .flex-info .cell ._contact_form form label {
  display: block;
  margin-bottom: 5px;
}
.page-contact-us .flex-info .cell ._contact_form form label span {
  color: #EA6D1C;
}
.page-contact-us .flex-info .cell ._contact_form form .form-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 10px;
}
.page-contact-us .flex-info .cell ._contact_form form .form-group {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 63.99875rem) {
  .page-contact-us .flex-info .cell ._contact_form form .form-group {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.page-contact-us .flex-info .cell ._contact_form form .form-hinhthuc label {
  font-weight: 600;
}
.page-contact-us .flex-info .cell ._contact_form form .form-hinhthuc .wpcf7-radio .wpcf7-list-item label {
  margin-bottom: 0;
}
.page-contact-us .flex-info .cell ._contact_form form .form-hinhthuc .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  color: #727272;
  font-weight: 400;
}
.page-contact-us .flex-info .cell ._contact_form form .form-hinhthuc .wpcf7-radio .wpcf7-list-item.first {
  margin: 0;
}
.page-contact-us .flex-info .cell ._contact_form form [type=text], .page-contact-us .flex-info .cell ._contact_form form [type=password], .page-contact-us .flex-info .cell ._contact_form form [type=date], .page-contact-us .flex-info .cell ._contact_form form [type=datetime], .page-contact-us .flex-info .cell ._contact_form form [type=datetime-local], .page-contact-us .flex-info .cell ._contact_form form [type=month], .page-contact-us .flex-info .cell ._contact_form form [type=week], .page-contact-us .flex-info .cell ._contact_form form [type=email], .page-contact-us .flex-info .cell ._contact_form form [type=number], .page-contact-us .flex-info .cell ._contact_form form [type=search], .page-contact-us .flex-info .cell ._contact_form form [type=tel], .page-contact-us .flex-info .cell ._contact_form form [type=time], .page-contact-us .flex-info .cell ._contact_form form [type=url], .page-contact-us .flex-info .cell ._contact_form form [type=color], .page-contact-us .flex-info .cell ._contact_form form textarea {
  box-shadow: unset;
  border: 1px solid #727272;
  text-indent: 10px;
  border-radius: 150px;
  height: 50px;
  width: 100%;
  color: #524F3E;
  background: transparent;
}
.page-contact-us .flex-info .cell ._contact_form form select:not([multiple]) {
  width: 100%;
  height: 50px;
  border: 0.5px solid #727272;
  border-radius: 150px;
  padding: 0 12px;
  color: #524F3E;
}
.page-contact-us .flex-info .cell ._contact_form form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  color: #524F3E;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAWCAYAAABDhYU9AAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEISURBVHgBxdLBDYMgFIDh90y8dwRHcIWOwMF7O0on6AjtBo7QjuII3jWxPEKNoYjAA/onRkXAL1GETX3fn2CaGqjrUQgxwB9ShnluRde9cTPYyJuXvGzkMSwA59JA01B9HyDiXQ9SahJNhkIZMGVYcbAsrTG/GNACU604+RlvlnXZgXswCo2JFznwsOyR5R90weT7rmhZUAR4BJPveeLOwqxAHxhdo2ODLEBfmBOXAxgCO8SlBIbCvHApgDEwbxwHGAsLwsUAObBgXAiQC4vC+QD1xiyY3iMuF1CfG2DAqGgc5QD+FAqjWDjKBxgDo9g4ygWMhVFJcJQNyIFRFSSKEITRtyMXRn0Ab/jeGaboOIsAAAAASUVORK5CYII=");
  background-position: right 0.8em top 50%;
  background-repeat: no-repeat;
  background-size: auto 8px;
  display: block;
  padding-right: 1.4em;
}
.page-contact-us .flex-info .cell ._contact_form form select option:first-child {
  opacity: 0.6;
}
.page-contact-us .flex-info .cell ._contact_form form .form-submit {
  margin-top: 20px;
  position: relative;
  display: inline-flex;
  transition: 0.4s;
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .flex-info .cell ._contact_form form .form-submit {
    margin-top: 15px;
  }
}
.page-contact-us .flex-info .cell ._contact_form form .form-submit::after {
  position: absolute;
  content: "\f1d8";
  font-family: "Font Awesome 6 Pro";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #ffffff;
  font-weight: 400;
}
.page-contact-us .flex-info .cell ._contact_form form .form-submit input {
  padding: 12px 50px 10px 30px;
  background: #F9AE15;
  color: #ffffff;
  border: unset;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.4s;
  border-radius: 30px;
  box-shadow: 0 2px 0px 1px #C09116;
}
.page-contact-us .flex-info .cell ._contact_form form .form-submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.page-contact-us .flex-info .cell ._contact_form form .form-submit:hover {
  transform: translateY(-5px);
}
.page-contact-us .flex-info .cell ._contact_form form.invalid .wpcf7-not-valid-tip {
  color: red;
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
}
.page-contact-us .flex-info .cell ._contact_form form.invalid .wpcf7-response-output {
  margin: 20px 0 0;
  text-align: center;
  border-color: #000000;
  color: red;
}
@media only screen and (min-width: 48rem) {
  .page-contact-us .flex-info .cell-left {
    flex: 0 0 calc(45% - 10px);
    max-width: calc(45% - 10px);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .flex-info .cell-left {
    width: 100%;
  }
}
@media only screen and (min-width: 48rem) {
  .page-contact-us .flex-info .cell-right {
    flex: 0 0 calc(55% - 10px);
    max-width: calc(55% - 10px);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .flex-info .cell-right {
    width: 100%;
  }
}

/** */
body {
  background: #FFFDEF;
}

@media screen and (min-width: 1537px) {
  .container {
    max-width: 1440px !important;
  }
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 1440px !important;
  }
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
    max-width: 1440px !important;
  }
}
@-moz-keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@-webkit-keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@-o-keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@-webkit-keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes rotateIndefinitely {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slide {
  0%, 100% {
    bottom: -35px;
  }
  25%, 75% {
    bottom: -2px;
  }
  20%, 80% {
    bottom: 2px;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(-15deg);
  }
  25%, 75% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(25deg);
  }
}
/* */
.cell-images {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cell-images .img {
  display: block;
  width: 100%;
  height: 100%;
}
.cell-images .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 63.99875rem) {
  .cell-images .desktop-img {
    display: none;
  }
}
@media only screen and (min-width: 64rem) {
  .cell-images .mobile-img {
    display: none;
  }
}

/* */
.page-template-default .section-breadcrumb {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-default .section-breadcrumb {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-template-default .section-breadcrumb {
    padding-top: 2.5rem;
  }
}
.page-template-default .section-breadcrumb {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-default .section-breadcrumb {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-template-default .section-breadcrumb {
    padding-bottom: 2.5rem;
  }
}
.page-template-default .section-breadcrumb .breadcrumb-bg {
  display: none;
}
.page-template-default .section-breadcrumb .wrapper {
  position: unset;
  transform: unset;
  background: transparent;
}
.page-template-default h1.heading-title {
  display: none;
}
.page-template-default .section.section-page {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-default .section.section-page {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-template-default .section.section-page {
    padding-top: 2.5rem;
  }
}
.page-template-default .section.section-page {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-default .section.section-page {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-template-default .section.section-page {
    padding-bottom: 2.5rem;
  }
}
.page-template-default .section.section-page strong {
  font-weight: 700;
}

/** */
.wp-comments-area.comments-area {
  border: 1px solid #DBE1E9;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .wp-comments-area.comments-area {
    padding: 12px;
    border-radius: 12px;
  }
}
.wp-comments-area.comments-area .comments-title {
  font-family: "Inter", sans-serif;
  color: #000914;
}
.wp-comments-area.comments-area .comments-title span {
  font-weight: 400;
}
.wp-comments-area.comments-area .fs-16.medium.block {
  font-weight: 700;
  color: #000914;
}
.wp-comments-area.comments-area .no-icons {
  color: #718093;
  text-align: center;
  margin-bottom: 0;
}
.wp-comments-area.comments-area .no-icons {
  font-size: 2.5rem;
}
@media only screen and (max-width: 47.99875rem) {
  .wp-comments-area.comments-area .no-icons {
    font-size: 1.5rem;
  }
}
.wp-comments-area.comments-area .no-comments {
  color: #2A3645;
  text-align: center;
}
.wp-comments-area.comments-area .comment-respond .comment-reply-title, .wp-comments-area.comments-area .comment-respond ._label_title, .wp-comments-area.comments-area .comment-respond .comment-notes {
  display: none;
}
.wp-comments-area.comments-area .comment-respond form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.wp-comments-area.comments-area .comment-respond form .comment-form-comment, .wp-comments-area.comments-area .comment-respond form .form-submit {
  flex: 0 0 100%;
  max-width: 100%;
}
.wp-comments-area.comments-area .comment-respond form .comment-form-author, .wp-comments-area.comments-area .comment-respond form .comment-form-email {
  flex: 0 0 49%;
  max-width: 49%;
}
@media only screen and (max-width: 47.99875rem) {
  .wp-comments-area.comments-area .comment-respond form .comment-form-author, .wp-comments-area.comments-area .comment-respond form .comment-form-email {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.wp-comments-area.comments-area .comment-respond form textarea {
  background: #F6F9FF;
  border-radius: 8px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 21px;
  font-style: italic;
  border: unset;
  width: 100%;
  font-size: 14px;
}
.wp-comments-area.comments-area .comment-respond form input#author {
  line-height: 21px;
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
  background: #F6F9FF;
  border-radius: 8px;
  width: 100%;
  border: unset;
  height: 45px;
  font-size: 14px;
}
.wp-comments-area.comments-area .comment-respond form input#email {
  line-height: 21px;
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
  background: #F6F9FF;
  border-radius: 8px;
  width: 100%;
  border: unset;
  height: 45px;
  font-size: 14px;
}
.wp-comments-area.comments-area .comment-respond form .form-submit {
  text-align: center;
}
.wp-comments-area.comments-area .comment-respond form .form-submit button {
  padding: 15px 25px;
  background: #B9B69F;
  border: unset;
  box-shadow: unset;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 600;
  transition: 0.4s;
}
.wp-comments-area.comments-area .comment-respond form .form-submit button:hover {
  background: #684127;
  transform: translateY(-5px);
}
.wp-comments-area.comments-area .comment-list {
  list-style: none;
  margin: 0;
  padding-top: 15px;
}
.wp-comments-area.comments-area .comment-list .comment .comment-body {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.wp-comments-area.comments-area .comment-list .comment .comment-body .comment-meta {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.wp-comments-area.comments-area .comment-list .comment .comment-body .comment-meta {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.wp-comments-area.comments-area .comment-list .comment .comment-body .comment-meta .comment-avatar {
  border-radius: 100%;
  overflow: hidden;
}
.wp-comments-area.comments-area .comment-list .comment .comment-body .comment-meta .comment-info span {
  display: block;
}
.wp-comments-area.comments-area .comment-list .comment .comment-body .comment-meta .comment-info .comment-author {
  text-transform: capitalize;
  font-weight: 600;
  color: #000914;
  font-size: 14px;
}
.wp-comments-area.comments-area .comment-list .comment .comment-body .comment-meta .comment-info .comment-date {
  font-size: 12px;
}
.wp-comments-area.comments-area .comment-list .comment .comment-body .comment-content {
  flex: 0 0 100%;
  max-width: 100%;
}
.wp-comments-area.comments-area .comment-list .comment .comment-body .comment-awaiting-moderation {
  flex: 0 0 100%;
  max-width: 100%;
}

/**  */
.page-about-us ._hb_about {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-about-us ._hb_about {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-about-us ._hb_about {
    padding-top: 3.75rem;
  }
}
.page-about-us ._hb_about {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-about-us ._hb_about {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-about-us ._hb_about {
    padding-bottom: 3.75rem;
  }
}
.page-about-us ._hb_about .container ._design_text {
  left: 50%;
  transform: translateX(-50%);
}
.page-about-us ._hb_about .container ._design_text::after {
  top: -25px;
}
.page-about-us ._hb_about .container ._design_text .heading-title {
  line-height: 1;
  margin-bottom: 0;
}
.page-about-us ._hb_about .container ._hb_about_inner {
  padding-top: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us ._hb_about .container ._hb_about_inner {
    padding-top: 20px;
  }
}
.page-about-us ._hb_about .container ._hb_about_inner ._hb_about_item {
  display: flex;
  align-items: center;
}
.page-about-us ._hb_about .container ._hb_about_inner ._hb_about_item {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us ._hb_about .container ._hb_about_inner ._hb_about_item {
    flex-flow: row wrap;
    margin-bottom: 30px;
  }
  .page-about-us ._hb_about .container ._hb_about_inner ._hb_about_item {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
  .page-about-us ._hb_about .container ._hb_about_inner ._hb_about_item:last-child {
    margin-bottom: 0;
  }
}
.page-about-us ._hb_about .container ._hb_about_inner ._hb_about_item ._images {
  width: calc(50% - 15px);
  margin-bottom: 0;
  aspect-ratio: 3/2;
  border-radius: 300px;
  overflow: hidden;
  height: 295px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us ._hb_about .container ._hb_about_inner ._hb_about_item ._images {
    width: 100%;
    height: -webkit-max-content;
    height: max-content;
  }
}
.page-about-us ._hb_about .container ._hb_about_inner ._hb_about_item ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-about-us ._hb_about .container ._hb_about_inner ._hb_about_item ._content {
  width: calc(50% - 15px);
  text-align: justify;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us ._hb_about .container ._hb_about_inner ._hb_about_item ._content {
    width: 100%;
  }
}
@media only screen and (min-width: 48rem) {
  .page-about-us ._hb_about .container ._hb_about_inner ._hb_about_item ._content p {
    line-height: 30px;
  }
}
.page-about-us ._hb_about .container ._hb_about_inner ._hb_about_item:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.page-about-us ._hb_ceo {
  position: relative;
}
.page-about-us ._hb_ceo {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-about-us ._hb_ceo {
    padding-top: 4.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-about-us ._hb_ceo {
    padding-top: 8.75rem;
  }
}
.page-about-us ._hb_ceo {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .page-about-us ._hb_ceo {
    padding-bottom: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-about-us ._hb_ceo {
    padding-bottom: 0.9375rem;
  }
}
.page-about-us ._hb_ceo::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -1px;
  width: 100%;
  height: 103px;
  background: url("../img/Vector-2.png") no-repeat bottom;
  background-size: 100% 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us ._hb_ceo::before {
    height: 26px;
    background-size: contain;
  }
}
.page-about-us ._hb_ceo::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 94px;
  background: url("../img/Vector-3.png") no-repeat bottom;
  background-size: 100% 100%;
  z-index: 1;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us ._hb_ceo::after {
    height: 26px;
    background-size: contain;
  }
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-controls .swiper-button {
  background: #8A1538;
  border: 1px solid #8A1538;
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-controls .swiper-button {
  width: 2.5rem;
  height: 2.5rem;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-controls .swiper-button {
    display: none;
  }
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-controls .swiper-button::before {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-controls .swiper-button:hover::before {
  background: #8A1538;
}
@media only screen and (min-width: 64rem) {
  .page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-controls .swiper-button.swiper-button-prev {
    top: 85%;
    left: 56.5%;
    transform: translate(-56.5%, -85%);
  }
}
@media only screen and (min-width: 48rem) {
  .page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-controls .swiper-button.swiper-button-prev {
    top: 71%;
    left: 56.5%;
    transform: translate(-56.5%, -71%);
  }
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-controls .swiper-button.swiper-button-prev::before {
  content: "\f177";
}
@media only screen and (max-width: 63.99875rem) {
  .page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-controls .swiper-button.swiper-button-next {
    top: 85%;
    right: 31%;
    transform: translate(-31%, -85%);
  }
}
@media only screen and (min-width: 48rem) {
  .page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-controls .swiper-button.swiper-button-next {
    top: 71%;
    right: 37%;
    transform: translate(-37%, -71%);
  }
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-controls .swiper-button.swiper-button-next::before {
  content: "\f178";
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-controls .swiper-pagination {
  margin-top: 0;
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-controls .swiper-pagination {
    display: block;
    bottom: -10px;
  }
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-controls .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: unset !important;
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ffffff;
  box-shadow: 0 0 0 2px #ffffff;
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
  box-shadow: 0 0 0 2px #ffffff;
}
@media only screen and (min-width: 48rem) {
  .page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item {
    display: flex;
    align-items: center;
  }
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._images {
  margin-bottom: 0;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease;
  visibility: hidden;
}
@media only screen and (min-width: 48rem) {
  .page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._images {
    width: 60%;
  }
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._content {
  opacity: 0;
  position: relative;
  transform: translateX(100px);
}
@media only screen and (min-width: 48rem) {
  .page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._content {
    width: 40%;
    margin-left: -5%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._content {
    padding-top: 20px;
    text-align: center;
  }
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._content ._design_text {
  opacity: 0;
  position: relative;
  transform: translateY(-20px);
  transition: all 0.8s ease;
  visibility: hidden;
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._content ._design_text::after {
  right: -40px;
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._content ._design_text ._subtitle {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._content ._design_text ._subtitle {
    text-align: center;
  }
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._content ._design_text .heading-title {
  color: #ffffff;
  font-size: 54px;
  line-height: 100%;
  font-family: "Philosopher", sans-serif;
}
@media only screen and (max-width: 63.99875rem) {
  .page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._content ._design_text .heading-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._content ._design_text .heading-title {
    text-align: center;
  }
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._content ._desc {
  padding-top: 15px;
  color: #ffffff;
  line-height: 26px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease;
  visibility: hidden;
  display: inline-flex;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._content ._desc {
    text-align: center;
  }
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._content ._desc::before {
  position: absolute;
  content: "";
  width: 97px;
  height: 79px;
  background: url("../img/icon-dau-phay.png") no-repeat center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: -125px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._content ._desc::before {
    display: none;
  }
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._content ._desc::after {
  position: absolute;
  content: "";
  width: 198px;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._content ._desc::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._content ._title_unsigned {
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.8s ease;
  transition-delay: 1000ms;
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide ._hb_ceo_item ._content ._title_unsigned {
    text-align: center;
  }
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide.swiper-slide-active ._hb_ceo_item ._images {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.5s;
  visibility: visible;
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide.swiper-slide-active ._hb_ceo_item ._content {
  opacity: 1;
  transform: translateX(0px);
  transition: all 500ms ease;
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide.swiper-slide-active ._hb_ceo_item ._content ._design_text {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 400ms;
  visibility: visible;
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide.swiper-slide-active ._hb_ceo_item ._content ._desc {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 400ms;
  visibility: visible;
}
.page-about-us ._hb_ceo .container ._hb_ceo_inner .swiper-slide.swiper-slide-active ._hb_ceo_item ._content ._title_unsigned {
  transform: scale(1);
}
.page-about-us ._hb_info {
  position: relative;
  z-index: 2;
}
.page-about-us ._hb_info {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-about-us ._hb_info {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-about-us ._hb_info {
    padding-top: 2.5rem;
  }
}
.page-about-us ._hb_info {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .page-about-us ._hb_info {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-about-us ._hb_info {
    padding-bottom: 5rem;
  }
}
.page-about-us ._hb_info .container ._design_text {
  left: 50%;
  transform: translateX(-50%);
}
.page-about-us ._hb_info .container ._design_text::after {
  right: -40px;
  top: -15px;
}
.page-about-us ._hb_info .container ._design_text .heading-title {
  margin-bottom: 0;
}
.page-about-us ._hb_info .container ._hb_info_inner {
  padding-top: 30px;
  display: flex;
  align-items: center;
}
.page-about-us ._hb_info .container ._hb_info_inner {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us ._hb_info .container ._hb_info_inner {
    padding-top: 20px;
    flex-flow: row wrap;
  }
}
.page-about-us ._hb_info .container ._hb_info_inner ._images {
  margin-bottom: 0;
  border-radius: 300px;
  overflow: hidden;
}
@media only screen and (min-width: 48rem) {
  .page-about-us ._hb_info .container ._hb_info_inner ._images {
    height: 480px;
  }
}
.page-about-us ._hb_info .container ._hb_info_inner ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-about-us ._hb_info .container ._hb_info_inner ._hb_info_left {
  width: 342px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us ._hb_info .container ._hb_info_inner ._hb_info_left {
    width: 100%;
  }
}
.page-about-us ._hb_info .container ._hb_info_inner ._hb_info_center {
  flex: 1;
}
.page-about-us ._hb_info .container ._hb_info_inner ._hb_info_center ._desc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-about-us ._hb_info .container ._hb_info_inner ._hb_info_center ._desc ul li {
  margin-bottom: 15px;
}
.page-about-us ._hb_info .container ._hb_info_inner ._hb_info_center ._desc ul li strong {
  color: #684127;
  position: relative;
  z-index: 1;
}
.page-about-us ._hb_info .container ._hb_info_inner ._hb_info_center ._desc ul li strong::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
  background: url("../img/icon-vector.png") no-repeat right center;
  background-size: contain;
  z-index: -1;
}
@media only screen and (max-width: 63.99875rem) {
  .page-about-us ._hb_info .container ._hb_info_inner ._hb_info_center ._desc ul li strong::after {
    display: none;
  }
}
.page-about-us ._hb_info .container ._hb_info_inner ._hb_info_center ._desc ul li:nth-child(1) strong::after {
  width: 105px;
  height: 31px;
}
.page-about-us ._hb_info .container ._hb_info_inner ._hb_info_center ._desc ul li:nth-child(2) strong::after {
  width: 126px;
  height: 31px;
}
.page-about-us ._hb_info .container ._hb_info_inner ._hb_info_center ._desc ul li:nth-child(3) strong::after {
  width: 126px;
  height: 31px;
}
.page-about-us ._hb_info .container ._hb_info_inner ._hb_info_center ._desc ul li:nth-child(4) strong::after {
  width: 126px;
  height: 31px;
}
.page-about-us ._hb_info .container ._hb_info_inner ._hb_info_center ._desc ul li:last-child {
  margin-bottom: 0;
}
.page-about-us ._hb_info .container ._hb_info_inner ._hb_info_center ._list {
  padding-top: 16px;
}
.page-about-us ._hb_info .container ._hb_info_inner ._hb_info_center ._list ._item {
  position: relative;
  margin-bottom: 15px;
  transition: 0.4s;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  background: #52091F; /* Màu nền rượu vang đậm */
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: sans-serif;
  isolation: isolate;
  border: 5px solid #52091F;
  width: 100%;
}
@media only screen and (max-width: 63.99875rem) {
  .page-about-us ._hb_info .container ._hb_info_inner ._hb_info_center ._list ._item {
    font-size: 18px;
  }
}
.page-about-us ._hb_info .container ._hb_info_inner ._hb_info_center ._list ._item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 2px;
  background: linear-gradient(90deg, #f0cd43, #e73c7e);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.page-about-us ._hb_info .container ._hb_info_inner ._hb_info_center ._list ._item:last-child {
  margin-bottom: 0;
}
.page-about-us ._hb_info .container ._hb_info_inner ._hb_info_center ._list ._item span:first-child {
  color: rgba(255, 255, 255, 0.6980392157);
}
.page-about-us ._hb_info .container ._hb_info_inner ._hb_info_center ._list ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.page-about-us ._hb_info .container ._hb_info_inner ._hb_info_center ._list ._item:hover {
  transform: translateY(-5px);
}
.page-about-us ._hb_info .container ._hb_info_inner ._hb_info_right {
  width: 342px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us ._hb_info .container ._hb_info_inner ._hb_info_right {
    width: 100%;
  }
}

/**  */