/** $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: #0c0c0c;
  --body-bg: #ffffff;
  --link-color: #ff4d1b;
  --link-hover-color: rgb(204, 61.6, 21.6);
  --gutter: 14px;
  --gutter-xs: 10px;
  --gap: 28px;
  --gap-xs: 20px;
  --Primary-01: #D04C27;
  --Primary-02: #ff4d1b;
  --Primary-03: #105b37;
  --Primary-04: #285a43;
  --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;
  }
}
html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 80px;
}

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

body {
  color: #0c0c0c;
  background: #ffffff;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
}
body {
  font-size: 0.9375rem;
  line-height: 1.516875rem;
}
@media screen and (min-width: 40rem) {
  body {
    font-size: calc(0.9375rem + 0.0011160714 * (100vw - 40rem));
    line-height: calc(1.516875rem + 0.0018058036 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  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: "Phudu", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  font-optical-sizing: auto;
  margin-bottom: 16px;
  margin-top: 0;
  font-weight: 600;
  color: #D04C27;
}
: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.0267857143 * (100vw - 40rem));
    line-height: calc(1.95rem + 0.0348214286 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :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.015625 * (100vw - 40rem));
    line-height: calc(1.625rem + 0.0203125 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :is(h2, .h2) {
    font-size: 2.125rem;
    line-height: 2.7625rem;
  }
}

: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.0122767857 * (100vw - 40rem));
    line-height: calc(1.54375rem + 0.0159598214 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :is(h3, .h3) {
    font-size: 1.875rem;
    line-height: 2.4375rem;
  }
}

: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.0078125 * (100vw - 40rem));
    line-height: calc(1.4625rem + 0.01015625 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :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.0033482143 * (100vw - 40rem));
    line-height: calc(1.38125rem + 0.0043526786 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :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.0022321429 * (100vw - 40rem));
    line-height: calc(1.3rem + 0.0029017857 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :is(h6, .h6) {
    font-size: 1.125rem;
    line-height: 1.4625rem;
  }
}

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

.heading-font {
  font-family: "Phudu", -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: #ff4d1b;
}
a:hover {
  color: rgb(204, 61.6, 21.6);
  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;
}

@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: 640px;
}
: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: 1240px;
  }
}
@media only screen and (min-width: 96rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 1440px;
  }
}
@media only screen and (min-width: 96rem) {
  :is(.container, .flex-container, .grid-container):not(.full).xxl {
    max-width: 1440px;
  }
}
: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, .ar-1-1, .ar\[1-1\]) {
    aspect-ratio: 1 / 1;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-1, .ar-1-1, .ar\[1-1\]) {
    height: 0;
    padding-bottom: 100%;
  }
}

@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%;
  }
}

@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%;
  }
}

/*@while $count <= $count_max {
    :is(.mt-0, .mt\[0px\]) {
        margin-top: func.fs($count);
    }

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

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

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

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

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

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

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

    $count: $count + $step;
}*/
: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);
}

@keyframes slideDownHeader {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.site-header {
  position: relative;
}

#inside-header {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
  padding: 20px 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header {
    padding: 10px 0;
  }
  #inside-header.w-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    animation: slideDownHeader 0.35s cubic-bezier(0.4, 0, 0.2, 1) both;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .container {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell {
    padding: 0 10px;
  }
}
#inside-header .cell.cell-left {
  width: 37%;
  gap: 30px;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell.cell-left {
    width: 30%;
  }
}
#inside-header .cell.cell-left .home-link {
  border-radius: 50%;
  background-color: #D04C27;
}
#inside-header .cell.cell-left .home-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#inside-header .cell.cell-left .home-link {
  width: 2.875rem;
  height: 2.875rem;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell.cell-left .home-link {
    display: none !important;
  }
}
#inside-header .cell.cell-left .home-link svg {
  fill: #ffffff;
}
#inside-header .cell.cell-left .home-link svg {
  width: 1.25rem;
  height: 1.25rem;
}
#inside-header .cell.cell-left .home-link svg path {
  fill: #ffffff;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell.cell-left .nav {
    display: none !important;
  }
}
#inside-header .cell.cell-left .nav ul.menu li {
  margin-right: 20px;
}
#inside-header .cell.cell-left .nav ul.menu li:last-child {
  margin-right: 0;
}
#inside-header .cell.cell-left .nav ul.menu li a {
  color: #f30000;
}
#inside-header .cell.cell-left .nav ul.menu li a:hover {
  color: #D04C27;
}
#inside-header .cell.cell-center {
  width: 26%;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell.cell-center {
    width: 40%;
  }
}
#inside-header .cell.cell-center .logo img {
  height: 50px;
  object-fit: contain;
}
@media only screen and (max-width: 39.99875rem) {
  #inside-header .cell.cell-center .logo img {
    height: 45px;
  }
}
#inside-header .cell.cell-right {
  width: 37%;
  justify-content: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell.cell-right {
    width: 30%;
    gap: 12px;
  }
}
#inside-header .cell.cell-right .inline-search {
  width: 65%;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell.cell-right .inline-search {
    display: none !important;
  }
}

#bottom-header {
  background-color: #D04C27;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
}
@media only screen and (max-width: 63.99875rem) {
  #bottom-header {
    display: none !important;
  }
}
#bottom-header.w-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transform: translateY(0);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  animation: slideDownHeader 0.35s cubic-bezier(0.4, 0, 0.2, 1) both;
}
#bottom-header .main-menu {
  padding: 6px 0;
}
#bottom-header .main-menu .nav ul.menu > li {
  margin: 0 6px;
}
@media only screen and (min-width: 96rem) {
  #bottom-header .main-menu .nav ul.menu > li {
    margin: 0 10px;
  }
}
#bottom-header .main-menu .nav ul.menu > li:first-child {
  margin-left: 0;
}
#bottom-header .main-menu .nav ul.menu > li:last-child {
  margin-right: 0;
}
#bottom-header .main-menu .nav ul.menu > li > a {
  color: #ffffff;
  padding: 12px 20px;
  display: inline-block;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 96rem) {
  #bottom-header .main-menu .nav ul.menu > li > a {
    padding: 12px 24px;
  }
}
#bottom-header .main-menu .nav ul.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 32px !important;
}
#bottom-header .main-menu .nav ul.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #ffffff transparent transparent;
  border-width: 4px 4px 0 4px;
  right: 16px;
  margin-top: 0;
  transition: border-color 0.3s ease;
}
#bottom-header .main-menu .nav ul.menu > li.is-active > a, #bottom-header .main-menu .nav ul.menu > li.js-dropdown-active > a, #bottom-header .main-menu .nav ul.menu > li:hover > a {
  background-color: #ffffff;
  border-radius: 50px;
  color: #D04C27;
}
#bottom-header .main-menu .nav ul.menu > li.is-active > a::after, #bottom-header .main-menu .nav ul.menu > li.js-dropdown-active > a::after, #bottom-header .main-menu .nav ul.menu > li:hover > a::after {
  border-color: #D04C27 transparent transparent;
}
#bottom-header .main-menu .nav ul.menu > li > ul.sub-menu {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none !important;
  position: absolute !important;
  top: calc(100% + 15px) !important;
  left: 0 !important;
  width: 240px;
  height: auto;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 10px 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: none;
  z-index: 999;
  transition: opacity 0.3s ease, top 0.3s ease, visibility 0.3s ease !important;
}
#bottom-header .main-menu .nav ul.menu > li > ul.sub-menu > li {
  position: relative;
  width: 100%;
  margin: 0;
  border: none;
  padding: 0;
}
#bottom-header .main-menu .nav ul.menu > li > ul.sub-menu > li > a {
  font-family: "Phudu", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #D04C27;
  padding: 10px 20px;
  display: block;
  line-height: 1.4;
  background: transparent;
  border: none;
  transition: all 0.3s ease;
}
#bottom-header .main-menu .nav ul.menu > li > ul.sub-menu > li > a::before {
  display: none;
}
#bottom-header .main-menu .nav ul.menu > li > ul.sub-menu > li > a:hover {
  background-color: #f8f9fa;
  color: #D04C27;
}
#bottom-header .main-menu .nav ul.menu > li > ul.sub-menu > li ul.sub-menu {
  display: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 100% !important;
  width: 220px;
  background-color: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px 0;
  z-index: 999;
}
#bottom-header .main-menu .nav ul.menu > li > ul.sub-menu > li ul.sub-menu li {
  width: 100%;
  margin: 0;
  border: none;
  padding: 0;
}
#bottom-header .main-menu .nav ul.menu > li > ul.sub-menu > li ul.sub-menu li a {
  font-family: "Phudu", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #D04C27;
  padding: 8px 20px;
  display: block;
}
#bottom-header .main-menu .nav ul.menu > li > ul.sub-menu > li ul.sub-menu li a:hover {
  background-color: transparent;
  opacity: 0.8;
}
#bottom-header .main-menu .nav ul.menu > li > ul.sub-menu > li:hover ul.sub-menu {
  display: block !important;
}
#bottom-header .main-menu .nav ul.menu > li.menu-thumb {
  position: relative;
}
#bottom-header .main-menu .nav ul.menu > li.menu-thumb > .menu-thumb-wrapper {
  display: flex !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none !important;
  position: absolute !important;
  top: calc(100% + 20px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 600px;
  height: auto;
  min-height: 200px;
  background-color: #ffffff;
  border-radius: 40px;
  padding: 20px 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  flex-direction: row;
  align-items: center;
  gap: 30px;
  border: none;
  z-index: 999;
  transition: opacity 0.3s ease, top 0.3s ease, visibility 0.3s ease !important;
}
#bottom-header .main-menu .nav ul.menu > li.menu-thumb > .menu-thumb-wrapper .thumb-col {
  flex: 0 0 160px;
  width: 160px;
  text-align: center;
}
#bottom-header .main-menu .nav ul.menu > li.menu-thumb > .menu-thumb-wrapper .thumb-col img {
  width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: contain;
  border-radius: 8px;
}
#bottom-header .main-menu .nav ul.menu > li.menu-thumb > .menu-thumb-wrapper ul.sub-menu {
  flex: 1;
  display: flex;
  position: static !important;
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  flex-direction: column;
  margin: 0;
}
#bottom-header .main-menu .nav ul.menu > li.menu-thumb > .menu-thumb-wrapper ul.sub-menu li {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #105b37;
  padding: 0;
}
#bottom-header .main-menu .nav ul.menu > li.menu-thumb > .menu-thumb-wrapper ul.sub-menu li:first-child a {
  padding-top: 0;
}
#bottom-header .main-menu .nav ul.menu > li.menu-thumb > .menu-thumb-wrapper ul.sub-menu li a {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #D04C27;
  padding: 12px 0;
  display: block;
  text-align: center;
  line-height: 1.2;
  border: none;
  background: transparent;
  transition: opacity 0.2s ease;
}
#bottom-header .main-menu .nav ul.menu > li.menu-thumb > .menu-thumb-wrapper ul.sub-menu li a:hover {
  background-color: transparent;
}
#bottom-header .main-menu .nav ul.menu > li.mega-menu {
  position: relative;
}
#bottom-header .main-menu .nav ul.menu > li.mega-menu > ul.sub-menu {
  display: block !important;
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 700px !important;
  min-height: 220px !important;
  height: auto !important;
  background-color: #ffffff !important;
  border-radius: 20px !important;
  padding: 30px !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12) !important;
  border: none !important;
  z-index: 9999 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none !important;
  transition: opacity 0.25s ease, visibility 0.25s ease !important;
}
#bottom-header .main-menu .nav ul.menu > li.mega-menu > ul.sub-menu > li.menu-thumb {
  position: static !important;
  width: 240px !important;
  margin: 0 0 10px !important;
  border: none !important;
  padding: 0 !important;
  display: block !important;
}
#bottom-header .main-menu .nav ul.menu > li.mega-menu > ul.sub-menu > li.menu-thumb > a {
  display: none !important;
}
#bottom-header .main-menu .nav ul.menu > li.mega-menu > ul.sub-menu > li.menu-thumb .menu-thumb-wrapper {
  display: contents !important;
}
#bottom-header .main-menu .nav ul.menu > li.mega-menu > ul.sub-menu > li.menu-thumb .menu-thumb-wrapper .thumb-col {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center !important;
  justify-content: center !important;
  width: 180px !important;
  height: 72px !important;
  background-color: #f5f5f5 !important;
  border-radius: 14px !important;
  border: 2px solid transparent !important;
  padding: 10px 14px !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}
#bottom-header .main-menu .nav ul.menu > li.mega-menu > ul.sub-menu > li.menu-thumb .menu-thumb-wrapper .thumb-col img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  display: block !important;
  border-radius: 0 !important;
}
#bottom-header .main-menu .nav ul.menu > li.mega-menu > ul.sub-menu > li.menu-thumb .menu-thumb-wrapper ul.sub-menu {
  position: absolute !important;
  top: 30px !important;
  left: 240px !important;
  right: 30px !important;
  bottom: 30px !important;
  width: auto !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 20px 0 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(8px) !important;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
#bottom-header .main-menu .nav ul.menu > li.mega-menu > ul.sub-menu > li.menu-thumb .menu-thumb-wrapper ul.sub-menu li {
  width: 100% !important;
  margin: 0 !important;
  border: none !important;
  border-bottom: 1px solid #105b37 !important;
  padding: 0 !important;
}
#bottom-header .main-menu .nav ul.menu > li.mega-menu > ul.sub-menu > li.menu-thumb .menu-thumb-wrapper ul.sub-menu li:last-child {
  border-bottom: none !important;
}
#bottom-header .main-menu .nav ul.menu > li.mega-menu > ul.sub-menu > li.menu-thumb .menu-thumb-wrapper ul.sub-menu li a {
  font-family: "Phudu", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #ff4d1b !important;
  padding: 14px 0 !important;
  display: block !important;
  text-align: center !important;
  line-height: 1.2 !important;
  border: none !important;
  background: transparent !important;
  transition: opacity 0.2s ease !important;
}
#bottom-header .main-menu .nav ul.menu > li.mega-menu > ul.sub-menu > li.menu-thumb .menu-thumb-wrapper ul.sub-menu li a:hover {
  background-color: transparent !important;
  opacity: 0.7 !important;
}
#bottom-header .main-menu .nav ul.menu > li.mega-menu > ul.sub-menu > li.menu-thumb:first-child .menu-thumb-wrapper .thumb-col {
  border-color: #ff4d1b !important;
  background-color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08) !important;
}
#bottom-header .main-menu .nav ul.menu > li.mega-menu > ul.sub-menu > li.menu-thumb:first-child .menu-thumb-wrapper ul.sub-menu {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(8px) !important;
}
#bottom-header .main-menu .nav ul.menu > li.mega-menu > ul.sub-menu > li.menu-thumb:hover .menu-thumb-wrapper .thumb-col {
  border-color: #ff4d1b !important;
  background-color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08) !important;
}
#bottom-header .main-menu .nav ul.menu > li.mega-menu > ul.sub-menu > li.menu-thumb:hover .menu-thumb-wrapper ul.sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}
#bottom-header .main-menu .nav ul.menu > li.mega-menu > ul.sub-menu:has(> li.menu-thumb:not(:first-child):hover) > li.menu-thumb:first-child .menu-thumb-wrapper .thumb-col {
  border-color: transparent !important;
  background-color: #f5f5f5 !important;
  box-shadow: none !important;
}
#bottom-header .main-menu .nav ul.menu > li.mega-menu > ul.sub-menu:has(> li.menu-thumb:not(:first-child):hover) > li.menu-thumb:first-child .menu-thumb-wrapper ul.sub-menu {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(8px) !important;
}
#bottom-header .main-menu .nav ul.menu > li.mega-menu.is-active > ul.sub-menu, #bottom-header .main-menu .nav ul.menu > li.mega-menu.js-dropdown-active > ul.sub-menu, #bottom-header .main-menu .nav ul.menu > li.mega-menu:hover > ul.sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: 100% !important;
  pointer-events: auto !important;
}
#bottom-header .main-menu .nav ul.menu > li.mega-menu.is-active > ul.sub-menu > li.menu-thumb:first-child .menu-thumb-wrapper ul.sub-menu, #bottom-header .main-menu .nav ul.menu > li.mega-menu.js-dropdown-active > ul.sub-menu > li.menu-thumb:first-child .menu-thumb-wrapper ul.sub-menu, #bottom-header .main-menu .nav ul.menu > li.mega-menu:hover > ul.sub-menu > li.menu-thumb:first-child .menu-thumb-wrapper ul.sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transition-delay: 0s !important;
  transform: translateY(0) !important;
}
#bottom-header .main-menu .nav ul.menu > li.is-active > ul.sub-menu, #bottom-header .main-menu .nav ul.menu > li.js-dropdown-active > ul.sub-menu, #bottom-header .main-menu .nav ul.menu > li:hover > ul.sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: 102% !important;
  pointer-events: auto !important;
}
#bottom-header .main-menu .nav ul.menu > li.is-active.menu-thumb > .menu-thumb-wrapper, #bottom-header .main-menu .nav ul.menu > li.js-dropdown-active.menu-thumb > .menu-thumb-wrapper, #bottom-header .main-menu .nav ul.menu > li:hover.menu-thumb > .menu-thumb-wrapper {
  opacity: 1 !important;
  visibility: visible !important;
  top: 102% !important;
  pointer-events: auto !important;
}

.nav ul.menu {
  justify-content: center;
}
.nav ul.menu li {
  position: relative;
}
.nav ul.menu li {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .nav ul.menu li {
    font-size: 1.25rem;
  }
}
.nav ul.menu li.is-dropdown-submenu-parent > a {
  padding-right: 35px;
}
.nav ul.menu li.is-dropdown-submenu-parent > a::after {
  border-width: 4px;
  right: 18px;
  margin-top: 0;
}
.nav ul.menu li.is-dropdown-submenu-parent ul.sub-menu {
  border: none;
}
.nav ul.menu li.is-dropdown-submenu-parent ul.sub-menu li {
  border-bottom: 1px solid #cecece;
}
.nav ul.menu li.is-dropdown-submenu-parent ul.sub-menu li a {
  line-height: 1.4;
  padding: 10px 15px;
}
.nav ul.menu li a {
  font-weight: 600;
  color: #105b37;
  padding: 12px 16px;
  text-transform: uppercase;
  font-family: "Phudu", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
.nav ul.menu li a[aria-current=page], .nav ul.menu li a:hover {
  color: #D04C27;
}

.inline-search form {
  position: relative;
}
.inline-search form input {
  height: 36px;
  width: 100%;
  border: 1px solid #D04C27;
  border-radius: 35px;
  padding: 0 16px 0 40px;
}
.inline-search form input::-webkit-input-placeholder {
  color: rgba(60, 60, 67, 0.6);
}
.inline-search form input::placeholder {
  color: rgba(60, 60, 67, 0.6);
}
.inline-search form button {
  position: absolute;
  top: 9px;
  left: 15px;
}
.inline-search form button svg {
  fill: rgba(60, 60, 67, 0.6);
}
.inline-search form button svg {
  width: 1.125rem;
  height: 1.125rem;
}
.inline-search form button svg path {
  fill: rgba(60, 60, 67, 0.6);
}

.widget_polylang ul {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .widget_polylang ul {
    gap: 8px;
  }
}
.widget_polylang ul li.lang-item a {
  position: relative;
  display: block;
}
.widget_polylang ul li.lang-item a {
  width: 2.875rem;
  height: 2rem;
}
@media only screen and (max-width: 47.99875rem) {
  .widget_polylang ul li.lang-item a {
    width: 2.125rem;
    height: 1.375rem;
  }
}
.widget_polylang ul li.lang-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.widget_polylang ul li.lang-item a[lang=vi]::before {
  background-image: url("../../assets/img/lang-vi.png");
}
.widget_polylang ul li.lang-item a[lang=en-US] {
  display: none;
}
.widget_polylang ul li.lang-item a[lang=en-US]::before {
  background-image: url("../../assets/img/lang-us.png");
}
.widget_polylang ul li.lang-item a img {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#mini-cart_wrapper {
  position: relative;
}
@media only screen and (max-width: 63.99875rem) {
  #mini-cart_wrapper {
    margin-right: 2px;
  }
}
#mini-cart_wrapper:hover .widget_shopping_cart {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
#mini-cart_wrapper .woocommerce-Price-amount.amount {
  display: none;
}
#mini-cart_wrapper .icon {
  border-radius: 4px;
  border: 1px solid #707070;
}
#mini-cart_wrapper .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#mini-cart_wrapper .icon {
  width: 2.5rem;
  height: 2.5rem;
}
#mini-cart_wrapper .icon img {
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#mini-cart_wrapper .icon img {
  width: 1.375rem;
  height: 1.375rem;
}
#mini-cart_wrapper .count {
  position: absolute;
  top: -8px;
  right: -8px;
  border-radius: 50%;
  background: #ff4d1b;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  transition: 0.2s all;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mini-cart_wrapper .count {
  width: 1.25rem;
  height: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  #mini-cart_wrapper .count {
    right: -2px;
  }
}
#mini-cart_wrapper .widget_shopping_cart {
  position: absolute;
  left: auto;
  top: 105%;
  right: 0;
  width: 290px;
  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);
  font-size: 1rem;
  margin-bottom: 0;
  visibility: hidden;
  padding-top: 5px;
}
#mini-cart_wrapper .widget_shopping_cart .widget_shopping_cart_content {
  padding: 5px 10px 10px 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: 500;
}
#mini-cart_wrapper .widget_shopping_cart .widget_shopping_cart_content img {
  width: 60px !important;
}
#mini-cart_wrapper .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.wc-forward {
  width: 100%;
  margin: 0;
  background-color: #ff4d1b;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
}
#mini-cart_wrapper .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout {
  display: none;
}

.site-footer {
  position: relative;
  background-color: #D04C27;
}
@media only screen and (max-width: 47.99875rem) {
  .site-footer {
    padding-bottom: 52px;
  }
}

.before-footer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
  color: #ffffff;
}
@media only screen and (max-width: 63.99875rem) {
  .before-footer {
    padding: 40px 0;
    display: none !important;
  }
}
.before-footer .before-footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.before-footer .before-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 63.99875rem) {
  .before-footer .before-footer-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
}
.before-footer .before-footer-title {
  max-width: 40%;
}
@media only screen and (max-width: 63.99875rem) {
  .before-footer .before-footer-title {
    max-width: 100%;
  }
}
.before-footer .before-footer-title .title {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
}
.before-footer .before-footer-title .title {
  font-size: 1.375rem;
}
@media only screen and (min-width: 48rem) {
  .before-footer .before-footer-title .title {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .before-footer .before-footer-title .title {
    font-size: 1.875rem;
  }
}
.before-footer .before-footer-form {
  flex-grow: 1;
  max-width: 45%;
}
@media only screen and (max-width: 63.99875rem) {
  .before-footer .before-footer-form {
    max-width: 100%;
  }
}
.before-footer .before-footer-form form.wpcf7-form {
  position: relative;
}
.before-footer .before-footer-form form.wpcf7-form input {
  background: rgba(217, 217, 217, 0.031372549);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 12px 24px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  width: 83%;
  height: 48px !important;
  outline: none !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s ease !important;
}
.before-footer .before-footer-form form.wpcf7-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.before-footer .before-footer-form form.wpcf7-form input::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.before-footer .before-footer-form form.wpcf7-form input:focus {
  border-color: #D04C27 !important;
}
.before-footer .before-footer-form form.wpcf7-form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #D04C27 !important;
  color: #ffffff !important;
  border-radius: 35px !important;
  padding: 0 30px !important;
  width: -webkit-fit-content !important;
  width: fit-content !important;
  font-family: "Phudu", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border: none !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  height: 48px !important;
  line-height: 48px !important;
  box-sizing: border-box !important;
  transition: background-color 0.2s ease, transform 0.2s ease !important;
}
.before-footer .before-footer-form form.wpcf7-form input[type=submit]:hover {
  background-color: #ff4d1b !important;
  transform: translateY(-2px) !important;
}
.before-footer .before-footer-form form.wpcf7-form input[type=submit]:active {
  transform: translateY(0) !important;
}
@media only screen and (max-width: 39.99875rem) {
  .before-footer .before-footer-form form.wpcf7-form input[type=submit] {
    position: relative;
  }
}
.before-footer .before-footer-form form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  color: #dc9f32;
  padding-top: 5px;
}
.before-footer .before-footer-form form.wpcf7-form .wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 13px;
  right: 29px;
}
.before-footer .before-footer-form form.wpcf7-form .wpcf7-response-output {
  margin: 12px 0 0;
  font-size: 14px;
}

#footer-columns {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  padding: 80px 0;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns {
    padding: 60px 0 15px;
  }
}
#footer-columns .widget-title,
#footer-columns .widget_nav_menu > span {
  color: #ffffff;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#footer-columns .widget-title,
#footer-columns .widget_nav_menu > span {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  #footer-columns .widget-title,
  #footer-columns .widget_nav_menu > span {
    font-size: 1.5rem;
  }
}
#footer-columns a {
  color: #ffffff;
  transition: color 0.2s ease-in-out;
}
#footer-columns a:hover {
  color: #fff6ed;
}
#footer-columns .main-wrapper .cell-about {
  width: 25%;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .main-wrapper .cell-about {
    width: 100%;
  }
}
#footer-columns .main-wrapper .cell-about .logo {
  display: block;
}
#footer-columns .main-wrapper .cell-about .logo img {
  width: -webkit-fit-content;
  width: fit-content;
  height: 60px;
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .main-wrapper .cell-about .logo img {
    width: 100%;
  }
}
#footer-columns .main-wrapper .cell-about .col-inf {
  display: none;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .main-wrapper .cell-about .col-inf {
    display: block;
    margin: 20px 0;
    text-align: center;
  }
}
#footer-columns .main-wrapper .cell-about .copyright {
  margin: 25px 0;
}
#footer-columns .main-wrapper .cell-about .copyright {
  font-size: 0.75rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .main-wrapper .cell-about .copyright {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .main-wrapper .cell-about .copyright {
    display: none;
  }
}
#footer-columns .main-wrapper .cell-about .link-bct {
  display: block;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .main-wrapper .cell-about .link-bct {
    display: none;
  }
}
#footer-columns .main-wrapper .cell-about .link-bct img {
  height: 62px;
  object-fit: contain;
}
#footer-columns .main-wrapper .cell-menu {
  width: 75%;
}
#footer-columns .main-wrapper .cell-menu {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  #footer-columns .main-wrapper .cell-menu {
    padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .main-wrapper .cell-menu {
    width: 100%;
  }
}
#footer-columns .main-wrapper .cell-menu .menu-inner {
  justify-content: space-between;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .main-wrapper .cell-menu .menu-inner {
    flex-direction: column;
  }
}
#footer-columns .main-wrapper .cell-menu .menu-inner.top-menu {
  margin-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  #footer-columns .main-wrapper .cell-menu .menu-inner.top-menu {
    margin-bottom: 1.5625rem;
  }
}
#footer-columns .main-wrapper .cell-menu ul.menu {
  flex-direction: column;
}
#footer-columns .main-wrapper .cell-menu ul.menu li a {
  padding: 0 0 16px 0;
  line-height: 1.5;
}
#footer-columns .main-wrapper .cell-menu .widget_nav_menu {
  width: 33.3333333333%;
  padding: 0 16px;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .main-wrapper .cell-menu .widget_nav_menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0 !important;
    padding-block: 16px;
    width: 100%;
    padding: 0;
  }
  #footer-columns .main-wrapper .cell-menu .widget_nav_menu > span {
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-user-select: none;
            user-select: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
  }
  #footer-columns .main-wrapper .cell-menu .widget_nav_menu > span .accordion-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transition: transform 0.25s ease;
    color: #ffffff;
  }
  #footer-columns .main-wrapper .cell-menu .widget_nav_menu > span .accordion-arrow svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
  }
  #footer-columns .main-wrapper .cell-menu .widget_nav_menu > div {
    display: none;
    padding-top: 12px;
    padding-bottom: 4px;
  }
  #footer-columns .main-wrapper .cell-menu .widget_nav_menu > div ul.menu li a {
    padding: 8px 0 !important;
    font-size: 16px;
    opacity: 0.85;
  }
  #footer-columns .main-wrapper .cell-menu .widget_nav_menu > div ul.menu li a:hover {
    opacity: 1;
  }
  #footer-columns .main-wrapper .cell-menu .widget_nav_menu > div ul.menu li:last-child a {
    padding-bottom: 0 !important;
  }
  #footer-columns .main-wrapper .cell-menu .widget_nav_menu.is-open > span .accordion-arrow {
    transform: rotate(180deg);
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns .main-wrapper .cell-menu .widget_nav_menu > div {
    display: block !important;
  }
  #footer-columns .main-wrapper .cell-menu .widget_nav_menu > span .accordion-arrow {
    display: none !important;
  }
}
#footer-columns .bottom-wrapper {
  justify-content: space-between;
  gap: 24px;
}
#footer-columns .bottom-wrapper {
  margin-top: 0.75rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .bottom-wrapper {
    margin-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns .bottom-wrapper {
    margin-top: 3.125rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
#footer-columns .bottom-wrapper .col-inf {
  display: block;
  width: calc(70% - 12px);
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .bottom-wrapper .col-inf {
    display: none;
  }
}
#footer-columns .bottom-wrapper .col-social {
  width: calc(30% - 12px);
  text-align: center;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .bottom-wrapper .col-social {
    width: 100%;
    padding-top: 16px;
  }
}
#footer-columns .bottom-wrapper .col-social .social-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 8px;
  width: 208px;
  margin: 20px auto 0;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
}
#footer-columns .bottom-wrapper .col-social .social-menu li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
#footer-columns .bottom-wrapper .col-social .social-menu a {
  background-color: #ffffff !important;
  border-radius: 12px !important;
  width: 46px !important;
  height: 46px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #D04C27 !important;
  border: none !important;
  transition: transform 0.2s ease !important;
}
#footer-columns .bottom-wrapper .col-social .social-menu a:hover {
  transform: scale(1.1) !important;
}
#footer-columns .bottom-wrapper .col-social .social-menu a svg {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
}
#footer-columns .bottom-wrapper .col-social .social-menu a svg path {
  fill: currentColor !important;
}
#footer-columns .bottom-wrapper .col-social .social-menu a img {
  width: 28px !important;
  height: 28px !important;
  object-fit: contain !important;
  display: block !important;
}
#footer-columns .bottom-wrapper .col-social .social-menu a.zalo img {
  -webkit-filter: brightness(0) invert(36%) sepia(84%) saturate(3665%) hue-rotate(353deg) brightness(101%) contrast(101%) !important;
          filter: brightness(0) invert(36%) sepia(84%) saturate(3665%) hue-rotate(353deg) brightness(101%) contrast(101%) !important;
}
#footer-columns .bottom-wrapper .link-bct {
  display: none;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .bottom-wrapper .link-bct {
    display: block;
  }
  #footer-columns .bottom-wrapper .link-bct img {
    height: 56px;
    object-fit: contain;
  }
}
#footer-columns .bottom-wrapper .copyright {
  display: none;
}
#footer-columns .bottom-wrapper .copyright {
  font-size: 0.75rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .bottom-wrapper .copyright {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .bottom-wrapper .copyright {
    text-align: center;
    display: block;
  }
}
#footer-columns .name-comp {
  font-family: "Phudu", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
}
#footer-columns .name-comp {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .name-comp {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns .name-comp {
    font-size: 2.8125rem;
  }
}
#footer-columns .col-inf .value {
  line-height: 1.6;
}
#footer-columns .col-inf .value {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 64rem) {
  #footer-columns .col-inf .value {
    margin-bottom: 0.75rem;
  }
}
#footer-columns .col-inf .value {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  #footer-columns .col-inf .value {
    font-size: 1.125rem;
  }
}
#footer-columns .col-inf .value:last-child {
  margin-bottom: 0;
}
#footer-columns .col-inf .value.m-address {
  width: 750px;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .col-inf .value.m-address {
    width: 100%;
  }
}
#footer-columns .col-inf .value .label {
  padding-right: 6px;
  font-weight: 600;
}

.contact-cta {
  position: fixed;
  bottom: 90px;
  right: 20px;
  margin: 0;
  border-radius: 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999;
}
@media only screen and (max-width: 47.99875rem) {
  .contact-cta {
    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;
  }
}
.contact-cta .contact-toggle {
  background-color: #D04C27;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #ffffff;
  padding: 3px;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
}
.contact-cta .contact-toggle {
  width: 2.625rem;
  height: 2.625rem;
}
.contact-cta .contact-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.99875rem) {
  .contact-cta .contact-toggle {
    display: none;
  }
}

.add-this.contact-link {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    border-radius: 0;
    justify-content: space-evenly;
  }
}
.add-this.contact-link li {
  margin-bottom: 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li {
    margin-bottom: 0;
  }
}
.add-this.contact-link li a {
  transition: 0.3s;
  color: #D04C27;
  background-color: #D04C27;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.add-this.contact-link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.add-this.contact-link li a {
  width: 2.625rem;
  height: 2.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li a {
    border: none;
  }
  .add-this.contact-link li a {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.add-this.contact-link li a > svg, .add-this.contact-link li a > i {
  padding: 3px;
  font-size: 22px;
  font-weight: 600;
}
.add-this.contact-link li a > svg, .add-this.contact-link li a > i {
  width: 1.875rem;
  height: 1.875rem;
}
.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: 1.875rem;
    height: 1.875rem;
  }
}
.add-this.contact-link li a > span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.1px;
  display: none;
}
@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: #D04C27;
}
@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;
}
: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: #0c0c0c #f3f3f3 #0c0c0c #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);
}

@media only screen and (max-width: 47.99875rem) {
  html {
    overflow-x: hidden;
  }
}

body {
  background-color: #fff6ed;
  overflow-x: hidden;
}

b,
strong {
  font-weight: 700;
}

.sharing-toolbox {
  display: flex;
  align-items: center;
}
.sharing-toolbox {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  .sharing-toolbox {
    display: none;
  }
}
.sharing-toolbox .social-share {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
.sharing-toolbox .social-share > .share-label {
  color: #3c3c3c;
}
.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-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;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
}
.sharing-toolbox .social-share.share-vertical ul.share-actions {
  flex-wrap: nowrap;
}

.share-icon {
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 4px;
}
.share-icon::before {
  content: "";
  background-color: #3c3c3c;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin: 0;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.share-icon::before {
  width: 1rem;
  height: 1rem;
}
.share-icon.icon-facebook::before {
  margin-left: 3px;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 320 512"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"></path></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 320 512"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"></path></svg>');
}
.share-icon.icon-print::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M19 8h-1V3H6v5H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zM8 5h8v3H8V5zm8 14H8v-4h8v4zm2-4v-2H6v2H4v-4c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v4h-2z" fill="currentColor"></path><circle cx="18" cy="11.5" r="1"></circle></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M19 8h-1V3H6v5H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zM8 5h8v3H8V5zm8 14H8v-4h8v4zm2-4v-2H6v2H4v-4c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v4h-2z" fill="currentColor"></path><circle cx="18" cy="11.5" r="1"></circle></svg>');
}
.share-icon.icon-x::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645c0 138.72-105.583 298.558-298.558 298.558c-59.452 0-114.68-17.219-161.137-47.106c8.447.974 16.568 1.299 25.34 1.299c49.055 0 94.213-16.568 130.274-44.832c-46.132-.975-84.792-31.188-98.112-72.772c6.498.974 12.995 1.624 19.818 1.624c9.421 0 18.843-1.3 27.614-3.573c-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319c-28.264-18.843-46.781-51.005-46.781-87.391c0-19.492 5.197-37.36 14.294-52.954c51.655 63.675 129.3 105.258 216.365 109.807c-1.624-7.797-2.599-15.918-2.599-24.04c0-57.828 46.782-104.934 104.934-104.934c30.213 0 57.502 12.67 76.67 33.137c23.715-4.548 46.456-13.32 66.599-25.34c-7.798 24.366-24.366 44.833-46.132 57.827c21.117-2.273 41.584-8.122 60.426-16.243c-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645c0 138.72-105.583 298.558-298.558 298.558c-59.452 0-114.68-17.219-161.137-47.106c8.447.974 16.568 1.299 25.34 1.299c49.055 0 94.213-16.568 130.274-44.832c-46.132-.975-84.792-31.188-98.112-72.772c6.498.974 12.995 1.624 19.818 1.624c9.421 0 18.843-1.3 27.614-3.573c-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319c-28.264-18.843-46.781-51.005-46.781-87.391c0-19.492 5.197-37.36 14.294-52.954c51.655 63.675 129.3 105.258 216.365 109.807c-1.624-7.797-2.599-15.918-2.599-24.04c0-57.828 46.782-104.934 104.934-104.934c30.213 0 57.502 12.67 76.67 33.137c23.715-4.548 46.456-13.32 66.599-25.34c-7.798 24.366-24.366 44.833-46.132 57.827c21.117-2.273 41.584-8.122 60.426-16.243c-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>');
}
.share-icon.icon-whatsapp::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512"><path d="M414.73 97.1A222.14 222.14 0 0 0 256.94 32C134 32 33.92 131.58 33.87 254a220.61 220.61 0 0 0 29.78 111L32 480l118.25-30.87a223.63 223.63 0 0 0 106.6 27h.09c122.93 0 223-99.59 223.06-222A220.18 220.18 0 0 0 414.73 97.1zM256.94 438.66h-.08a185.75 185.75 0 0 1-94.36-25.72l-6.77-4l-70.17 18.32l18.73-68.09l-4.41-7A183.46 183.46 0 0 1 71.53 254c0-101.73 83.21-184.5 185.48-184.5a185 185 0 0 1 185.33 184.64c-.04 101.74-83.21 184.52-185.4 184.52zm101.69-138.19c-5.57-2.78-33-16.2-38.08-18.05s-8.83-2.78-12.54 2.78s-14.4 18-17.65 21.75s-6.5 4.16-12.07 1.38s-23.54-8.63-44.83-27.53c-16.57-14.71-27.75-32.87-31-38.42s-.35-8.56 2.44-11.32c2.51-2.49 5.57-6.48 8.36-9.72s3.72-5.56 5.57-9.26s.93-6.94-.46-9.71s-12.54-30.08-17.18-41.19c-4.53-10.82-9.12-9.35-12.54-9.52c-3.25-.16-7-.2-10.69-.2a20.53 20.53 0 0 0-14.86 6.94c-5.11 5.56-19.51 19-19.51 46.28s20 53.68 22.76 57.38s39.3 59.73 95.21 83.76a323.11 323.11 0 0 0 31.78 11.68c13.35 4.22 25.5 3.63 35.1 2.2c10.71-1.59 33-13.42 37.63-26.38s4.64-24.06 3.25-26.37s-5.11-3.71-10.69-6.48z" fill-rule="evenodd"></path></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512"><path d="M414.73 97.1A222.14 222.14 0 0 0 256.94 32C134 32 33.92 131.58 33.87 254a220.61 220.61 0 0 0 29.78 111L32 480l118.25-30.87a223.63 223.63 0 0 0 106.6 27h.09c122.93 0 223-99.59 223.06-222A220.18 220.18 0 0 0 414.73 97.1zM256.94 438.66h-.08a185.75 185.75 0 0 1-94.36-25.72l-6.77-4l-70.17 18.32l18.73-68.09l-4.41-7A183.46 183.46 0 0 1 71.53 254c0-101.73 83.21-184.5 185.48-184.5a185 185 0 0 1 185.33 184.64c-.04 101.74-83.21 184.52-185.4 184.52zm101.69-138.19c-5.57-2.78-33-16.2-38.08-18.05s-8.83-2.78-12.54 2.78s-14.4 18-17.65 21.75s-6.5 4.16-12.07 1.38s-23.54-8.63-44.83-27.53c-16.57-14.71-27.75-32.87-31-38.42s-.35-8.56 2.44-11.32c2.51-2.49 5.57-6.48 8.36-9.72s3.72-5.56 5.57-9.26s.93-6.94-.46-9.71s-12.54-30.08-17.18-41.19c-4.53-10.82-9.12-9.35-12.54-9.52c-3.25-.16-7-.2-10.69-.2a20.53 20.53 0 0 0-14.86 6.94c-5.11 5.56-19.51 19-19.51 46.28s20 53.68 22.76 57.38s39.3 59.73 95.21 83.76a323.11 323.11 0 0 0 31.78 11.68c13.35 4.22 25.5 3.63 35.1 2.2c10.71-1.59 33-13.42 37.63-26.38s4.64-24.06 3.25-26.37s-5.11-3.71-10.69-6.48z" fill-rule="evenodd"></path></svg>');
}
.share-icon.icon-messenger::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 20l1.3-3.9A9 8 0 1 1 7.7 19L3 20"></path><path d="M8 13l3-2l2 2l3-2"></path></g></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 20l1.3-3.9A9 8 0 1 1 7.7 19L3 20"></path><path d="M8 13l3-2l2 2l3-2"></path></g></svg>');
}
.share-icon.icon-snapchat::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M21.07 16.17c-.34-.93-2.4-1.06-3.36-3.19c-.06-.16-.05-.27.11-.37c.74-.49 1.26-.76 1.56-1.33c.22-.41.25-.89.08-1.33c-.23-.61-.81-1-1.52-1c-.25 0-.45.05-.55.07c.01-.42 0-.86-.04-1.3c-.13-1.53-.67-2.34-1.23-2.98C15.79 4.37 14.48 3 12 3C9.52 3 8.21 4.37 7.88 4.74c-.56.64-1.1 1.45-1.23 2.98c-.03.44-.04.88-.04 1.3c-.11-.03-.3-.07-.55-.07c-.7 0-1.29.38-1.52 1c-.17.43-.14.92.08 1.33c.31.58.82.84 1.56 1.33c.16.11.17.21.11.37c-.97 2.13-3.02 2.26-3.36 3.19c-.15.4-.05.85.32 1.23c.57.59 1.63.77 1.84.91c.17.14.15.56.63.9c.38.26.8.28 1.25.29c1.31.05 1.6.27 2.1.58c.63.39 1.49.92 2.93.92c1.44 0 2.3-.53 2.93-.92c.5-.31.79-.53 2.1-.58c.45-.02.87-.03 1.25-.29c.49-.34.47-.76.63-.9c.21-.14 1.27-.32 1.84-.91c.37-.38.47-.83.32-1.23zm-1.03.53c-.37.39-1.26.5-1.73.82c-.48.42-.4.74-.59.87c-.13.09-.36.1-.72.12c-1.4.05-1.91.31-2.52.69c-1.43.88-2.23.8-2.48.8s-1.05.08-2.47-.81c-.61-.38-1.11-.63-2.52-.69c-.36-.01-.59-.03-.72-.12c-.19-.13-.12-.45-.59-.87c-.48-.32-1.36-.43-1.73-.82c-.06-.06-.11-.14-.12-.15c.07-.1.41-.3.66-.44c.78-.46 1.98-1.14 2.71-2.75c.26-.7.03-1.26-.48-1.59c-1.15-.73-1.13-.76-1.24-.96a.62.62 0 0 1-.03-.5c.12-.32.45-.35.58-.35c.19 0 .18.01 1.57.37c-.02-1.4-.04-1.85.02-2.51c.11-1.31.57-1.93.98-2.4C8.9 5.11 9.99 3.98 12 4c2.01-.02 3.1 1.11 3.37 1.41c.41.47.87 1.09.98 2.4c.06.66.04 1.11.02 2.51c1.4-.36 1.38-.37 1.57-.37c.14 0 .46.03.58.35c.07.17.06.35-.03.5c-.11.2-.09.22-1.23.97c-.51.33-.74.89-.48 1.59c.73 1.61 1.93 2.29 2.71 2.75c.25.15.59.34.66.44c0 .01-.06.09-.11.15z" fill="currentColor"></path></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M21.07 16.17c-.34-.93-2.4-1.06-3.36-3.19c-.06-.16-.05-.27.11-.37c.74-.49 1.26-.76 1.56-1.33c.22-.41.25-.89.08-1.33c-.23-.61-.81-1-1.52-1c-.25 0-.45.05-.55.07c.01-.42 0-.86-.04-1.3c-.13-1.53-.67-2.34-1.23-2.98C15.79 4.37 14.48 3 12 3C9.52 3 8.21 4.37 7.88 4.74c-.56.64-1.1 1.45-1.23 2.98c-.03.44-.04.88-.04 1.3c-.11-.03-.3-.07-.55-.07c-.7 0-1.29.38-1.52 1c-.17.43-.14.92.08 1.33c.31.58.82.84 1.56 1.33c.16.11.17.21.11.37c-.97 2.13-3.02 2.26-3.36 3.19c-.15.4-.05.85.32 1.23c.57.59 1.63.77 1.84.91c.17.14.15.56.63.9c.38.26.8.28 1.25.29c1.31.05 1.6.27 2.1.58c.63.39 1.49.92 2.93.92c1.44 0 2.3-.53 2.93-.92c.5-.31.79-.53 2.1-.58c.45-.02.87-.03 1.25-.29c.49-.34.47-.76.63-.9c.21-.14 1.27-.32 1.84-.91c.37-.38.47-.83.32-1.23zm-1.03.53c-.37.39-1.26.5-1.73.82c-.48.42-.4.74-.59.87c-.13.09-.36.1-.72.12c-1.4.05-1.91.31-2.52.69c-1.43.88-2.23.8-2.48.8s-1.05.08-2.47-.81c-.61-.38-1.11-.63-2.52-.69c-.36-.01-.59-.03-.72-.12c-.19-.13-.12-.45-.59-.87c-.48-.32-1.36-.43-1.73-.82c-.06-.06-.11-.14-.12-.15c.07-.1.41-.3.66-.44c.78-.46 1.98-1.14 2.71-2.75c.26-.7.03-1.26-.48-1.59c-1.15-.73-1.13-.76-1.24-.96a.62.62 0 0 1-.03-.5c.12-.32.45-.35.58-.35c.19 0 .18.01 1.57.37c-.02-1.4-.04-1.85.02-2.51c.11-1.31.57-1.93.98-2.4C8.9 5.11 9.99 3.98 12 4c2.01-.02 3.1 1.11 3.37 1.41c.41.47.87 1.09.98 2.4c.06.66.04 1.11.02 2.51c1.4-.36 1.38-.37 1.57-.37c.14 0 .46.03.58.35c.07.17.06.35-.03.5c-.11.2-.09.22-1.23.97c-.51.33-.74.89-.48 1.59c.73 1.61 1.93 2.29 2.71 2.75c.25.15.59.34.66.44c0 .01-.06.09-.11.15z" fill="currentColor"></path></svg>');
}
.share-icon.icon-skype::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 448 512"><path d="M424.7 299.8c2.9-14 4.7-28.9 4.7-43.8c0-113.5-91.9-205.3-205.3-205.3c-14.9 0-29.7 1.7-43.8 4.7C161.3 40.7 137.7 32 112 32C50.2 32 0 82.2 0 144c0 25.7 8.7 49.3 23.3 68.2c-2.9 14-4.7 28.9-4.7 43.8c0 113.5 91.9 205.3 205.3 205.3c14.9 0 29.7-1.7 43.8-4.7c19 14.6 42.6 23.3 68.2 23.3c61.8 0 112-50.2 112-112c.1-25.6-8.6-49.2-23.2-68.1zm-194.6 91.5c-65.6 0-120.5-29.2-120.5-65c0-16 9-30.6 29.5-30.6c31.2 0 34.1 44.9 88.1 44.9c25.7 0 42.3-11.4 42.3-26.3c0-18.7-16-21.6-42-28c-62.5-15.4-117.8-22-117.8-87.2c0-59.2 58.6-81.1 109.1-81.1c55.1 0 110.8 21.9 110.8 55.4c0 16.9-11.4 31.8-30.3 31.8c-28.3 0-29.2-33.5-75-33.5c-25.7 0-42 7-42 22.5c0 19.8 20.8 21.8 69.1 33c41.4 9.3 90.7 26.8 90.7 77.6c0 59.1-57.1 86.5-112 86.5z"></path></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 448 512"><path d="M424.7 299.8c2.9-14 4.7-28.9 4.7-43.8c0-113.5-91.9-205.3-205.3-205.3c-14.9 0-29.7 1.7-43.8 4.7C161.3 40.7 137.7 32 112 32C50.2 32 0 82.2 0 144c0 25.7 8.7 49.3 23.3 68.2c-2.9 14-4.7 28.9-4.7 43.8c0 113.5 91.9 205.3 205.3 205.3c14.9 0 29.7-1.7 43.8-4.7c19 14.6 42.6 23.3 68.2 23.3c61.8 0 112-50.2 112-112c.1-25.6-8.6-49.2-23.2-68.1zm-194.6 91.5c-65.6 0-120.5-29.2-120.5-65c0-16 9-30.6 29.5-30.6c31.2 0 34.1 44.9 88.1 44.9c25.7 0 42.3-11.4 42.3-26.3c0-18.7-16-21.6-42-28c-62.5-15.4-117.8-22-117.8-87.2c0-59.2 58.6-81.1 109.1-81.1c55.1 0 110.8 21.9 110.8 55.4c0 16.9-11.4 31.8-30.3 31.8c-28.3 0-29.2-33.5-75-33.5c-25.7 0-42 7-42 22.5c0 19.8 20.8 21.8 69.1 33c41.4 9.3 90.7 26.8 90.7 77.6c0 59.1-57.1 86.5-112 86.5z"></path></svg>');
}
.share-icon.icon-telegram::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zm4.64 6.8c-.15 1.58-.8 5.42-1.13 7.19c-.14.75-.42 1-.68 1.03c-.58.05-1.02-.38-1.58-.75c-.88-.58-1.38-.94-2.23-1.5c-.99-.65-.35-1.01.22-1.59c.15-.15 2.71-2.48 2.76-2.69a.2.2 0 0 0-.05-.18c-.06-.05-.14-.03-.21-.02c-.09.02-1.49.95-4.22 2.79c-.4.27-.76.41-1.08.4c-.36-.01-1.04-.2-1.55-.37c-.63-.2-1.12-.31-1.08-.66c.02-.18.27-.36.74-.55c2.92-1.27 4.86-2.11 5.83-2.51c2.78-1.16 3.35-1.36 3.73-1.36c.08 0 .27.02.39.12c.1.08.13.19.14.27c-.01.06.01.24 0 .38z"></path></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zm4.64 6.8c-.15 1.58-.8 5.42-1.13 7.19c-.14.75-.42 1-.68 1.03c-.58.05-1.02-.38-1.58-.75c-.88-.58-1.38-.94-2.23-1.5c-.99-.65-.35-1.01.22-1.59c.15-.15 2.71-2.48 2.76-2.69a.2.2 0 0 0-.05-.18c-.06-.05-.14-.03-.21-.02c-.09.02-1.49.95-4.22 2.79c-.4.27-.76.41-1.08.4c-.36-.01-1.04-.2-1.55-.37c-.63-.2-1.12-.31-1.08-.66c.02-.18.27-.36.74-.55c2.92-1.27 4.86-2.11 5.83-2.51c2.78-1.16 3.35-1.36 3.73-1.36c.08 0 .27.02.39.12c.1.08.13.19.14.27c-.01.06.01.24 0 .38z"></path></svg>');
}
.share-icon.icon-linkedin::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 448 512"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5c0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7c-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5c67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 448 512"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5c0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7c-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5c67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg>');
}
.share-icon.icon-copy-link::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10 14a3.5 3.5 0 0 0 5 0l4-4a3.5 3.5 0 0 0-5-5l-.5.5"></path><path d="M14 10a3.5 3.5 0 0 0-5 0l-4 4a3.5 3.5 0 0 0 5 5l.5-.5"></path></g></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10 14a3.5 3.5 0 0 0 5 0l4-4a3.5 3.5 0 0 0-5-5l-.5.5"></path><path d="M14 10a3.5 3.5 0 0 0-5 0l-4 4a3.5 3.5 0 0 0 5 5l.5-.5"></path></g></svg>');
}
.share-icon.icon-send-email::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="5" width="18" height="14" rx="2"></rect><path d="M3 7l9 6l9-6"></path></g></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="5" width="18" height="14" rx="2"></rect><path d="M3 7l9 6l9-6"></path></g></svg>');
}
.share-icon.icon-web-share::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><path d="M23 20a5 5 0 0 0-3.89 1.89l-7.31-4.57a4.46 4.46 0 0 0 0-2.64l7.31-4.57A5 5 0 1 0 18 7a4.79 4.79 0 0 0 .2 1.32l-7.31 4.57a5 5 0 1 0 0 6.22l7.31 4.57A4.79 4.79 0 0 0 18 25a5 5 0 1 0 5-5zm0-16a3 3 0 1 1-3 3a3 3 0 0 1 3-3zM7 19a3 3 0 1 1 3-3a3 3 0 0 1-3 3zm16 9a3 3 0 1 1 3-3a3 3 0 0 1-3 3z"></path></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><path d="M23 20a5 5 0 0 0-3.89 1.89l-7.31-4.57a4.46 4.46 0 0 0 0-2.64l7.31-4.57A5 5 0 1 0 18 7a4.79 4.79 0 0 0 .2 1.32l-7.31 4.57a5 5 0 1 0 0 6.22l7.31 4.57A4.79 4.79 0 0 0 18 25a5 5 0 1 0 5-5zm0-16a3 3 0 1 1-3 3a3 3 0 0 1 3-3zM7 19a3 3 0 1 1 3-3a3 3 0 0 1-3 3zm16 9a3 3 0 1 1 3-3a3 3 0 0 1-3 3z"></path></svg>');
}
.share-icon:hover {
  color: #D04C27;
}

.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;
  display: block;
  letter-spacing: 5px;
  line-height: 22px;
  width: 100px;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16"><g fill="none"><path d="M7.194 2.101a.9.9 0 0 1 1.614 0l1.521 3.082l3.401.495a.9.9 0 0 1 .5 1.535l-2.462 2.399l.581 3.387a.9.9 0 0 1-1.306.949l-3.042-1.6l-3.042 1.6a.9.9 0 0 1-1.306-.949l.58-3.387l-2.46-2.4a.9.9 0 0 1 .499-1.534l3.4-.495l1.522-3.082z"></path></g></svg>');
  background-repeat: repeat-x;
  background-size: 20px 20px;
  -webkit-filter: invert(68%) sepia(82%) saturate(541%) hue-rotate(2deg) brightness(107%) contrast(105%);
          filter: invert(68%) sepia(82%) saturate(541%) hue-rotate(2deg) brightness(107%) contrast(105%);
}
.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 {
  content: "";
  background-color: #fd7e14;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16"><g fill="none"><path d="M7.194 2.101a.9.9 0 0 1 1.614 0l1.521 3.082l3.401.495a.9.9 0 0 1 .5 1.535l-2.462 2.399l.581 3.387a.9.9 0 0 1-1.306.949l-3.042-1.6l-3.042 1.6a.9.9 0 0 1-1.306-.949l.58-3.387l-2.46-2.4a.9.9 0 0 1 .499-1.534l3.4-.495l1.522-3.082z" fill="currentColor"></path></g></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16"><g fill="none"><path d="M7.194 2.101a.9.9 0 0 1 1.614 0l1.521 3.082l3.401.495a.9.9 0 0 1 .5 1.535l-2.462 2.399l.581 3.387a.9.9 0 0 1-1.306.949l-3.042-1.6l-3.042 1.6a.9.9 0 0 1-1.306-.949l.58-3.387l-2.46-2.4a.9.9 0 0 1 .499-1.534l3.4-.495l1.522-3.082z" fill="currentColor"></path></g></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
  padding-left: 2.5px;
  padding-right: 2.5px;
  position: static;
}
.comment-form-rating p.stars > span > a::before {
  width: 1.25rem;
  height: 1.25rem;
}
.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 {
  letter-spacing: 5px;
  line-height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16"><g fill="none"><path d="M7.194 2.101a.9.9 0 0 1 1.614 0l1.521 3.082l3.401.495a.9.9 0 0 1 .5 1.535l-2.462 2.399l.581 3.387a.9.9 0 0 1-1.306.949l-3.042-1.6l-3.042 1.6a.9.9 0 0 1-1.306-.949l.58-3.387l-2.46-2.4a.9.9 0 0 1 .499-1.534l3.4-.495l1.522-3.082z"></path></g></svg>');
  background-repeat: repeat-x;
  background-size: 20px 20px;
  -webkit-filter: invert(68%) sepia(82%) saturate(541%) hue-rotate(2deg) brightness(107%) contrast(105%);
          filter: invert(68%) sepia(82%) saturate(541%) hue-rotate(2deg) brightness(107%) contrast(105%);
}
.loop-stars-rating > span {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.loop-stars-rating > span::before {
  color: #fd7e14;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16"><g fill="none"><path d="M7.194 2.101a.9.9 0 0 1 1.614 0l1.521 3.082l3.401.495a.9.9 0 0 1 .5 1.535l-2.462 2.399l.581 3.387a.9.9 0 0 1-1.306.949l-3.042-1.6l-3.042 1.6a.9.9 0 0 1-1.306-.949l.58-3.387l-2.46-2.4a.9.9 0 0 1 .499-1.534l3.4-.495l1.522-3.082z"></path></g></svg>');
  background-repeat: repeat-x;
  background-size: 20px 20px;
  -webkit-filter: invert(68%) sepia(82%) saturate(541%) hue-rotate(2deg) brightness(107%) contrast(105%);
          filter: invert(68%) sepia(82%) saturate(541%) hue-rotate(2deg) brightness(107%) contrast(105%);
  letter-spacing: 5px;
  line-height: 20px;
  display: block;
}

nav.nav-pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
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::before, nav.nav-pagination ul.pagination::after {
  content: none;
}
nav.nav-pagination ul.pagination li {
  border: none;
  margin: 0 6px;
}
nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li span {
  font-weight: 400;
  border-radius: 4px;
  color: #707070;
  padding: 0;
  border: 1px solid #bfbfbf;
  background-color: transparent;
  font-size: 16px;
  position: relative;
}
nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li span {
  width: 2.5rem;
  height: 2.5rem;
}
nav.nav-pagination ul.pagination li span {
  text-decoration: none !important;
}
nav.nav-pagination ul.pagination li svg {
  width: 1.125rem;
  height: 1.125rem;
}
nav.nav-pagination ul.pagination li a:hover,
nav.nav-pagination ul.pagination li span.current {
  color: #ffffff;
  border: 1px solid #D04C27;
  background-color: #D04C27;
}

:is(span, label) > a {
  color: #D04C27;
}
:is(span, label) > a:hover {
  color: #D04C27;
}

.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 {
  opacity: 0;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #D04C27;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1019607843);
}
.back-to-top {
  width: 2.5rem;
  height: 2.5rem;
}
.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 {
    width: 2.25rem;
    height: 2.25rem;
  }
  .back-to-top {
    bottom: 60px;
  }
}
.back-to-top.back-to-top__show {
  opacity: 1;
  transition: 0.3s;
}
.back-to-top > svg {
  position: relative;
  transform: rotate(-90deg);
  display: block;
  color: #D04C27;
}
.back-to-top > svg {
  width: 1.25rem;
  height: 1.25rem;
}
.back-to-top:hover {
  border-color: #105b37;
}
.back-to-top:hover > svg {
  color: #105b37;
}

.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 {
  margin-left: 0;
}
.off-canvas-content .menu-lines {
  transition: 0.3s;
  cursor: pointer;
  background: #D04C27;
  border-radius: 50%;
}
.off-canvas-content .menu-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.off-canvas-content .menu-lines {
  width: 2.5rem;
  height: 2.5rem;
}
.off-canvas-content .menu-lines {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.off-canvas-content .menu-lines {
  /*@include hamburger($Primary-01, $Primary-02, 22px, 18px, 2px, 3);*/
}
.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 svg,
.off-canvas-content .menu-lines path {
  fill: #ffffff;
}
.off-canvas-content .menu-lines .line {
  justify-content: space-between;
  transform: translateY(-1px);
}
.off-canvas-content .menu-lines .line {
  width: 1.375rem;
  height: 0.9375rem;
}
.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: 2px;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  right: 0;
}
.off-canvas-content .menu-lines .line > span.line-2::before {
  width: 80%;
  transition: 0.3s;
}
.off-canvas-content .menu-lines:hover .menu-txt {
  color: #ffffff;
}
.off-canvas-content .menu-lines:hover .line > span::before {
  background-color: #ffffff;
}
.off-canvas-content .menu-lines:hover .line > span.line-2::before {
  width: 100%;
}

.off-canvas {
  background-color: #ffffff;
}
.off-canvas.is-open {
  transform: translate(0) translateZ(3px);
}
.off-canvas .menu-heading-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
}
.off-canvas .menu-logo {
  display: block;
}
.off-canvas .menu-logo img {
  width: -webkit-fit-content;
  width: fit-content;
  height: 50px;
  object-fit: contain;
  display: block;
}
.off-canvas .menu-close-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #D04C27;
  background: transparent;
  border: 1px solid #D04C27;
  font-weight: 700;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 16px;
  margin-top: 30px;
  padding: 12px 24px;
  gap: 12px;
  font-family: "Phudu", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
.off-canvas .menu-close-btn {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .off-canvas .menu-close-btn {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .off-canvas .menu-close-btn {
    font-size: 1.375rem;
  }
}
.off-canvas .menu-close-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.off-canvas .menu-close-btn:hover {
  background-color: rgba(255, 77, 27, 0.08);
  color: rgb(165.0526315789, 60.3076923077, 30.9473684211);
}
.off-canvas.position-top.is-open, .off-canvas.position-bottom.is-open {
  height: 100%;
  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: 140px;
  height: auto;
}
.off-canvas .title-bar-title > a {
  color: #000000;
  display: block;
}
.off-canvas .title-bar-title > a > img {
  display: block;
  height: auto;
  width: 100%;
}
.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: 16px;
}
.off-canvas .menu-outer .inline-search {
  display: none;
}
.off-canvas .menu-outer .inline-search .frm-search {
  border: none;
  border-radius: 0;
  background: none;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] {
  position: absolute;
  background: none;
  left: 2px;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] span {
  display: none;
}
.off-canvas nav.nav ul li {
  background: transparent !important;
  border-radius: 0px !important;
  margin-bottom: 0 !important;
}
.off-canvas nav.nav ul li a {
  text-transform: uppercase !important;
  color: #000000 !important;
}
.off-canvas nav.nav ul li img {
  display: none;
}
.off-canvas nav.nav ul li span.menu-image-title-after.menu-image-title {
  padding-left: 0;
}
.off-canvas ul.vertical.menu {
  position: relative;
  z-index: 9998;
  height: 100%;
  overflow: hidden;
  transform: translateZ(3px);
}
.off-canvas ul.vertical.menu li.active .submenu-toggle::after {
  border-color: #000000 transparent transparent;
}
.off-canvas ul.vertical.menu li .submenu-toggle {
  right: 10px;
}
.off-canvas ul.vertical.menu li .submenu-toggle::after {
  border-color: #000000 transparent transparent;
  content: "+";
  border-width: 0;
  color: #000000;
  font-size: 25px;
  font-weight: 500;
  width: 100%;
  height: 100%;
}
.off-canvas ul.vertical.menu li .submenu-toggle::after {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.off-canvas ul.vertical.menu li .submenu-toggle[aria-expanded=true]::after {
  content: "-";
}
.off-canvas ul.vertical.menu li .submenu-toggle .submenu-toggle-text {
  width: 100% !important;
  height: 100% !important;
}
.off-canvas ul.vertical.menu li ul.sub-menu .submenu-toggle::after {
  color: #ffffff;
}
.off-canvas ul.vertical.menu li a {
  font-size: 16px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  text-transform: uppercase;
  color: #000000;
  font-family: "Phudu", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
.off-canvas ul.vertical.menu li a[aria-current=page] {
  font-weight: 700;
  color: #ff4d1b;
}
.off-canvas ul.vertical.menu .sub-menu {
  margin: 0 5px;
}
.off-canvas ul.vertical.menu .sub-menu li {
  background: #D04C27;
  border-radius: 4px;
  margin-bottom: 10px;
}
.off-canvas ul.vertical.menu .sub-menu li a {
  color: #ffffff;
}
.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);
}

.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open {
  left: 1px !important;
  right: 1px !important;
  width: calc(100% - 2px);
  padding: 0;
  font-size: 15px;
  border: none;
  background: none;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container {
  position: relative;
  border: 1px solid #9a9a9a;
  background-color: #fff;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
.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: 1240px;
  }
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container input {
  width: 100%;
  border: none;
  height: 40px;
  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 button[type=submit] img {
  width: 1.125rem;
  height: 1.125rem;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container .trigger-s-close {
  display: none;
}

/** other */
.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;
}

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

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

.section-banner-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4196078431);
}
.section-banner-title img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 39.99875rem) {
  .section-banner-title img {
    height: 200px;
  }
}
.section-banner-title .container {
  position: absolute;
  bottom: 15%;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 47.99875rem) {
  .section-banner-title .container {
    width: 100%;
    bottom: 30px;
  }
}
.section-banner-title .container .banner-title {
  font-family: "Phudu", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  color: #ffffff;
  font-weight: 800;
  line-height: normal;
}
.section-banner-title .container .banner-title {
  margin-bottom: 0.3125rem;
}
@media only screen and (min-width: 64rem) {
  .section-banner-title .container .banner-title {
    margin-bottom: 0.625rem;
  }
}
.section-banner-title .container .banner-title {
  font-size: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-banner-title .container .banner-title {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-banner-title .container .banner-title {
    font-size: 5.3125rem;
  }
}
.section-banner-title .container nav ul.breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section-banner-title .container nav ul.breadcrumbs {
    gap: 0 20px;
  }
}
.section-banner-title .container nav ul.breadcrumbs li {
  color: #285a43;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  position: relative;
}
.section-banner-title .container nav ul.breadcrumbs li {
  font-size: 0.875rem;
}
@media only screen and (min-width: 64rem) {
  .section-banner-title .container nav ul.breadcrumbs li {
    font-size: 1rem;
  }
}
.section-banner-title .container nav ul.breadcrumbs li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: #285a43;
}
@media only screen and (max-width: 47.99875rem) {
  .section-banner-title .container nav ul.breadcrumbs li::after {
    right: -10px;
  }
}
.section-banner-title .container nav ul.breadcrumbs li:last-child::after {
  content: none;
}
.section-banner-title .container nav ul.breadcrumbs li a {
  color: #ffffff;
}

.section-padding {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .section-padding {
    padding-top: 3.75rem;
  }
}
.section-padding {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .section-padding {
    padding-bottom: 3.75rem;
  }
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.bg-color {
  background-color: rgba(25, 34, 77, 0.0509803922);
}

.sub-title {
  text-transform: uppercase;
  color: #ff4d1b;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
}

.heading-title {
  color: #D04C27;
  font-family: "Phudu", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.heading-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .heading-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 64rem) {
  .heading-title {
    font-size: 2.875rem;
  }
}
.heading-title {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48rem) {
  .heading-title {
    margin-bottom: 1.5rem;
  }
}
.heading-title span {
  color: #D04C27;
}

.group-title {
  position: relative;
  text-align: center;
}
.group-title {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .group-title {
    margin-bottom: 3.125rem;
  }
}
.group-title .heading-title {
  margin-bottom: 15px;
}

.btn-main {
  font-family: "Phudu", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  margin-top: 20px;
  height: 52px;
  color: #ffffff;
  background: #D04C27;
  transition: all 0.4s ease;
  padding: 0 40px 2px;
  gap: 8px;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  width: -webkit-fit-content;
  width: fit-content;
}
.btn-main {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .btn-main {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .btn-main {
    font-size: 1.5rem;
  }
}
.btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 63.99875rem) {
  .btn-main {
    height: 42px;
    padding: 0 32px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .btn-main {
    padding: 0 24px;
  }
}
.btn-main svg {
  transform: rotate(0);
  transition: all 0.3s;
}
.btn-main svg {
  width: 1rem;
  height: 1rem;
}
.btn-main:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #ff4d1b;
  transform: translateY(-2px);
}
.btn-main.bg-white {
  background-color: #ffffff;
  color: #801927;
}
.btn-main.bg-white:hover {
  background-color: #ff4d1b;
  color: #ffffff;
}
.btn-main.btn-has-ic {
  padding-left: 8px;
  height: 56px;
}
.btn-main.btn-has-ic {
  padding-right: 2.625rem;
}
@media only screen and (min-width: 64rem) {
  .btn-main.btn-has-ic {
    padding-right: 4.375rem;
  }
}
.btn-main.btn-has-ic {
  background: radial-gradient(51.92% 263.25% at 9.83% -18.52%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #ff4d1b;
}
.btn-main.btn-has-ic {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .btn-main.btn-has-ic {
    font-size: 1.125rem;
  }
}
.btn-main.btn-has-ic .ic {
  border-radius: 50%;
  background-color: #ffffff;
}
.btn-main.btn-has-ic .ic {
  margin-right: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .btn-main.btn-has-ic .ic {
    margin-right: 2.5rem;
  }
}
.btn-main.btn-has-ic .ic {
  width: 2.5rem;
  height: 2.5rem;
}
.btn-main.btn-has-ic .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 63.99875rem) {
  .btn-main.btn-has-ic .ic {
    width: 2rem;
    height: 2rem;
  }
}
.btn-main.btn-has-ic .ic svg {
  width: 1.625rem;
  height: 1.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .btn-main.btn-has-ic .ic svg {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.btn-main.btn-has-ic .ic svg path {
  fill: #D04C27;
}

.section-breadcrumb {
  background-color: transparent !important;
}
.section-breadcrumb.has-background {
  background-color: transparent !important;
  position: relative;
}
.section-breadcrumb.has-background {
  margin-top: 0.625rem;
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb.has-background {
    margin-top: 1.875rem;
  }
}
.section-breadcrumb.has-background .container-has-bg {
  position: relative;
  display: none;
}
.section-breadcrumb.has-background .top-breadcrumb .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.section-breadcrumb.has-background .top-breadcrumb .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.section-breadcrumb.has-background .top-breadcrumb .container .breadcrumb-title {
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  color: #fff0c2;
}
.section-breadcrumb.has-background .top-breadcrumb .container .breadcrumb-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .section-breadcrumb.has-background .top-breadcrumb .container .breadcrumb-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section-breadcrumb.has-background .top-breadcrumb .container .breadcrumb-title {
  font-size: 1.375rem;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb.has-background .top-breadcrumb .container .breadcrumb-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb.has-background .top-breadcrumb .container .breadcrumb-title {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb.has-background .top-breadcrumb .container .breadcrumb-title {
    line-height: 1.3;
  }
}
.section-breadcrumb.has-background .top-breadcrumb .container #breadcrumbs {
  padding-bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb.has-background .top-breadcrumb .container #breadcrumbs {
    padding-top: 0;
  }
}
.section-breadcrumb .breadcrumb-bg {
  height: 100%;
  max-height: 640px;
  display: none !important;
}
.section-breadcrumb .breadcrumb-bg {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb .breadcrumb-bg {
    margin-top: 3.125rem;
  }
}
.section-breadcrumb .breadcrumb-bg {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb .breadcrumb-bg {
    margin-bottom: 1.875rem;
  }
}
.section-breadcrumb .breadcrumb-bg img {
  max-height: 640px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-breadcrumb #breadcrumbs {
  padding: 24px 0;
  margin: 0;
  display: flex;
  list-style-type: none;
  color: #ffffff;
}
.section-breadcrumb #breadcrumbs {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb #breadcrumbs {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb #breadcrumbs {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-breadcrumb #breadcrumbs {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb #breadcrumbs {
    flex-wrap: nowrap;
    scrollbar-width: none;
    white-space: nowrap;
    padding-left: 0;
    overflow-x: scroll;
  }
}
.section-breadcrumb #breadcrumbs li {
  font-weight: 400;
  position: relative;
  color: #105b37;
}
.section-breadcrumb #breadcrumbs li:not(:first-child)::before {
  content: "/";
  padding: 0;
  display: inline-block;
  margin: 0 10px;
}
@media only screen and (max-width: 39.99875rem) {
  .section-breadcrumb #breadcrumbs li:not(:first-child)::before {
    margin: 0 5px;
  }
}
.section-breadcrumb #breadcrumbs li:first-child {
  margin-left: 0;
}
.section-breadcrumb #breadcrumbs li:last-child {
  margin-right: 0;
}
.section-breadcrumb #breadcrumbs li a,
.section-breadcrumb #breadcrumbs li .home {
  color: #105b37;
}

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

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

.social-menu {
  gap: 8px;
}
.social-menu li a {
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  color: #ffffff;
  transform: translateY(0);
  transition: all 0.3s;
}
.social-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.social-menu li a {
  width: 1.875rem;
  height: 1.875rem;
}
.social-menu li a:hover {
  transform: translateY(-3px);
  transition: all 0.3s;
  background-color: #ffffff;
}
.social-menu li a:hover svg,
.social-menu li a:hover path {
  fill: #D04C27;
}
.social-menu li a svg {
  fill: #ffffff;
}
.social-menu li a svg {
  width: 1rem;
  height: 1rem;
}
.social-menu li a svg path {
  fill: #ffffff;
}

.w-full {
  width: 100%;
}

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

.object-cover {
  object-fit: cover;
}

figcaption.wp-caption-text {
  padding-top: 10px;
  font-style: italic;
}

.page-description h2,
.page-description h3,
.page-description h4,
.page-description h5,
.page-description h6,
.woocommerce-Tabs-panel h2,
.woocommerce-Tabs-panel h3,
.woocommerce-Tabs-panel h4,
.woocommerce-Tabs-panel h5,
.woocommerce-Tabs-panel h6,
.archive-post .excerpt h2,
.archive-post .excerpt h3,
.archive-post .excerpt h4,
.archive-post .excerpt h5,
.archive-post .excerpt h6,
.single-post .content h2,
.single-post .content h3,
.single-post .content h4,
.single-post .content h5,
.single-post .content h6 {
  line-height: 1.2;
  font-weight: 800;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.page-description h2,
.woocommerce-Tabs-panel h2,
.archive-post .excerpt h2,
.single-post .content h2 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 64rem) {
  .page-description h2,
  .woocommerce-Tabs-panel h2,
  .archive-post .excerpt h2,
  .single-post .content h2 {
    font-size: 1.75rem;
  }
}
.page-description h3,
.woocommerce-Tabs-panel h3,
.archive-post .excerpt h3,
.single-post .content h3 {
  font-size: 1.375rem;
}
@media only screen and (min-width: 64rem) {
  .page-description h3,
  .woocommerce-Tabs-panel h3,
  .archive-post .excerpt h3,
  .single-post .content h3 {
    font-size: 1.625rem;
  }
}
.page-description h4,
.woocommerce-Tabs-panel h4,
.archive-post .excerpt h4,
.single-post .content h4 {
  font-size: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .page-description h4,
  .woocommerce-Tabs-panel h4,
  .archive-post .excerpt h4,
  .single-post .content h4 {
    font-size: 1.5rem;
  }
}
.page-description h5,
.woocommerce-Tabs-panel h5,
.archive-post .excerpt h5,
.single-post .content h5 {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .page-description h5,
  .woocommerce-Tabs-panel h5,
  .archive-post .excerpt h5,
  .single-post .content h5 {
    font-size: 1.375rem;
  }
}
.page-description a,
.woocommerce-Tabs-panel a,
.archive-post .excerpt a,
.single-post .content a {
  font-weight: 700;
  color: #ff4d1b;
}
.page-description a:hover,
.woocommerce-Tabs-panel a:hover,
.archive-post .excerpt a:hover,
.single-post .content a:hover {
  color: #105b37;
}
.page-description iframe,
.woocommerce-Tabs-panel iframe,
.archive-post .excerpt iframe,
.single-post .content iframe {
  width: 100%;
  border-radius: 30px;
}

.item-posts .cover {
  border-radius: 4px;
}
.item-posts .cover .res {
  aspect-ratio: unset;
  padding-top: 65%;
}
.item-posts .cover img {
  border-radius: 4px;
}
.item-posts .posts-content {
  padding: 20px 0 10px;
}
.item-posts .posts-content .title {
  font-weight: 900;
  line-height: 1.4;
  min-height: 56px;
  margin-bottom: 12px;
}
.item-posts .posts-content .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .item-posts .posts-content .title {
    font-size: 1.375rem;
  }
}
.item-posts .posts-content .title a {
  color: #D04C27;
}
.item-posts .posts-content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .item-posts .posts-content .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.item-posts .posts-content .title a:hover {
  color: #ff4d1b;
}
.item-posts .posts-content .posts-excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: #121212;
  margin: 0 0 16px;
  min-height: 76.8px;
}
.item-posts .posts-content .posts-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .item-posts .posts-content .posts-excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.item-posts .posts-content ._meta {
  font-size: 14px;
  gap: 30px;
  color: #3c3c3c;
  margin-bottom: 12px;
}
.item-posts .posts-content ._meta .posts-author::after {
  content: "";
  display: inline-block;
  background-color: #bfbfbf;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -19px;
}
.item-posts .posts-content ._meta .posts-author::after {
  width: 0.375rem;
  height: 0.375rem;
}
.item-posts .posts-content ._meta .posts-author .name {
  color: #105b37;
  font-weight: 700;
}
.item-posts .posts-content .posts-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: nowrap;
}
.item-posts .posts-content .posts-meta .posts-day {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.item-posts .posts-content .posts-meta .posts-day svg {
  flex-shrink: 0;
}
.item-posts .posts-content .posts-meta .posts-day svg {
  width: 1.25rem;
  height: 1.25rem;
}
.item-posts .posts-content .posts-meta .btn-readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 900;
  color: #285a43;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: gap 0.2s ease;
}
.item-posts .posts-content .posts-meta .btn-readmore svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.item-posts .posts-content .posts-meta .btn-readmore:hover {
  gap: 8px;
}
.item-posts .posts-content .btn-readmore {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 900;
  color: #285a43;
  text-decoration: none;
  transition: gap 0.2s ease;
}
.item-posts .posts-content .btn-readmore svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.item-posts .posts-content .btn-readmore:hover {
  gap: 8px;
}
.item-posts .btn-main {
  display: none !important;
}

.image-grid-item {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  background: #f0f0f0;
  cursor: pointer;
}
.image-grid-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.12);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.image-grid-item:hover::after {
  opacity: 1;
}
.image-grid-item:hover .image-grid-img-wrap img {
  transform: scale(1.05);
}
.image-grid-item:hover .image-grid-arrow {
  background: white;
  transform: scale(1.1);
}
.image-grid-item:hover .image-grid-arrow svg {
  transform: rotate(0);
}

.image-grid-img-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: inherit;
}
@media only screen and (min-width: 48rem) {
  .image-grid-img-wrap {
    aspect-ratio: unset;
    height: 100%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .image-grid-img-wrap {
    aspect-ratio: unset;
  }
}
.image-grid-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.image-grid-arrow {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, transform 0.25s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.image-grid-arrow {
  width: 2.5rem;
  height: 2.5rem;
}
.image-grid-arrow svg {
  transform: rotate(90deg);
  transition: all 0.3s;
}
.image-grid-arrow svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media only screen and (max-width: 63.99875rem) {
  .image-grid-arrow {
    top: 10px;
    left: 10px;
  }
  .image-grid-arrow {
    width: 1.625rem;
    height: 1.625rem;
  }
  .image-grid-arrow svg {
    width: 0.75rem;
    height: 0.75rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .image-grid-arrow {
    top: 8px;
    left: 8px;
  }
  .image-grid-arrow {
    width: 1.25rem;
    height: 1.25rem;
  }
  .image-grid-arrow svg {
    width: 0.5625rem;
    height: 0.5625rem;
  }
}

@media only screen and (min-width: 48rem) {
  .image-grid-item-large,
  .image-grid-item-tall {
    height: 600px;
  }
  .image-grid-item-large .image-grid-img-wrap,
  .image-grid-item-tall .image-grid-img-wrap {
    width: 100%;
    height: 100%;
    max-height: -webkit-max-content;
    max-height: max-content;
    aspect-ratio: unset;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .image-grid-item-large,
  .image-grid-item-tall {
    height: 240px;
  }
  .image-grid-item-large .image-grid-img-wrap,
  .image-grid-item-tall .image-grid-img-wrap {
    aspect-ratio: unset;
    height: 100%;
  }
}

.image-grid-col-mid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 48rem) {
  .image-grid-col-mid {
    height: 600px;
    gap: 24px;
  }
  .image-grid-col-mid .image-grid-item {
    flex: 1;
  }
  .image-grid-col-mid .image-grid-item .image-grid-img-wrap {
    height: 100%;
    aspect-ratio: unset;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .image-grid-col-mid {
    height: 240px;
    gap: 4px;
  }
  .image-grid-col-mid .image-grid-item {
    flex: 1;
  }
  .image-grid-col-mid .image-grid-item .image-grid-img-wrap {
    height: 100%;
  }
}

.section-page {
  margin: 30px auto;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.popup-content {
  display: none;
  width: 50%;
  padding: 30px;
  background-color: #801927;
  box-shadow: 0px 6px 35.58px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 4px;
}
@media only screen and (max-width: 47.99875rem) {
  .popup-content {
    width: 85%;
    padding: 20px 12px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .popup-content {
    width: 95%;
  }
}
.popup-content .cell-title {
  text-align: left;
  margin-bottom: 15px;
  color: #ffffff;
}
.popup-content .cell-title .title {
  margin-bottom: 5px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}
.popup-content .cell-title .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .popup-content .cell-title .title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .popup-content .cell-title .title {
    font-size: 1.875rem;
  }
}
.popup-content .cell-title .desc {
  font-size: 15px;
}
.popup-content .cell-form {
  padding: 20px 30px;
  border-radius: 4px;
  background-color: #D04C27;
}
.popup-content .cell-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/bg-form.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 47.99875rem) {
  .popup-content .cell-form {
    padding: 30px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .popup-content .cell-form {
    padding: 20px;
  }
}
.popup-content .cell-form form {
  position: relative;
}
.popup-content .cell-form form label {
  color: #ffffff;
  font-weight: 600;
}
.popup-content .cell-form form input[type=text],
.popup-content .cell-form form input[type=email],
.popup-content .cell-form form input[type=tel],
.popup-content .cell-form form input[type=submit],
.popup-content .cell-form form textarea,
.popup-content .cell-form form select {
  width: 100%;
  border: none;
  height: 46px;
  background-color: transparent;
  color: #ffffff;
  margin-bottom: 15px;
  border-radius: 0;
  border-bottom: 1px solid #ffb6c1;
}
@media only screen and (max-width: 47.99875rem) {
  .popup-content .cell-form form input[type=text],
  .popup-content .cell-form form input[type=email],
  .popup-content .cell-form form input[type=tel],
  .popup-content .cell-form form input[type=submit],
  .popup-content .cell-form form textarea,
  .popup-content .cell-form form select {
    height: 40px;
    font-size: 14px;
  }
}
.popup-content .cell-form form input[type=text]::-webkit-input-placeholder, .popup-content .cell-form form input[type=email]::-webkit-input-placeholder, .popup-content .cell-form form input[type=tel]::-webkit-input-placeholder, .popup-content .cell-form form input[type=submit]::-webkit-input-placeholder, .popup-content .cell-form form textarea::-webkit-input-placeholder, .popup-content .cell-form form select::-webkit-input-placeholder {
  color: #ffffff;
}
.popup-content .cell-form form input[type=text]::placeholder,
.popup-content .cell-form form input[type=email]::placeholder,
.popup-content .cell-form form input[type=tel]::placeholder,
.popup-content .cell-form form input[type=submit]::placeholder,
.popup-content .cell-form form textarea::placeholder,
.popup-content .cell-form form select::placeholder {
  color: #ffffff;
}
.popup-content .cell-form form input[type=text][type=submit],
.popup-content .cell-form form input[type=email][type=submit],
.popup-content .cell-form form input[type=tel][type=submit],
.popup-content .cell-form form input[type=submit][type=submit],
.popup-content .cell-form form textarea[type=submit],
.popup-content .cell-form form select[type=submit] {
  display: flex;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: fit-content;
  color: #ffffff;
  font-weight: 600;
  background: #ff4d1b;
  border-radius: 100px;
  border: none;
  padding: 0;
}
.popup-content .cell-form form textarea {
  padding: 20px 0;
  height: 80px;
}
@media only screen and (max-width: 47.99875rem) {
  .popup-content .cell-form form textarea {
    padding: 15px 0;
  }
}
.popup-content .cell-form form .wpcf7-spinner {
  position: absolute;
  bottom: 10px;
  left: 65px;
  margin: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .popup-content .cell-form form .wpcf7-spinner {
    bottom: 8px;
  }
}
.popup-content .cell-form form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: -10px;
  color: #fff6ed;
}
.popup-content .cell-form form .wpcf7-response-output {
  margin: 20px 0 0;
  font-size: 15px;
  color: #fff6ed;
}
.popup-content .cell-form .form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin: 20px 0 0;
  width: -webkit-fit-content;
  width: fit-content;
  height: 44px;
  background: #ffffff;
  border-radius: 4px;
  padding: 0 24px;
  gap: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (max-width: 47.99875rem) {
  .popup-content .cell-form .form-submit {
    margin: 10px 0 0;
    height: 40px;
  }
}
.popup-content .cell-form .form-submit input {
  background: #ffffff !important;
  border-radius: none !important;
  height: 44px !important;
  color: #801927 !important;
}
@media only screen and (max-width: 47.99875rem) {
  .popup-content .cell-form .form-submit input {
    height: 40px !important;
  }
}
.popup-content .cell-form .form-submit .icon {
  background-color: #ffffff;
}
.popup-content .cell-form .form-submit .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.popup-content .cell-form .form-submit svg {
  width: 16px;
  fill: #D04C27;
}
.popup-content .cell-form .form-submit svg path {
  fill: #D04C27;
}
.popup-content .cell-form .wpcf7-acceptance.optional {
  color: #dbdbdb;
  display: block;
  margin-top: 12px;
  font-weight: 400;
}
.popup-content .cell-form .wpcf7-acceptance.optional .wpcf7-list-item {
  margin-left: 0;
}

#popup-catalog .cell-form {
  padding: 0;
  border-radius: 4px;
  background-color: transparent;
}
#popup-catalog .cell-form::before {
  content: none;
}
@media only screen and (max-width: 47.99875rem) {
  #popup-catalog .cell-form {
    padding: 0;
  }
}
@media only screen and (max-width: 39.99875rem) {
  #popup-catalog .cell-form {
    padding: 0;
  }
}
#popup-catalog .cell-form form .wrapper-form {
  padding: 20px 30px;
  border-radius: 4px;
  background-color: #D04C27;
  position: relative;
  display: block;
}
#popup-catalog .cell-form form .wrapper-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/bg-form.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 47.99875rem) {
  #popup-catalog .cell-form form .wrapper-form {
    padding: 30px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  #popup-catalog .cell-form form .wrapper-form {
    padding: 20px;
  }
}

.product-item {
  background-color: #ffffff;
  padding: 6px 6px 10px;
  border-radius: 8px;
}
.product-item:hover a.img img {
  transform: scale(1.03);
  transition: all 0.3s;
}
@media only screen and (max-width: 47.99875rem) {
  .product-item:hover a.img img {
    transform: scale(1.01);
  }
}
.product-item a.img img {
  transform: scale(1);
  transition: all 0.3s;
  margin-bottom: 0 !important;
}
.product-item .product-inf {
  padding-top: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .product-item .product-inf {
    padding-top: 1.25rem;
  }
}
.product-item .product-inf .title {
  font-size: 16px !important;
  line-height: 1.3;
  margin-bottom: 10px !important;
  text-align: center;
  font-weight: 500;
  padding: 0 !important;
}
.product-item .product-inf .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .product-item .product-inf .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.product-item .product-inf .title a {
  color: #1e1e1e;
}
.product-item .product-inf .title a:hover {
  color: #D04C27;
}
.product-item .product-inf .price {
  display: flex !important;
  gap: 12px;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.product-item .product-inf .price ins {
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #fff6ed;
}
.product-item .product-inf .price del {
  color: #7c7c7c !important;
  opacity: 1 !important;
  font-weight: 400;
}

form.wpcf7-form fieldset {
  display: none;
}

body.page-template-default section.section-page .content {
  max-width: 85%;
  margin: 0 auto;
  color: #2e0805;
  text-align: justify;
}
@media only screen and (max-width: 63.99875rem) {
  body.page-template-default section.section-page .content {
    max-width: 100%;
  }
}
body.page-template-default section.section-page .content h2,
body.page-template-default section.section-page .content h3,
body.page-template-default section.section-page .content h4,
body.page-template-default section.section-page .content h5,
body.page-template-default section.section-page .content h6 {
  font-weight: 500;
  line-height: 1.4;
}

@media only screen and (max-width: 47.99875rem) {
  body.page-template-page-policy .wrapper {
    flex-direction: column-reverse;
  }
}
body.page-template-page-policy .wrapper aside.sidebar {
  width: 25%;
}
body.page-template-page-policy .wrapper aside.sidebar {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  body.page-template-page-policy .wrapper aside.sidebar {
    padding-right: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  body.page-template-page-policy .wrapper aside.sidebar {
    width: 100%;
    margin-top: 20px;
  }
}
body.page-template-page-policy .wrapper aside.sidebar .sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}
@media only screen and (max-width: 47.99875rem) {
  body.page-template-page-policy .wrapper aside.sidebar .sidebar-inner {
    position: relative;
    top: 0;
  }
}
body.page-template-page-policy .wrapper aside.sidebar .sidebar-inner .title-sidebar {
  font-weight: 500;
  color: #D04C27;
  line-height: normal;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7d0be;
}
body.page-template-page-policy .wrapper aside.sidebar .sidebar-inner .title-sidebar {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  body.page-template-page-policy .wrapper aside.sidebar .sidebar-inner .title-sidebar {
    font-size: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.page-template-page-policy .wrapper aside.sidebar .sidebar-inner .title-sidebar {
    font-size: 1.875rem;
  }
}
body.page-template-page-policy .wrapper aside.sidebar .sidebar-inner ul li:first-child a {
  padding-top: 0;
}
body.page-template-page-policy .wrapper aside.sidebar .sidebar-inner ul li a {
  color: #404040;
  padding: 15px 0;
  font-weight: 400;
  transition: 0.3s;
}
body.page-template-page-policy .wrapper aside.sidebar .sidebar-inner ul li a[aria-current=page], body.page-template-page-policy .wrapper aside.sidebar .sidebar-inner ul li a:hover {
  color: #D04C27;
  font-weight: 500;
  transition: 0.3s;
}
body.page-template-page-policy .wrapper .content {
  width: 75%;
  color: #2e0805;
}
body.page-template-page-policy .wrapper .content {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  body.page-template-page-policy .wrapper .content {
    padding-right: 0.9375rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  body.page-template-page-policy .wrapper .content {
    width: 100%;
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.7);
    opacity: 0.8;
  }
  80%, 100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes marquee-left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes marquee-right {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.heading-bg {
  text-align: center;
  background-color: #ffffff;
  padding: 6px 0 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.heading-bg {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .heading-bg {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .heading-bg {
    font-size: 2.75rem;
  }
}

@media only screen and (max-width: 63.99875rem) {
  .page-template-page-story .home-about-us {
    padding: 30px 0;
  }
}
.page-template-page-story .page-story-partner .partner-row {
  margin-bottom: 45px;
}
.page-template-page-story .page-story-partner .partner-row:last-child {
  margin-bottom: 0;
}
.page-template-page-story .page-story-partner .partner-badge {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #D04C27;
  border-radius: 100px;
  color: #D04C27;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: 1.4;
}
.page-template-page-story .page-story-partner .partner-badge {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .page-template-page-story .page-story-partner .partner-badge {
    font-size: 1.125rem;
  }
}
.page-template-page-story .page-story-partner .swiper-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.page-template-page-story .page-story-partner .partner-logo-item {
  background-color: #f1f2f4;
  border-radius: 12px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-story .page-story-partner .partner-logo-item {
    height: 80px;
    padding: 12px 16px;
  }
}
.page-template-page-story .page-story-partner .partner-logo-item img {
  width: 80%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-story .page-story-partner .partner-logo-item img {
    width: 75%;
  }
}
.page-template-page-story .page-story-partner .partner-logo-item:hover {
  background-color: #e5e7eb;
  transform: translateY(-2px);
}

.page-story-banner .story-banner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-story-banner .story-bar {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  background-color: #D04C27;
  flex-shrink: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .page-story-banner .story-bar {
    padding: 7px 0;
  }
}
.page-story-banner .story-bar .story-bar-track {
  display: flex;
  white-space: nowrap;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}
.page-story-banner .story-bar span {
  display: inline-block;
  padding: 0 40px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
}
@media only screen and (max-width: 47.99875rem) {
  .page-story-banner .story-bar span {
    padding: 0 20px;
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.page-story-banner .story-bar--top .story-bar-track {
  animation: marquee-left 25s linear infinite;
}
.page-story-banner .story-bar--bottom .story-bar-track {
  animation: marquee-right 25s linear infinite;
}
.page-story-banner .story-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 14/5;
  overflow: hidden;
}
@media only screen and (max-width: 47.99875rem) {
  .page-story-banner .story-img-wrap {
    aspect-ratio: 4/3;
  }
}
.page-story-banner .story-img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.page-story-banner .story-img-wrap .container-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  pointer-events: none;
}
.page-story-banner .story-img-wrap .story-title {
  z-index: 2;
  max-width: 800px;
  margin: 0;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #fff;
  line-height: 1.4;
  pointer-events: auto;
}
.page-story-banner .story-img-wrap .story-title {
  font-size: 1.625rem;
}
@media only screen and (min-width: 48rem) {
  .page-story-banner .story-img-wrap .story-title {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-story-banner .story-img-wrap .story-title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .page-story-banner .story-img-wrap .story-title {
    max-width: 420px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-story-banner .story-img-wrap .story-title {
    max-width: unset;
  }
}

.page-story-origin .origin-desc {
  line-height: 1.5;
  text-align: center;
  color: #285a43;
  margin-bottom: 60px;
  padding: 0 80px;
}
.page-story-origin .origin-desc {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .page-story-origin .origin-desc {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-story-origin .origin-desc {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .page-story-origin .origin-desc {
    margin-bottom: 40px;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-story-origin .origin-desc {
    margin-bottom: 28px;
    padding: 0 14px;
  }
}
.page-story-origin .origin-desc-bottom {
  margin-top: 60px;
}
@media only screen and (max-width: 63.99875rem) {
  .page-story-origin .origin-desc-bottom {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-story-origin .origin-desc-bottom {
    margin-top: 28px;
  }
}
.page-story-origin .origin-block {
  background-color: #D04C27;
}
.page-story-origin .origin-block-reverse .origin-wrap {
  grid-template-columns: 1fr 480px;
}
@media only screen and (max-width: 63.99875rem) {
  .page-story-origin .origin-block-reverse .origin-wrap {
    grid-template-columns: 1fr;
  }
}
.page-story-origin .origin-block-reverse .origin-img {
  order: 2;
}
.page-story-origin .origin-block-reverse .origin-img::before {
  right: auto;
  left: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .page-story-origin .origin-block-reverse .origin-img {
    order: 0;
  }
}
.page-story-origin .origin-block-reverse .origin-content {
  order: 1;
}
.page-story-origin .origin-wrap {
  display: grid;
  grid-template-columns: 480px 1fr;
  margin: 0 80px;
}
@media only screen and (max-width: 63.99875rem) {
  .page-story-origin .origin-wrap {
    grid-template-columns: 1fr;
    margin: 0 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-story-origin .origin-wrap {
    margin: 0 20px;
  }
}
.page-story-origin .origin-img {
  position: relative;
  padding: 24px;
  display: flex;
  align-items: stretch;
}
.page-story-origin .origin-img::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  bottom: 10%;
  width: 24px;
  background-color: #fff;
  z-index: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .page-story-origin .origin-img {
    padding: 16px 16px 0;
  }
}
.page-story-origin .origin-img img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  z-index: 1;
  object-fit: cover;
}
@media only screen and (max-width: 63.99875rem) {
  .page-story-origin .origin-img img {
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-story-origin .origin-img img {
    aspect-ratio: 4/3;
  }
}
.page-story-origin .origin-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 56px;
}
@media only screen and (max-width: 63.99875rem) {
  .page-story-origin .origin-content {
    padding: 32px 16px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-story-origin .origin-content {
    padding: 24px 20px;
  }
}
.page-story-origin .origin-content h3 {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  .page-story-origin .origin-content h3 {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-story-origin .origin-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.page-story-origin .origin-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  margin: 0 0 20px;
}
.page-story-origin .origin-content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .page-story-origin .origin-content p {
    font-size: 13px;
    line-height: 150%;
  }
}
.page-story-origin .origin-slider {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 63.99875rem) {
  .page-story-origin .origin-slider {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-story-origin .origin-slider {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}
.page-story-origin .origin-slider .swiper {
  overflow: hidden;
}
.page-story-origin .origin-slider__img {
  width: 100%;
  aspect-ratio: 3/5;
  overflow: hidden;
}
@media only screen and (max-width: 63.99875rem) {
  .page-story-origin .origin-slider__img {
    aspect-ratio: 4/3;
  }
}
.page-story-origin .origin-slider__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-grid-links,
.home-gallery {
  padding-block: 40px;
}
.image-grid-links .container,
.home-gallery .container {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1fr;
  gap: 40px;
  align-items: stretch;
  height: 600px;
}
@media only screen and (max-width: 63.99875rem) {
  .image-grid-links .container,
  .home-gallery .container {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 10px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .image-grid-links .container,
  .home-gallery .container {
    height: 240px;
  }
}

.page-development-banner .development-slider {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 40px;
}
@media only screen and (max-width: 63.99875rem) {
  .page-development-banner .development-slider {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-development-banner .development-slider {
    padding: 40px 14px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-development-banner .development-slider .swiper-pagination {
    bottom: -55px;
  }
}
.page-development-banner .development-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}
.page-development-banner .development-slide .development-slide-bg {
  position: absolute;
  inset: 0;
  transition: opacity 0.4s ease;
}
@media only screen and (max-width: 63.99875rem) {
  .page-development-banner .development-slide .development-slide-bg {
    position: relative;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-development-banner .development-slide .development-slide-bg {
    opacity: 0;
  }
}
.page-development-banner .development-slide .development-slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-development-banner .development-slide .development-slide-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  border: 3px solid #fff;
  border-radius: 16px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-development-banner .development-slide .development-slide-overlay {
    opacity: 1;
  }
}
.page-development-banner .development-slide .development-slide-card {
  width: 100%;
  padding: 32px 28px;
}
@media only screen and (max-width: 63.99875rem) {
  .page-development-banner .development-slide .development-slide-card {
    padding: 24px 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-development-banner .development-slide .development-slide-card {
    padding: 20px 16px;
  }
}
.page-development-banner .development-slide .development-slide-title {
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.page-development-banner .development-slide .development-slide-title {
  font-size: 1.375rem;
}
@media only screen and (min-width: 48rem) {
  .page-development-banner .development-slide .development-slide-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-development-banner .development-slide .development-slide-title {
    font-size: 2.625rem;
  }
}
.page-development-banner .development-slide .development-slide-content {
  font-weight: 400;
  line-height: 160%;
  color: #fff;
}
.page-development-banner .development-slide .development-slide-content {
  font-size: 0.875rem;
}
@media only screen and (min-width: 64rem) {
  .page-development-banner .development-slide .development-slide-content {
    font-size: 1rem;
  }
}
.page-development-banner .development-slide:hover .development-slide-bg {
  opacity: 0;
}
.page-development-banner .development-slide:hover .development-slide-overlay {
  opacity: 1;
}

.page-develop-environment {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 63.99875rem) {
  .page-develop-environment {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.page-develop-environment .heading-title {
  color: #ffffff;
}
.page-develop-environment .heading-title {
  margin-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  .page-develop-environment .heading-title {
    margin-bottom: 3.75rem;
  }
}
.page-develop-environment .environment-inner {
  padding: 40px;
  display: flex;
  gap: 48px;
  align-items: center;
}
@media only screen and (max-width: 47.99875rem) {
  .page-develop-environment .environment-inner {
    padding: 24px 14px;
    flex-direction: column;
    gap: 32px;
  }
}
.page-develop-environment .environment-left {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-develop-environment .environment-left {
    flex-direction: column;
    gap: 20px;
  }
}
.page-develop-environment .env-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-develop-environment .env-item {
    padding: 0;
  }
}
.page-develop-environment .env-item.has-border {
  padding: 40px 20px;
  border: 3px solid #ffffff;
  border-radius: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-develop-environment .env-item.has-border {
    padding: 24px 12px;
  }
}
.page-develop-environment .env-item-icon {
  border-radius: 50%;
  border: 7px solid #fff;
}
.page-develop-environment .env-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-develop-environment .env-item-icon {
  width: 7.5rem;
  height: 7.5rem;
}
@media only screen and (max-width: 47.99875rem) {
  .page-develop-environment .env-item-icon {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.page-develop-environment .env-item-icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.page-develop-environment .env-item-body {
  flex: 1;
}
.page-develop-environment .env-item-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: #fff;
  margin: 0 0 12px;
  text-transform: uppercase;
}
@media only screen and (max-width: 63.99875rem) {
  .page-develop-environment .env-item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-develop-environment .env-item-title {
    font-size: 22px;
  }
}
.page-develop-environment .env-item-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
}
@media only screen and (max-width: 47.99875rem) {
  .page-develop-environment .env-item-content {
    font-size: 14px;
  }
}
.page-develop-environment .environment-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-develop-environment .environment-right {
    width: 100%;
  }
}
.page-develop-environment .env-img-top,
.page-develop-environment .env-img-bot {
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 42px;
  overflow: hidden;
}
.page-develop-environment .env-img-top img,
.page-develop-environment .env-img-bot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-lists-slider {
  position: relative;
}
.product-lists-slider .container {
  position: relative;
}
.product-lists-slider .swiper-controls {
  padding: 0;
}
.product-lists-slider .swiper-controls .swiper-pagination {
  display: none !important;
}
.product-lists-slider .swiper-controls .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-color: #ffffff;
  color: #D04C27;
  background: #ffffff;
}
.product-lists-slider .swiper-controls .swiper-button.swiper-button-prev {
  left: -22px;
}
@media only screen and (max-width: 63.99875rem) {
  .product-lists-slider .swiper-controls .swiper-button.swiper-button-prev {
    left: -20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .product-lists-slider .swiper-controls .swiper-button.swiper-button-prev {
    left: 10px;
  }
}
.product-lists-slider .swiper-controls .swiper-button.swiper-button-next {
  right: -22px;
}
@media only screen and (max-width: 63.99875rem) {
  .product-lists-slider .swiper-controls .swiper-button.swiper-button-next {
    right: -20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .product-lists-slider .swiper-controls .swiper-button.swiper-button-next {
    right: 10px;
  }
}
.product-lists-slider .swiper-controls .swiper-button::before {
  background-color: #D04C27;
}
.product-lists-slider .swiper-controls .swiper-button:hover {
  background-color: #D04C27;
}
.product-lists-slider .swiper-controls .swiper-button:hover::before {
  background-color: #ffffff;
}
.product-lists-slider .product-list-swiper {
  width: 100%;
  height: 460px;
  overflow: hidden;
}
@media only screen and (max-width: 63.99875rem) {
  .product-lists-slider .product-list-swiper {
    height: 380px;
  }
}
.product-lists-slider .swiper-wrapper {
  align-items: stretch;
}
@media only screen and (max-width: 47.99875rem) {
  .product-lists-slider .swiper-wrapper {
    align-items: unset;
  }
}
.product-lists-slider .product-slide {
  height: 100%;
  flex-shrink: 0;
}
.product-lists-slider .product-item {
  padding: 0;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  background-color: #ffffff;
  height: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 47.99875rem) {
  .product-lists-slider .product-item {
    height: auto;
  }
}
.product-lists-slider .product-item-img {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 0;
  background-color: #d9d9d9;
  overflow: hidden;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.product-lists-slider .product-item-img img {
  width: 100%;
  height: 90%;
  object-fit: contain;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 47.99875rem) {
  .product-lists-slider .product-item-img {
    flex: unset;
    aspect-ratio: 1/1;
  }
}
.product-lists-slider .product-item-body {
  flex-shrink: 0;
  padding: 16px;
  overflow: hidden;
}
.product-lists-slider .product-item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #000000;
  margin: 0 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 47.99875rem) {
  .product-lists-slider .product-item-title {
    font-size: 16px;
    white-space: normal;
  }
}
.product-lists-slider .product-item-price {
  font-weight: 600;
  font-size: 16px;
  color: #D04C27;
  margin-bottom: 6px;
  white-space: nowrap;
}
@media only screen and (max-width: 47.99875rem) {
  .product-lists-slider .product-item-price {
    font-size: 14px;
    white-space: normal;
  }
}
.product-lists-slider .product-item-weight {
  font-weight: 600;
  font-size: 16px;
  color: #426b1f;
  margin-bottom: 6px;
  white-space: nowrap;
}
@media only screen and (max-width: 47.99875rem) {
  .product-lists-slider .product-item-weight {
    font-size: 14px;
    white-space: normal;
  }
}
.product-lists-slider .product-item-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #6d6d6d;
  white-space: nowrap !important;
}
.product-lists-slider .product-item-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .product-lists-slider .product-item-desc {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .product-lists-slider .product-item-desc {
    font-size: 14px;
    white-space: normal;
  }
}
.product-lists-slider .product-item-desc ul {
  padding-left: 20px;
  margin: 0;
}

.product-lists .product-lists-slider {
  background-color: #D04C27;
}

.archive-brand-section {
  background-color: #D04C27;
}
.archive-brand-section .archive-brand-row {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 63.99875rem) {
  .archive-brand-section .archive-brand-row {
    flex-direction: column;
    gap: 24px;
  }
}
.archive-brand-section .archive-brand-left {
  flex-shrink: 0;
  width: 25%;
  text-align: center;
}
@media only screen and (max-width: 63.99875rem) {
  .archive-brand-section .archive-brand-left {
    width: 100%;
  }
}
.archive-brand-section .archive-brand-left .archive-brand-logo {
  margin-bottom: 16px;
  background-color: #ffffff;
  border-radius: 35px;
  padding: 16px;
}
.archive-brand-section .archive-brand-left .archive-brand-logo.no-bg {
  background-color: transparent;
  border-radius: 0;
}
.archive-brand-section .archive-brand-left .archive-brand-logo.no-bg img {
  width: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-brand-section .archive-brand-left .archive-brand-logo.no-bg img {
    width: 70%;
  }
}
.archive-brand-section .archive-brand-left .archive-brand-logo img {
  width: 85%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-brand-section .archive-brand-left .archive-brand-logo img {
    width: 65%;
  }
}
.archive-brand-section .archive-brand-left .archive-brand-name {
  font-weight: 800;
  color: #ffffff;
}
.archive-brand-section .archive-brand-left .archive-brand-name a {
  color: inherit;
}
.archive-brand-section .archive-brand-left .archive-brand-name a:hover {
  opacity: 0.85;
}
.archive-brand-section .archive-brand-right {
  flex: 1;
  min-width: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .archive-brand-section .archive-brand-right {
    width: 100%;
  }
}

.archive-product-detail-section {
  background-color: #fff6ed;
}
.archive-product-detail-section .archive-detail-row {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 30px 0;
}
@media only screen and (max-width: 63.99875rem) {
  .archive-product-detail-section .archive-detail-row {
    flex-direction: column;
    gap: 30px;
  }
}
.archive-product-detail-section .archive-detail-left-col {
  flex: 0 0 45%;
  min-width: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .archive-product-detail-section .archive-detail-left-col {
    flex: 0 0 100%;
    width: 100%;
  }
}
.archive-product-detail-section .archive-detail-right-col {
  flex: 1;
  min-width: 0;
  position: relative;
}
@media only screen and (max-width: 63.99875rem) {
  .archive-product-detail-section .archive-detail-right-col {
    width: 100%;
  }
}
.archive-product-detail-section .archive-detail-content-swiper {
  width: 100%;
}
.archive-product-detail-section .archive-detail-image-swiper {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.archive-product-detail-section .archive-detail-image-swiper .swiper-button-prev,
.archive-product-detail-section .archive-detail-image-swiper .swiper-button-next {
  color: #D04C27;
}
.archive-product-detail-section .archive-detail-image-swiper .swiper-wrapper {
  align-items: center;
}
.archive-product-detail-section .archive-detail-image-swiper .swiper-slide {
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  align-items: flex-end;
}
.archive-product-detail-section .archive-detail-image-swiper .swiper-slide .archive-detail-right {
  width: 100%;
  margin: 0;
}
.archive-product-detail-section .archive-detail-image-swiper .swiper-slide .archive-detail-img-wrap {
  width: 100%;
  display: block;
}
.archive-product-detail-section .archive-detail-image-swiper .swiper-slide .archive-detail-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: scale(0.6);
  transform-origin: center center;
  opacity: 0.4;
}
.archive-product-detail-section .archive-detail-image-swiper .swiper-slide.swiper-slide-next img {
  transform: scale(0.8) translateX(30px) !important;
  opacity: 0.75 !important;
}
.archive-product-detail-section .archive-detail-image-swiper .swiper-slide.swiper-slide-active img {
  transform: scale(1.2) !important;
  opacity: 1 !important;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-product-detail-section .archive-detail-image-swiper .swiper-slide.swiper-slide-active img {
    transform: scale(1.01) !important;
  }
}
.archive-product-detail-section .archive-detail-left {
  width: 100%;
}
.archive-product-detail-section .archive-detail-left .archive-detail-title {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 900;
  text-transform: uppercase;
  color: #D04C27;
  margin-bottom: 20px;
  line-height: 1.2;
}
.archive-product-detail-section .archive-detail-left .archive-detail-title a {
  color: inherit;
  text-decoration: none;
}
.archive-product-detail-section .archive-detail-left .archive-detail-title a:hover {
  opacity: 0.85;
}
.archive-product-detail-section .archive-detail-left .product-advantages-wrap {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #105b37;
}
.archive-product-detail-section .archive-detail-left .product-advantages-wrap ul {
  padding-left: 20px;
}
.archive-product-detail-section .archive-detail-left .product-advantages-wrap ul li {
  margin-bottom: 6px;
}
.archive-product-detail-section .archive-detail-left .product-custom-specs-info {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.archive-product-detail-section .archive-detail-left .product-custom-specs-info .product-characteristics-wrap .characteristic-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #105b37;
}
.archive-product-detail-section .archive-detail-left .product-custom-specs-info .product-characteristics-wrap .characteristic-row .char-stars {
  display: flex;
  align-items: center;
}
.archive-product-detail-section .archive-detail-left .product-custom-specs-info .product-characteristics-wrap .characteristic-row .char-stars svg {
  width: 1.25rem;
  height: 1.25rem;
}
.archive-product-detail-section .archive-detail-left .product-custom-specs-info .weight-badge-large {
  background-color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #D04C27;
  border-radius: 24px;
  line-height: 1;
  flex-shrink: 0;
}
.archive-product-detail-section .archive-detail-left .product-meta-details-wrap {
  margin-bottom: 24px;
}
.archive-product-detail-section .archive-detail-left .product-meta-details-wrap .meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #105b37;
  margin-bottom: 6px;
}
.archive-product-detail-section .archive-detail-left .product-meta-details-wrap .meta-row .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #105b37;
  flex-shrink: 0;
}
.archive-product-detail-section .archive-detail-left .product-meta-details-wrap .meta-row .is-in-stock {
  color: #D04C27;
  font-weight: 700;
}
.archive-product-detail-section .archive-detail-left .product-meta-details-wrap .meta-row .is-out-of-stock {
  color: #ff0000;
  font-weight: 700;
}
.archive-product-detail-section .archive-detail-left .archive-detail-cta .btn-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sc-story-vision {
  position: relative;
  background: url("../img/bg-stripes.jpg") repeat center center;
  overflow: hidden;
}
.sc-story-vision .story-vision__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 63.99875rem) {
  .sc-story-vision .story-vision__img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 320px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .sc-story-vision .story-vision__img {
    height: 250px;
  }
}
.sc-story-vision .story-vision__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sc-story-vision .container {
  position: relative;
  z-index: 2;
}
.sc-story-vision .story-vision__wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 480px;
}
@media only screen and (max-width: 63.99875rem) {
  .sc-story-vision .story-vision__wrapper {
    min-height: auto;
    display: block;
  }
}
.sc-story-vision .story-vision__box {
  width: 48%;
  background-color: #D04C27;
  padding: 60px 80px;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 79.99875rem) {
  .sc-story-vision .story-vision__box {
    width: 58%;
    padding: 40px 36px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .sc-story-vision .story-vision__box {
    width: 100%;
    margin-top: -40px;
    padding: 32px 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .sc-story-vision .story-vision__box {
    margin-top: -30px;
    padding: 24px 20px;
  }
}
.sc-story-vision .sub-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
  color: #ffffff;
  opacity: 0.9;
  font-family: "Phudu", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-story-vision .sub-title {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.sc-story-vision .heading-title,
.sc-story-vision .story-vision__heading {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 63.99875rem) {
  .sc-story-vision .heading-title,
  .sc-story-vision .story-vision__heading {
    font-size: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .sc-story-vision .heading-title,
  .sc-story-vision .story-vision__heading {
    font-size: 20px;
  }
}
.sc-story-vision .story-vision__content {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 20px;
}
@media only screen and (max-width: 79.99875rem) {
  .sc-story-vision .story-vision__content {
    font-size: 21px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .sc-story-vision .story-vision__content {
    font-size: 17px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .sc-story-vision .story-vision__content {
    font-size: 15px;
  }
}
.sc-story-vision .story-vision__content p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 0;
}
.sc-story-vision .story-vision__content p:not(:last-child) {
  margin-bottom: 12px;
}

.sc-story-mission .story-mission__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 63.99875rem) {
  .sc-story-mission .story-mission__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.sc-story-mission .story-mission__item {
  background-color: #ffffff;
  border-bottom: 4px solid #ff4d1b;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sc-story-mission .story-mission__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.sc-story-mission .story-mission__thumb {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-story-mission .story-mission__thumb {
    height: 200px;
  }
}
.sc-story-mission .story-mission__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.sc-story-mission .story-mission__thumb:hover img {
  transform: scale(1.03);
}
.sc-story-mission .story-mission__body {
  padding: 32px 32px 40px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-story-mission .story-mission__body {
    padding: 24px 20px 28px;
  }
}
.sc-story-mission .story-mission__title {
  color: #D04C27;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-story-mission .story-mission__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.sc-story-mission .story-mission__content {
  color: #4a5568;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-story-mission .story-mission__content {
    font-size: 15px;
  }
}
.sc-story-mission .story-mission__content p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 12px;
}
.sc-story-mission .story-mission__content p:last-child {
  margin-bottom: 0;
}
.sc-story-mission .story-mission__content ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}
.sc-story-mission .story-mission__content ul li {
  margin-bottom: 8px;
  color: #2d3748;
  font-weight: 500;
}
.sc-story-mission .story-mission__content ul li:last-child {
  margin-bottom: 0;
}
.sc-story-mission .story-mission__content ol {
  margin: 0;
  padding-left: 20px;
  list-style-type: decimal;
}
.sc-story-mission .story-mission__content ol li {
  margin-bottom: 8px;
  color: #2d3748;
  font-weight: 500;
}
.sc-story-mission .story-mission__content ol li:last-child {
  margin-bottom: 0;
}