@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");



/** $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 */
:root {
  --gutter: 10px;
  --gutter-xs: 10px;
  --gap: 20px;
  --gap-xs: 20px;
  --Primary-01: #D49300;
  --Primary-02: #7C8182;
  --Primary-03: #F93939;
  --Primary-04: #8C5C0A;
}
@media only screen and (min-width: 64rem) {
  ::-webkit-scrollbar-track {
    background-color: #e9ecef;
    border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #adb5bd;
    border-radius: 4px;
  }
  ::-webkit-scrollbar {
    width: 10px;
    height: 5px;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  color: #000000;
  background: #fff;
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.1px;
}
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) {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  /*touch-action: manipulation;*/
  outline: none;
}
: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: 15px;
}
* > p:last-child {
  margin-bottom: 0;
}
:is(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: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  font-optical-sizing: auto;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 700;
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) a {
  text-decoration: none;
  display: inline-block;
  color: currentColor;
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) p {
  color: currentColor;
  line-height: inherit;
  margin-bottom: 0;
}
:is(h1, .h1) {
  font-size: clamp(1.5rem, 0.3rem + 3vw, 3rem);
  line-height: clamp(1.95rem, 0.39rem + 3.9vw, 3.9rem);
}
:is(h2, .h2) {
  font-size: clamp(1.25rem, 0.25rem + 2.5vw, 2.5rem);
  line-height: clamp(1.625rem, 0.325rem + 3.25vw, 3.25rem);
}
:is(h3, .h3) {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
:is(h4, .h4) {
  font-size: clamp(1.125rem, 0.775rem + 0.875vw, 1.5625rem);
  line-height: clamp(1.4625rem, 1.0075rem + 1.1375vw, 2.03125rem);
}
:is(h5, .h5) {
  font-size: clamp(1.0625rem, 0.9125rem + 0.375vw, 1.25rem);
  line-height: clamp(1.38125rem, 1.18625rem + 0.4875vw, 1.625rem);
}
:is(h6, .h6) {
  font-size: clamp(1rem, 0.9rem + 0.25vw, 1.125rem);
  line-height: clamp(1.3rem, 1.17rem + 0.325vw, 1.4625rem);
}
:is(span, label) > a:hover {
  text-decoration: none !important;
}
a {
  text-decoration: none;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
a :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  color: currentColor;
}
picture {
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
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: 15px;
  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);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
[data-fa]::before {
  content: attr(data-fa);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
[data-fa-after]::after {
  content: attr(data-fa-after);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
@media only screen and (max-width: 39.99875rem) {
  .sm\:show {
    display: none;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .\!sm\:show {
    display: none !important;
  }
}
@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;
  }
}
@media only screen and (max-width: 79.99875rem) {
  .xl\:show {
    display: none;
  }
}
@media only screen and (max-width: 79.99875rem) {
  .\!xl\:show {
    display: none !important;
  }
}
.hidden {
  display: none;
}
.\!hidden {
  display: none !important;
}
@media only screen and (min-width: 40rem) {
  .sm\:hidden {
    display: none;
  }
}
@media only screen and (min-width: 40rem) {
  .\!sm\: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 > .auto {
  width: auto;
}
@media only screen and (min-width: 40rem) {
  .flex-x > .sm-auto {
    width: auto;
  }
}
@media only screen and (min-width: 48rem) {
  .flex-x > .md-auto {
    width: auto;
  }
}
@media only screen and (min-width: 64rem) {
  .flex-x > .lg-auto {
    width: auto;
  }
}
@media only screen and (min-width: 80rem) {
  .flex-x > .xl-auto {
    width: auto;
  }
}
.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%;
}
.dvh-100 {
  height: calc(var(--vh, 1vh) * 100);
}
@supports (height: 100dvh) {
  .dvh-100 {
    height: 100dvh;
  }
}
.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: 40rem) {
  .cell.sm-auto {
    flex: 1 1 0;
    max-width: 100%;
    min-width: 0;
    width: auto;
  }
  .cell.sm-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%;
  }
}
@media only screen and (min-width: 80rem) {
  .cell.xl-auto {
    flex: 1 1 0;
    max-width: 100%;
    min-width: 0;
    width: auto;
  }
  .cell.xl-stretch {
    width: 100%;
  }
}
.gap {
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .gap {
    gap: 1.25rem;
  }
}
.container {
  margin-inline: auto;
  max-width: 640px;
}
.container:not(.full) {
  padding-inline: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .container:not(.full) {
    max-width: 95%;
  }
}
@media only screen and (min-width: 48rem) {
  .container:not(.full) {
    padding-inline: 0.625rem;
    max-width: 95%;
  }
}
@media only screen and (min-width: 64rem) {
  .container:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 80rem) {
  .container:not(.full) {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 90rem) {
  .container:not(.full).xxl {
    max-width: 1440px;
  }
}
.container.full {
  max-width: 100%;
  padding-inline: 0;
}
:is(.flex, .\!flex):not(.gap).sm-up-1 > .cell {
  width: 100%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-1 {
  width: 8.3333333333%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-1 {
  width: 8.3333333333% !important;
}
:is(.flex, .\!flex).gap.sm-up-1 > .cell {
  width: 100%;
}
:is(.flex, .\!flex).gap > .cell.sm-1 {
  width: calc(8.3333333333% - 1.1458333333rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-1 {
  width: calc(8.3333333333% - 1.1458333333rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-2 > .cell {
  width: 50%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-2 {
  width: 16.6666666667%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-2 {
  width: 16.6666666667% !important;
}
:is(.flex, .\!flex).gap.sm-up-2 > .cell {
  width: calc(50% - 0.625rem);
}
:is(.flex, .\!flex).gap > .cell.sm-2 {
  width: calc(16.6666666667% - 1.0416666667rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-2 {
  width: calc(16.6666666667% - 1.0416666667rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-3 > .cell {
  width: 33.3333333333%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-3 {
  width: 25%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-3 {
  width: 25% !important;
}
:is(.flex, .\!flex).gap.sm-up-3 > .cell {
  width: calc(33.3333333333% - 0.8333333333rem);
}
:is(.flex, .\!flex).gap > .cell.sm-3 {
  width: calc(25% - 0.9375rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-3 {
  width: calc(25% - 0.9375rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-4 > .cell {
  width: 25%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-4 {
  width: 33.3333333333%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-4 {
  width: 33.3333333333% !important;
}
:is(.flex, .\!flex).gap.sm-up-4 > .cell {
  width: calc(25% - 0.9375rem);
}
:is(.flex, .\!flex).gap > .cell.sm-4 {
  width: calc(33.3333333333% - 0.8333333333rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-4 {
  width: calc(33.3333333333% - 0.8333333333rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-5 > .cell {
  width: 20%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-5 {
  width: 41.6666666667%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-5 {
  width: 41.6666666667% !important;
}
:is(.flex, .\!flex).gap.sm-up-5 > .cell {
  width: calc(20% - 1rem);
}
:is(.flex, .\!flex).gap > .cell.sm-5 {
  width: calc(41.6666666667% - 0.7291666667rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-5 {
  width: calc(41.6666666667% - 0.7291666667rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-6 > .cell {
  width: 16.6666666667%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-6 {
  width: 50%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-6 {
  width: 50% !important;
}
:is(.flex, .\!flex).gap.sm-up-6 > .cell {
  width: calc(16.6666666667% - 1.0416666667rem);
}
:is(.flex, .\!flex).gap > .cell.sm-6 {
  width: calc(50% - 0.625rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-6 {
  width: calc(50% - 0.625rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-7 > .cell {
  width: 14.2857142857%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-7 {
  width: 58.3333333333%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-7 {
  width: 58.3333333333% !important;
}
:is(.flex, .\!flex).gap.sm-up-7 > .cell {
  width: calc(14.2857142857% - 1.0714285714rem);
}
:is(.flex, .\!flex).gap > .cell.sm-7 {
  width: calc(58.3333333333% - 0.5208333333rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-7 {
  width: calc(58.3333333333% - 0.5208333333rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-8 > .cell {
  width: 12.5%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-8 {
  width: 66.6666666667%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-8 {
  width: 66.6666666667% !important;
}
:is(.flex, .\!flex).gap.sm-up-8 > .cell {
  width: calc(12.5% - 1.09375rem);
}
:is(.flex, .\!flex).gap > .cell.sm-8 {
  width: calc(66.6666666667% - 0.4166666667rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-8 {
  width: calc(66.6666666667% - 0.4166666667rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-9 > .cell {
  width: 11.1111111111%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-9 {
  width: 75%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-9 {
  width: 75% !important;
}
:is(.flex, .\!flex).gap.sm-up-9 > .cell {
  width: calc(11.1111111111% - 1.1111111111rem);
}
:is(.flex, .\!flex).gap > .cell.sm-9 {
  width: calc(75% - 0.3125rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-9 {
  width: calc(75% - 0.3125rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-10 > .cell {
  width: 10%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-10 {
  width: 83.3333333333%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-10 {
  width: 83.3333333333% !important;
}
:is(.flex, .\!flex).gap.sm-up-10 > .cell {
  width: calc(10% - 1.125rem);
}
:is(.flex, .\!flex).gap > .cell.sm-10 {
  width: calc(83.3333333333% - 0.2083333333rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-10 {
  width: calc(83.3333333333% - 0.2083333333rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-11 > .cell {
  width: 9.0909090909%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-11 {
  width: 91.6666666667%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-11 {
  width: 91.6666666667% !important;
}
:is(.flex, .\!flex).gap.sm-up-11 > .cell {
  width: calc(9.0909090909% - 1.1363636364rem);
}
:is(.flex, .\!flex).gap > .cell.sm-11 {
  width: calc(91.6666666667% - 0.1041666667rem);
}
:is(.flex, .\!flex).gap > .cell.\!sm-11 {
  width: calc(91.6666666667% - 0.1041666667rem) !important;
}
:is(.flex, .\!flex):not(.gap).sm-up-12 > .cell {
  width: 8.3333333333%;
}
:is(.flex, .\!flex):not(.gap) > .cell.sm-12 {
  width: 100%;
}
:is(.flex, .\!flex):not(.gap) > .cell.\!sm-12 {
  width: 100% !important;
}
:is(.flex, .\!flex).gap.sm-up-12 > .cell {
  width: calc(8.3333333333% - 1.1458333333rem);
}
:is(.flex, .\!flex).gap > .cell.sm-12 {
  width: 100%;
}
:is(.flex, .\!flex).gap > .cell.\!sm-12 {
  width: 100% !important;
}
@media only screen and (min-width: 48rem) {
  :is(.flex, .\!flex):not(.gap).md-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-1 {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-1 {
    width: 8.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.md-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex).gap > .cell.md-1 {
    width: calc(8.3333333333% - 1.1458333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-1 {
    width: calc(8.3333333333% - 1.1458333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-2 > .cell {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-2 {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-2 {
    width: 16.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.md-up-2 > .cell {
    width: calc(50% - 0.625rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-2 {
    width: calc(16.6666666667% - 1.0416666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-2 {
    width: calc(16.6666666667% - 1.0416666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-3 > .cell {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-3 {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-3 {
    width: 25% !important;
  }
  :is(.flex, .\!flex).gap.md-up-3 > .cell {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-3 {
    width: calc(25% - 0.9375rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-3 {
    width: calc(25% - 0.9375rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-4 > .cell {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-4 {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-4 {
    width: 33.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.md-up-4 > .cell {
    width: calc(25% - 0.9375rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-4 {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-4 {
    width: calc(33.3333333333% - 0.8333333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-5 > .cell {
    width: 20%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-5 {
    width: 41.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-5 {
    width: 41.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.md-up-5 > .cell {
    width: calc(20% - 1rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-5 {
    width: calc(41.6666666667% - 0.7291666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-5 {
    width: calc(41.6666666667% - 0.7291666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-6 > .cell {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-6 {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-6 {
    width: 50% !important;
  }
  :is(.flex, .\!flex).gap.md-up-6 > .cell {
    width: calc(16.6666666667% - 1.0416666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-6 {
    width: calc(50% - 0.625rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-6 {
    width: calc(50% - 0.625rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-7 > .cell {
    width: 14.2857142857%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-7 {
    width: 58.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-7 {
    width: 58.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.md-up-7 > .cell {
    width: calc(14.2857142857% - 1.0714285714rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-7 {
    width: calc(58.3333333333% - 0.5208333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-7 {
    width: calc(58.3333333333% - 0.5208333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-8 > .cell {
    width: 12.5%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-8 {
    width: 66.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-8 {
    width: 66.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.md-up-8 > .cell {
    width: calc(12.5% - 1.09375rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-8 {
    width: calc(66.6666666667% - 0.4166666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-8 {
    width: calc(66.6666666667% - 0.4166666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-9 > .cell {
    width: 11.1111111111%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-9 {
    width: 75%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-9 {
    width: 75% !important;
  }
  :is(.flex, .\!flex).gap.md-up-9 > .cell {
    width: calc(11.1111111111% - 1.1111111111rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-9 {
    width: calc(75% - 0.3125rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-9 {
    width: calc(75% - 0.3125rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-10 > .cell {
    width: 10%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-10 {
    width: 83.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-10 {
    width: 83.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.md-up-10 > .cell {
    width: calc(10% - 1.125rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-10 {
    width: calc(83.3333333333% - 0.2083333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-10 {
    width: calc(83.3333333333% - 0.2083333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-11 > .cell {
    width: 9.0909090909%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-11 {
    width: 91.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-11 {
    width: 91.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.md-up-11 > .cell {
    width: calc(9.0909090909% - 1.1363636364rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-11 {
    width: calc(91.6666666667% - 0.1041666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-11 {
    width: calc(91.6666666667% - 0.1041666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-12 > .cell {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-12 {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-12 {
    width: 100% !important;
  }
  :is(.flex, .\!flex).gap.md-up-12 > .cell {
    width: calc(8.3333333333% - 1.1458333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-12 {
    width: 100%;
  }
  :is(.flex, .\!flex).gap > .cell.\!md-12 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 64rem) {
  :is(.flex, .\!flex):not(.gap).lg-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-1 {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-1 {
    width: 8.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex).gap > .cell.lg-1 {
    width: calc(8.3333333333% - 1.1458333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-1 {
    width: calc(8.3333333333% - 1.1458333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-2 > .cell {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-2 {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-2 {
    width: 16.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-2 > .cell {
    width: calc(50% - 0.625rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-2 {
    width: calc(16.6666666667% - 1.0416666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-2 {
    width: calc(16.6666666667% - 1.0416666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-3 > .cell {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-3 {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-3 {
    width: 25% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-3 > .cell {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-3 {
    width: calc(25% - 0.9375rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-3 {
    width: calc(25% - 0.9375rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-4 > .cell {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-4 {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-4 {
    width: 33.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-4 > .cell {
    width: calc(25% - 0.9375rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-4 {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-4 {
    width: calc(33.3333333333% - 0.8333333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-5 > .cell {
    width: 20%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-5 {
    width: 41.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-5 {
    width: 41.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-5 > .cell {
    width: calc(20% - 1rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-5 {
    width: calc(41.6666666667% - 0.7291666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-5 {
    width: calc(41.6666666667% - 0.7291666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-6 > .cell {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-6 {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-6 {
    width: 50% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-6 > .cell {
    width: calc(16.6666666667% - 1.0416666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-6 {
    width: calc(50% - 0.625rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-6 {
    width: calc(50% - 0.625rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-7 > .cell {
    width: 14.2857142857%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-7 {
    width: 58.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-7 {
    width: 58.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-7 > .cell {
    width: calc(14.2857142857% - 1.0714285714rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-7 {
    width: calc(58.3333333333% - 0.5208333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-7 {
    width: calc(58.3333333333% - 0.5208333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-8 > .cell {
    width: 12.5%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-8 {
    width: 66.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-8 {
    width: 66.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-8 > .cell {
    width: calc(12.5% - 1.09375rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-8 {
    width: calc(66.6666666667% - 0.4166666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-8 {
    width: calc(66.6666666667% - 0.4166666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-9 > .cell {
    width: 11.1111111111%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-9 {
    width: 75%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-9 {
    width: 75% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-9 > .cell {
    width: calc(11.1111111111% - 1.1111111111rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-9 {
    width: calc(75% - 0.3125rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-9 {
    width: calc(75% - 0.3125rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-10 > .cell {
    width: 10%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-10 {
    width: 83.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-10 {
    width: 83.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-10 > .cell {
    width: calc(10% - 1.125rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-10 {
    width: calc(83.3333333333% - 0.2083333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-10 {
    width: calc(83.3333333333% - 0.2083333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-11 > .cell {
    width: 9.0909090909%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-11 {
    width: 91.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-11 {
    width: 91.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-11 > .cell {
    width: calc(9.0909090909% - 1.1363636364rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-11 {
    width: calc(91.6666666667% - 0.1041666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-11 {
    width: calc(91.6666666667% - 0.1041666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-12 > .cell {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-12 {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-12 {
    width: 100% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-12 > .cell {
    width: calc(8.3333333333% - 1.1458333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-12 {
    width: 100%;
  }
  :is(.flex, .\!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%;
  }
}
[id^=gallery-] {
  gap: 10;
  display: flex;
  flex-flow: row wrap;
}
[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);
}
.order-history-link,
.account-item {
  display: none !important;
}
.site-header {
  position: relative;
  z-index: 2;
  background-color: #000;
}
.site-header :where(.logo, .custom-logo-link, .custom-logo) {
  display: block;
}
#main-nav {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
#main-nav::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media only screen and (max-width: 63.99875rem) {
  #main-nav {
    display: none;
  }
}
#main-nav .menu.dropdown.horizontal {
  gap: 20px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
#main-nav .menu.dropdown.horizontal li a {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  gap: 7px;
  line-height: 1.4;
  padding-top: 12px;
  padding-bottom: 12px;
  flex-wrap: nowrap;
  white-space: normal;
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
#main-nav .menu.dropdown.horizontal li a > img {
  display: block;
  max-height: 18px;
  width: auto !important;
}
#main-nav .menu.dropdown.horizontal li a:hover::before {
  width: 100%;
}
#main-nav .menu.dropdown.horizontal li.is-active > a {
  background: none;
}
#main-nav .menu.dropdown.horizontal > li > a {
  color: #fff;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
  padding: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
}
#main-nav .menu.dropdown.horizontal > li > a::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -3px;
  left: 0;
  right: 0;
  background: #fff;
  margin: 0 auto;
  transition: all ease-in-out 0.3s;
}
#main-nav .menu.dropdown.horizontal > li.is-dropdown-submenu-parent > a::after {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  content: "\f107";
  border: none;
  width: 10px;
  height: 10px;
  position: relative;
  top: 0;
  font-weight: 300;
  right: 0;
  margin-top: 0;
  font-size: 14px;
}
#main-nav .menu.dropdown.horizontal > li.is-dropdown-submenu-parent > a::after {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-nav .menu.dropdown.horizontal > li.more > a {
  font-size: 0;
  position: relative;
}
#main-nav .menu.dropdown.horizontal > li.more > a::after {
  font-size: 18px;
  display: flex;
  align-items: center;
  content: "\f141";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  width: auto;
}
#main-nav .menu.dropdown.horizontal > li.more .sub-menu.dropdown {
  padding-left: 0;
}
#main-nav .menu.dropdown.horizontal > li ul {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  background: #000;
}
#main-nav .menu.dropdown.horizontal > li ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#main-nav .menu.dropdown.horizontal > li ul > li.is-dropdown-submenu-parent > a::after {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  border: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  font-weight: 300;
  right: 14px;
  margin-top: 0;
  font-size: 14px;
}
#main-nav .menu.dropdown.horizontal > li ul > li.is-dropdown-submenu-parent > a::after {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-nav .menu.dropdown.horizontal > li ul > li.is-dropdown-submenu-parent.opens-right > a::after {
  content: "\f105";
}
#main-nav .menu.dropdown.horizontal > li ul > li.is-dropdown-submenu-parent.opens-left > a::after {
  content: "\f104";
}
@media screen and (max-width: 35.625rem) {
  .top_header {
    display: none;
  }
}
.top_header .container {
  padding: 15px 10px;
  border-bottom: 1px solid #e8e8e8;
  align-items: center;
}
.top_header .top_header_left {
  height: fit-content;
}
.top_header .top_header_left .time_top_header {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
.top_header .top_header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.top_header .top_header_right .switcher-group {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 63.99875rem) {
  .top_header .top_header_right .switcher-group {
    display: none;
  }
}
.top_header .top_header_right .switcher-group .switcher {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.top_header .top_header_right .switcher-group .switcher .switcher-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1;
  background: none;
  background-color: #ffffff;
  padding: 10px 35px 10px 15px;
  transition: all 0.2s ease-in-out;
  position: relative;
  border: solid 1px #000000;
}
.top_header .top_header_right .switcher-group .switcher .switcher-toggle::before {
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  right: 10px;
  top: 52%;
  transform: translateY(-50%);
}
.top_header .top_header_right .switcher-group .switcher .switcher-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: auto;
  background-color: #ffffff;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transform: scale(0.75) translateY(-21px);
  border: 1px solid #000000;
  visibility: hidden;
  border-radius: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top_header .top_header_right .switcher-group .switcher .switcher-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 10px 15px;
  color: #000000;
  width: 100%;
  justify-content: start;
  font-weight: 600;
  line-height: 1;
}
.top_header .top_header_right .switcher-group .switcher .switcher-menu a:hover {
  background: #f3f0ee;
}
.top_header .top_header_right .switcher-group .switcher.lang-switcher.active .switcher-menu, .top_header .top_header_right .switcher-group .switcher.currency-switcher.active .switcher-menu {
  opacity: 1;
  z-index: 2;
  visibility: visible;
  transform: scale(1) translateY(0);
}
.top_header .top_header_right .all_menu_top_header ul li a {
  color: #fff;
  font-weight: 400;
  padding: 0;
  padding-left: 15px;
  font-size: 15px;
}
.switcher-group-mobile {
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  .switcher-group-mobile {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .switcher-group-mobile .switcher {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
  }
  .switcher-group-mobile .switcher .switcher-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 1;
    background: none;
    background-color: #ffffff;
    padding: 10px 35px 10px 15px;
    transition: all 0.2s ease-in-out;
    position: relative;
    border: solid 1px #000000;
  }
  .switcher-group-mobile .switcher .switcher-toggle::before {
    content: "\f107";
    position: absolute;
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
    right: 10px;
    top: 52%;
    transform: translateY(-50%);
  }
  .switcher-group-mobile .switcher .switcher-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 0;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: auto;
    background-color: #ffffff;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transform: scale(0.75) translateY(-21px);
    border: 1px solid #000000;
    visibility: hidden;
    border-radius: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .switcher-group-mobile .switcher .switcher-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    color: #000000;
    width: 100%;
    justify-content: start;
    font-weight: 600;
    line-height: 1;
  }
  .switcher-group-mobile .switcher .switcher-menu a:hover {
    background: #f3f0ee;
  }
  .switcher-group-mobile .switcher.lang-switcher.active .switcher-menu, .switcher-group-mobile .switcher.currency-switcher.active .switcher-menu {
    opacity: 1;
    z-index: 2;
    visibility: visible;
    transform: scale(1) translateY(0);
  }
}
#masthead.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background: #000;
}
#masthead.fixed .top_header {
  overflow: hidden;
  height: 0;
}
#masthead .top_header {
  transition: all 0.5s;
}
#masthead .site-logo .logo {
  max-width: 85px;
}
#masthead .site-logo .logo img {
  filter: invert(50%) sepia(0%) saturate(7394%) hue-rotate(130deg) brightness(180%) contrast(100%);
}
.header-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  gap: 30px;
  flex-wrap: nowrap;
}
.header-content .row-1 {
  flex-direction: row;
  width: auto;
  flex: 1 1 0;
  max-width: 100%;
  align-items: center;
  min-width: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .header-content .row-1 {
    flex: 1 1 auto;
  }
}
.header-content .row-1 .site-logo {
  flex: 0 0 auto;
}
.header-content .row-1 #main-nav {
  flex: 1 1 0;
  min-width: 0;
}
.header-content .row-2 {
  flex: 0 0 auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  .header-content .row-2 {
    flex: 0 0 auto;
    gap: 15px;
  }
}
.header-content .row-2 .dropdown-search {
  display: none;
}
@media only screen and (max-width: 63.99875rem) {
  .header-content .row-2 .dropdown-search {
    display: block;
  }
}
.header-content .row-2 .dropdown-search > a {
  border: none;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.header-content .row-2 .dropdown-search > a span {
  display: none;
}
.menu.social-menu {
  flex-flow: row wrap;
  gap: 8px;
}
.menu.social-menu li a {
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  color: #333;
}
.menu.social-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu.social-menu li svg {
  width: 20px;
  height: 20px;
}
.site-footer {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .site-footer {
    margin-top: 3.75rem;
  }
}
.footer-columns {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  background: #000000;
  color: #ffffff;
}
.footer-columns a {
  color: #fff;
}
.footer-columns a:hover {
  text-decoration: underline;
}
.footer-columns .ma_QA {
  text-align: right;
}
@media only screen and (max-width: 47.99875rem) {
  .footer-columns .ma_QA {
    text-align: left;
  }
}
.footer-columns .ma_QA .img_qa img {
  width: 50%;
}
.footer-columns .footer-title-social {
  display: block;
  font-weight: 600;
  padding: 0 0 15px;
  margin: 0 !important;
  font-size: 20px;
  font-weight: 500;
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  text-align: end;
}
@media only screen and (max-width: 47.99875rem) {
  .footer-columns .footer-title-social {
    text-align: start;
  }
}
.footer-columns .footer-title {
  font-weight: 600;
  padding: 0 0 15px;
  margin: 0 !important;
  font-size: 20px;
  font-weight: 500;
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
.footer-columns .footer-title {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  /*touch-action: manipulation;*/
  outline: none;
}
@media only screen and (max-width: 47.99875rem) {
  .footer-columns .footer-title {
    position: relative;
    cursor: pointer;
  }
  .footer-columns .footer-title:not(.no-toggle).active::after {
    content: "\f068";
  }
  .footer-columns .footer-title:not(.no-toggle).active ~ .footer-icon-list, .footer-columns .footer-title:not(.no-toggle).active ~ .footer-menu, .footer-columns .footer-title:not(.no-toggle).active ~ .footer-info {
    height: auto;
    overflow: unset;
  }
  .footer-columns .footer-title:not(.no-toggle):not(.active) {
    margin-bottom: 0;
  }
  .footer-columns .footer-title:not(.no-toggle):not(.active) ~ .footer-icon-list, .footer-columns .footer-title:not(.no-toggle):not(.active) ~ .footer-menu, .footer-columns .footer-title:not(.no-toggle):not(.active) ~ .footer-info {
    transition: height 0.3s ease-out;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .footer-columns .footer-title {
    margin-bottom: 10px;
  }
}
.footer-columns .footer-info {
  padding: 0 0 20px;
  font-size: 15px;
  text-align: justify;
}
@media only screen and (max-width: 47.99875rem) {
  .footer-columns .footer-info {
    padding-bottom: 0;
  }
}
.footer-columns .footer-info .div-footer-info {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 10px;
  padding-left: 25px;
}
.footer-columns .footer-info .div-footer-info::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  color: #fff;
  font-size: 16px;
  left: 0;
}
.footer-columns .footer-info .div-footer-info.div-footer-info-map::before {
  content: "\f3c5";
}
.footer-columns .footer-info .div-footer-info.div-footer-info-phone::before {
  content: "\f095";
}
.footer-columns .footer-info .div-footer-info.div-footer-info-email::before {
  content: "\f0e0";
}
.footer-columns ul.menu {
  display: flex;
  flex-flow: column nowrap;
}
.footer-columns ul.menu li > a {
  padding: 0;
  font-size: 15px;
  line-height: 1.3;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}
.footer-columns ul.menu li:not(:last-child) > a {
  margin-bottom: 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .footer-columns ul.menu li:not(:last-child) > a {
    margin-bottom: 10px;
  }
}
.footer-columns ul.menu.footer-icon-list li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
}
.footer-columns ul.menu.footer-icon-list li a {
  padding: 0;
  margin-bottom: 0;
}
.footer-columns ul.menu.footer-icon-list li > i {
  font-size: 14px;
  font-weight: 700;
}
.footer-columns ul.menu.social-menu {
  flex-flow: row wrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 47.99875rem) {
  .footer-columns ul.menu.social-menu {
    justify-content: flex-start;
  }
}
.footer-columns ul.menu.social-menu li a {
  margin-bottom: 15px;
  background: #ffffff;
  padding: 5px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  color: #000;
}
.footer-columns .cell-menu {
  flex: 1 1 0;
  min-width: 0;
}
.footer-columns .cell-menu > div {
  flex: 1 1 0;
  min-width: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .footer-columns .cell-menu > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-columns .cell-menu > div {
    width: 100%;
  }
}
.footer-columns .cell-menu > .menu-info {
  width: 37%;
  flex: 0 0 auto;
}
@media only screen and (max-width: 63.99875rem) {
  .footer-columns .cell-menu > .menu-info {
    width: 100%;
    flex: 0 0 100%;
  }
  .footer-columns .cell-menu > .menu-info {
    width: 100%;
  }
}
.footer-columns .cell-logo {
  padding-bottom: 25px;
}
.footer-columns .cell-logo img {
  width: auto;
  max-width: 100%;
  filter: invert(50%) sepia(0%) saturate(7394%) hue-rotate(130deg) brightness(180%) contrast(100%);
}
.footer-columns .cell-logo img {
  max-height: 4.0625rem;
}
@media only screen and (min-width: 48rem) {
  .footer-columns .cell-logo img {
    max-height: 4.0625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .footer-columns .cell-logo img {
    max-height: 5rem;
  }
}
.footer-credit {
  background-color: #000000;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 40px;
  font-size: 15px;
  line-height: 1.4;
}
@media only screen and (max-width: 47.99875rem) {
  .footer-credit {
    padding-bottom: 80px;
  }
}
.footer-credit > .container {
  position: relative;
}
.footer-credit .all-footer-credit {
  align-items: center;
}
.footer-credit .copyright {
  color: #fff;
  text-align: left;
}
.footer-credit .menu-thanhtoan ul {
  gap: 5px;
  justify-content: flex-end;
}
@media only screen and (max-width: 47.99875rem) {
  .footer-credit .menu-thanhtoan ul {
    justify-content: flex-start;
  }
}
.footer-credit .menu-thanhtoan ul li a {
  font-size: 0;
  padding: 0 !important;
}
: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);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
:is(.ajax-loading, .ajax-loader)::after {
  content: "";
  z-index: 99999;
  border: 2px solid;
  border-color: #000000 #f3f3f3 #000000 #f3f3f3;
  border-radius: 50%;
  animation: spin 2.5s linear infinite;
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
  width: 30px;
  height: 30px;
}
@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
body.ajax-loader {
  height: 100vh;
}
body.ajax-loader::after {
  top: calc(50vh - 0.9375rem);
}
.sharing-toolbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.sharing-toolbox .share-title {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  /*transform: rotate(-90deg);*/
  white-space: nowrap;
  display: flex;
  align-items: center;
  line-height: 1;
  /*&::before {
          background: #ccc;
          content: '';
          height: 1px;
          margin-right: 3px;
          width: 10px;
      }*/
}
.sharing-toolbox .social-share > .share-label {
  display: none;
}
.sharing-toolbox .social-share ul.share-actions {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 15px;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action > button.share-button {
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
.sharing-toolbox .social-share.share-vertical ul.share-actions {
  flex-direction: column;
  flex-wrap: nowrap;
}
.share-icon {
  display: block;
  padding: 0;
  position: relative;
}
.share-icon::before {
  content: "";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  margin: 0;
  font-weight: 900;
  color: #666;
  font-size: 16px;
}
.share-icon::before {
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-icon.icon-print::before {
  content: "\f02f";
}
.share-icon.icon-facebook::before {
  content: "\f39e";
}
.share-icon.icon-x::before {
  content: "\e61b";
}
.share-icon.icon-whatsapp::before {
  content: "\f232";
}
.share-icon.icon-messenger::before {
  content: "\f39f";
}
.share-icon.icon-snapchat::before {
  content: "\f2ab";
}
.share-icon.icon-line::before {
  content: "\f3c0";
}
.share-icon.icon-viber::before {
  content: "\f409";
}
.share-icon.icon-skype::before {
  content: "\f17e";
}
.share-icon.icon-telegram::before {
  content: "\f2c6";
}
.share-icon.icon-linkedin::before {
  content: "\f0e1";
}
.share-icon.icon-quora::before {
  content: "\f2c4";
}
.share-icon.icon-mastodon::before {
  content: "\f4f6";
}
.share-icon.icon-reddit::before {
  content: "\f1a1";
}
.share-icon.icon-bluesky::before {
  content: "\e671";
}
.share-icon.icon-threads::before {
  content: "\e618";
}
.share-icon.icon-copy-link::before {
  content: "\f0c5";
}
.share-icon.icon-send-email::before {
  content: "\f0e0";
}
.share-icon.icon-web-share::before {
  content: "\f1e0";
}
.share-icon:hover {
  color: #D49300;
}
.stars-rating {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  display: inline-flex;
}
.stars-rating > ul {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  list-style: none;
  margin: 0;
  line-height: 22px;
}
.stars-rating > ul li::before {
  color: #fd7e14;
  display: block;
  font-size: inherit;
  font-weight: 300;
  letter-spacing: 5px;
}
.stars-rating > ul li.active::before {
  font-weight: 700;
}
.stars-rating > ul li.active ~ li::before {
  font-weight: 700;
}
.stars-rating > span {
  display: block;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0.03125rem;
  transition: 0.2s;
}
.stars-rating > span::before {
  color: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 22px;
}
.stars-rating.clicked > span {
  width: 0 !important;
}
.stars-rating:not(.selected) ul:hover li:hover::before {
  font-weight: 700;
}
.stars-rating:not(.selected) ul:hover li:hover ~ li::before {
  font-weight: 700;
}
.stars-rating:not(.selected) ul:hover + span {
  width: 0 !important;
  transition: 0.1s;
}
/** reset */
.loop-stars-rating {
  overflow: hidden;
  position: relative;
  font-size: 12px;
  display: inline-flex;
}
.loop-stars-rating::before {
  color: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 20px;
}
.loop-stars-rating > span {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.loop-stars-rating > span::before {
  color: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 20px;
  display: block;
}
nav.nav-pagination {
  text-align: center;
  width: 100%;
}
nav.nav-pagination {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  nav.nav-pagination {
    margin-top: 1.875rem;
  }
}
nav.nav-pagination ul.pagination {
  margin: 0;
  flex-wrap: wrap;
  gap: 5px;
}
nav.nav-pagination ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.nav-pagination ul.pagination li {
  font-weight: 500;
  height: 28px;
  padding: 0;
  min-width: 28px;
  width: auto;
  line-height: normal;
  overflow: hidden;
  border-radius: 50%;
}
nav.nav-pagination ul.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li .current {
  height: 100%;
  width: 100%;
  line-height: inherit;
  aspect-ratio: 1/1;
  padding: 0;
}
nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li .current {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.nav-pagination ul.pagination li svg {
  height: 20px;
}
nav.nav-pagination ul.pagination li i {
  font-style: normal;
}
nav.nav-pagination ul.pagination li.current,
nav.nav-pagination ul.pagination li .current {
  color: #fff;
  background-color: #7C8182;
}
:is(span, label) > a {
  color: #D49300;
}
:is(span, label) > a:hover {
  color: #D49300;
  text-decoration: underline;
}
.form-error {
  display: none !important;
  margin-top: 5px;
  font-weight: 400;
  color: #ff0000;
  text-align: center;
  font-size: 12px;
}
.form-error.is-visible {
  display: block !important;
}
.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: 10px;
  bottom: 30px;
  border: 1px solid #7C8182;
  border-radius: 4px;
  /*background-color: rgb(0 0 0 / 10%);*/
  width: 34px;
  height: 34px;
}
.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.99875rem) {
  .back-to-top {
    bottom: 70px;
  }
}
.back-to-top.back-to-top__show {
  opacity: 1;
  transition: 0.3s;
}
.back-to-top > svg {
  position: relative;
  transform: rotate(-90deg);
  display: block;
  color: #7C8182;
  width: 28px;
  height: 28px;
}
.back-to-top:hover {
  border-color: #F93939;
}
.back-to-top:hover > svg {
  color: #F93939;
}
.menu .active > a {
  background: none;
}
.menu .sub-menu:not(.is-dropdown-submenu) {
  display: none;
}
.dropdown_search {
  display: none;
}
@media only screen and (max-width: 63.99875rem) {
  .dropdown_search {
    display: block;
  }
}
.inline-search {
  width: calc(100% - 100px);
}
@media only screen and (max-width: 63.99875rem) {
  .inline-search {
    display: none;
  }
}
.inline-search .frm-search {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.inline-search .frm-search input[type=search] {
  padding-inline: 36px 15px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: border-color 0.4s ease;
  background-color: #fff;
  height: 36px;
  width: 100%;
  color: #777;
  border-radius: 35px;
  font-size: 15px;
}
.inline-search .frm-search input[type=search]::-webkit-input-placeholder {
  font-style: italic;
}
.inline-search .frm-search [type=submit] {
  inset-inline-start: 0;
  pointer-events: none;
  width: 36px;
  height: 36px;
  position: absolute;
  inset-block: 0;
  font-size: 0;
  left: 0;
  right: auto;
}
.inline-search .frm-search [type=submit]::before {
  transition: opacity 0.2s ease;
  font-size: 16px;
  color: #777;
}
.off-canvas.is-transition-overlap {
  z-index: 999999;
}
.js-off-canvas-overlay.is-overlay-fixed {
  background: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 80rem) {
  .off-canvas-content {
    display: none !important;
  }
}
.off-canvas-content .menu-lines {
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  /*@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 .line {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 30px;
  height: 16px;
}
.off-canvas-content .menu-lines .line > span {
  position: relative;
  width: 100%;
}
.off-canvas-content .menu-lines .line > span::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
}
.off-canvas-content .menu-lines .line > span.line-2::before {
  width: 100%;
  transition: 0.3s;
}
.off-canvas-content .menu-lines:hover .line > span.line-2::before {
  width: 100%;
}
.off-canvas {
  background-color: #fff;
}
.off-canvas.is-open {
  transform: translate(0) translateZ(3px);
}
.off-canvas .menu-lines {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  z-index: 9999;
  opacity: 0;
  transition: 0.6s 0.5s ease-in-out;
  transform: translateZ(3px);
  padding: 0;
  color: #000000;
  border-radius: 50%;
  overflow: hidden;
  width: 28px;
  height: 28px;
}
.off-canvas .menu-lines .menu-txt {
  color: currentColor;
  transition: 0.6s 0.5s ease-in-out;
  display: none !important;
}
.off-canvas .menu-lines .line {
  position: absolute;
  top: 14px;
  left: 6px;
  height: 2px;
  background-color: currentColor;
  border-radius: 0;
  transition: 0.5s 0.4s ease-in-out;
  transform: rotate(0deg);
  width: 20px;
  display: block;
}
.off-canvas.is-open .menu-lines {
  opacity: 1;
  transform: translateZ(3px);
}
.off-canvas.is-open .menu-lines .line-1 {
  transform: rotate(135deg);
}
.off-canvas.is-open .menu-lines .line-2 {
  transform: rotate(-135deg);
}
.off-canvas.position-top.is-open, .off-canvas.position-bottom.is-open {
  transform: translateY(0) translateZ(3px);
}
.off-canvas .title-bar-title {
  font-weight: 500;
  position: relative;
  margin: 20px 15px;
  z-index: 9999;
  transform: translateZ(3px);
  max-width: 70%;
  height: 100px;
}
.off-canvas .title-bar-title > a {
  color: #fff;
  display: block;
  height: 100%;
}
.off-canvas .title-bar-title > a > img {
  display: block;
  height: auto;
  width: auto;
  max-width: 70%;
  max-height: 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 .inline-search {
  padding: 15px;
}
.off-canvas .menu-outer .inline-search .frm-search {
  border: none;
  border-radius: 0;
  background: none;
}
.off-canvas .menu-outer .inline-search .frm-search input {
  font-size: 14px;
}
.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 ul.vertical.menu {
  position: relative;
  z-index: 9998;
  height: 100%;
  overflow: hidden;
  transform: translateZ(3px);
}
.off-canvas ul.vertical.menu li a {
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #000000;
}
.off-canvas ul.vertical.menu li .submenu-toggle {
  width: 40px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.off-canvas ul.vertical.menu li .submenu-toggle::after {
  content: "+";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  width: 20px;
  height: 20px;
  font-size: 15px;
  font-weight: 400;
  border: none;
}
.off-canvas ul.vertical.menu li .submenu-toggle[aria-expanded=true]::after {
  content: "\f068";
  transform: none;
  transform-origin: unset;
}
.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 .trigger-s.hover::before {
  content: "\f00d";
}
.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-inline: auto;
  max-width: 640px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
  padding-inline: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 95%;
  }
}
@media only screen and (min-width: 48rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    padding-inline: 0.625rem;
    max-width: 95%;
  }
}
@media only screen and (min-width: 64rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 80rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 1280px;
  }
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container input {
  width: 100%;
  border: none;
  height: 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 .trigger-s-close {
  display: none;
}
/** other */
.grecaptcha-badge {
  display: none !important;
}
.fancybox__content > .f-button.is-close-btn {
  top: 5px;
  right: 5px;
  color: #D49300;
}
.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;
}
/** Animation Classes */
.fade-in {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.6s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.slide-in-left {
  opacity: 0;
  transform: translateX(-25px);
  transition: all 0.6s ease;
}
@media only screen and (max-width: 47.99875rem) {
  .slide-in-left {
    transform: translateX(-10px);
  }
}
.slide-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.slide-in-right {
  opacity: 0;
  transform: translateX(25px);
  transition: all 0.6s ease;
}
@media only screen and (max-width: 47.99875rem) {
  .slide-in-right {
    transform: translateX(10px);
  }
}
.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}
.author-profile {
  display: none;
}
.no-results.not-found {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 15px;
  border-radius: 6px;
  background-color: #efefef;
  margin-top: 30px;
  font-size: 15px;
  margin-inline: auto;
  max-width: 640px;
}
.no-results.not-found:not(.full) {
  padding-inline: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .no-results.not-found:not(.full) {
    max-width: 95%;
  }
}
@media only screen and (min-width: 48rem) {
  .no-results.not-found:not(.full) {
    padding-inline: 0.625rem;
    max-width: 95%;
  }
}
@media only screen and (min-width: 64rem) {
  .no-results.not-found:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 80rem) {
  .no-results.not-found:not(.full) {
    max-width: 1280px;
  }
}
.breadcrumbs {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.breadcrumbs > li {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  position: relative;
}
.breadcrumbs > li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 1) {
  .breadcrumbs > li {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.breadcrumbs > li:not(:last-child)::after {
  content: "\f105" !important;
  color: #000;
}
.breadcrumbs > li > a {
  font-size: inherit;
  color: #fff;
}
.breadcrumbs > li.current {
  color: #fff;
}
.breadcrumbs > li:not(:last-child)::after {
  content: "/";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
.breadcrumbs > li:not(:last-child) > a {
  margin-right: 8px;
}
aside.sidebar .sidebar-inner {
  position: sticky;
  top: 50px;
}
aside.sidebar .sidebar-inner > *:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 63.99875rem) {
  aside.sidebar .sidebar-inner {
    display: none;
  }
}
aside.sidebar .sidebar-inner .sidebar-title {
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
aside.sidebar .sidebar-inner .sidebar-title {
  font-size: clamp(1rem, 0.6rem + 1vw, 1.5rem);
  line-height: clamp(1.4rem, 0.84rem + 1.4vw, 2.1rem);
}
aside.sidebar .sidebar-inner .recent-post {
  margin: 0;
  padding: 0;
}
aside.sidebar .sidebar-inner .recent-post li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 15px;
}
aside.sidebar .sidebar-inner .recent-post li .cover {
  flex: 0 0 auto;
  min-width: 80px;
  border-radius: 6px;
}
aside.sidebar .sidebar-inner .recent-post li .cover-content {
  flex: 1 1 0;
  min-width: 0;
}
aside.sidebar .sidebar-inner .recent-post li .cover-content a {
  line-height: 1.4;
  color: #333;
  font-weight: 500;
}
aside.sidebar .sidebar-inner .recent-post li .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  aside.sidebar .sidebar-inner .recent-post li .cover-content a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.section-breadcrumb {
  position: relative;
}
.section.section-breadcrumb.section-breadcrumb-product .container {
  padding-bottom: 0;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-breadcrumb.section-breadcrumb-product .container {
    padding-bottom: 20px;
    gap: 20px;
  }
}
.section.section-breadcrumb.section-breadcrumb-product .breadcrumbs > li > a {
  color: #000;
}
.section.section-breadcrumb.section-breadcrumb-product .breadcrumbs > li.current {
  color: #000;
}
.section.section-breadcrumb.section-breadcrumb-product .breadcrumb-title {
  color: #000 !important;
}
.section.section-breadcrumb > .container {
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-breadcrumb > .container {
    padding: 30px 10px;
  }
}
.section.section-breadcrumb > .container .breadcrumb-title {
  font-weight: 500;
  margin-bottom: 5px;
  color: #fff;
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
.section.section-breadcrumb > .container .breadcrumb-title {
  font-size: clamp(1.75rem, 1.15rem + 1.5vw, 2.5rem);
  line-height: clamp(2.45rem, 1.61rem + 2.1vw, 3.5rem);
}
.section.section-breadcrumb > .container .common-banner-content {
  flex: 0 0 auto;
  width: 50%;
  text-align: left;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-breadcrumb > .container .common-banner-content {
    width: 100%;
  }
}
.section.section-breadcrumb > .container .common-banner-content .back-btn {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}
.section.section-breadcrumb > .container .common-banner-content .back-btn span {
  width: 34px;
  height: 34px;
  display: flex;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 100%;
  text-align: center;
  padding: 4px 0;
  margin-right: 10px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.section.section-breadcrumb > .container .common-banner-content .back-btn span svg path {
  fill: #ffffff;
}
.section.section-breadcrumb > .container .common-banner-content .breadcrumb-title-post {
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
.section.section-breadcrumb > .container .common-banner-content .breadcrumb-title-post {
  font-size: clamp(1.75rem, 1.15rem + 1.5vw, 2.5rem);
  line-height: clamp(2.45rem, 1.61rem + 2.1vw, 3.5rem);
}
.section.section-breadcrumb > .container .common-banner-content .blog-cat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}
.section.section-breadcrumb > .container .common-banner-content .blog-cat li {
  margin-right: 10px;
}
.section.section-breadcrumb > .container .common-banner-content .blog-cat li a {
  padding: 4px 20px;
  color: #ffffff;
  background: transparent;
  border-radius: 50px;
  transition: all ease-in-out 0.3s;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-breadcrumb > .container .common-banner-content .blog-cat li a {
    font-size: 12px;
  }
}
.section.section-breadcrumb > .container .common-banner-content .blog-cat li a.active, .section.section-breadcrumb > .container .common-banner-content .blog-cat li a:hover {
  background: #ffffff;
  color: #000000;
}
.section.section-breadcrumb.has-background {
  position: relative;
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  background-color: #fff;
  color: #eee;
}
.section.section-breadcrumb.has-background .breadcrumb-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section.section-breadcrumb.has-background .breadcrumb-bg::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.section.section-breadcrumb.has-background .breadcrumb-bg::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section.section-breadcrumb.has-background .breadcrumb-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section.archive {
  padding-top: 80px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive {
    margin-top: 20px;
  }
}
.section.archive > .container {
  gap: 30px;
}
.section.archive > .container > .content {
  flex: 1 1 0;
  min-width: 0;
}
.section.archive > .container > .content > .heading-title {
  margin-bottom: 26px;
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}
.section.archive > .container > .content > .heading-title {
  font-size: clamp(1.5rem, 0.3rem + 3vw, 3rem);
  line-height: clamp(1.95rem, 0.39rem + 3.9vw, 3.9rem);
}
.section.archive > .container > .content > .excerpt {
  font-size: 16px;
  margin-bottom: 30px;
  color: #666;
  line-height: 1.5;
}
.section.archive > .container .sidebar {
  flex: 0 0 auto;
  width: 350px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive > .container .sidebar {
    display: none;
  }
}
.section-single.singular .img-post img {
  width: 100%;
}
.section-single.singular .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.section-single.singular .meta .terms {
  margin: 5px 25px 5px 0;
  font-size: 15px;
  font-weight: 400;
}
.section-single.singular .meta .date-icon {
  margin: 5px 25px 5px 5px;
  font-size: 15px;
  font-weight: 400;
}
.section-single.singular .heading-title {
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}
.section-single.singular .heading-title {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.section-single.singular .excerpt {
  text-align: justify;
}
.section-single.singular .entry-content {
  text-align: justify;
}
.articlerightbar .section-title {
  margin-bottom: 26px;
}
.articlerightbar .section-title h3 {
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}
.articlerightbar .section-title h3 {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.articlerightbar .blog-itm:not(:last-of-type) {
  margin-bottom: 30px;
}
.articlerightbar .blog-itm .blog-inner {
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.articlerightbar .blog-itm .blog-inner .blog-img a {
  position: relative;
  display: block;
  padding-top: 70%;
  overflow: hidden;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.articlerightbar .blog-itm .blog-inner .blog-img a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.articlerightbar .blog-itm .blog-inner .blog-content {
  padding: 15px;
}
.articlerightbar .blog-itm .blog-inner .blog-content .subtitle {
  line-height: 1;
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.articlerightbar .blog-itm .blog-inner .blog-content h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}
.articlerightbar .blog-itm .blog-inner .blog-content h4 a {
  color: #000;
}
.articlerightbar .blog-itm .blog-inner .blog-content .desc_post {
  font-size: 14px;
  font-weight: 400;
}
.articlerightbar .blog-itm .blog-inner .blog-content .desc_post {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 4) {
  .articlerightbar .blog-itm .blog-inner .blog-content .desc_post {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.articlerightbar .blog-itm .blog-inner .blog-content .desc_post .excerpt {
  text-align: justify;
}
.articlerightbar .blog-itm .blog-inner .blog-content .all-time-readmore {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.articlerightbar .blog-itm .blog-inner .blog-content .all-time-readmore .btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #000000;
  color: #ffffff;
  background: #000000;
  min-width: 125px;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 25px;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
}
.articlerightbar .blog-itm .blog-inner .blog-content .all-time-readmore .article_date {
  font-size: 15px;
  font-weight: 400;
}
.article_categories {
  padding: 15px;
  border: 1px solid #000000;
  margin: 20px 0;
  border-radius: 25px;
}
.article_categories h4 {
  margin: 0 0 15px;
  text-decoration: underline;
  font-size: 20px !important;
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}
.article_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article_categories ul li a {
  text-transform: capitalize;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 400;
}
.comment-form-wrp .article-comment {
  padding: 15px;
  border: 1px solid #000000;
  border-radius: 25px;
}
.comment-form-wrp .article-comment .title-comment {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}
.comment-form-wrp .article-comment .grid-item {
  position: relative;
  margin-bottom: 10px;
}
.comment-form-wrp .article-comment .grid-item input,
.comment-form-wrp .article-comment .grid-item textarea {
  position: relative;
  border: 1px solid #e8e8e8;
  display: block;
  width: 100%;
  padding: 15px 20px;
  background: transparent;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  appearance: none;
  margin: 0;
  border-radius: 50px;
}
.comment-form-wrp .article-comment .grid-item textarea {
  height: 60px;
}
.comment-form-wrp .article-comment .grid-item .btn-post-comment {
  background: #000000;
  border-color: #000000;
  color: #fff;
}
.comment-form-wrp .article-comment .grid-item .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.blog-card-inner {
  position: relative;
  width: 100%;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
}
.blog-card-inner .blog-card-image {
  position: relative;
  transition: all ease-in-out 0.6s;
}
.blog-card-inner .blog-card-image a {
  position: relative;
  display: block;
  padding-top: 70%;
  background: #ffffff;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  transition: all ease-in-out 0.6s;
  border: 1px solid #000000;
  border-bottom: transparent;
}
.blog-card-inner .blog-card-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.6s;
}
.blog-card-inner .blog-card-content {
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-top: transparent;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-card-inner .blog-card-content .blog-content-top .sub-title {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.blog-card-inner .blog-card-content .blog-content-top .section-title {
  margin-bottom: 10px;
}
.blog-card-inner .blog-card-content .blog-content-top .section-title h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
}
.blog-card-inner .blog-card-content .blog-content-top .section-title h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 1) {
  .blog-card-inner .blog-card-content .blog-content-top .section-title h4 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.blog-card-inner .blog-card-content .blog-content-top .desc_post {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
}
.blog-card-inner .blog-card-content .blog-content-top .desc_post {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 4) {
  .blog-card-inner .blog-card-content .blog-content-top .desc_post {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.blog-card-inner .blog-card-content .blog-card-bottom {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
@media screen and (max-width: 36.25rem) {
  .blog-card-inner .blog-card-content .blog-card-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-card-inner .blog-card-content .blog-card-bottom .btn {
  text-align: center;
  padding: 11px 13px;
  color: #ffffff;
  background-color: #000000;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  border: 1px solid #000000;
  position: relative;
  border-radius: 60px;
  text-transform: capitalize;
  font-weight: 600;
  min-width: 120px;
  font-size: 14px;
  line-height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.5s;
  appearance: none;
}
.blog-card-inner .blog-card-content .blog-card-bottom .btn svg {
  width: 15px;
  margin-left: 8px;
  height: 15px;
}
.blog-card-inner .blog-card-content .blog-card-bottom .btn svg path {
  fill: #ffffff;
  transition: all ease-in-out 0.5s;
}
.blog-card-inner .blog-card-content .blog-card-bottom .blog-card-time {
  text-align: end;
}
/** */
:is(.section.singular, .section.archive) :where(h1, .h1) {
  margin-bottom: 10px;
}
:is(.section.singular, .section.archive) :where(h1, .h1) {
  font-size: clamp(1.1875rem, 0.8375rem + 0.875vw, 1.625rem);
  line-height: clamp(1.6625rem, 1.1725rem + 1.225vw, 2.275rem);
}
:is(.section.singular, .section.archive) :where(h2, .h2) {
  margin-bottom: 10px;
}
:is(.section.singular, .section.archive) :where(h2, .h2) {
  font-size: clamp(1.125rem, 1.025rem + 0.25vw, 1.25rem);
  line-height: clamp(1.575rem, 1.435rem + 0.35vw, 1.75rem);
}
:is(.section.singular, .section.archive) :where(h3, .h3) {
  margin-bottom: 10px;
}
:is(.section.singular, .section.archive) :where(h3, .h3) {
  font-size: clamp(1.0625rem, 1.0125rem + 0.125vw, 1.125rem);
  line-height: clamp(1.4875rem, 1.4175rem + 0.175vw, 1.575rem);
}
:is(.section.singular, .section.archive) :where(h4, .h4, h5, .h5, h6, .h6) {
  margin-bottom: 10px;
}
:is(.section.singular, .section.archive) :where(h4, .h4, h5, .h5, h6, .h6) {
  font-size: clamp(1rem, 0.95rem + 0.125vw, 1.0625rem);
  line-height: clamp(1.4rem, 1.33rem + 0.175vw, 1.4875rem);
}
/** */
.section.singular:where(.section-single, .section-page) {
  margin-top: 40px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular:where(.section-single, .section-page) {
    margin-top: 20px;
  }
}
.section.singular:where(.section-single, .section-page) > .container {
  gap: 30px;
}
.section.singular:where(.section-single, .section-page) > .container .content {
  flex: 1 1 0;
  min-width: 0;
}
.section.singular:where(.section-single, .section-page) > .container .sidebar {
  flex: 0 0 auto;
  width: 350px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular:where(.section-single, .section-page) > .container .sidebar {
    display: none;
  }
}
.section.singular:where(.section-single, .section-page) .sharing-toolbox {
  flex-direction: row;
  margin-top: 15px;
}
.section.singular:where(.section-single, .section-page) .sharing-toolbox .share-title {
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
.section.singular:where(.section-single, .section-page) .sharing-toolbox .social-share .share-actions {
  flex-flow: row nowrap;
  gap: 20px;
}
.section.section-related .related-title {
  color: #D49300;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.section.section-related .related-title {
  font-size: clamp(1.125rem, 0.525rem + 1.5vw, 1.875rem);
  line-height: clamp(1.575rem, 0.735rem + 2.1vw, 2.625rem);
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-related .related-title {
    margin-bottom: 15px;
    border-bottom: none;
  }
}
.section.section-related .swiper-container .swiper-slide {
  width: calc(25% - 0.9375rem);
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-related .swiper-container .swiper-slide {
    width: calc(50% - 0.625rem);
  }
}
.section.section-related .swiper-container .swiper-pagination {
  bottom: 0;
  position: relative;
  top: 10px;
}
section.comments-area {
  margin-top: 30px;
}
section.comments-area ol {
  list-style: none;
}
section.comments-area ol > li .comment-body {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
section.comments-area ol > li .comment-body .comment-meta {
  position: relative;
}
section.comments-area ol > li .comment-body .comment-meta .comment-author {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
section.comments-area ol > li .comment-body .comment-meta .comment-author > img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
section.comments-area ol > li .comment-body .comment-meta .comment-author .says {
  display: none;
}
section.comments-area ol > li .comment-body .comment-meta .comment-author a {
  color: #333;
}
section.comments-area ol > li .comment-body .comment-meta .comment-author a:hover {
  color: #D49300;
}
section.comments-area ol > li .comment-body .comment-meta .comment-metadata {
  font-size: 12px;
  position: absolute;
  top: 22px;
  left: 60px;
  color: #666;
}
section.comments-area ol > li .comment-body .comment-meta .comment-metadata a {
  color: currentColor;
}
section.comments-area ol > li .comment-body .comment-meta .comment-metadata .edit-link {
  color: #F93939;
}
section.comments-area ol > li .comment-body .comment-content {
  margin-top: 10px;
}
section.comments-area .comment-list {
  padding-left: 0;
}
section.comments-area .comment-list > li .children {
  padding-left: 20px;
}
section.comments-area .comment-respond .comment-reply-title {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
section.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-weight: 400;
}
section.comments-area .comment-respond .comment-form .comment-form-comment {
  display: flex;
  flex-flow: column nowrap;
}
section.comments-area .comment-respond .comment-form .comment-form-comment > label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
section.comments-area .comment-respond .comment-form .comment-form-comment #comment {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}
:is(.section.section-latest-posts, .section.section-terms) {
  margin-top: 40px;
}
@media only screen and (max-width: 63.99875rem) {
  :is(.section.section-latest-posts, .section.section-terms) {
    margin-top: 20px;
  }
}
#ez-toc-container {
  padding: 25px !important;
  margin: 25px auto !important;
  box-shadow: inset 0 0 0 1px #e6e6e6 !important;
  border: none !important;
  width: 100% !important;
  backdrop-filter: blur(30px);
  background: rgba(251, 246, 237, 0.6) !important;
}
@media only screen and (max-width: 47.99875rem) {
  #ez-toc-container {
    padding: 15px !important;
  }
}
#ez-toc-container a:hover {
  text-decoration: none !important;
}
#ez-toc-container .ez-toc-title {
  text-transform: uppercase;
  display: inline-block !important;
  font-weight: 600 !important;
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
#ez-toc-container .ez-toc-title::before {
  content: "\f303";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  background-color: #D49300;
  color: #fff;
  font-size: 16px;
  position: relative;
  margin-right: 10px;
  padding: 8px;
  border-radius: 50%;
}
#ez-toc-container .ez-toc-title-container {
  position: relative;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle a.ez-toc-toggle {
  position: absolute;
  top: 0;
  right: 0;
}
#ez-toc-container ul.ez-toc-list {
  margin-top: 15px !important;
}
#ez-toc-container ul.ez-toc-list > li > a {
  font-weight: 600;
  font-size: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}
#ez-toc-container ul.ez-toc-list > li > a::before {
  margin-right: 8px !important;
}
#ez-toc-container ul.ez-toc-list > li ul li a {
  font-weight: 400;
  font-size: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}
#ez-toc-container ul.ez-toc-list > li ul li a::before {
  margin-right: 8px !important;
}
/** */
.add-this.contact-link {
  position: fixed;
  bottom: 15%;
  right: 10px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 7px; */
  z-index: 999;
  padding: 0 10px;
  border-radius: 0;
  overflow: hidden;
  /* backdrop-filter: blur(30px); */
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link {
    right: 0;
  }
}
.add-this.contact-link li a {
  position: relative;
  transition: 0.3s;
  /* color: vars.$Primary-02; */
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li a {
    margin-bottom: 5px;
  }
}
.add-this.contact-link li a > svg {
  color: #f00;
  border-radius: 0;
  border: none;
  padding: 0;
}
.add-this.contact-link li a > svg {
  width: 2.8125rem;
  height: 2.8125rem;
}
.add-this.contact-link li a > svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li a > svg {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.add-this.contact-link li a > span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.3px;
  display: block;
  white-space: nowrap;
  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:hover {
  transition: 0.3s;
}
/** */
.section.section-slides .swiper-container .swiper-controls .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 10px;
}
.section.section-slides .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  background: #D49300;
}
.common-banner-section {
  padding: 70px 0;
  background: #000;
  color: #fff;
}
.common-banner-section .common-banner-content {
  width: 42%;
}
@media only screen and (max-width: 47.99875rem) {
  .common-banner-section .common-banner-content {
    width: 100%;
  }
}
.common-banner-section .common-banner-content .section-title h2 {
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}
.common-banner-section .common-banner-content .section-title h2 {
  font-size: clamp(1.5rem, 0.3rem + 3vw, 3rem);
  line-height: clamp(1.95rem, 0.39rem + 3.9vw, 3.9rem);
}
.common-banner-section .common-banner-content p {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
}
.page-template-template-page-contact-us .common-banner-content h2 {
  display: none;
}
.page-template-template-page-contact-us .section-contact-us {
  padding-top: 80px;
}
.page-template-template-page-contact-us .section-contact-us .contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-template-page-contact-us .section-contact-us .contact-info ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-template-template-page-contact-us .section-contact-us .contact-info ul li .item .label {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 18px;
  display: block;
}
.page-template-template-page-contact-us .section-contact-us .contact-info ul li .item .content {
  margin-bottom: 0;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
}
.page-template-template-page-contact-us .section-contact-us .contact-info ul li:nth-child(2) .item .content {
  line-height: 26px;
  font-size: 18px;
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-template-page-contact-us .section-contact-us .contact-info ul li:nth-child(2) .item .content {
    max-width: 100%;
  }
}
.page-template-template-page-contact-us .section-contact-us .contact-form {
  margin-top: -170px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-template-page-contact-us .section-contact-us .contact-form {
    margin-top: 0;
  }
}
.page-template-template-page-contact-us .section-contact-us .contact-form h2 {
  font-weight: 900;
  font-family: "Nunito", sans-serif;
  margin-bottom: 26px;
  color: #fff;
  display: none;
}
.page-template-template-page-contact-us .section-contact-us .contact-form h2 {
  font-size: clamp(1.5rem, 0.3rem + 3vw, 3rem);
  line-height: clamp(1.95rem, 0.39rem + 3.9vw, 3.9rem);
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-template-page-contact-us .section-contact-us .contact-form h2 {
    color: #000;
  }
}
.page-template-template-page-contact-us .section-contact-us .contact-form .form-wrapper form {
  padding: 24px 20px;
  border: 2px solid #000000;
  background: #fff;
  border-radius: 10px;
}
.page-template-template-page-contact-us .section-contact-us .contact-form .form-wrapper form .form-group {
  margin-bottom: 15px;
}
.page-template-template-page-contact-us .section-contact-us .contact-form .form-wrapper form .form-group label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}
.page-template-template-page-contact-us .section-contact-us .contact-form .form-wrapper form .form-group span {
  display: block;
}
.page-template-template-page-contact-us .section-contact-us .contact-form .form-wrapper form .form-group input,
.page-template-template-page-contact-us .section-contact-us .contact-form .form-wrapper form .form-group textarea,
.page-template-template-page-contact-us .section-contact-us .contact-form .form-wrapper form .form-group select {
  position: relative;
  border: 1px solid #e8e8e8;
  display: block;
  width: 100%;
  padding: 15px 20px;
  background: transparent;
  font-size: 14px;
  line-height: 1;
  color: #000;
  appearance: none;
  margin: 0;
  border-radius: 10px;
}
.page-template-template-page-contact-us .section-contact-us .contact-form .form-wrapper form .form-group textarea {
  height: 170px;
}
.page-template-template-page-contact-us .section-contact-us .contact-form .form-wrapper form .btn-submit {
  text-align: center;
  padding: 11px 13px;
  color: #fff;
  background-color: #000;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  border: 1px solid #000000;
  position: relative;
  border-radius: 60px;
  text-transform: capitalize;
  font-weight: 600;
  min-width: 150px;
  font-size: 14px;
  line-height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.5s;
  appearance: none;
}
.page-template-template-page-contact-us .section-contact-us .contact-form .form-wrapper form .btn-submit svg {
  width: 15px;
  margin-left: 8px;
  height: 15px;
}
.page-template-template-page-contact-us .iframe-wrapper {
  padding-top: 80px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-template-page-contact-us .iframe-wrapper {
    padding-top: 40px;
  }
}
.page-template-template-page-contact-us .iframe-wrapper iframe {
  width: 100%;
}
.page-template-template-page-contact-us .site-footer {
  margin-top: 0;
}
.section-about-us {
  padding: 80px 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section-about-us {
    padding: 40px 0;
  }
}
.section-about-us .section-title {
  font-weight: 900;
  font-family: "Nunito", sans-serif;
  margin-bottom: 26px;
}
.section-about-us .section-title {
  font-size: clamp(1.5rem, 0.3rem + 3vw, 3rem);
  line-height: clamp(1.95rem, 0.39rem + 3.9vw, 3.9rem);
}
.section-about-us .all-about-us-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-about-us .all-about-us-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.section-about-us .all-about-us-content .about-us-content {
  text-align: justify;
}
.about-our-spectacular-section .section-title {
  font-weight: 900;
  font-family: "Nunito", sans-serif;
  margin-bottom: 26px;
  text-align: center;
}
.about-our-spectacular-section .section-title {
  font-size: clamp(1.5rem, 0.3rem + 3vw, 3rem);
  line-height: clamp(1.95rem, 0.39rem + 3.9vw, 3.9rem);
}
.about-our-spectacular-section .desc_spectacular {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  max-width: 60%;
  margin: auto;
  margin-bottom: 50px;
}
.about-our-spectacular-section .all_repeater_spectacular {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media only screen and (max-width: 47.99875rem) {
  .about-our-spectacular-section .all_repeater_spectacular {
    gap: 40px;
  }
}
.about-our-spectacular-section .all_repeater_spectacular .repeater_spectacular .flex {
  align-items: center;
}
.about-our-spectacular-section .all_repeater_spectacular .repeater_spectacular:nth-child(2n+2) .flex {
  flex-direction: row-reverse !important;
}
.about-our-spectacular-section .all_repeater_spectacular .repeater_spectacular .abt-shp-column-left .title-abt-shp {
  font-weight: 900;
  font-family: "Nunito", sans-serif;
  margin-bottom: 26px;
}
.about-our-spectacular-section .all_repeater_spectacular .repeater_spectacular .abt-shp-column-left .title-abt-shp {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.about-our-services-section {
  padding-top: 80px;
}
@media only screen and (max-width: 47.99875rem) {
  .about-our-services-section {
    padding-top: 40px;
  }
}
.about-our-services-section .section-title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 26px;
}
.about-our-services-section .section-title h2 {
  font-weight: 900;
  font-family: "Nunito", sans-serif;
  margin-bottom: 26px;
}
.about-our-services-section .section-title h2 {
  font-size: clamp(1.5rem, 0.3rem + 3vw, 3rem);
  line-height: clamp(1.95rem, 0.39rem + 3.9vw, 3.9rem);
}
.about-our-services-section .all_repeater_services .about-us-box {
  padding: 20px 18px;
  border: 1px solid #000000;
  position: relative;
}
.about-our-services-section .all_repeater_services .about-us-box .services-img {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.about-our-services-section .all_repeater_services .about-us-box h4 {
  margin-bottom: 15px;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
}
.about-our-services-section .all_repeater_services .about-us-box .desc_rp_sv {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .about-our-services-section .all_repeater_services .about-us-box .desc_rp_sv {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section-customers .section-title {
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}
.section-customers .section-title {
  font-size: clamp(1.25rem, 0.25rem + 2.5vw, 2.5rem);
  line-height: clamp(1.625rem, 0.325rem + 3.25vw, 3.25rem);
}
.section-customers .customers-list.swiper-container .swiper-wrapper {
  align-items: stretch;
}
.section-customers .customers-list.swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.section-customers .customers-list.swiper-container .swiper-slide {
  width: calc(50% - 0.625rem);
}
@media only screen and (max-width: 47.99875rem) {
  .section-customers .customers-list.swiper-container .swiper-slide {
    width: 100%;
  }
}
@media screen and (max-width: 25rem) {
  .section-customers .customers-list.swiper-container .swiper-slide {
    width: 100%;
  }
}
.section-customers .customers-list .testi-card-inner {
  display: flex;
  align-items: start;
  border: 1px solid #e8e8e8;
  padding: 20px 25px;
  border-radius: 20px;
  height: 100%;
}
@media screen and (max-width: 23.75rem) {
  .section-customers .customers-list .testi-card-inner {
    flex-direction: column;
  }
}
.section-customers .customers-list .testi-card-inner .img-wrapper {
  max-width: 120px;
  width: 100%;
  padding-right: 15px;
}
.section-customers .customers-list .testi-card-inner .img-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: top;
}
.section-customers .customers-list .testi-card-inner .content .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 5px;
}
.section-customers .customers-list .testi-card-inner .content .title h4 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 0;
}
.section-customers .customers-list .testi-card-inner .content .title h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 1) {
  .section-customers .customers-list .testi-card-inner .content .title h4 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section-customers .customers-list .testi-card-inner .content .title .ratings {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.section-customers .customers-list .testi-card-inner .content .title .ratings .all_start_rating {
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.section-customers .customers-list .testi-card-inner .content .title .ratings .all_start_rating i.active {
  font-weight: 300;
}
.section-customers .customers-list .testi-card-inner .content .title .ratings span {
  padding-left: 10px;
}
.section-customers .customers-list .testi-card-inner .content .desc_ratings {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
}
.section-customers .customers-list .testi-card-inner .content .desc_ratings {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .section-customers .customers-list .testi-card-inner .content .desc_ratings {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section-customers .customers-list .testi-card-inner .content h6 {
  font-size: 16px;
  font-weight: 900;
  padding-top: 10px;
  font-family: "Nunito", sans-serif;
}
.all_option_single_product {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .all_option_single_product {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.all_option_single_product .left-side-content .section-title .sub-title {
  font-size: 15px;
  font-weight: 400;
}
.all_option_single_product .left-side-content .section-title h3 {
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}
.all_option_single_product .left-side-content .section-title h3 {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.all_option_single_product .left-side-content .sg_desc {
  text-align: justify;
}
.all_option_single_product .left-side-content .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}
.all_option_single_product .left-side-content .btn-wrapper a {
  text-align: center;
  padding: 11px 13px;
  color: #fff;
  background-color: #000;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  border: 1px solid #000000;
  position: relative;
  border-radius: 60px;
  text-transform: capitalize;
  font-weight: 600;
  min-width: 120px;
  font-size: 14px;
  line-height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.5s;
  appearance: none;
}
.all_option_single_product .left-side-content .btn-wrapper a svg {
  margin-left: 10px;
}
.all_option_single_product .img-wrapper img {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.woo-multi-currency.wmc-sidebar.wmc-right {
  display: none;
}
.single-post .section-single.singular .container {
  display: flex;
  position: relative;
  align-items: flex-start;
}
.single-post .section-single.singular .container .sidebar {
  position: sticky;
  top: 50px;
}
.yith-wcan-filters.filters-modal .main-modal-button {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.section-page.singular article {
  text-align: justify;
}