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

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

body {
  color: #2B2B2B;
  background: #ffffff;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
}
body {
  font-size: 0.875rem;
  line-height: 1.50325rem;
}
@media screen and (min-width: 40rem) {
  body {
    font-size: calc(0.875rem + 0.0011148272 * (100vw - 40rem));
    line-height: calc(1.50325rem + 0.0019152731 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  body {
    font-size: 0.9375rem;
    line-height: 1.610625rem;
  }
}

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

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

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

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

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

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

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

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

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

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

:is(h1, .h1) {
  font-size: 1.5rem;
  line-height: 2.1rem;
}
@media screen and (min-width: 40rem) {
  :is(h1, .h1) {
    font-size: calc(1.5rem + 0.0133779264 * (100vw - 40rem));
    line-height: calc(2.1rem + 0.018729097 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  :is(h1, .h1) {
    font-size: 2.25rem;
    line-height: 3.15rem;
  }
}

:is(h2, .h2) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 40rem) {
  :is(h2, .h2) {
    font-size: calc(1.25rem + 0.0133779264 * (100vw - 40rem));
    line-height: calc(1.75rem + 0.018729097 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  :is(h2, .h2) {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

:is(h3, .h3) {
  font-size: 1.1875rem;
  line-height: 1.6625rem;
}
@media screen and (min-width: 40rem) {
  :is(h3, .h3) {
    font-size: calc(1.1875rem + 0.0100334448 * (100vw - 40rem));
    line-height: calc(1.6625rem + 0.0140468227 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  :is(h3, .h3) {
    font-size: 1.75rem;
    line-height: 2.45rem;
  }
}

:is(h4, .h4) {
  font-size: 1.125rem;
  line-height: 1.575rem;
}
@media screen and (min-width: 40rem) {
  :is(h4, .h4) {
    font-size: calc(1.125rem + 0.0066889632 * (100vw - 40rem));
    line-height: calc(1.575rem + 0.0093645485 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  :is(h4, .h4) {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}

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

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

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

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

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

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

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

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

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



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

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

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

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

.hidden {
  display: none;
}

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

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

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

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

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

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

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

.flex {
  display: flex;
}

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

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

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

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

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

.grid {
  display: grid;
}

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

.block {
  display: block;
}

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

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

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

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-header {
  position: relative;
  z-index: 99;
  background: #ffffff;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1490196078);
}
.site-header .popup-container {
  display: none;
}

#top-header {
  background: #FB8317;
  padding: 10px 0;
  color: #ffffff;
}
@media only screen and (max-width: 47.99875rem) {
  #top-header {
    display: none;
  }
}
#top-header .container .hb_header_lists {
  display: flex;
  align-items: center;
  width: 100%;
}
#top-header .container .hb_header_lists {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
#top-header .container .hb_header_lists ._header-lists {
  position: relative;
  transition: 0.4s;
  display: flex;
  align-items: center;
}
#top-header .container .hb_header_lists ._header-lists ._svg {
  margin-right: 8px;
}
#top-header .container .hb_header_lists ._header-lists ._title {
  font-weight: 500;
}
#top-header .container .hb_header_lists ._header-lists a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#top-header .container .hb_header_lists ._header-lists.phone {
  flex: 0 0 250px;
  max-width: 250px;
}
#top-header .container .hb_header_lists ._header-lists.phone ._svg i {
  font-weight: 300;
}
#top-header .container .hb_header_lists ._header-lists.phone:hover {
  transform: translateY(-5px);
}
#top-header .container .hb_header_lists ._header-lists.email {
  flex: 0 0 250px;
  max-width: 250px;
}
#top-header .container .hb_header_lists ._header-lists.email:hover {
  transform: translateY(-5px);
}
#top-header .container .hb_header_lists ._header-lists.time {
  flex: 1;
  justify-content: flex-end;
}
#top-header .container .hb_header_lists ._header-lists.time ._svg i {
  font-weight: 300;
}

#inside-header {
  position: relative;
}
#inside-header > .container {
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header > .container {
    align-items: center;
  }
}
#inside-header .cell-logo {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell-logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#inside-header .cell-logo .custom-logo {
  width: auto;
}
@media only screen and (min-width: 75rem) {
  #inside-header .cell-logo .custom-logo {
    max-height: 55px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  #inside-header .cell-logo .custom-logo {
    max-height: 65px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell-logo .custom-logo {
    max-height: 40px;
  }
}
@media only screen and (max-width: 74.99875rem) {
  #inside-header .cell-logo {
    flex: 1 1 0;
  }
  #inside-header .cell-logo {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
  #inside-header .cell-logo a.logo {
    flex: 1 1 0;
    display: flex;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell-logo {
    flex: 0 0 auto;
  }
  #inside-header .cell-logo {
    grid-gap: 0;
    gap: 0;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell-menu .dropdown-search {
    display: none;
  }
}
#inside-header .cell-menu .dropdown-search .trigger-s {
  border-radius: 100%;
}
#inside-header .cell-menu .dropdown-search .trigger-s {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#inside-header .cell-menu .dropdown-search .trigger-s {
  width: 2.1875rem;
  height: 2.1875rem;
}
#inside-header .cell-menu .dropdown-search .trigger-s span {
  display: none;
}
#inside-header .cell-menu .dropdown-search .trigger-s::before {
  color: #201A1B;
  font-weight: 300;
  font-size: 20px;
}
#inside-header .cell-design {
  display: flex;
  align-items: center;
}
#inside-header .cell-design {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  #inside-header .cell-design {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  #inside-header .cell-design {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
#inside-header .cell-design .pll-switcher-select {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
@media only screen and (min-width: 64rem) {
  #inside-header .cell-design .dropdown-search {
    display: none;
  }
}
#inside-header .cell-design .dropdown-search .trigger-s {
  border-radius: 100%;
}
#inside-header .cell-design .dropdown-search .trigger-s {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#inside-header .cell-design .dropdown-search .trigger-s {
  width: 2.1875rem;
  height: 2.1875rem;
}
#inside-header .cell-design .dropdown-search .trigger-s span {
  display: none;
}
#inside-header .cell-design .dropdown-search .trigger-s::before {
  color: #201A1B;
  font-weight: 300;
  font-size: 20px;
}
#inside-header .cell-design .widget_polylang ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
#inside-header .cell-design .widget_polylang ul li {
  line-height: 1;
  border-right: 1px solid #000000;
  padding-right: 5px;
  margin-right: 5px;
}
#inside-header .cell-design .widget_polylang ul li:last-child {
  border-right: unset;
}
#inside-header .cell-design .widget_polylang ul li a {
  width: 100%;
  height: 100%;
  position: relative;
}
#inside-header .cell-design .widget_polylang ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}
#inside-header .cell-design .widget_polylang ul li.current-lang a {
  font-weight: 600;
  color: #FB8317;
}
#inside-header .cell-design .inline-search {
  display: none;
}
#inside-header .cell-design .inline-search form {
  width: 230px;
  position: relative;
}
#inside-header .cell-design .inline-search form input {
  border: 0.7px solid #E6E6E6;
  border-radius: 100px;
  font-size: 13px;
  padding: 5px 10px;
  width: 100%;
  height: 32px;
}
#inside-header .cell-design .inline-search form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 14px;
}
#inside-header .cell-design .inline-search form button::before {
  color: #3F3F3F;
}

.sticky-wrapper.is-sticky .inside-header {
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1490196078);
  z-index: 999;
}

#menu-header {
  height: 60px;
  background-color: #FB8317;
}
@media only screen and (max-width: 74.99875rem) {
  #menu-header {
    display: none;
  }
}
#menu-header #main-nav {
  flex: 1 1 0;
  max-width: calc(100% - 240px);
}
@media only screen and (max-width: 96.06125rem) {
  #menu-header #main-nav {
    max-width: calc(100% - 200px);
  }
}

.cell-menu {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 63.99875rem) {
  .cell-menu {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 75rem) {
  .cell-menu nav.nav {
    flex: 1 1 0;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .cell-menu nav.nav {
    display: none;
  }
}
.cell-menu .dropdown.menu.desktop-menu {
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  justify-content: center;
}
.cell-menu .dropdown.menu.desktop-menu li a {
  color: #3C3C3C;
  font-weight: 500;
  line-height: 30px;
}
@media only screen and (min-width: 48rem) {
  .cell-menu .dropdown.menu.desktop-menu li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .cell-menu .dropdown.menu.desktop-menu li a {
    font-size: 16px;
  }
}
.cell-menu .dropdown.menu.desktop-menu li a[aria-current=page] {
  color: #FB8317;
}
.cell-menu .dropdown.menu.desktop-menu li:last-child {
  border-right: unset;
}
.cell-menu .dropdown.menu.desktop-menu > li {
  position: relative;
}
.cell-menu .dropdown.menu.desktop-menu > li > a {
  padding: 5px;
}
.cell-menu .dropdown.menu.desktop-menu > li > a:hover {
  color: #FB8317;
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent > a {
  padding-right: 20px;
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent > a::after {
  content: "\f106";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-size: 14px;
  border: none;
  color: #404040;
  aspect-ratio: 1/1;
  line-height: 1;
  margin-top: -8px;
  right: 5px;
  transform: rotate(90deg);
  transition: 0.4s;
  font-weight: 300;
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent > a::after {
  width: 0.75rem;
  height: 0.75rem;
}
@media only screen and (max-width: 96.06125rem) {
  .cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent > a::after {
    right: 6px;
  }
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent > a:hover::after {
  transform: rotate(180deg);
  margin-top: -8px;
  color: #FB8317;
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent.more > a {
  font-size: 0;
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent.more > a::after {
  display: none;
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent.more > a::before {
  font-size: 18px;
  display: flex;
  align-items: center;
  content: "\f141";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
.cell-menu .dropdown.menu.desktop-menu > li.current-menu-item > a, .cell-menu .dropdown.menu.desktop-menu > li.current_page_item > a {
  color: #FB8317;
}
.cell-menu .dropdown.menu.desktop-menu > li.current-menu-item > a::after, .cell-menu .dropdown.menu.desktop-menu > li.current_page_item > a::after {
  transform: rotate(180deg);
  margin-top: -8px;
  color: #FB8317;
}
.cell-menu .dropdown.menu.desktop-menu > li:not(:last-child) {
  padding-left: 0;
  padding-right: 15px;
}
@media only screen and (min-width: 96.0625rem) {
  .cell-menu .dropdown.menu.desktop-menu > li:not(:last-child) {
    padding-right: 30px;
  }
}
.cell-menu .dropdown.menu.desktop-menu > li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #2B2B2B;
  display: none;
}
.cell-menu .dropdown.menu.desktop-menu > li:not(:first-child) {
  padding-left: 0;
  padding-right: 15px;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu {
  border: 1px solid rgba(206, 206, 206, 0.5);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li:not(:last-child) {
  border-bottom: 1px solid rgba(140, 140, 140, 0.1);
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li > a {
  color: #3C3C3C;
  padding: 10px 10px 8px;
  font-weight: 500;
  text-transform: unset;
}
@media only screen and (min-width: 96.0625rem) {
  .cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li > a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 64rem) {
  .cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li > a {
    font-size: 14px;
  }
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li > a:hover {
  background: #FB8317;
  color: #ffffff;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li:first-child > a {
  padding-top: 10px;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li:last-child > a {
  padding-bottom: 10px;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li.is-active > a {
  background: none;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li.is-dropdown-submenu-item > a::after {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-size: 12px;
  border: none;
  aspect-ratio: 1/1;
  line-height: 1;
  margin-top: -9px;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li.is-dropdown-submenu-item > a::after {
  width: 0.75rem;
  height: 0.75rem;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li.is-dropdown-submenu-item.opens-right > a::after {
  content: "\f054";
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li.is-dropdown-submenu-item.opens-left > a::after {
  content: "\f053";
}
.cell-menu .dropdown.menu.desktop-menu li.is-dropdown-submenu-parent.is-active > a::after {
  transform: rotate(180deg);
  margin-top: -8px;
}

._header-button {
  position: relative;
  background: #FB8317;
  color: #ffffff;
  border-radius: 100px;
  transition: 0.4s;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 0px 3px #FB8317;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
}
._header-button {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  ._header-button {
    padding: 10px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  ._header-button {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  ._header-button {
    padding: 6px;
  }
}
._header-button ._images {
  flex: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._header-button ._images {
  width: 1.25rem;
  height: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  ._header-button ._images {
    flex: 0 0 13px;
  }
  ._header-button ._images {
    width: 0.8125rem;
    height: 0.8125rem;
  }
}
._header-button ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._header-button ._svg {
  flex: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._header-button ._svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  ._header-button ._svg {
    flex: 0 0 13px;
  }
  ._header-button ._svg {
    width: 0.8125rem;
    height: 0.8125rem;
  }
}
._header-button ._title {
  line-height: 1;
}
@media only screen and (max-width: 47.99875rem) {
  ._header-button ._title {
    display: none;
  }
}
._header-button a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media only screen and (min-width: 48rem) {
  ._header-button:hover {
    transform: translateY(-5px);
  }
}
.site-footer {
  position: relative;
  z-index: 1;
}

#footer-credit {
  position: relative;
  padding: 15px 0;
  background: #FB8317;
}
#footer-credit .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-credit .container {
    flex-flow: row wrap;
  }
}
#footer-credit .container .copyright {
  text-align: center;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
}
#footer-credit .container .copyright a {
  color: #ffffff;
}
#footer-credit .container .credit-nav {
  border-radius: 100%;
  background: #ffffff;
  padding: 15px;
}
#footer-credit .container .credit-nav {
  width: 5.625rem;
  height: 5.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-credit .container .credit-nav {
    display: none;
  }
}
#footer-credit .container .credit-nav .widget_custom_html, #footer-credit .container .credit-nav .custom-html-widget {
  height: 100%;
}
#footer-credit .container .credit-nav a {
  width: 100%;
  height: 100%;
}
#footer-credit .container .credit-nav a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#footer-credit .container .credit-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer-credit .container .credit-nav ul li {
  border-right: 1px solid #ffffff;
  transition: 0.4s;
}
#footer-credit .container .credit-nav ul li a {
  padding: 0 10px;
  font-weight: 400;
  color: #ffffff;
  transition: 0.4s;
}
#footer-credit .container .credit-nav ul li a:hover {
  transform: translateY(-5px);
}
#footer-credit .container .credit-nav ul li:first-child a {
  padding-left: 0;
}
#footer-credit .container .credit-nav ul li:last-child {
  border-right: unset;
}
#footer-credit .container .credit-nav ul li:last-child a {
  padding-right: 0;
}

#footer-tops {
  position: relative;
}
#footer-tops {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  #footer-tops {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-tops {
    padding-top: 3.75rem;
  }
}
#footer-tops {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  #footer-tops {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-tops {
    padding-bottom: 3.75rem;
  }
}
#footer-tops ._lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#footer-tops ._lists {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  #footer-tops ._lists {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-tops ._lists {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #footer-tops ._lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
#footer-tops ._lists ._item {
  position: relative;
  background: #FB8317;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.4s;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-tops ._lists ._item {
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2509803922);
    padding: 15px;
  }
}
#footer-tops ._lists ._item .footer-img {
  margin: 0 auto 10px;
}
#footer-tops ._lists ._item .footer-img {
  width: 2.75rem;
  height: 2.75rem;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-tops ._lists ._item .footer-img {
    width: 2.0625rem;
    height: 2.0625rem;
  }
}
#footer-tops ._lists ._item .footer-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#footer-tops ._lists ._item .footer-icon-text {
  font-weight: 600;
  color: #ffffff;
}
@media only screen and (min-width: 48rem) {
  #footer-tops ._lists ._item .footer-icon-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  #footer-tops ._lists ._item .footer-icon-text {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-tops ._lists ._item .footer-icon-text {
    font-size: 14px;
    line-height: 20px;
  }
}
#footer-tops ._lists ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#footer-tops ._lists ._item:hover {
  transform: translateY(-5px);
}
#footer-columns {
  background: #FBFBFB;
}
#footer-columns {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns {
    padding-top: 2.5rem;
  }
}
#footer-columns {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns {
    padding-bottom: 2.5rem;
  }
}
#footer-columns .container .flex-info {
  justify-content: space-between;
}
#footer-columns .container .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .container .flex-info {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .container .cell {
    width: 100%;
  }
}
#footer-columns .container .cell .footer-title {
  font-weight: 600;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #FB8317;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .container .cell .footer-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  #footer-columns .container .cell .footer-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .container .cell .footer-title {
    font-size: 18px;
    line-height: 24px;
  }
}
#footer-columns .container .cell .footer-desc p {
  margin-bottom: 10px;
}
#footer-columns .container .cell .footer-desc p:last-child {
  margin-bottom: 0;
}
#footer-columns .container .cell .footer-desc iframe {
  width: 100%;
}
@media only screen and (min-width: 64rem) {
  #footer-columns .container .cell-box-1 {
    flex: calc(40%);
    max-width: calc(50%);
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .container .cell-box-1 {
    width: 100%;
  }
}
#footer-columns .container .cell-box-1 ._logo {
  margin-bottom: 20px;
}
#footer-columns .container .cell-box-1 ._logo a {
  width: 323px;
  height: 100px;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .container .cell-box-1 ._logo a {
    width: 203px;
    height: auto;
  }
}
#footer-columns .container .cell-box-1 ._logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#footer-columns .container .cell-box-1 .footer-desc {
  margin-bottom: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .container .cell-box-1 .footer-desc {
    margin-bottom: 0;
  }
}
#footer-columns .container .cell-box-1 .footer-desc ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
#footer-columns .container .cell-box-1 .footer-desc ul li {
  margin-bottom: 15px;
  font-weight: 300;
}
#footer-columns .container .cell-box-1 .footer-desc ul li:last-child {
  margin-bottom: 0;
}
#footer-columns .container .cell-box-1 .footer-desc ul li i {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 300;
}
#footer-columns .container .cell-box-1 .footer-icon-list {
  padding: 10px 0 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
#footer-columns .container .cell-box-1 .footer-icon-list {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .container .cell-box-1 .footer-icon-list {
    flex-flow: row wrap;
  }
}
#footer-columns .container .cell-box-1 .footer-icon-list li {
  position: relative;
  transition: 0.4s;
}
#footer-columns .container .cell-box-1 .footer-icon-list li a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#footer-columns .container .cell-box-1 .footer-icon-list li .footer-svg {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer-columns .container .cell-box-1 .footer-icon-list li .footer-svg svg {
  width: 15px;
}
#footer-columns .container .cell-box-1 .footer-icon-list li .footer-svg i {
  font-weight: 500;
  font-size: 18px;
}
#footer-columns .container .cell-box-1 .footer-icon-list li .footer-img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer-columns .container .cell-box-1 .footer-icon-list li .footer-img {
  width: 2.625rem;
  height: 2.625rem;
}
#footer-columns .container .cell-box-1 .footer-icon-list li:hover {
  transform: translateY(-5px);
}
@media only screen and (min-width: 64rem) {
  #footer-columns .container .cell-box-2 {
    flex: calc(25% - 30px);
    max-width: calc(25% - 30px);
    padding-left: 4%;
    padding-top: 68px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .container .cell-box-2 {
    width: 100%;
  }
}
@media only screen and (min-width: 48rem) {
  #footer-columns .container .cell-box-2 .footer-menu {
    display: flex;
  }
}
#footer-columns .container .cell-box-2 .footer-menu > div {
  width: 100%;
}
#footer-columns .container .cell-box-2 .footer-menu ul {
  width: 100%;
  flex-direction: column;
}
#footer-columns .container .cell-box-2 .footer-menu ul li {
  margin-bottom: 20px;
  flex: 0 0 100%;
  max-width: 100%;
}
#footer-columns .container .cell-box-2 .footer-menu ul li a {
  position: relative;
  padding: 0;
  font-weight: 300;
}
#footer-columns .container .cell-box-2 .footer-menu ul li a::before {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  font-weight: 400;
}
#footer-columns .container .cell-box-2 .footer-menu ul li a:hover {
  text-decoration: underline;
  color: #FB8317;
}
#footer-columns .container .cell-box-2 .footer-menu ul li:last-child {
  margin-bottom: 0;
}
#footer-columns .container .cell-box-2 .footer-desc ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
#footer-columns .container .cell-box-2 .footer-desc ul li {
  margin-bottom: 10px;
}
#footer-columns .container .cell-box-2 .footer-desc ul li:last-child {
  margin-bottom: 0;
}
#footer-columns .container .cell-box-2 .footer-desc ul li i {
  font-weight: 500;
  margin-right: 10px;
  font-size: 18px;
}
#footer-columns .container .cell-box-2 .footer-icon-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .container .cell-box-2 .footer-icon-list {
    width: auto;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .container .cell-box-2 .footer-icon-list {
    margin: 20px 0 0;
  }
}
#footer-columns .container .cell-box-2 .footer-icon-list li {
  position: relative;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
#footer-columns .container .cell-box-2 .footer-icon-list li:last-child {
  border-bottom: none;
}
#footer-columns .container .cell-box-2 .footer-icon-list li a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#footer-columns .container .cell-box-2 .footer-icon-list li i {
  font-weight: 500;
}
#footer-columns .container .cell-box-2 .footer-icon-list li .footer-svg {
  margin-right: 5px;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .container .cell-box-2 .footer-icon-list li:nth-child(3) {
    border-bottom: unset;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .container .cell-box-2 .footer-icon-list li:nth-child(2), #footer-columns .container .cell-box-2 .footer-icon-list li:nth-child(4) {
    border-right: unset;
  }
}
#footer-columns .container .cell-box-2 .footer-icon-list li:hover {
  color: #FB8317;
  text-decoration: underline;
}
@media only screen and (min-width: 64rem) {
  #footer-columns .container .cell-box-3 {
    flex: calc(35% - 30px);
    max-width: calc(35% - 30px);
    padding-top: 68px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .container .cell-box-3 {
    width: 100%;
  }
}
#footer-columns .container .cell-box-3 .footer-desc ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
#footer-columns .container .cell-box-3 .footer-desc ul li {
  margin-bottom: 10px;
}
#footer-columns .container .cell-box-3 .footer-desc ul li:last-child {
  margin-bottom: 0;
}
#footer-columns .container .cell-box-3 .footer-desc ul li i {
  font-weight: 300;
  margin-right: 10px;
  font-size: 18px;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .container .cell-box-3 .footer-desc br {
    display: none;
  }
}
#footer-columns .container .cell-box-3 .footer-desc iframe {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .container .cell-box-3 .footer-menu {
    display: flex;
  }
}
#footer-columns .container .cell-box-3 .footer-menu ul {
  flex-direction: column;
}
#footer-columns .container .cell-box-3 .footer-menu ul li {
  margin-bottom: 20px;
  flex: 0 0 100%;
  max-width: 100%;
}
#footer-columns .container .cell-box-3 .footer-menu ul li a {
  position: relative;
  padding: 0;
  font-weight: 300;
  font-size: 14px;
}
#footer-columns .container .cell-box-3 .footer-menu ul li a::before {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  font-weight: 400;
  display: none;
}
#footer-columns .container .cell-box-3 .footer-menu ul li a:hover {
  text-decoration: underline;
}
#footer-columns .container .cell-box-3 .footer-menu ul li:last-child {
  margin-bottom: 0;
}
#footer-columns .container .cell-box-3 ._title_form {
  padding-top: 20px;
  margin-bottom: 10px;
}
#footer-columns .container .cell-box-3 .footer-icon-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .container .cell-box-3 .footer-icon-list {
    width: auto;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .container .cell-box-3 .footer-icon-list {
    margin: 20px 0 0;
  }
}
#footer-columns .container .cell-box-3 .footer-icon-list li {
  position: relative;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #FB8317;
  border-radius: 5px;
  transition: 0.4s;
  text-align: center;
  padding: 10px;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .container .cell-box-3 .footer-icon-list li {
    width: 100%;
  }
}
#footer-columns .container .cell-box-3 .footer-icon-list li:last-child {
  border-bottom: none;
}
#footer-columns .container .cell-box-3 .footer-icon-list li a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#footer-columns .container .cell-box-3 .footer-icon-list li i {
  font-weight: 500;
  margin-right: 5px;
}
#footer-columns .container .cell-box-3 .footer-icon-list li:hover {
  transform: translateY(-5px);
}
#footer-columns .container .cell-box-3 .footer-icon-list li:last-child {
  margin-bottom: 0;
}
#footer-columns .container .cell-box-3 .footer-form-newsletter form {
  position: relative;
}
#footer-columns .container .cell-box-3 .footer-form-newsletter form input[type=email] {
  width: 100%;
  height: 42px;
  border: 1px solid #DFDFDF;
  background: #ffffff;
  padding: 10px;
  color: #727272;
  border-radius: 0 5px 5px 0;
}
#footer-columns .container .cell-box-3 .footer-form-newsletter form .form-submit {
  position: absolute;
  top: 0;
  right: 0;
}
#footer-columns .container .cell-box-3 .footer-form-newsletter form .form-submit input {
  height: 42px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  background: #FB8317;
  font-size: 17px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 20px 0;
}
#footer-columns .container .cell-box-3 .footer-form-newsletter form .form-submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

:is(.ajax-loading, .ajax-loader) {
  position: relative;
}
:is(.ajax-loading, .ajax-loader)::before {
  z-index: 99998;
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
}
:is(.ajax-loading, .ajax-loader)::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
:is(.ajax-loading, .ajax-loader)::after {
  content: "";
  z-index: 99999;
  border: 2px solid;
  border-color: #2B2B2B #f3f3f3 #2B2B2B #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 .share-title {
  bottom: 35px;
  color: #2B2B2B;
  font-size: 13px;
  font-weight: 300;
  position: relative;
  transform: rotate(-90deg);
  white-space: nowrap;
}
.sharing-toolbox .share-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sharing-toolbox .share-title::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;
  flex-direction: column;
  list-style: none;
  margin: 0;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action {
  display: flex;
  margin-bottom: 10px;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action > button.share-button {
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action > button.share-button:hover {
  opacity: 1;
}

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

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

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

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

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

nav.nav-pagination {
  text-align: center;
  width: 100%;
}
nav.nav-pagination {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  nav.nav-pagination {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  nav.nav-pagination {
    padding-top: 2.5rem;
  }
}
nav.nav-pagination ul.pagination {
  margin: 0;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination {
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
nav.nav-pagination ul.pagination li {
  font-weight: 400;
  height: 30px;
  padding: 0;
  min-width: 30px;
  font-size: 16px;
  width: auto;
  line-height: normal;
  overflow: hidden;
  background: transparent;
}
nav.nav-pagination ul.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li .current {
  height: 100%;
  width: 100%;
  line-height: inherit;
  aspect-ratio: 1/1;
  padding: 0;
  padding-top: 3px;
}
nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li .current {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination li a:hover, nav.nav-pagination ul.pagination li button:hover {
  border: 1px solid #4C4C4C;
  background: transparent;
}
nav.nav-pagination ul.pagination li svg {
  height: 20px;
}
nav.nav-pagination ul.pagination li i {
  font-style: normal;
}
nav.nav-pagination ul.pagination li a.prev {
  padding: 0 !important;
  border: 1px solid #4C4C4C;
}
nav.nav-pagination ul.pagination li a.prev i::before {
  font-size: 16px;
  font-weight: 300;
}
nav.nav-pagination ul.pagination li a.next {
  padding: 0 !important;
  border: 1px solid #4C4C4C;
}
nav.nav-pagination ul.pagination li a.next i::before {
  font-size: 16px;
  font-weight: 300;
}
nav.nav-pagination ul.pagination li.current,
nav.nav-pagination ul.pagination li .current {
  color: #000000;
  background: transparent;
  border: 1px solid #4C4C4C;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 63.99875rem) {
  .off-canvas-content {
    margin-left: 10px;
  }
}
.off-canvas-content .menu-lines {
  transition: 0.3s;
  padding-left: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  /*@include hamburger($Primary-01, $Primary-02, 22px, 18px, 2px, 3);*/
}
.off-canvas-content .menu-lines {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 63.99875rem) {
  .off-canvas-content .menu-lines {
    padding-left: 0;
  }
}
.off-canvas-content .menu-lines .menu-txt {
  font-size: 16px;
  font-weight: 400;
  order: 1;
  display: none !important;
}
@media only screen and (max-width: 47.99875rem) {
  .off-canvas-content .menu-lines .menu-txt {
    display: none;
  }
}
.off-canvas-content .menu-lines .line {
  justify-content: space-between;
}
.off-canvas-content .menu-lines .line {
  width: 1.875rem;
  height: 1.25rem;
}
.off-canvas-content .menu-lines .line {
  display: flex;
  flex-flow: column nowrap;
}
.off-canvas-content .menu-lines .line > span {
  position: relative;
  width: 100%;
}
.off-canvas-content .menu-lines .line > span::before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #2B2B2B;
  position: absolute;
  right: 0;
}
.off-canvas-content .menu-lines .line > span.line-2::before {
  width: 90%;
  transition: 0.3s;
}
.off-canvas-content .menu-lines:hover .menu-txt {
  color: #FB8317;
}
.off-canvas-content .menu-lines:hover .line > span::before {
  background-color: #FB8317;
}
.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: #FB8317;
  border-radius: 50%;
  overflow: hidden;
}
.off-canvas .menu-lines {
  width: 1.75rem;
  height: 1.75rem;
}
.off-canvas .menu-lines .menu-txt {
  color: currentColor;
  transition: 0.6s 0.5s ease-in-out;
  display: none !important;
}
.off-canvas .menu-lines .line {
  position: absolute;
  top: 14px;
  left: 6px;
  height: 2px;
  background-color: currentColor;
  border-radius: 0;
  transition: 0.5s 0.4s ease-in-out;
  transform: rotate(0deg);
  width: 20px;
  display: block;
}
.off-canvas.is-open .menu-lines {
  opacity: 1;
  transform: translateZ(3px);
}
.off-canvas.is-open .menu-lines .line-1 {
  transform: rotate(135deg);
}
.off-canvas.is-open .menu-lines .line-2 {
  transform: rotate(-135deg);
}
.off-canvas.position-top.is-open, .off-canvas.position-bottom.is-open {
  transform: translateY(0) translateZ(3px);
}
.off-canvas .title-bar-title {
  font-weight: 500;
  position: absolute;
  top: 20px;
  z-index: 9999;
  left: 15px;
  transform: translateZ(3px);
  max-width: 200px;
  height: auto;
}
.off-canvas .title-bar-title > a {
  color: #fff;
  display: block;
}
.off-canvas .title-bar-title > a {
  font-size: 1.0625rem;
  line-height: 1.719125rem;
}
@media screen and (min-width: 40rem) {
  .off-canvas .title-bar-title > a {
    font-size: calc(1.0625rem + 0.0033444816 * (100vw - 40rem));
    line-height: calc(1.719125rem + 0.0054113712 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  .off-canvas .title-bar-title > a {
    font-size: 1.25rem;
    line-height: 2.0225rem;
  }
}
.off-canvas .title-bar-title > a > img {
  display: block;
  height: auto;
  width: 140px;
}
.off-canvas .title-bar-title > a > img + span {
  display: none;
}
.off-canvas .title-bar-title > a > span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.off-canvas .menu-outer {
  margin-top: 80px;
}
.off-canvas .menu-outer .inline-search {
  padding: 0 15px 10px;
}
.off-canvas .menu-outer .inline-search .frm-search {
  border: none;
  border-radius: 0;
  background: none;
  position: relative;
}
.off-canvas .menu-outer .inline-search .frm-search input {
  width: 100%;
  height: 35px;
  border: 1px solid #f5f5f5;
  text-indent: 5px;
  font-size: 13px;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] {
  position: absolute;
  background: none;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.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 {
  border-bottom: 1px solid #f5f5f5;
}
.off-canvas ul.vertical.menu li a {
  font-size: 15px;
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 24px;
  display: block;
  color: #2B2B2B;
}
.off-canvas ul.vertical.menu li .submenu-toggle {
  width: 48px;
  height: 48px;
}
.off-canvas ul.vertical.menu li:last-child {
  border-bottom: 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(43, 43, 43, 0.1);
}

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

.js-off-canvas-overlay {
  z-index: 999;
}

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

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

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

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

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

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

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

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

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

/* */
section.section .heading-title {
  font-weight: 600;
  color: #FB8317;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  section.section .heading-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  section.section .heading-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  section.section .heading-title {
    font-size: 20px;
    line-height: 30px;
  }
}

/* */
.single-post .section-single.singular {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .section-single.singular {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .section-single.singular {
    padding-top: 3.75rem;
  }
}
.single-post .section-single.singular {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .section-single.singular {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .section-single.singular {
    padding-bottom: 3.75rem;
  }
}
.single-post .sharing-toolbox {
  flex: 0 0 auto;
}
@media only screen and (max-width: 63.99875rem) {
  .single-post .sharing-toolbox {
    display: none;
  }
}
.single-post .sharing-toolbox .share-title {
  display: none;
}
.single-post .sharing-toolbox .social-share {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.single-post .sharing-toolbox .social-share .share-actions {
  padding: 0;
}
.single-post .content {
  width: 100%;
}
@media only screen and (min-width: 64rem) {
  .single-post .content {
    max-width: 100%;
    flex: 1;
  }
}
.single-post .content .content-title ._title {
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D4D4D4;
}
@media only screen and (min-width: 48rem) {
  .single-post .content .content-title ._title {
    font-size: 35px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-post .content .content-title ._title {
    font-size: 45px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content .content-title ._title {
    font-size: 24px;
    line-height: 32px;
  }
}
.single-post .content .content-title ._meta {
  display: flex;
  align-items: baseline;
  padding: 15px 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content .content-title ._meta {
    padding: 0 0 15px;
    font-size: 14px;
    line-height: 14px;
  }
}
.single-post .content .content-title ._meta > div {
  color: #101210;
  display: flex;
  align-items: center;
  line-height: 1;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
  font-weight: 500;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content .content-title ._meta > div {
    padding-right: 15px;
    margin-right: 15px;
  }
}
.single-post .content .content-title ._meta > div::after {
  position: absolute;
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
  font-weight: 600;
  font-size: 6px;
  right: -2px;
}
.single-post .content .content-title ._meta > div:last-child {
  padding-right: 0;
  margin-right: 0;
}
.single-post .content .content-title ._meta > div:last-child::after {
  display: none;
}
.single-post .content .content-title ._meta > div i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  color: #101210;
  margin-top: -5px;
}
.single-post .content .content-title ._meta > div i {
  width: 1rem;
  height: 1rem;
}
.single-post .content .content-title ._meta .terms a {
  font-weight: 600;
  padding: 12px 20px 9px;
  line-height: 1;
  border-radius: 100px;
  background: #FB8317;
  color: #ffffff;
  border: 1px solid transparent;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content .content-title ._meta .terms a {
    padding: 12px 10px 9px;
  }
}
.single-post .content .content-title ._meta .terms a:hover {
  background: transparent;
  color: #FB8317;
  border: 1px solid #FB8317;
}
.single-post .content .content-title ._meta ._author {
  text-transform: capitalize;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content .content-title ._meta ._time {
    display: none;
  }
}
.single-post .content .box2 {
  background-color: #fff;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1607843137);
  padding: 25px;
  border-radius: 18px;
  margin-top: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content .box2 {
    padding: 20px 12px;
  }
}
.single-post .content .box2 ._text {
  font-size: 18px;
  line-height: 27px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
  color: #FB8317;
}
.single-post .content .box2 form .form-group {
  display: grid;
  margin-bottom: 20px;
}
.single-post .content .box2 form .form-group {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .content .box2 form .form-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content .box2 form .form-group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-post .content .box2 form .form-message, .single-post .content .box2 form .form-file {
  margin-bottom: 20px;
}
.single-post .content .box2 form [type=text], .single-post .content .box2 form [type=password], .single-post .content .box2 form [type=date], .single-post .content .box2 form [type=datetime], .single-post .content .box2 form [type=datetime-local], .single-post .content .box2 form [type=month], .single-post .content .box2 form [type=week], .single-post .content .box2 form [type=email], .single-post .content .box2 form [type=number], .single-post .content .box2 form [type=search], .single-post .content .box2 form [type=tel], .single-post .content .box2 form [type=time], .single-post .content .box2 form [type=url], .single-post .content .box2 form [type=color] {
  box-shadow: unset;
  background: #fafafa;
  border: 1px solid #E9E9E9;
  font-size: 14px;
  line-height: 14px;
  border-radius: 5px;
  text-indent: 10px;
  height: 45px;
  width: 100%;
  color: #3E3E3E;
}
.single-post .content .box2 form textarea {
  box-shadow: unset;
  background: #fafafa;
  border: 1px solid #E9E9E9;
  font-size: 14px;
  line-height: 14px;
  padding-top: 10px;
  border-radius: 5px;
  text-indent: 10px;
  height: 200px;
  width: 100%;
  color: #3E3E3E;
}
.single-post .content .box2 form select {
  background-color: #fafafa;
  border: 1px solid #E9E9E9;
  height: 45px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAWCAYAAABDhYU9AAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEISURBVHgBxdLBDYMgFIDh90y8dwRHcIWOwMF7O0on6AjtBo7QjuII3jWxPEKNoYjAA/onRkXAL1GETX3fn2CaGqjrUQgxwB9ShnluRde9cTPYyJuXvGzkMSwA59JA01B9HyDiXQ9SahJNhkIZMGVYcbAsrTG/GNACU604+RlvlnXZgXswCo2JFznwsOyR5R90weT7rmhZUAR4BJPveeLOwqxAHxhdo2ODLEBfmBOXAxgCO8SlBIbCvHApgDEwbxwHGAsLwsUAObBgXAiQC4vC+QD1xiyY3iMuF1CfG2DAqGgc5QD+FAqjWDjKBxgDo9g4ygWMhVFJcJQNyIFRFSSKEITRtyMXRn0Ab/jeGaboOIsAAAAASUVORK5CYII=);
  background-position: right 0.8em top 50%;
  background-repeat: no-repeat;
  background-size: auto 8px;
  display: block;
  padding-right: 1.2em;
  padding-left: 10px;
}
.single-post .content .box2 form input::-webkit-input-placeholder, .single-post .content .box2 form textarea::-webkit-input-placeholder, .single-post .content .box2 form select::-webkit-input-placeholder {
  color: #3E3E3E;
}
.single-post .content .box2 form input::placeholder, .single-post .content .box2 form textarea::placeholder, .single-post .content .box2 form select::placeholder {
  color: #3E3E3E;
}
.single-post .content .box2 form input[type=file] {
  padding: 10px 20px;
  border-radius: 999px;
  background-color: #eee;
  font-weight: bold;
  cursor: pointer;
  border: none;
  width: auto;
}
.single-post .content .box2 form input[type=file]::-webkit-file-upload-button {
  background: transparent;
  border: none;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}
.single-post .content .box2 form input[type=file]::file-selector-button {
  background: transparent;
  border: none;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}
.single-post .content .box2 form input[type=file]:hover {
  background-color: #ddd;
}
.single-post .content .box2 form .form-submit {
  position: relative;
  display: inline-flex;
  transition: 0.4s;
}
.single-post .content .box2 form .form-submit::before {
  position: absolute;
  content: "\f1d8";
  font-family: "Font Awesome 6 Pro";
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  font-weight: 600;
  color: #ffffff;
}
.single-post .content .box2 form .form-submit input {
  width: 100%;
  background: #FB8317;
  box-shadow: unset;
  border: unset;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  border-radius: 100px;
  transition: 0.4s;
  font-weight: 600;
  padding: 13px 25px 13px 45px;
  text-transform: uppercase;
}
.single-post .content .box2 form .form-submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.single-post .content .box2 form .form-submit:hover {
  transform: translateY(-5px);
}
.single-post .content .box2 .form.init .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 5px;
}
.single-post #ez-toc-container {
  width: 100%;
  background: #ffffff;
  border: 1px solid #FB8317;
}
.single-post #ez-toc-container p.ez-toc-title {
  color: #0F172A;
  font-weight: 600;
}
.single-post #ez-toc-container .ez-toc-icon-toggle-span svg {
  fill: #0F172A;
  color: #0F172A;
}
.single-post #ez-toc-container a {
  color: #FB8317;
}
.single-post .posts_shortcode {
  background: #F9F9F9;
}
.single-post .posts_shortcode {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .posts_shortcode {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .posts_shortcode {
    padding-top: 3.75rem;
  }
}
.single-post .posts_shortcode {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .posts_shortcode {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .posts_shortcode {
    margin-top: 3.75rem;
  }
}
.single-post .posts_shortcode .container .posts_shortcode_inner {
  background: #ffffff;
  padding: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .posts_shortcode .container .posts_shortcode_inner {
    padding: 20px;
  }
}
.single-post .posts_shortcode .container .posts_shortcode_inner a {
  text-align: center;
  width: 100%;
}
.single-post .posts_shortcode .container .posts_shortcode_inner a img.default-logo {
  width: 275px;
  height: 110px;
  object-fit: contain;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .posts_shortcode .container .posts_shortcode_inner a img.default-logo {
    width: 215px;
    height: 50px;
  }
}
.single-post .posts_shortcode .container .posts_shortcode_inner ._title {
  color: #FB8317;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 48rem) {
  .single-post .posts_shortcode .container .posts_shortcode_inner ._title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-post .posts_shortcode .container .posts_shortcode_inner ._title {
    font-size: 32px;
    line-height: 37px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .posts_shortcode .container .posts_shortcode_inner ._title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.single-post .posts_shortcode .container .posts_shortcode_inner ._desc {
  padding-bottom: 20px;
}
@media only screen and (min-width: 48rem) {
  .single-post .posts_shortcode .container .posts_shortcode_inner ._desc {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .posts_shortcode .container .posts_shortcode_inner ._desc {
    padding-bottom: 10px;
  }
}
.single-post .posts_shortcode .container .posts_shortcode_inner ._button {
  display: flex;
  align-items: center;
}
.single-post .posts_shortcode .container .posts_shortcode_inner ._button {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .posts_shortcode .container .posts_shortcode_inner ._button {
    flex-flow: row wrap;
  }
}
.single-post .posts_shortcode .container .posts_shortcode_inner ._button ._item {
  background: linear-gradient(91.67deg, #FF6B00 21.82%, #FF6B00 106.44%);
  border-radius: 30px;
  color: #ffffff;
  position: relative;
  padding: 20px;
  transition: 0.4s;
}
.single-post .posts_shortcode .container .posts_shortcode_inner ._button ._item::before {
  content: "";
  position: absolute;
  inset: 8px;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(90deg, #F7F7F7 0%, #E9D7AB 82.05%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude; /* cho Firefox */
  pointer-events: none;
}
@media only screen and (min-width: 48rem) {
  .single-post .posts_shortcode .container .posts_shortcode_inner ._button ._item {
    width: calc(33.3333333333% - 7.5px);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .posts_shortcode .container .posts_shortcode_inner ._button ._item {
    width: 100%;
  }
}
.single-post .posts_shortcode .container .posts_shortcode_inner ._button ._item ._item_inner {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post .posts_shortcode .container .posts_shortcode_inner ._button ._item ._item_inner::before {
  display: inline-block;
  content: "";
  width: 28px;
  height: 28px;
  margin-right: 15px;
}
.single-post .posts_shortcode .container .posts_shortcode_inner ._button ._item ._item_inner span {
  line-height: 1;
  display: block;
  margin-top: 2px;
  font-weight: 600;
  text-decoration: underline;
}
.single-post .posts_shortcode .container .posts_shortcode_inner ._button ._item ._item_inner a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.single-post .posts_shortcode .container .posts_shortcode_inner ._button ._item:nth-child(1) ._item_inner::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA4CAYAAABHRFAgAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgB7ZuNVcIwEMevPgdwhGwgG9gNdAPrBLKBsIEbiBPgBugE6gSECWCD886GRwhNSWlSktLfe/fymjS0/5fv65HBERDxhpJnspxsRHYD8bAhk2Q/ZO9Zln1CE1gc2QzTYkk2chWYk60xXV50PVmFwAdK5hb9UllM5Jb8CXXf6UEuCRR42IJ8PcFybEYHlsOqwLKrmoyrKnwbN3FFtz5+ZpTYeUUDCf2mokKggMSgd14YOt4yrfCDknvt/ifq0zMIhOr+I2W3RvEKdsuDpPf4AUdUw3zDbqnb6IV7rQiBUN3qBZvN3qLhM171ytvM3GxiCAD97girJwjfIvf0XKt8c+b8Bc+oF11ANzsmqV9cqdR88Ab805XAA66gA6gVC0oEnIlOREK5wT8b1xAYNRabbCg24Hm4BBcJ7gJ5shs3Pi45EItISZaTwBATXidj0mVGfQolkIlFpISAdDW71kKtKCEgUYgMzSCyL1yESC/rJJbeMWEpvoPj9euOdr80Mb1CC3xtBnKwe81cKGrKZtCSFLrrClqSgkhn/46NFERKaEn0Ipt46mzELrK1QCZ2kV5OJr6WkHeyL0sZO6yPnSmnlnwvLelFZJ2n3cX9QfUnEJBh79oXBpF9YRDZFwaRfWEQ2RcuSqS5248yMOlUtiKlkS8gbYR+oYvUW/MR0qbQL/6PWvzZjI5EfHbLVT7H2ozb+jsVHAQloSPU0e7RVmjG8qwxzbCzeW1MEh7GpS1TEYplpNfb0UAnrA4FRVVZQIQocWOsjvSa8D1Ng3p53Ab77H0CvNQJqF7yprVuFTw9Bi4W7OIModx1Z5gWC7Lc1JK5iKWEu/DWtRjjXybYHfphiwH6A6VyQ7xTVQ7aAAAAAElFTkSuQmCC") no-repeat center;
  background-size: contain;
}
.single-post .posts_shortcode .container .posts_shortcode_inner ._button ._item:nth-child(2) ._item_inner::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJsSURBVHgB7ZrhUdwwEIWfMynAJagEOshRQSYdmAqACrgOklTAdQCp4JwK7qjATgWhg80usoMthDmDJK9u7ptZPNj+oTe7T9LJW+AViKjkS8XxheOMw0AXe46W41dRFBvMgcVdcvylfGg4rnxaCkeY4cstxwp5Iln9xhlt+xv/BXbitvCX4iNsOTxCD2Kb0nO/5TgfinyCBe49qd9yrKAUGRvHxjdu98VLz0tXyAQZ6+T4O5NmKa7HI1ImyVIeVM6DW2RKZ6lxovjPvXNzhUwh68kh93JzN0wrMofG63cDR/EWmeMkjD7h+Bit1ccocMRJYO6cBM5FNgpkN+4qiJHBiqNhkd81CI1ZorKf3cpWEAsS24OGQ0q2WWoLmGqSMbDZTO7P1LNoBevPG7KHWtFZaplYc+xS+HPJddDg2Z8GkdCw0BvYso3iT007mQq2bG8QEG1bNZl41l3ZVgiA1r2ogfXn3UfLVvtmu4T/cPdgPkMnLccFn07X+CDaBMpxw0+OHywuyGcCTQI3HNehhPVo8GAN+7HkIrQ4YckMipjr2R8vZ7KEwOA+myK1wBp2dmyRiFQefID12XlKcUJsgb3PzkKsae8hZomKz9YpfDZFDIE1EvtsiuACxWdQxOlkO3dOAnPHFZjkrDIpNO6RObYmhJ1k8GHwvKTM20gwrsI/IrB23gt6bJeYyvn/qU+mpJe9oTm2crn9ds3w4XQzm3LokGZCetnnRd1x+gpKIdu65Rv3vn9nTkPsHnqQicTggIZYX0vzHWw3bY7UOOSXTOfJhvJBJsm3m9I9Qiu+fIUtB21ZbWFt85tj89oP63+kbNLnrOPViQAAAABJRU5ErkJggg==") no-repeat center;
  background-size: contain;
}
.single-post .posts_shortcode .container .posts_shortcode_inner ._button ._item:nth-child(3) ._item_inner::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAA4CAYAAABDsYAdAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAARJSURBVHgB5VqLcdswDIVzHSAbhJkg6QSVN3AniDNB3AksT9B2AqsTJJnAygRxJ5A6gbMBCpygFKaoPxXT13eHo8WfARIEQZAz6ABEjCi5I+LUQFh4I9oT/SZKZrPZHoaAhHwgOuB5YUdk+gh5KY3OGWtbrplLUEpSohvHOLDK5JKGAub3tqYsJrXe1LYkYR8do7TDYt0GCeLNEC2JMgfvq7pGS0flGM4EIvSrxf9BtLVSOTtXQUtgYW9eXXLMVKUFJY+qXU76fg0TQka8omb0vzGMABbWOFNZbGOudYXEGo0lTAxROxcMjAT18WT1GV2o8iPrS6ObwOlwC+PxZH0fCWvU7xxOiwcYj9T6vtLCaouVw2kR4QRb3QWEi62PtasRsrCG6NWnoQxZWAYvra3s/zGrttNB6IjQhS1hiNix38EIS30uwnpBqMJOcqr6BB8AWmeseqX6sRuatjT5DEVUhFXXgCdMJqwYEnYO2PfVRiWF6oZfgXhwiey37LffWP30xiTCEoMcr/oBI5ljiBak4AHe1ywW4ZAEPAjqG16FlWNiDIHCtxp/byjLFZ0E3oQVt844ijieu+pggSeHz5m9c+TlRBEJGkQ00ueajRx596EIyvAibN1RLATV1Ti1u2hq8ifRBl/COpnrEG0wrr6mUn0vwgpzuaOoLZa0duQNu4XrAJ9q/MuRt0DHBZMEsjlGbTr24wU6SI4qP6XZmkMPiOPPgWmXm5gTPUOh7lx+11BvTv+dw0g4AuWJLtTYwQBI6GQMluAJWA3Ab71aY7m2GKqGm6kD8963HmJ4SclP6IfN2PudLphknyXG+cB+D+1OfwrFGo3hAzBZpMKKNDBdqWI+HOw/2sOaPAblM9IwFv9VKHXQzMqe6gpWs/dj+C2SRBQvbVVtaJvX7a+l2+lN7fvss+h+e4Eqn9Md/3C0jWraRg3/x8ignzze9tmUiD2sZ/n+BkWsly+AN2CtUZ5lLByOJRSzP5d6DN6X2SKnWDwyy7B4E7FFx72ODGQsmjMMfWZWtUn0rFC6EGZX+O/RGAt6kHxjMc2I5Xtd/rdqu1O8ZapO0oG3yszWrdmhYVBuZ+C4fTlwbT7vEortaC7Mctz5Qc2ggSJy+SKOS29oNX6zmPYJ7m/RUsfA8fEuV21LMI9fsJsKV2SoE9bgiHtQC7yWc6I1Nt+kp0RLWQI8MHwW1vdCufTFfD524M9Y33+0sC9W4XADoCCq+1U+tw1VS/eSY8981r1U7XRfbNgMuA/+GrYmpe+/sLoltBopMT7vt+FiFCJJb1FtJ47v97pWn5HUvbTzrO+ogS/bOB1cley3xW2jFxywiIJktiV2VVxhFWcjsAi6t2cV62wFuh9VZxj2E1wWco3uV++rsl7d4+q6hxrle/yQYKA+/tweFJCRcj2yPiesoA+w/nV2yNhhjdMx6yo0FNEGftfgZf/1iDJAz37CU9Mx8C9z4EuNh+aEVAAAAABJRU5ErkJggg==") no-repeat center;
  background-size: contain;
}
.single-post .posts_shortcode .container .posts_shortcode_inner ._button ._item:hover {
  transform: translateY(-5px);
}
@media only screen and (min-width: 64rem) {
  .single-post aside.sidebar {
    flex: 0 0 30%;
    max-width: 30%;
    margin-left: 25px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .single-post aside.sidebar {
    padding-top: 30px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-post aside.sidebar .sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.single-post aside.sidebar .sidebar-inner .widgets-title {
  display: inline-flex;
}
.single-post aside.sidebar .sidebar-inner .widget_media_image {
  margin-bottom: 30px;
}
.single-post aside.sidebar .sidebar-inner .widget_media_image img {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post aside.sidebar .sidebar-inner .widget_media_image img {
    border-radius: 10px;
  }
}
.single-post aside.sidebar .sidebar-inner .widget_nav_menu {
  margin-bottom: 30px;
}
.single-post aside.sidebar .sidebar-inner .widget_nav_menu ul.menu {
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #E7E7E7;
}
.single-post aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li {
  width: 100%;
}
.single-post aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li a {
  padding: 10px 5px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  position: relative;
  transition: 0.4s;
}
.single-post aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li a::before {
  display: inline-flex;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  margin-right: 5px;
}
.single-post aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li a:hover {
  transform: translateY(-5px);
}
.single-post aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li.active a {
  color: #000000;
}
.single-post aside.sidebar .sidebar-inner .hb_sidebar_post {
  margin-bottom: 30px;
}
.single-post aside.sidebar .sidebar-inner .hb_sidebar_post nav {
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #E7E7E7;
}
.single-post aside.sidebar .sidebar-inner .hb_sidebar_post nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-post aside.sidebar .sidebar-inner .hb_sidebar_post nav ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E7E7E7;
}
.single-post aside.sidebar .sidebar-inner .hb_sidebar_post nav ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}
.single-post aside.sidebar .sidebar-inner .hb_sidebar_post nav ul li .cover-content a {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 10px;
}
.single-post aside.sidebar .sidebar-inner .hb_sidebar_post nav ul li .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .single-post aside.sidebar .sidebar-inner .hb_sidebar_post nav ul li .cover-content a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
.single-post aside.sidebar .sidebar-inner .hb_sidebar_post nav ul li .cover-content a:hover {
  text-decoration: underline;
}
.single-post aside.sidebar .sidebar-inner .hb_sidebar_post nav ul li .cover-content .meta {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}
.single-post aside.sidebar .sidebar-inner .hb_sidebar_post nav ul li .cover-content .meta .post-date i {
  margin-right: 5px;
  font-weight: 900;
}
.single-post .content {
  position: relative;
}
.single-post .content b, .single-post .content strong {
  font-weight: 600;
}
.single-post .content article {
  color: #3A3A3A;
}
.single-post .content article :is(h2, .h2) {
  font-size: 35px;
  line-height: 47px;
  font-weight: 600;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content article :is(h2, .h2) {
    font-size: 24px;
    line-height: 32px;
  }
}
.single-post .content article :is(h3, .h3) {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content article :is(h3, .h3) {
    font-size: 20px;
    line-height: 26px;
  }
}
.single-post .content article :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  color: #2B2B2B;
}
.single-post .content article :is(h4, h5, h6, .h4, .h5, .h6) {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content article :is(h4, h5, h6, .h4, .h5, .h6) {
    font-size: 15px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content article .figure {
    width: 100% !important;
  }
}
.single-post .content article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.single-post .content article p {
  line-height: 26px;
}
.single-post .content .sharing-toolbox {
  padding-top: 15px;
  margin-top: 15px;
  position: relative;
}
.single-post .content .sharing-toolbox::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  height: 3px;
  max-width: 30px;
  width: 100%;
}
.single-post .content .sharing-toolbox .social-share.share-vertical ul.share-actions {
  flex-direction: unset;
  padding: 0;
  justify-content: center;
  gap: 10px;
  grid-gap: 10px;
}
.single-post .content .sharing-toolbox .social-share.share-vertical ul.share-actions li {
  margin-bottom: 0;
}
.single-post .content .sharing-toolbox .share-title {
  display: none;
}
.single-post .content .pagination-single.section-inner {
  padding: 20px 0;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content .pagination-single.section-inner {
    padding: 0;
  }
}
.single-post .content .pagination-single.section-inner .pagination-single-inner {
  display: flex;
  align-items: center;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.single-post .content .pagination-single.section-inner .pagination-single-inner .cover {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
  font-size: 16px;
  color: #FB8317;
}
.single-post .content .pagination-single.section-inner .pagination-single-inner .cover i {
  font-size: 2em;
  margin: 0 !important;
  top: -1px;
  vertical-align: middle;
  font-weight: 500;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content .pagination-single.section-inner .pagination-single-inner .cover i {
    display: none;
  }
}
.single-post .content .pagination-single.section-inner .pagination-single-inner .cover:hover {
  color: #000000;
}
.single-post .content .pagination-single.section-inner .pagination-single-inner .previous-post {
  text-align: left;
}
.single-post .content .pagination-single.section-inner .pagination-single-inner .next-post {
  text-align: right;
  border-left: 1px solid #ececec;
}
.single-post .content .hashtags {
  margin-top: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content .hashtags .hashtag-links {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 10px 0;
    grid-gap: 10px 0;
  }
}
.single-post .content .hashtags .hashtag-links i {
  margin-right: 15px;
  font-style: normal;
  margin-bottom: 10px;
}
.single-post .content .hashtags .hashtag-links i::before {
  content: "Từ khoá:";
  font-family: "Inter", sans-serif;
  line-height: 21px;
  font-weight: 700;
  color: #000914;
}
.single-post .content .hashtags .hashtag-links i::before {
  font-size: 1rem;
}
.single-post .content .hashtags .hashtag-links a {
  margin-right: 10px;
  padding: 6px 12px;
  border-radius: 4px;
  background: #EFEFEF;
  color: #2A3645;
  line-height: 21px;
  font-weight: 500;
}
.single-post .content .hashtags .hashtag-links a {
  font-size: 0.875rem;
}
.single-post .content .hashtags .hashtag-links a:hover {
  background: #FB8317;
  color: #ffffff;
}
.single-post .section-related-post .container {
  padding-left: 0;
  padding-right: 0;
}
.single-post .section-related-post .swiper-container .swiper-slide {
  width: 33.3333333333%;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-related-post .swiper-container .swiper-slide {
    width: 50%;
  }
}
.single-post .section-related-post .swiper-container .swiper-slide .content {
  width: 100%;
  padding-top: 10px;
  padding-left: 0;
}
.single-post .section-related-post .swiper-container .swiper-slide .content .title a {
  color: #000000;
}
.single-post .section-related-post .swiper-container .swiper-slide .content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .single-post .section-related-post .swiper-container .swiper-slide .content .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
.single-post .section-related-post .swiper-container .swiper-slide .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .single-post .section-related-post .swiper-container .swiper-slide .content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-related-post .swiper-controls .swiper-button.swiper-button-prev {
    left: -12px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-related-post .swiper-controls .swiper-button.swiper-button-next {
    right: -12px;
  }
}
.single-post .posts-sinlge-bottom {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .posts-sinlge-bottom {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .posts-sinlge-bottom {
    padding-top: 2.5rem;
  }
}
.single-post .posts-sinlge-bottom {
  padding-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .single-post .posts-sinlge-bottom {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .posts-sinlge-bottom {
    padding-bottom: 0;
  }
}
.single-post .posts-sinlge-bottom .swiper-container {
  margin: -2px;
}
.single-post .posts-sinlge-bottom .swiper-container .w-swiper {
  padding: 2px;
}
.single-post .posts-sinlge-bottom .swiper-button {
  border: 1px solid transparent !important;
  background: transparent !important;
  transform: unset;
}
@media only screen and (max-width: 63.99875rem) {
  .single-post .posts-sinlge-bottom .swiper-button {
    display: none !important;
  }
}
.single-post .posts-sinlge-bottom .swiper-button::before {
  opacity: 1;
  line-height: 25px;
  color: #5D5D5D;
}
.single-post .posts-sinlge-bottom .swiper-button::before {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .posts-sinlge-bottom .swiper-button::before {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .posts-sinlge-bottom .swiper-button::before {
    font-size: 1.25rem;
  }
}
.single-post .posts-sinlge-bottom .swiper-button:hover::before {
  color: #ffffff;
}
.single-post .posts-sinlge-bottom .swiper-button.swiper-button-prev {
  left: -50px !important;
}
.single-post .posts-sinlge-bottom .swiper-button.swiper-button-next {
  right: -50px !important;
}
.single-post .posts-sinlge-bottom .swiper-controls {
  height: 0;
}
.single-post .posts-sinlge-bottom .swiper-pagination {
  margin-top: 0;
  line-height: 1;
  width: -webkit-fit-content;
  width: fit-content;
  bottom: -20px;
}
.single-post .posts-sinlge-bottom .swiper-pagination .swiper-pagination-bullet {
  background: #AAAAAA !important;
  opacity: 1 !important;
  background-color: #AAAAAA !important;
  box-shadow: 0 0 0 1px #AAAAAA !important;
  transform: unset !important;
}
.single-post .posts-sinlge-bottom .swiper-pagination .swiper-pagination-bullet-active-main, .single-post .posts-sinlge-bottom .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FB8317 !important;
  box-shadow: 0 0 0 1px #FB8317 !important;
  width: 20px !important;
  border-radius: 100px !important;
}
.single-post .posts-sinlge-bottom .slide-title {
  margin-bottom: 30px;
}
.single-post .posts-sinlge-bottom .item {
  margin-bottom: 20px;
  border-bottom: 1px solid #5E5E5E;
}
.single-post .posts-sinlge-bottom .item .contents {
  padding-top: 15px;
}
.single-post .posts-sinlge-bottom .item .contents ._title {
  margin-bottom: 15px;
}
.single-post .posts-sinlge-bottom .item .contents ._title a {
  font-weight: 700;
  text-transform: uppercase;
  color: #FB8317;
}
.single-post .posts-sinlge-bottom .item .contents ._title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .single-post .posts-sinlge-bottom .item .contents ._title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media only screen and (min-width: 48rem) {
  .single-post .posts-sinlge-bottom .item .contents ._title a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-post .posts-sinlge-bottom .item .contents ._title a {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .posts-sinlge-bottom .item .contents ._title a {
    font-size: 18px;
    line-height: 24px;
  }
}
.single-post .posts-sinlge-bottom .item .contents .meta {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #3B3B3B;
  text-transform: capitalize;
}
.single-post .posts-sinlge-bottom .item .contents .meta .post-author {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #3B3B3B;
}
.single-post .posts-sinlge-bottom .item .contents .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .single-post .posts-sinlge-bottom .item .contents .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
/* */
.section.section-page.singular.courses, .section.section-page.singular.services {
  padding-bottom: 0 !important;
}

.section.section-page.singular.services {
  padding-top: 0 !important;
  background: #F9F9F9;
}
.section.section-page.singular.services .flex-x {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.singular.services .flex-x {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.singular.services .flex-x {
    padding-top: 3.75rem;
  }
}
.section.section-page.singular.services .posts_shortcode {
  margin-top: 0 !important;
}

/* */
/** */
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1280px !important;
  }
}
@media screen and (min-width: 1537px) {
  .container {
    max-width: 1536px !important;
  }
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 1536px !important;
  }
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item:not(.full) {
    max-width: 1536px !important;
  }
}
body {
  font-weight: 400;
}

@-moz-keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@-webkit-keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@-o-keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@-webkit-keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes rotateIndefinitely {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
    margin-top: -30px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/** */
section.section {
  position: relative;
}

.section-breadcrumb {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb {
    padding-top: 0;
  }
}
.section-breadcrumb {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb {
    padding-bottom: 0;
  }
}
.section-breadcrumb .breadcrumb-bg {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 63.99875rem) {
  .section-breadcrumb .breadcrumb-bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.section-breadcrumb .breadcrumb-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb .container {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.section-breadcrumb .container .breadcrumb-title {
  color: #FB8317;
  z-index: 2;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb .container .breadcrumb-title {
    font-size: 30px;
    line-height: 43px;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-breadcrumb .container .breadcrumb-title {
    font-size: 40px;
    line-height: 53px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb .container .breadcrumb-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.section-breadcrumb .container nav .breadcrumbs {
  list-style: none;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  flex-flow: row wrap;
  padding: 0;
  margin: 0 auto;
  border-radius: 12px;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb .container nav .breadcrumbs {
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb .container nav .breadcrumbs {
    line-height: 20px;
  }
}
.section-breadcrumb .container nav .breadcrumbs li {
  color: #ffffff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb .container nav .breadcrumbs li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-breadcrumb .container nav .breadcrumbs li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb .container nav .breadcrumbs li {
    font-size: 12px;
  }
}
.section-breadcrumb .container nav .breadcrumbs li a {
  color: #ffffff;
}
.section-breadcrumb .container nav .breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "|";
  color: #ffffff;
  margin-top: 2px;
}
.section-breadcrumb .container .breadcrumb-desc {
  margin-bottom: 40px;
  font-weight: 600;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb .container .breadcrumb-desc {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-breadcrumb .container .breadcrumb-desc {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb .container .breadcrumb-desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.section-breadcrumb .container .breadcrumb-desc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-breadcrumb .container .breadcrumb-desc ul li {
  position: relative;
  display: flex;
  align-items: end;
  margin-bottom: 15px;
  line-height: initial;
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb .container .breadcrumb-desc ul li {
    margin-bottom: 10px;
    font-weight: 600;
    align-items: center;
  }
}
.section-breadcrumb .container .breadcrumb-desc ul li::before {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAAA/CAYAAACYcSQcAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAUcSURBVHgB7ZxtctpGGMefFZBpSzvjI7gnKDpB4QR1TmD8tSET5wTGJzCd4H6NewLnBqUnEJygPgIzDdNOedk8f704IhFid7VCWuzfFw9GQujv531XFvSMFpfBN6dLapx5gn7il11JciromVwug5OTNS3PSNDPkuiMf3WSvCclvb31F6NnETOAcEta9oWgX/hl96sDJM02RP3f/cUUL59FjIFwK1p3SWzeUJZwEXOS4rex/3GY/uWTF/HXoN3xSPRJyHNKuWoGk6ZcX4z8/x6+fOPJijgIvmerk1e02+oS5hz7rhH7dh3w5ER8HbT7UhBctqNw+E7rS/NkRIR4fLdXnGFPFQ7fa31pjl5EDbeNkR+a8gVb33xOihytiCiKV6LxnpTFQ+b1Lsb+Px9IE4+OkMHsuysWMCB1ARH7fBMBwVFZYlSu0B1FLZkKWrFvF006Egazb99wJ6EuBncdTVqf7cu8Kjgv4mPsk8quS+g6mtQcjvyFcvLIw2l3jjPvPeV3GmnmGx4acM97RxZxNrEgebCAf5KigGwtDyxgz7aAwDl3DicsYnnD7ttXPonjX4Pj3zsL8S8LpywxjH+0nLBV9VXP4ez7R5Na3VFJAgJnLBECrkUD7nuqfBInkFv/4yWVjBOWiPoPxbPUE/B6fAABQe1FHAQ/YD1DOYGERAIO6UDUusR5NWufC8kdiA4HFhAoWSLKCVgEHRBXBAR7LfH1rH3DGS6MLVxn+cniTJmYCIgszD1wnyog1xJhgYmAoCHoHlmSSgQWr2+BNGtR6yBJJIudlhg19N4o44SHhmz5OkNLVcIpjGYSib7PuldmHbiPTEvEzWQJCFBmrMTyniwDC9fOwtwLVy0g+EpE3Azcds95XcRKskSqkNYREHHwumoBwZY7h1smxFK5qJVy8/bW/7fQQFP3mp8vHi6iVxYH02xZItxU52aE8G7CcVQBVuL/97oCIg7WRUDwKGI4WiKNwWYCz/NMM3Z0TaFdfyIOUo0IRQxvRoohmXGCeKYrZJT9Da7JBXUd4mAaEXYiYmMj206bstVTKX3ikf7fpAnc+F1n8SPVDE+Ija0s2wmHpXtIZWJt6ubGCR4H9QeyBIalcWzdyYqTkXYmBjV04wQPCzdkE45z6H2z3jJNJHBjXp0rVEqVSVgnvgral0KQteKZolW1XnpYEbd0ARnAn3VRxgKTLR6L7cG0jTjVJUuke9okDpq4cV2TSZrHOhH78ITF+AjBktLHOA7ic6S4oJqz1fbFi+FGmTMHlDxaPXGKybizqGVGTrPV9nErNUFPSnYxFTDMyOQAmfNEjo9IACrbccvECSsEmfNEjo8vKXLD6nDECkGmiMiomNVRRcRTmgk5ws41Fmx8xOIPVcC6wj+gCbkLVVj8sVn2qIDr1bmwziJXRExk2Cpe0mGZkGPsXbxH6yZt99c5cJfjlCsD5W0kttvCHThT1qRR3tCEtpBKLns2FSWyoiiLGM7ypCg1Pr6gltFzJFWjtbWupLYwhOPKXRm7Kg6B9v5EPLrAP6xvauJpjZOuDIz2J8YLTeivzYcL21+i9jPDPIx2ytpuC13rUL7EyBITeFnhjpcVzqkArlshKLRn20Zb6LoVgkIiIpsWGt9zpnetT86ikDsnGK0WSpqN/UXVg18rWHkEI35eeKJxygRPOdGRYO2JKrSFSmVPjfYV2sLaw0BRW+jlxUd0O71jExBYiYlpeNl1GP/3D7RwUxbuL2wBcbWlU+ETlNI23ZwPxw4AAAAASUVORK5CYII=") no-repeat center;
  background-size: contain;
  width: 27px;
  height: 21px;
  margin-right: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb .container .breadcrumb-desc ul li::before {
    width: 21px;
    height: 15px;
    margin-right: 5px;
    margin-top: -6px;
  }
}
.section-breadcrumb .container .breadcrumb-desc ul li:last-child {
  margin-bottom: 0;
}
.section-breadcrumb .container .breadcrumb-lists-button {
  display: inline-flex;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb .container .breadcrumb-lists-button {
    width: 80%;
  }
}
.section-breadcrumb .container .breadcrumb-lists-button ._item {
  white-space: nowrap;
  transition: 0.4s;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb .container .breadcrumb-lists-button ._item {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb .container .breadcrumb-lists-button ._item {
    margin-right: 5px;
  }
}
.section-breadcrumb .container .breadcrumb-lists-button ._item:last-child {
  margin-right: 0;
}
.section-breadcrumb .container .breadcrumb-lists-button ._item a {
  font-weight: 500;
  padding: 15px 35px 13px;
  line-height: 1;
  border-radius: 100px;
  background: #FB8317;
  color: #ffffff;
  text-transform: uppercase;
}
.section-breadcrumb .container .breadcrumb-lists-button ._item a i {
  margin-left: 10px;
  font-weight: 400;
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb .container .breadcrumb-lists-button ._item a {
    font-size: 12px;
    padding: 10px 20px 8px;
  }
}
.section-breadcrumb .container .breadcrumb-lists-button ._item:hover {
  transform: translateY(-5px);
}
.section-breadcrumb .container .breadcrumb-lists-info {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb .container .breadcrumb-lists-info {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb .container .breadcrumb-lists-info {
    margin-top: 3.125rem;
  }
}
.section-breadcrumb .container .breadcrumb-lists-info ._item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.section-breadcrumb .container .breadcrumb-lists-info ._item {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section-breadcrumb .container .breadcrumb-lists-info ._item:last-child {
  margin-bottom: 0;
}
.section-breadcrumb .container .breadcrumb-lists-info ._item ._images {
  margin-bottom: 0;
}
.section-breadcrumb .container .breadcrumb-lists-info ._item ._images {
  width: 2.1875rem;
  height: 2.1875rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb .container .breadcrumb-lists-info ._item ._images {
    flex: 0 0 30px;
    max-width: 30px;
  }
  .section-breadcrumb .container .breadcrumb-lists-info ._item ._images {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.section-breadcrumb .container .breadcrumb-lists-info ._item ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-breadcrumb .container .breadcrumb-lists-info ._item ._desc {
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb .container .breadcrumb-lists-info ._item ._desc {
    font-size: 12px;
    line-height: 16px;
  }
}

.cell-images {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cell-images .img {
  display: block;
  width: 100%;
  height: 100%;
}
.cell-images .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 63.99875rem) {
  .cell-images .desktop-img {
    display: none;
  }
}
@media only screen and (min-width: 64rem) {
  .cell-images .mobile-img {
    display: none;
  }
}

/** Giới thiệu */
/** */
/** */
/** Liên hệ */
.page-template-page-contact .contact-section .flex-info .cell {
  width: 100%;
}
.page-template-page-contact .contact-section .flex-info .cell-center {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list {
  width: 100%;
  padding: 100px 30px;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-contact .contact-section .flex-info .cell-center ._list {
    padding: 15px;
  }
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._contact_images {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._contact_images::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._contact_images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._title {
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-contact .contact-section .flex-info .cell-center ._list ._title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .page-template-page-contact .contact-section .flex-info .cell-center ._list ._title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-contact .contact-section .flex-info .cell-center ._list ._title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 64rem) {
  .page-template-page-contact .contact-section .flex-info .cell-center ._list {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-contact .contact-section .flex-info .cell-center ._list {
    margin-bottom: 30px;
  }
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._item {
  margin-bottom: 25px;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._item:last-child {
  margin-bottom: 0;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._item ._text {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #ffffff;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-contact .contact-section .flex-info .cell-center ._list ._item ._text {
    font-size: 16px;
  }
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._item .heading-title {
  display: inline-flex;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._item .heading-title::after {
  background: #ffffff;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._item ._info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._item ._info ul li {
  position: relative;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  margin-bottom: 30px;
  transition: 0.4s;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-contact .contact-section .flex-info .cell-center ._list ._item ._info ul li {
    padding: 10px;
  }
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._item ._info ul li:last-child {
  margin-bottom: 30px;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._item ._info ul li ._images {
  margin-bottom: 0;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._item ._info ul li ._content {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._item ._info ul li ._content {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-contact .contact-section .flex-info .cell-center ._list ._item ._info ul li ._content {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._item ._info ul li ._content span:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._item ._info ul li ._content span:nth-child(1) {
  width: 4.375rem;
  height: 4.375rem;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-contact .contact-section .flex-info .cell-center ._list ._item ._info ul li ._content span:nth-child(1) {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._item ._info ul li ._content span:nth-child(1) i {
  color: #FB8317;
  font-size: 40px;
  font-weight: 300;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-contact .contact-section .flex-info .cell-center ._list ._item ._info ul li ._content span:nth-child(1) i {
    font-size: 20px;
  }
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._item ._info ul li ._content span:nth-child(2) strong {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-contact .contact-section .flex-info .cell-center ._list ._item ._info ul li ._content span:nth-child(2) strong {
    font-size: 18px;
    line-height: 18px;
  }
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._item ._info ul li a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._list ._item ._info ul li:hover {
  transform: translateY(-5px);
}
.page-template-page-contact .contact-section .flex-info .cell-center ._contact_form {
  padding: 30px;
  width: 100%;
}
@media only screen and (min-width: 64rem) {
  .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form {
    padding: 15px;
  }
}
.page-template-page-contact .contact-section .flex-info .cell-center ._contact_form .heading-title {
  margin-bottom: 30px;
  display: inline-flex;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form .heading-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form .heading-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form .heading-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form .form-descs {
  padding-bottom: 30px;
  color: #1D1D1D;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form .form-descs {
    width: 80%;
    margin: 0 auto;
  }
}
.page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form [type=text], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form [type=password], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form [type=date], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form [type=datetime], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form [type=datetime-local], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form [type=month], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form [type=week], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form [type=email], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form [type=number], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form [type=search], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form [type=tel], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form [type=time], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form [type=url], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form [type=color] {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  box-shadow: unset;
  font-size: 14px;
  line-height: 20px;
  text-indent: 15px;
  height: 45px;
  margin-bottom: 15px;
  width: 100%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form .form-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form .form-group {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
.page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form .form-message {
  line-height: 1;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form textarea {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  box-shadow: unset;
  font-size: 14px;
  line-height: 20px;
  text-indent: 15px;
  height: 140px;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form select:not([multiple]) {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  border: unset;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #F6F6F6;
  background-image: url("data:image/svg+xml,%3csvg%20width='9'%20height='16'%20viewBox='0%200%209%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%207.92645C6.35294%205.49001%203.72243%203.05358%201.05882%200.584657C0.661765%200.227314%200%200.503443%200%201.03946V1.0557C0%201.21813%200.0661765%201.38056%200.198529%201.49426C2.53125%203.63832%204.83088%205.78239%207.14706%207.91021C4.83088%2010.0543%202.51471%2012.1821%200.198529%2014.3424C0.0661765%2014.4723%200%2014.6185%200%2014.7972V14.8134C0%2015.3495%200.661765%2015.6256%201.05882%2015.252C3.70588%2012.7993%206.35294%2010.3629%209%207.92645Z'%20fill='%233A3A3A'/%3e%3c/svg%3e");
  background-position: right 0.9em top 50%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  display: block;
  padding-right: 1.4em;
  margin-bottom: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form select option:first-child {
  opacity: 0.6;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form select::-webkit-input-placeholder, .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form input::-webkit-input-placeholder, .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form textarea::-webkit-input-placeholder {
  color: #000000;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form select::placeholder, .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form input::placeholder, .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form textarea::placeholder {
  color: #000000;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form .form-submit {
  position: relative;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form .form-submit input {
  border: unset;
  box-shadow: unset;
  color: #ffffff;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 10px 20px;
  background: #FB8317;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form .form-submit input {
    font-size: 18px;
  }
}
.page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form .form-submit input:hover {
  transform: translateY(-5px);
}
.page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form .form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form.invalid [type=text], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form.invalid [type=password], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form.invalid [type=date], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form.invalid [type=datetime], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form.invalid [type=datetime-local], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form.invalid [type=month], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form.invalid [type=week], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form.invalid [type=email], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form.invalid [type=number], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form.invalid [type=search], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form.invalid [type=tel], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form.invalid [type=time], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form.invalid [type=url], .page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form.invalid [type=color] {
  margin-bottom: 10px;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form.invalid textarea {
  margin-bottom: 10px;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form.invalid .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.page-template-page-contact .contact-section .flex-info .cell-center ._contact_form ._cf7form form.invalid .wpcf7-response-output {
  margin: 2em 0 1em;
}
.page-template-page-contact .contact-section ._map p {
  line-height: 1;
}
.page-template-page-contact .contact-section ._map iframe {
  width: 100%;
  overflow: hidden;
}
/** */
@-webkit-keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
.hb_fixed_lists {
  position: fixed;
  right: 10px;
  z-index: 150;
  bottom: 85px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_fixed_lists {
    right: 5px;
  }
}
.hb_fixed_lists ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hb_fixed_lists ul li {
  position: relative;
  visibility: visible;
  background-color: transparent;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #ffffff;
}
.hb_fixed_lists ul li {
  width: 4.375rem;
  height: 4.375rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_fixed_lists ul li {
    font-size: 22px;
  }
}
.hb_fixed_lists ul li::after {
  content: "";
  top: 8px;
  left: 8px;
  position: absolute;
  box-shadow: 0 0 0 0 #FB8317;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  border: 1px solid #FB8317;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
  z-index: -1;
}
.hb_fixed_lists ul li::after {
  width: 3.4375rem;
  height: 3.4375rem;
}
.hb_fixed_lists ul li ._images {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.hb_fixed_lists ul li ._images {
  width: 2.8125rem;
  height: 2.8125rem;
}
.hb_fixed_lists ul li ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_fixed_lists ul li ._images img {
    width: 85%;
    height: 85%;
  }
}
.hb_fixed_lists ul li ._svg {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.hb_fixed_lists ul li ._svg {
  width: 2.8125rem;
  height: 2.8125rem;
}
.hb_fixed_lists ul li ._svg i {
  color: #FB8317;
}
.hb_fixed_lists ul li a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

#form_popup {
  max-width: 750px;
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  #form_popup {
    max-width: 300px;
    padding: 20px;
  }
}
#form_popup .f-button.is-close-btn {
  top: -20px;
  right: -20px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: rgba(24, 24, 27, 0.98);
  opacity: 1;
  color: white;
  border: 1px solid;
}
#form_popup .f-button.is-close-btn svg {
  width: 20px;
  height: 20px;
}
#form_popup .wpcf7 form {
  display: flex;
  flex-flow: row wrap;
  gap: 20px 30px;
  grid-gap: 20px 30px;
}
#form_popup .wpcf7 form .form-name, #form_popup .wpcf7 form .form-phone, #form_popup .wpcf7 form .form-address, #form_popup .wpcf7 form .form-number, #form_popup .wpcf7 form .form-date, #form_popup .wpcf7 form .form-time {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}
@media only screen and (max-width: 39.99875rem) {
  #form_popup .wpcf7 form .form-name, #form_popup .wpcf7 form .form-phone, #form_popup .wpcf7 form .form-address, #form_popup .wpcf7 form .form-number, #form_popup .wpcf7 form .form-date, #form_popup .wpcf7 form .form-time {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#form_popup .wpcf7 form .form-submit {
  flex: 0 0 100%;
  max-width: 100%;
}
#form_popup .wpcf7 [type=text], #form_popup .wpcf7 [type=password], #form_popup .wpcf7 [type=date], #form_popup .wpcf7 [type=datetime], #form_popup .wpcf7 [type=datetime-local], #form_popup .wpcf7 [type=month], #form_popup .wpcf7 [type=week], #form_popup .wpcf7 [type=email], #form_popup .wpcf7 [type=number], #form_popup .wpcf7 [type=search], #form_popup .wpcf7 [type=tel], #form_popup .wpcf7 [type=time], #form_popup .wpcf7 [type=url], #form_popup .wpcf7 [type=color] {
  width: 100%;
  height: 40px;
  text-indent: 5px;
  font-size: 14px;
}
#form_popup .wpcf7 select:not([multiple]) {
  width: 100%;
  height: 40px;
  text-indent: 5px;
  font-size: 14px;
}
#form_popup .wpcf7 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg%20width='9'%20height='16'%20viewBox='0%200%209%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%207.92645C6.35294%205.49001%203.72243%203.05358%201.05882%200.584657C0.661765%200.227314%200%200.503443%200%201.03946V1.0557C0%201.21813%200.0661765%201.38056%200.198529%201.49426C2.53125%203.63832%204.83088%205.78239%207.14706%207.91021C4.83088%2010.0543%202.51471%2012.1821%200.198529%2014.3424C0.0661765%2014.4723%200%2014.6185%200%2014.7972V14.8134C0%2015.3495%200.661765%2015.6256%201.05882%2015.252C3.70588%2012.7993%206.35294%2010.3629%209%207.92645Z'%20fill='%233A3A3A'/%3e%3c/svg%3e");
  background-position: right 0.9em top 50%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  display: block;
  padding-right: 1.4em;
}
#form_popup .wpcf7 select option:first-child {
  opacity: 0.6;
}
#form_popup .wpcf7 [type=date], #form_popup .wpcf7 [type=datetime] {
  font-size: 14px;
  padding-right: 5px;
}
#form_popup .wpcf7 input::-webkit-input-placeholder {
  font-size: 14px;
}
#form_popup .wpcf7 input::placeholder {
  font-size: 14px;
}
#form_popup .wpcf7 .wpcf7-form.invalid .wpcf7-not-valid-tip {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 500;
}
#form_popup .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  width: 100%;
  text-align: center;
  padding: 10px;
  margin: 0;
}
#form_popup .wpcf7 .form-submit {
  text-align: center;
  position: relative;
}
#form_popup .wpcf7 .form-submit input {
  padding: 10px 20px;
  background: #FB8317;
  color: #ffffff;
  box-shadow: unset;
  border: unset;
  text-transform: uppercase;
  font-weight: 800;
  transition: 0.4s;
}
#form_popup .wpcf7 .form-submit input:hover {
  transform: translateY(-5px);
}
#form_popup .wpcf7 .form-submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

/** */
.section-page.archive.default {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.default {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.archive.default {
    padding-bottom: 3.75rem;
  }
}
.section-page.archive.default {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.default {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.archive.default {
    padding-top: 3.75rem;
  }
}
.section-page.archive.default .feature-posts {
  padding-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.default .feature-posts {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.archive.default .feature-posts {
    padding-bottom: 3.75rem;
  }
}
.section-page.archive.default .feature-posts .container .feature-title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.archive.default .feature-posts .container .feature-title {
    margin-bottom: 20px;
  }
}
.section-page.archive.default .feature-posts .container .feature-inner {
  display: flex;
}
.section-page.archive.default .feature-posts .container .feature-inner {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .feature-posts .container .feature-inner {
    flex-direction: column;
  }
}
.section-page.archive.default .feature-posts .container .feature-inner .item .cover {
  border-radius: 10px;
}
.section-page.archive.default .feature-posts .container .feature-inner .item .cover .res {
  aspect-ratio: 3/2;
}
.section-page.archive.default .feature-posts .container .feature-inner .item .cover .res img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-page.archive.default .feature-posts .container .feature-inner .item .content {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.section-page.archive.default .feature-posts .container .feature-inner .item .content ._title {
  margin-bottom: 0;
}
.section-page.archive.default .feature-posts .container .feature-inner .item .content ._title a {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
}
.section-page.archive.default .feature-posts .container .feature-inner .item .content ._title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .section-page.archive.default .feature-posts .container .feature-inner .item .content ._title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
.section-page.archive.default .feature-posts .container .feature-inner .item .content ._title a:hover {
  color: #FB8317;
  text-decoration: underline;
}
.section-page.archive.default .feature-posts .container .feature-inner .item .content .excerpt {
  font-size: 14px;
  line-height: 20px;
}
.section-page.archive.default .feature-posts .container .feature-inner .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .section-page.archive.default .feature-posts .container .feature-inner .item .content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
.section-page.archive.default .feature-posts .container .feature-inner .item .content .meta {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
  color: #5A5A5A;
}
.section-page.archive.default .feature-posts .container .feature-inner .item .content .meta .terms, .section-page.archive.default .feature-posts .container .feature-inner .item .content .meta .post-author {
  display: none;
}
.section-page.archive.default .feature-posts .container .feature-inner .item .content .meta .post-date {
  position: relative;
}
.section-page.archive.default .feature-posts .container .feature-inner .item .content .meta .post-date::before {
  display: inline-block;
  content: "\f073";
  font-family: "Font Awesome 6 Pro";
  margin-right: 5px;
}
.section-page.archive.default .feature-posts .container .feature-inner .item .content .view-detail {
  display: none;
  font-size: 14px;
  line-height: 14px;
}
.section-page.archive.default .feature-posts .container .feature-inner .item .content .view-detail:hover {
  color: #FB8317;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left {
  flex: 1;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item {
  height: 100%;
  position: relative;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item .cover {
  height: 100%;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item .cover::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  display: none;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item .cover .res {
  height: 100%;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item .content {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
  background: #FB8317;
  padding: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 8px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .feature-posts .container .feature-inner .feature-left .item .content {
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 10px;
  }
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item .content ._title a {
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item .content ._title a:hover {
  text-decoration: underline;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item .content .excerpt {
  display: none;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item .content .meta {
  order: -1;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 10px;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item .content .meta .post-date::before {
  color: #ffffff;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item .content .view-detail {
  display: none;
  color: #ffffff;
  margin-top: 5px;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item:hover .cover .res {
  transform: scale(1.06);
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-right {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-right {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-right .item {
  display: flex;
  align-items: center;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-right .item {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-right .item .cover {
  flex: 0 0 195px;
  max-width: 195px;
  border-radius: 5px;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-right .item .content {
  flex: 1;
  padding-top: 0;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-right .item .content ._title {
  order: -1;
  margin-bottom: 5px;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-right .item .content .excerpt {
  order: 2;
  margin-bottom: 5px;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-right .item .content .meta {
  order: 3;
  color: #969696;
  margin-bottom: 0;
}
.section-page.archive.default .flex-info .contents {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.default .flex-info .contents {
    flex: 1;
  }
}
.section-page.archive.default .flex-info .contents .heading-title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .flex-info .contents .heading-title {
    margin-bottom: 15px;
  }
}
.section-page.archive.default .flex-info .contents .archive-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.section-page.archive.default .flex-info .contents .archive-list {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.default .flex-info .contents .archive-list {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.archive.default .flex-info .contents .archive-list {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1098039216);
  background: #ffffff;
  padding: 10px;
  border-radius: 25px;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item {
    display: flex;
    align-items: center;
  }
  .section-page.archive.default .flex-info .contents .archive-list .cell .item {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item {
    padding: 8px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1098039216);
  }
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .cover {
  border-radius: 25px;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item .cover {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item .cover {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item .content {
    flex: 1;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item .content {
    padding: 15px 0 0;
  }
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content .meta {
  display: none;
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content ._title a {
  font-weight: 600;
  color: #FB8317;
  transition: 0.4s;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item .content ._title a {
    font-size: 23px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item .content ._title a {
    font-size: 25px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item .content ._title a {
    font-size: 18px;
    line-height: 26px;
  }
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content ._title a:hover {
  text-decoration: underline;
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content .excerpt {
  margin-bottom: 16px;
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 6) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item .content .excerpt {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content .excerpt p {
  line-height: 28px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item .content .excerpt p {
    line-height: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item .content .excerpt > p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content .excerpt strong {
  font-weight: 600;
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content .excerpt a {
  text-decoration: underline;
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content .excerpt a:hover {
  color: #FB8317;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item .content .excerpt {
    font-size: 13px;
  }
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content ._button_item a {
  font-weight: 500;
  padding: 10px 25px 8px;
  border-radius: 100px;
  background: #FB8317;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  transition: 0.4s;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item .content ._button_item a {
    padding: 9px 18px 6px;
  }
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content ._button_item a i {
  display: none;
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content ._button_item a:hover {
  transform: translateY(-5px);
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.default .flex-info .sidebar {
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .flex-info .sidebar {
    padding-top: 30px;
  }
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widgets-title {
  display: inline-flex;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_media_image {
  margin-bottom: 30px;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_media_image img {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_media_image img {
    border-radius: 10px;
  }
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_nav_menu {
  margin-bottom: 30px;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_nav_menu ul.menu {
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #E7E7E7;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_nav_menu ul.menu li {
  width: 100%;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_nav_menu ul.menu li a {
  padding: 10px 5px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  position: relative;
  transition: 0.4s;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_nav_menu ul.menu li a::before {
  display: inline-flex;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  margin-right: 5px;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_nav_menu ul.menu li a:hover {
  transform: translateY(-5px);
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_sidebar_post {
  margin-bottom: 30px;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_sidebar_post nav {
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #E7E7E7;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_sidebar_post nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_sidebar_post nav ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E7E7E7;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_sidebar_post nav ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_sidebar_post nav ul li .cover-content a {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_sidebar_post nav ul li .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_sidebar_post nav ul li .cover-content a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_sidebar_post nav ul li .cover-content a:hover {
  text-decoration: underline;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_sidebar_post nav ul li .cover-content .meta {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_sidebar_post nav ul li .cover-content .meta .post-date i {
  margin-right: 5px;
  font-weight: 900;
}

/** */
.section-page.archive.colums {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.colums {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.archive.colums {
    padding-bottom: 3.75rem;
  }
}
.section-page.archive.colums {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.colums {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.archive.colums {
    padding-top: 3.75rem;
  }
}
.section-page.archive.colums .feature-posts {
  padding-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.colums .feature-posts {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.archive.colums .feature-posts {
    padding-bottom: 3.75rem;
  }
}
.section-page.archive.colums .feature-posts .container .feature-title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.archive.colums .feature-posts .container .feature-title {
    margin-bottom: 20px;
  }
}
.section-page.archive.colums .feature-posts .container .feature-inner {
  display: flex;
}
.section-page.archive.colums .feature-posts .container .feature-inner {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.colums .feature-posts .container .feature-inner {
    flex-direction: column;
  }
}
.section-page.archive.colums .feature-posts .container .feature-inner .item .cover {
  border-radius: 10px;
}
.section-page.archive.colums .feature-posts .container .feature-inner .item .cover .res {
  aspect-ratio: 3/2;
}
.section-page.archive.colums .feature-posts .container .feature-inner .item .cover .res img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-page.archive.colums .feature-posts .container .feature-inner .item .content {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.section-page.archive.colums .feature-posts .container .feature-inner .item .content ._title {
  margin-bottom: 0;
}
.section-page.archive.colums .feature-posts .container .feature-inner .item .content ._title a {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
}
.section-page.archive.colums .feature-posts .container .feature-inner .item .content ._title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .section-page.archive.colums .feature-posts .container .feature-inner .item .content ._title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
.section-page.archive.colums .feature-posts .container .feature-inner .item .content ._title a:hover {
  color: #FB8317;
  text-decoration: underline;
}
.section-page.archive.colums .feature-posts .container .feature-inner .item .content .excerpt {
  font-size: 14px;
  line-height: 20px;
}
.section-page.archive.colums .feature-posts .container .feature-inner .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .section-page.archive.colums .feature-posts .container .feature-inner .item .content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
.section-page.archive.colums .feature-posts .container .feature-inner .item .content .meta {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
  color: #5A5A5A;
}
.section-page.archive.colums .feature-posts .container .feature-inner .item .content .meta .terms, .section-page.archive.colums .feature-posts .container .feature-inner .item .content .meta .post-author {
  display: none;
}
.section-page.archive.colums .feature-posts .container .feature-inner .item .content .meta .post-date {
  position: relative;
}
.section-page.archive.colums .feature-posts .container .feature-inner .item .content .meta .post-date::before {
  display: inline-block;
  content: "\f073";
  font-family: "Font Awesome 6 Pro";
  margin-right: 5px;
}
.section-page.archive.colums .feature-posts .container .feature-inner .item .content .view-detail {
  display: none;
  font-size: 14px;
  line-height: 14px;
}
.section-page.archive.colums .feature-posts .container .feature-inner .item .content .view-detail:hover {
  color: #FB8317;
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-left {
  flex: 1;
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-left .item {
  height: 100%;
  position: relative;
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-left .item .cover {
  height: 100%;
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-left .item .cover::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  display: none;
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-left .item .cover .res {
  height: 100%;
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-left .item .content {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
  background: #FB8317;
  padding: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 8px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.colums .feature-posts .container .feature-inner .feature-left .item .content {
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 10px;
  }
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-left .item .content ._title a {
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-left .item .content ._title a:hover {
  text-decoration: underline;
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-left .item .content .excerpt {
  display: none;
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-left .item .content .meta {
  order: -1;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 10px;
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-left .item .content .meta .post-date::before {
  color: #ffffff;
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-left .item .content .view-detail {
  display: none;
  color: #ffffff;
  margin-top: 5px;
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-left .item:hover .cover .res {
  transform: scale(1.06);
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-right {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-right {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-right .item {
  display: flex;
  align-items: center;
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-right .item {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-right .item .cover {
  flex: 0 0 195px;
  max-width: 195px;
  border-radius: 5px;
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-right .item .content {
  flex: 1;
  padding-top: 0;
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-right .item .content ._title {
  order: -1;
  margin-bottom: 5px;
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-right .item .content .excerpt {
  order: 2;
  margin-bottom: 5px;
}
.section-page.archive.colums .feature-posts .container .feature-inner .feature-right .item .content .meta {
  order: 3;
  color: #969696;
  margin-bottom: 0;
}
.section-page.archive.colums .flex-info .contents {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.colums .flex-info .contents {
    flex: 1;
  }
}
.section-page.archive.colums .flex-info .contents .heading-title {
  margin-bottom: 30px;
}
.section-page.archive.colums .flex-info .contents .archive-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.section-page.archive.colums .flex-info .contents .archive-list {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.colums .flex-info .contents .archive-list {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.archive.colums .flex-info .contents .archive-list {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.archive.colums .flex-info .contents .archive-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.colums .flex-info .contents .archive-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-page.archive.colums .flex-info .contents .archive-list .cell .item .cover {
  border-radius: 25px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.colums .flex-info .contents .archive-list .cell .item .cover {
    border-radius: 15px;
  }
}
.section-page.archive.colums .flex-info .contents .archive-list .cell .item .content {
  padding-top: 15px;
}
.section-page.archive.colums .flex-info .contents .archive-list .cell .item .content ._title {
  margin-bottom: 0;
}
.section-page.archive.colums .flex-info .contents .archive-list .cell .item .content ._title a {
  font-weight: 600;
  color: #FB8317;
  text-transform: uppercase;
}
.section-page.archive.colums .flex-info .contents .archive-list .cell .item .content ._title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .section-page.archive.colums .flex-info .contents .archive-list .cell .item .content ._title a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.colums .flex-info .contents .archive-list .cell .item .content ._title a {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.colums .flex-info .contents .archive-list .cell .item .content ._title a {
    font-size: 18px;
    line-height: 26px;
  }
}
.section-page.archive.colums .flex-info .contents .archive-list .cell .item .content ._title a:hover {
  text-decoration: underline;
}
.section-page.archive.colums .flex-info .contents .archive-list .cell .item .content .meta {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1;
  color: #2B2B2B;
  margin-bottom: 10px;
  text-transform: capitalize;
  flex-direction: row-reverse;
  justify-content: flex-end;
  display: none !important;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.colums .flex-info .contents .archive-list .cell .item .content .meta {
    margin-bottom: 5px;
  }
}
.section-page.archive.colums .flex-info .contents .archive-list .cell .item .content .meta .terms {
  display: none;
}
.section-page.archive.colums .flex-info .contents .archive-list .cell .item .content .meta .post-date {
  padding-right: 5px;
  margin-right: 5px;
  position: relative;
}
.section-page.archive.colums .flex-info .contents .archive-list .cell .item .content .meta .post-date::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #2B2B2B;
  right: 0;
  top: -2px;
}
.section-page.archive.colums .flex-info .contents .archive-list .cell .item .content .excerpt {
  display: none !important;
}
.section-page.archive.colums .flex-info .contents .archive-list .cell .item .content ._button_item {
  display: none !important;
}
.section-page.archive.colums .flex-info .contents .archive-list .cell .item .content ._button_item a {
  color: #FB8317;
  transition: 0.4s;
  font-weight: 300;
  position: relative;
}
.section-page.archive.colums .flex-info .contents .archive-list .cell .item .content ._button_item a i {
  font-weight: 900;
  margin-left: 5px;
}
.section-page.archive.colums .flex-info .contents .archive-list .cell .item .content ._button_item a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.colums .flex-info .sidebar {
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.colums .flex-info .sidebar {
    padding-top: 30px;
  }
}
.section-page.archive.colums .flex-info .sidebar .sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.section-page.archive.colums .flex-info .sidebar .sidebar-inner .widgets-title {
  display: inline-flex;
}
.section-page.archive.colums .flex-info .sidebar .sidebar-inner .widget_media_image {
  margin-bottom: 30px;
}
.section-page.archive.colums .flex-info .sidebar .sidebar-inner .widget_media_image img {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.colums .flex-info .sidebar .sidebar-inner .widget_media_image img {
    border-radius: 10px;
  }
}
.section-page.archive.colums .flex-info .sidebar .sidebar-inner .widget_nav_menu {
  margin-bottom: 30px;
}
.section-page.archive.colums .flex-info .sidebar .sidebar-inner .widget_nav_menu ul.menu {
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #E7E7E7;
}
.section-page.archive.colums .flex-info .sidebar .sidebar-inner .widget_nav_menu ul.menu li {
  width: 100%;
}
.section-page.archive.colums .flex-info .sidebar .sidebar-inner .widget_nav_menu ul.menu li a {
  padding: 10px 5px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  position: relative;
  transition: 0.4s;
}
.section-page.archive.colums .flex-info .sidebar .sidebar-inner .widget_nav_menu ul.menu li a::before {
  display: inline-flex;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  margin-right: 5px;
}
.section-page.archive.colums .flex-info .sidebar .sidebar-inner .widget_nav_menu ul.menu li a:hover {
  transform: translateY(-5px);
}
.section-page.archive.colums .flex-info .sidebar .sidebar-inner .hb_sidebar_post {
  margin-bottom: 30px;
}
.section-page.archive.colums .flex-info .sidebar .sidebar-inner .hb_sidebar_post nav {
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #E7E7E7;
}
.section-page.archive.colums .flex-info .sidebar .sidebar-inner .hb_sidebar_post nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-page.archive.colums .flex-info .sidebar .sidebar-inner .hb_sidebar_post nav ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E7E7E7;
}
.section-page.archive.colums .flex-info .sidebar .sidebar-inner .hb_sidebar_post nav ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}
.section-page.archive.colums .flex-info .sidebar .sidebar-inner .hb_sidebar_post nav ul li .cover-content a {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-page.archive.colums .flex-info .sidebar .sidebar-inner .hb_sidebar_post nav ul li .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .section-page.archive.colums .flex-info .sidebar .sidebar-inner .hb_sidebar_post nav ul li .cover-content a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
.section-page.archive.colums .flex-info .sidebar .sidebar-inner .hb_sidebar_post nav ul li .cover-content a:hover {
  text-decoration: underline;
}
.section-page.archive.colums .flex-info .sidebar .sidebar-inner .hb_sidebar_post nav ul li .cover-content .meta {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}
.section-page.archive.colums .flex-info .sidebar .sidebar-inner .hb_sidebar_post nav ul li .cover-content .meta .post-date i {
  margin-right: 5px;
  font-weight: 900;
}

/** */
.section-page.about-section .hb_abouts {
  position: relative;
}
.section-page.about-section .hb_abouts {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_abouts {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_abouts {
    padding-top: 3.75rem;
  }
}
.section-page.about-section .hb_abouts {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_abouts {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_abouts {
    padding-bottom: 5rem;
  }
}
.section-page.about-section .hb_abouts .flex-info {
  align-items: center;
}
.section-page.about-section .hb_abouts .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_abouts .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_abouts .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_abouts .flex-info .cell {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_abouts .flex-info .cell-left .heading-title {
    margin-bottom: 10px;
  }
}
.section-page.about-section .hb_abouts .flex-info .cell-left ._desc strong {
  font-weight: 600;
}
.section-page.about-section .hb_abouts .flex-info .cell-left ._desc ol {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_abouts .flex-info .cell-left ._desc ol {
    margin: 0 0 20px;
  }
}
.section-page.about-section .hb_abouts .flex-info .cell-left ._desc ol li {
  position: relative;
  margin-bottom: 15px;
  display: flex;
}
.section-page.about-section .hb_abouts .flex-info .cell-left ._desc ol li:last-child {
  margin-bottom: 0;
}
.section-page.about-section .hb_abouts .flex-info .cell-left ._desc ol li::before {
  display: inline-block;
  content: "";
  margin-right: 5px;
  width: 16px;
  flex: 0 0 16px;
  max-width: 16px;
  height: 13px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAAA/CAYAAACYcSQcAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAUcSURBVHgB7ZxtctpGGMefFZBpSzvjI7gnKDpB4QR1TmD8tSET5wTGJzCd4H6NewLnBqUnEJygPgIzDdNOedk8f704IhFid7VCWuzfFw9GQujv531XFvSMFpfBN6dLapx5gn7il11JciromVwug5OTNS3PSNDPkuiMf3WSvCclvb31F6NnETOAcEta9oWgX/hl96sDJM02RP3f/cUUL59FjIFwK1p3SWzeUJZwEXOS4rex/3GY/uWTF/HXoN3xSPRJyHNKuWoGk6ZcX4z8/x6+fOPJijgIvmerk1e02+oS5hz7rhH7dh3w5ER8HbT7UhBctqNw+E7rS/NkRIR4fLdXnGFPFQ7fa31pjl5EDbeNkR+a8gVb33xOihytiCiKV6LxnpTFQ+b1Lsb+Px9IE4+OkMHsuysWMCB1ARH7fBMBwVFZYlSu0B1FLZkKWrFvF006Egazb99wJ6EuBncdTVqf7cu8Kjgv4mPsk8quS+g6mtQcjvyFcvLIw2l3jjPvPeV3GmnmGx4acM97RxZxNrEgebCAf5KigGwtDyxgz7aAwDl3DicsYnnD7ttXPonjX4Pj3zsL8S8LpywxjH+0nLBV9VXP4ez7R5Na3VFJAgJnLBECrkUD7nuqfBInkFv/4yWVjBOWiPoPxbPUE/B6fAABQe1FHAQ/YD1DOYGERAIO6UDUusR5NWufC8kdiA4HFhAoWSLKCVgEHRBXBAR7LfH1rH3DGS6MLVxn+cniTJmYCIgszD1wnyog1xJhgYmAoCHoHlmSSgQWr2+BNGtR6yBJJIudlhg19N4o44SHhmz5OkNLVcIpjGYSib7PuldmHbiPTEvEzWQJCFBmrMTyniwDC9fOwtwLVy0g+EpE3Azcds95XcRKskSqkNYREHHwumoBwZY7h1smxFK5qJVy8/bW/7fQQFP3mp8vHi6iVxYH02xZItxU52aE8G7CcVQBVuL/97oCIg7WRUDwKGI4WiKNwWYCz/NMM3Z0TaFdfyIOUo0IRQxvRoohmXGCeKYrZJT9Da7JBXUd4mAaEXYiYmMj206bstVTKX3ikf7fpAnc+F1n8SPVDE+Ija0s2wmHpXtIZWJt6ubGCR4H9QeyBIalcWzdyYqTkXYmBjV04wQPCzdkE45z6H2z3jJNJHBjXp0rVEqVSVgnvgral0KQteKZolW1XnpYEbd0ARnAn3VRxgKTLR6L7cG0jTjVJUuke9okDpq4cV2TSZrHOhH78ITF+AjBktLHOA7ic6S4oJqz1fbFi+FGmTMHlDxaPXGKybizqGVGTrPV9nErNUFPSnYxFTDMyOQAmfNEjo9IACrbccvECSsEmfNEjo8vKXLD6nDECkGmiMiomNVRRcRTmgk5ws41Fmx8xOIPVcC6wj+gCbkLVVj8sVn2qIDr1bmwziJXRExk2Cpe0mGZkGPsXbxH6yZt99c5cJfjlCsD5W0kttvCHThT1qRR3tCEtpBKLns2FSWyoiiLGM7ypCg1Pr6gltFzJFWjtbWupLYwhOPKXRm7Kg6B9v5EPLrAP6xvauJpjZOuDIz2J8YLTeivzYcL21+i9jPDPIx2ytpuC13rUL7EyBITeFnhjpcVzqkArlshKLRn20Zb6LoVgkIiIpsWGt9zpnetT86ikDsnGK0WSpqN/UXVg18rWHkEI35eeKJxygRPOdGRYO2JKrSFSmVPjfYV2sLaw0BRW+jlxUd0O71jExBYiYlpeNl1GP/3D7RwUxbuL2wBcbWlU+ETlNI23ZwPxw4AAAAASUVORK5CYII=") no-repeat center;
  background-size: contain;
  margin-top: 3px;
}
.section-page.about-section .hb_abouts .flex-info .cell-left ._desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-page.about-section .hb_abouts .flex-info .cell-left ._desc ul li {
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_abouts .flex-info .cell-left ._desc ul li {
    margin-bottom: 10px;
  }
}
.section-page.about-section .hb_abouts .flex-info .cell-left ._desc ul li:last-child {
  margin-bottom: 0;
}
.section-page.about-section .hb_abouts .flex-info .cell-left ._desc ul li::before {
  display: inline-block;
  content: "\f111";
  margin-right: 5px;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 600;
  font-size: 7px;
  line-height: 7px;
  position: relative;
  top: -3px;
  color: #6CD00B;
}
.section-page.about-section .hb_abouts .flex-info .cell-left ._desc ul li strong {
  line-height: 1;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_abouts .flex-info .cell-right {
    order: -1;
  }
}
.section-page.about-section .hb_abouts .flex-info .cell-right ._images {
  margin-bottom: 0;
  border-radius: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_abouts .flex-info .cell-right ._images {
    border-radius: 15px;
  }
}
.section-page.about-section .hb_abouts .flex-info .cell-right ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-page.about-section .hb_landmarks {
  background: #FAFAFA;
}
.section-page.about-section .hb_landmarks {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_landmarks {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_landmarks {
    padding-top: 3.75rem;
  }
}
.section-page.about-section .hb_landmarks {
  padding-bottom: 3.4375rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_landmarks {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_landmarks {
    padding-bottom: 3.75rem;
  }
}
.section-page.about-section .hb_landmarks .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_landmarks .flex-info {
    grid-gap: 2.1875rem;
    gap: 2.1875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_landmarks .flex-info {
    grid-gap: 3.125rem;
    gap: 3.125rem;
  }
}
.section-page.about-section .hb_landmarks .flex-info .cell {
  width: 100%;
}
.section-page.about-section .hb_landmarks .flex-info .cell-left .heading-title {
  text-align: center;
  margin: 0;
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item {
  text-align: center;
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image {
  margin-bottom: 35px;
  padding-bottom: 35px;
  position: relative;
  border-bottom: 1px solid #989898;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #D2D2D2;
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #FB8317;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
  opacity: 0;
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._content {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._content {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._content ._title {
  color: #FB8317;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._content ._title {
    font-size: 31px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._content ._title {
    font-size: 41px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._content ._title {
    font-size: 31px;
    line-height: 30px;
  }
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._content ._desc {
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._content ._desc {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._content ._desc {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._content ._desc {
    font-size: 15px;
    line-height: 24px;
  }
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .w-swiper .swiper-wrapper .swiper-slide.swiper-slide-active ._item ._image::before {
  border: 1px solid #FB8317;
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .w-swiper .swiper-wrapper .swiper-slide.swiper-slide-active ._item ._image::after {
  opacity: 1;
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-button {
  border: 1px solid transparent !important;
  background: transparent !important;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-button {
    top: 65%;
    transform: translateY(-65%);
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-button {
    top: 73%;
    transform: translateY(-73%);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-button {
    display: none !important;
  }
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-button::before {
  opacity: 1;
  line-height: 20px;
  color: #3D3D3D;
  font-weight: 500;
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-button::before {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-button::before {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-button::before {
    font-size: 1.5rem;
  }
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-button:hover {
  border: 1px solid #FB8317 !important;
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-button:hover::before {
  color: #ffffff;
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-button.swiper-button-prev {
  left: -55px !important;
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-button.swiper-button-next {
  right: -55px !important;
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-controls {
  height: 0;
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-pagination {
  bottom: -5px;
  margin-top: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-pagination {
    display: inline-flex;
  }
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #868686;
  box-shadow: 0 0 0 0px transparent;
  opacity: 1;
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-pagination .swiper-pagination-bullet-active-next,
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-pagination .swiper-pagination-bullet-active-next-next,
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-pagination .swiper-pagination-bullet-active-prev,
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: unset;
}
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-pagination .swiper-pagination-bullet-active-main,
.section-page.about-section .hb_landmarks .flex-info .cell-right .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FB8317 !important;
  box-shadow: 0 0 0 0 transparent !important;
  outline: 1px solid #FB8317;
  outline-offset: 2px;
}
.section-page.about-section .hb_target {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_target {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_target {
    padding-top: 3.75rem;
  }
}
.section-page.about-section .hb_target {
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_target {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_target {
    padding-bottom: 1.875rem;
  }
}
.section-page.about-section .hb_target .heading-title {
  text-align: center;
  margin-bottom: 30px;
}
.section-page.about-section .hb_target .flex-info {
  border-radius: 60px;
  background: #FB8317;
  position: relative;
  z-index: 1;
}
.section-page.about-section .hb_target .flex-info::after {
  position: absolute;
  content: "";
  background: url("../img/icon-muiten.png") no-repeat center;
  background-size: contain;
  width: 100%;
  height: auto;
  max-width: 455px;
  z-index: -1;
  right: 10px;
  bottom: -10px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_target .flex-info::after {
    display: none;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_target .flex-info {
    border-radius: 15px;
    flex-flow: row wrap;
  }
  .section-page.about-section .hb_target .flex-info {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_target .flex-info .cell {
    width: 50%;
  }
}
.section-page.about-section .hb_target .flex-info .cell-left ._images {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 60px 0 0 60px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_target .flex-info .cell-left ._images {
    border-radius: 15px 15px 0 0;
  }
}
.section-page.about-section .hb_target .flex-info .cell-left ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_target .flex-info .cell-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 40px 30px 80px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_target .flex-info .cell-right {
    padding: 10px;
  }
}
.section-page.about-section .hb_target .flex-info .cell-right ._lists {
  border-radius: 0 60px 0 60px;
}
.section-page.about-section .hb_target .flex-info .cell-right ._lists ._item {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.section-page.about-section .hb_target .flex-info .cell-right ._lists ._item::after {
  position: absolute;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABH8AAAADCAYAAAAKhKMrAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANQSURBVHgB1Vprbt4wDFNutpvvZvW6oQE8QaRI2wla/1msByXLeuTLesXXGmP8Cm2Nr3+vtFeXK99hrfoxY8QXzgDYlfxTaxS+dPKxqBMLurvLPd9TGBWmYmvF7k5uXgVtd70RtyfXqfz9TnEYDe9kvu/m46kc3O3dKzYj9uv5xlL9f/t89/MFeCfwd/JgzqPvOAsUmyf0md9v99XdeshYJ+53PITb2Xl6PdFHx7S/10+urZPxmZ9PzZwn+qtr86ZV9/TWveWY/n3+iP/r9Oa9sVjOvl3nyDa6x7fWyd9/u/3lSflK/0Q+rtbZ8X56Xdc/rM/vN9f9LOveD5/Ko3Gw21c8NphUnOrC1JcCxT7CiwaDxamL3yxT+c6SFOky25X9IHtGZ7FBOpnXxS7LIpzKD+c+0Ac/1zaTmQdiiHhzDBC+4ruSG+7doWe3ZzBbjv78spFlUQxU7FU+o89+If69qn7wUTxX58tYVa5kf7JtJ2cRj9l38kWl5XxEMUE+ROzlRvYh3xGTq/jZ/wg/lqfjjHIpQu+nrAYiuJ+sl+c5oMz/AP6FuVdyOsu69V/5yOJX2enwZtsB+Gyv3qci69wjiic6qzv/3fxxc28AmlP/bi2v6jh6ji57n1RrDumhXGA6zh71oEoG4cy0auaj+2b55eZGx+vqQ82BTKvuB9W/Orvzu+EQ7K/mOcKq5rtiw7WD9FfizmSD7BU996xohkXoeaD6MPOGwcv3fdOUM1U5r7xTLeXQ/ZFo/vjzO2oHwzBS8ZXkdOgVPpNDAx7h7BS/gsV0R8NnOCt3hAaR+oOywlTkEB/lCouX8sMKFRnDdmx0dGa7G2qn7rHSYxgdneEr2J2drh5Xm75L734MVA0fYVV71R+nLlysEzFDfBYbRMv0zmZlL78wZxkVq9Nx+liH4+SQ0k86ekR/ri5XHMwQZF28FX3nRdeNG+N1/S3bc2dht4bgD9NlvRDJRXgfktQfeRH8XlgMHRwm0+Gx3oD4WX/F/5V4IXlnxkes1QXCc3oTmmur+dPRGJ7jQzSyrA8/eTY2S1TZILqrcXZyyMVYqXm1dzjzmmGcOFdHzzyWl93a1al8mGuC/eca0o8CS9GZ6UyH6VbyK71rlpPo+S+D/gBEl+AilEtwUgAAAABJRU5ErkJggg==") no-repeat left center;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.section-page.about-section .hb_target .flex-info .cell-right ._lists ._item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.section-page.about-section .hb_target .flex-info .cell-right ._lists ._item:last-child::after {
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_target .flex-info .cell-right ._lists ._item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.section-page.about-section .hb_target .flex-info .cell-right ._lists ._item ._images {
  margin-bottom: 0;
}
.section-page.about-section .hb_target .flex-info .cell-right ._lists ._item ._images {
  width: 5.625rem;
  height: 5.625rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_target .flex-info .cell-right ._lists ._item ._images {
    position: absolute;
    left: -125px;
    top: -10px;
    bottom: 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_target .flex-info .cell-right ._lists ._item ._images {
    margin: 0 auto 15px;
  }
}
.section-page.about-section .hb_target .flex-info .cell-right ._lists ._item ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-page.about-section .hb_target .flex-info .cell-right ._lists ._item ._title {
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_target .flex-info .cell-right ._lists ._item ._title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-page.about-section .hb_target .flex-info .cell-right ._lists ._item ._title {
    font-size: 25px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_target .flex-info .cell-right ._lists ._item ._title {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
}
/** */
.hb_form_design {
  position: relative;
}
.hb_form_design {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_form_design {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_form_design {
    padding-top: 3.75rem;
  }
}
.hb_form_design {
  padding-bottom: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .hb_form_design {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_form_design {
    padding-bottom: 1.875rem;
  }
}
.hb_form_design .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .hb_form_design .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_form_design .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_form_design .flex-info {
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_form_design .flex-info .cell {
    width: 100%;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_form_design .flex-info .cell-left {
    flex: 0 0 calc(45% - 15px);
    max-width: calc(45% - 15px);
  }
}
.hb_form_design .flex-info .cell-left ._images {
  margin-bottom: 0;
  border-radius: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_form_design .flex-info .cell-left ._images {
    border-radius: 15px;
  }
}
.hb_form_design .flex-info .cell-left ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 48rem) {
  .hb_form_design .flex-info .cell-left ._images {
    height: -webkit-fill-available;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_form_design .flex-info .cell-right {
    flex: 0 0 calc(55% - 15px);
    max-width: calc(55% - 15px);
  }
}
@media only screen and (min-width: 48rem) {
  .hb_form_design .flex-info .cell-right .wpcf7.js {
    height: -webkit-fill-available;
  }
}
.hb_form_design .flex-info .cell-right form {
  border: 1px solid #dadada;
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_form_design .flex-info .cell-right form {
    padding: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_form_design .flex-info .cell-right form {
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_form_design .flex-info .cell-right form {
    height: -webkit-fill-available;
  }
}
.hb_form_design .flex-info .cell-right form .form-title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_form_design .flex-info .cell-right form .form-title {
    margin-bottom: 10px;
  }
}
.hb_form_design .flex-info .cell-right form [type=text], .hb_form_design .flex-info .cell-right form [type=password], .hb_form_design .flex-info .cell-right form [type=date], .hb_form_design .flex-info .cell-right form [type=datetime], .hb_form_design .flex-info .cell-right form [type=datetime-local], .hb_form_design .flex-info .cell-right form [type=month], .hb_form_design .flex-info .cell-right form [type=week], .hb_form_design .flex-info .cell-right form [type=email], .hb_form_design .flex-info .cell-right form [type=number], .hb_form_design .flex-info .cell-right form [type=search], .hb_form_design .flex-info .cell-right form [type=tel], .hb_form_design .flex-info .cell-right form [type=time], .hb_form_design .flex-info .cell-right form [type=url], .hb_form_design .flex-info .cell-right form [type=color] {
  border: 1px solid #dadada;
  border-radius: 4px;
  box-shadow: unset;
  font-size: 14px;
  line-height: 20px;
  text-indent: 15px;
  height: 45px;
  font-weight: 400;
  margin-bottom: 15px;
  width: 100%;
  padding-top: 3px;
}
.hb_form_design .flex-info .cell-right form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg%20width='9'%20height='16'%20viewBox='0%200%209%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%207.92645C6.35294%205.49001%203.72243%203.05358%201.05882%200.584657C0.661765%200.227314%200%200.503443%200%201.03946V1.0557C0%201.21813%200.0661765%201.38056%200.198529%201.49426C2.53125%203.63832%204.83088%205.78239%207.14706%207.91021C4.83088%2010.0543%202.51471%2012.1821%200.198529%2014.3424C0.0661765%2014.4723%200%2014.6185%200%2014.7972V14.8134C0%2015.3495%200.661765%2015.6256%201.05882%2015.252C3.70588%2012.7993%206.35294%2010.3629%209%207.92645Z'%20fill='%233A3A3A'/%3e%3c/svg%3e");
  background-position: right 0.8em top 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
  display: block;
  padding-right: 1.4em;
  margin-bottom: 15px;
  height: 45px;
  border: 1px solid #dadada;
  border-radius: 4px;
  padding-left: 15px;
  color: #7C7C7C;
  font-size: 14px;
  line-height: 20px;
  padding-top: 3px;
}
.hb_form_design .flex-info .cell-right form select option:first-child {
  opacity: 0.6;
}
.hb_form_design .flex-info .cell-right form select::-webkit-input-placeholder, .hb_form_design .flex-info .cell-right form input::-webkit-input-placeholder, .hb_form_design .flex-info .cell-right form textarea::-webkit-input-placeholder {
  color: #7C7C7C;
}
.hb_form_design .flex-info .cell-right form select::placeholder, .hb_form_design .flex-info .cell-right form input::placeholder, .hb_form_design .flex-info .cell-right form textarea::placeholder {
  color: #7C7C7C;
}
.hb_form_design .flex-info .cell-right form .form-submit {
  position: relative;
}
.hb_form_design .flex-info .cell-right form .form-submit input {
  border: unset;
  box-shadow: unset;
  color: #ffffff;
  border-radius: 5px;
  font-size: 23px;
  line-height: 29px;
  font-weight: 600;
  padding: 14px 20px 10px;
  width: 100%;
  background: #FB8317;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_form_design .flex-info .cell-right form .form-submit input {
    font-size: 18px;
  }
}
.hb_form_design .flex-info .cell-right form .form-submit input:hover {
  transform: translateY(-5px);
}
.hb_form_design .flex-info .cell-right form .form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.hb_form_design .flex-info .cell-right form.invalid [type=text], .hb_form_design .flex-info .cell-right form.invalid [type=password], .hb_form_design .flex-info .cell-right form.invalid [type=date], .hb_form_design .flex-info .cell-right form.invalid [type=datetime], .hb_form_design .flex-info .cell-right form.invalid [type=datetime-local], .hb_form_design .flex-info .cell-right form.invalid [type=month], .hb_form_design .flex-info .cell-right form.invalid [type=week], .hb_form_design .flex-info .cell-right form.invalid [type=email], .hb_form_design .flex-info .cell-right form.invalid [type=number], .hb_form_design .flex-info .cell-right form.invalid [type=search], .hb_form_design .flex-info .cell-right form.invalid [type=tel], .hb_form_design .flex-info .cell-right form.invalid [type=time], .hb_form_design .flex-info .cell-right form.invalid [type=url], .hb_form_design .flex-info .cell-right form.invalid [type=color] {
  margin-bottom: 10px;
}
.hb_form_design .flex-info .cell-right form.invalid .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.hb_form_design .flex-info .cell-right form.invalid .wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 0.5em 1em 0.2em;
}

.page-template-page-products4 .hb_form_design .flex-info .cell-right form {
  border: unset;
  background: transparent;
  border-radius: unset;
  padding: 0;
}
.page-template-page-products4 .hb_form_design .flex-info .cell-right form .form-upload {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 20px;
}
.page-template-page-products4 .hb_form_design .flex-info .cell-right form .form-upload {
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
.page-template-page-products4 .hb_form_design .flex-info .cell-right form .form-upload .file-label {
  flex: 1;
  border: 1px solid #dadada;
  height: 45px;
  border-radius: 4px;
  font-size: 14px;
  color: #888;
  background: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 260px;
  display: flex;
  align-items: center;
  padding: 10px;
}
.page-template-page-products4 .hb_form_design .flex-info .cell-right form .form-upload input[type=file] {
  display: none;
}
.page-template-page-products4 .hb_form_design .flex-info .cell-right form .form-upload .fake-upload-btn {
  background-color: #FB8317;
  color: #ffffff;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  height: 45px;
  cursor: pointer;
  transition: 0.2s ease;
  white-space: nowrap;
  text-transform: uppercase;
}
.page-template-page-products4 .hb_form_design .flex-info .cell-right form .form-upload .fake-upload-btn:hover {
  background-color: #FB8317;
}
.page-template-page-products4 .hb_form_design .flex-info .cell-right form textarea {
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #dadada;
}
/** */
.archive.category .section-breadcrumb, .single.single-post .section-breadcrumb {
  display: none;
}

.section.section-page.news-section {
  background: #F6F6F6;
}
.section.section-page.news-section {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.news-section {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.news-section {
    padding-top: 3.75rem;
  }
}
.section.section-page.news-section .hb_posts_defaul {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.news-section .hb_posts_defaul {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.news-section .hb_posts_defaul {
    padding-bottom: 5rem;
  }
}
.section.section-page.news-section .hb_posts_defaul .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.news-section .hb_posts_defaul .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.news-section .hb_posts_defaul .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.section.section-page.news-section .hb_posts_defaul .flex-info .cell {
  width: 100%;
}
.section.section-page.news-section .hb_posts_defaul .flex-info .cell-left .heading-title {
  margin-bottom: 0;
}
.section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1098039216);
  background: #ffffff;
  padding: 10px;
  border-radius: 25px;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item {
    display: flex;
    align-items: center;
  }
  .section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item {
    padding: 8px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1098039216);
  }
}
.section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .cover {
  border-radius: 25px;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .cover {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .cover {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 48rem) {
  .section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content {
    flex: 1;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content {
    padding: 15px 0 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content ._title {
    margin-bottom: 10px;
  }
}
.section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content ._title a {
  font-weight: 600;
  color: #FB8317;
  transition: 0.4s;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content ._title a {
    font-size: 23px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content ._title a {
    font-size: 25px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content ._title a {
    font-size: 18px;
    line-height: 26px;
  }
}
.section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content ._title a:hover {
  text-decoration: underline;
}
.section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content .excerpt {
  margin-bottom: 16px;
}
.section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 6) {
  .section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content .excerpt {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
.section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content .excerpt p {
  line-height: 28px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content .excerpt p {
    line-height: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content .excerpt > p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content .excerpt strong {
  font-weight: 600;
}
.section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content .excerpt a {
  text-decoration: underline;
}
.section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content .excerpt a:hover {
  color: #FB8317;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content .excerpt {
    font-size: 13px;
  }
}
.section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content ._button_item a {
  font-weight: 500;
  padding: 10px 25px 8px;
  border-radius: 100px;
  background: #FB8317;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  transition: 0.4s;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content ._button_item a {
    padding: 9px 18px 6px;
  }
}
.section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content ._button_item a i {
  display: none;
}
.section.section-page.news-section .hb_posts_defaul .flex-info .cell-right .hb_posts_inner .item .content ._button_item a:hover {
  transform: translateY(-5px);
}
.section.section-page.news-section .hb_posts_colums {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.news-section .hb_posts_colums {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.news-section .hb_posts_colums {
    padding-bottom: 5rem;
  }
}
.section.section-page.news-section .hb_posts_colums .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.news-section .hb_posts_colums .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.news-section .hb_posts_colums .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.section.section-page.news-section .hb_posts_colums .flex-info .cell {
  width: 100%;
}
.section.section-page.news-section .hb_posts_colums .flex-info .cell-left .heading-title {
  margin-bottom: 0;
}
.section.section-page.news-section .hb_posts_colums .flex-info .cell-right .hb_posts_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.section.section-page.news-section .hb_posts_colums .flex-info .cell-right .hb_posts_inner {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.news-section .hb_posts_colums .flex-info .cell-right .hb_posts_inner {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.news-section .hb_posts_colums .flex-info .cell-right .hb_posts_inner {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.news-section .hb_posts_colums .flex-info .cell-right .hb_posts_inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section.section-page.news-section .hb_posts_colums .flex-info .cell-right .hb_posts_inner .item .cover {
  border-radius: 25px;
  border-radius: 15px;
}
.section.section-page.news-section .hb_posts_colums .flex-info .cell-right .hb_posts_inner .item .content {
  padding-top: 10px;
}
.section.section-page.news-section .hb_posts_colums .flex-info .cell-right .hb_posts_inner .item .content ._title {
  margin-bottom: 0;
}
.section.section-page.news-section .hb_posts_colums .flex-info .cell-right .hb_posts_inner .item .content ._title a {
  font-weight: 600;
  text-transform: uppercase;
  color: #FB8317;
  transition: 0.4s;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.news-section .hb_posts_colums .flex-info .cell-right .hb_posts_inner .item .content ._title a {
    font-size: 23px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.news-section .hb_posts_colums .flex-info .cell-right .hb_posts_inner .item .content ._title a {
    font-size: 25px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.news-section .hb_posts_colums .flex-info .cell-right .hb_posts_inner .item .content ._title a {
    font-size: 18px;
    line-height: 26px;
  }
}
.section.section-page.news-section .hb_posts_colums .flex-info .cell-right .hb_posts_inner .item .content ._title a:hover {
  text-decoration: underline;
}
.section.section-page.news-section .hb_posts_colums .flex-info .cell-right .hb_posts_inner .item .content .excerpt {
  display: none !important;
}
.section.section-page.news-section .hb_posts_colums .flex-info .cell-right .hb_posts_inner .item .content ._button_item {
  display: none !important;
}
.section.section-page.news-section .hb_posts_colums .flex-info .cell-right .hb_posts_inner .item .content ._button_item a i {
  display: none;
}

/** */
.section.section-page.page-products .hb_cate_product {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_cate_product {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-products .hb_cate_product {
    padding-top: 3.75rem;
  }
}
.section.section-page.page-products .hb_cate_product {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_cate_product {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-products .hb_cate_product {
    padding-bottom: 3.75rem;
  }
}
.section.section-page.page-products .hb_cate_product .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_cate_product .flex-info {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-products .hb_cate_product .flex-info {
    grid-gap: 3.125rem;
    gap: 3.125rem;
  }
}
.section.section-page.page-products .hb_cate_product .flex-info .cell {
  width: 100%;
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-left .heading-title {
  margin-bottom: 0;
  text-align: center;
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item {
  box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  /* WebKit browsers (Chrome, Cốc Cốc, Edge, Safari) */
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._title {
  border-radius: 10px 10px 0 0;
  background: #FB8317;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 15px 10px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._title {
    font-size: 20px;
    line-height: 26px;
    min-height: 77px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._title {
    font-size: 22px;
    line-height: 30px;
    min-height: 85px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._images {
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid #FB8317;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._images {
  width: 4.875rem;
  height: 4.875rem;
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._images img {
  object-fit: contain;
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._images img {
  width: 2.5rem;
  height: 2.5rem;
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._desc {
  margin: 30px 10px 0;
  border: 0.5px solid #DADADA;
  padding: 18px 15px 10px;
  border-radius: 10px;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._desc {
    height: 195px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._desc {
    margin: 15px 10px 0;
  }
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._desc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._desc ul li {
  position: relative;
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
  line-height: 25px;
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._desc ul li::before {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAXCAYAAAAP6L+eAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGjSURBVHgBtZTfVcIwFMZvUlo4lIeOgCMwgXUEJyidQJlAmECcIHQC2UA3kA3oBvbBngPFJN6UpsaC2Fb4vTT3nNyvX778AbgQBM4F8zynw30phbfj9pLCGXCi/oNDd+8gxDMRcA1hkvxbWIniwqdqjMuP+9KeFOP29CI3EACLokyo4KNNuIlV0d4x6w05wFyXGMFMi+Y1tAFFHWq94GiY1xIW2TgNzSkdaIFNLaZFVa5E8ll1TuMo1GahmK9rKejEjEDTLIp9BOuyPhKBpr5jdQH2uWpHMT0SQSncQxeqCf7Aodkd6M1CROUUVCFd5t5LCo+qkHgWCYFlxtGJ2dQggtLxNkznXNBbUKIAHjaN8yWrlZRuvyPIm05EUDrWgw4b+JRKUyDOBL+xwfIJBWa0zLLgY1pbWGHGosBoXsk+12ExOd4G6RXU4MepULFIQZ6Mv/pQ2TCoyeE5xhPSpbs3aQg2dXvgOAffUi7IwY43cVsYOY4TuQv8BEW5yoJ0BA349ebh2zrFT6LGQpAJnBObDebdyF23aD39bFrwiZfHWkELvgA8raMPKt9KmwAAAABJRU5ErkJggg==") no-repeat center;
  background-size: contain;
  flex: 0 0 10px;
  max-width: 10px;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._desc ul li:last-child {
  margin-bottom: 0;
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._desc::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._lists_button {
  display: flex;
  align-items: center;
  margin: 30px auto;
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._lists_button {
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._lists_button {
    width: 90%;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._lists_button {
    width: 82%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._lists_button {
    flex-flow: row wrap;
    width: 90%;
    margin: 15px auto;
  }
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._lists_button ._button {
  white-space: nowrap;
  transition: 0.4s;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._lists_button ._button {
    flex: 0 0 calc(50% - 2.5px);
    max-width: calc(50% - 2.5px);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._lists_button ._button {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._lists_button ._button a {
  font-weight: 500;
  padding: 10px 10px 6px;
  border-radius: 100px;
  background: #FB8317;
  color: #ffffff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._lists_button ._button a {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._lists_button ._button a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._lists_button ._button a {
    line-height: 20px;
  }
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._lists_button ._button a i {
  margin-left: 10px;
  font-weight: 400;
  display: none;
}
.section.section-page.page-products .hb_cate_product .flex-info .cell-right ._lists ._item ._lists_button ._button:hover {
  transform: translateY(-5px);
}
.section.section-page.page-products .hb_cate_product2 {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_cate_product2 {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-products .hb_cate_product2 {
    padding-top: 3.75rem;
  }
}
.section.section-page.page-products .hb_cate_product2 {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_cate_product2 {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-products .hb_cate_product2 {
    padding-bottom: 3.75rem;
  }
}
.section.section-page.page-products .hb_cate_product2 .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_cate_product2 .flex-info {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-products .hb_cate_product2 .flex-info {
    grid-gap: 3.125rem;
    gap: 3.125rem;
  }
}
.section.section-page.page-products .hb_cate_product2 .flex-info .cell {
  width: 100%;
}
.section.section-page.page-products .hb_cate_product2 .flex-info .cell-left .heading-title {
  margin-bottom: 0;
  text-align: center;
}
.section.section-page.page-products .hb_cate_product2 .flex-info .cell-right ._lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.section.section-page.page-products .hb_cate_product2 .flex-info .cell-right ._lists {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-page.page-products .hb_cate_product2 .flex-info .cell-right ._lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_cate_product2 .flex-info .cell-right ._lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section.section-page.page-products .hb_cate_product2 .flex-info .cell-right ._lists ._item {
  box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: 0.4s;
}
.section.section-page.page-products .hb_cate_product2 .flex-info .cell-right ._lists ._item ._title {
  border-radius: 10px 10px 0 0;
  background: #FB8317;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 15px 10px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_cate_product2 .flex-info .cell-right ._lists ._item ._title {
    font-size: 20px;
    line-height: 26px;
    min-height: 77px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-products .hb_cate_product2 .flex-info .cell-right ._lists ._item ._title {
    font-size: 22px;
    line-height: 30px;
    min-height: 85px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_cate_product2 .flex-info .cell-right ._lists ._item ._title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
.section.section-page.page-products .hb_cate_product2 .flex-info .cell-right ._lists ._item ._desc {
  margin-bottom: 30px;
  padding: 0 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_cate_product2 .flex-info .cell-right ._lists ._item ._desc {
    padding: 0 10px;
    margin-bottom: 15px;
  }
}
.section.section-page.page-products .hb_cate_product2 .flex-info .cell-right ._lists ._item ._desc ul {
  margin: 0;
  padding: 0;
}
.section.section-page.page-products .hb_cate_product2 .flex-info .cell-right ._lists ._item ._desc ul li {
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: baseline;
}
.section.section-page.page-products .hb_cate_product2 .flex-info .cell-right ._lists ._item ._desc ul li::before {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAXCAYAAAAP6L+eAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGjSURBVHgBtZTfVcIwFMZvUlo4lIeOgCMwgXUEJyidQJlAmECcIHQC2UA3kA3oBvbBngPFJN6UpsaC2Fb4vTT3nNyvX778AbgQBM4F8zynw30phbfj9pLCGXCi/oNDd+8gxDMRcA1hkvxbWIniwqdqjMuP+9KeFOP29CI3EACLokyo4KNNuIlV0d4x6w05wFyXGMFMi+Y1tAFFHWq94GiY1xIW2TgNzSkdaIFNLaZFVa5E8ll1TuMo1GahmK9rKejEjEDTLIp9BOuyPhKBpr5jdQH2uWpHMT0SQSncQxeqCf7Aodkd6M1CROUUVCFd5t5LCo+qkHgWCYFlxtGJ2dQggtLxNkznXNBbUKIAHjaN8yWrlZRuvyPIm05EUDrWgw4b+JRKUyDOBL+xwfIJBWa0zLLgY1pbWGHGosBoXsk+12ExOd4G6RXU4MepULFIQZ6Mv/pQ2TCoyeE5xhPSpbs3aQg2dXvgOAffUi7IwY43cVsYOY4TuQv8BEW5yoJ0BA349ebh2zrFT6LGQpAJnBObDebdyF23aD39bFrwiZfHWkELvgA8raMPKt9KmwAAAABJRU5ErkJggg==") no-repeat center;
  background-size: contain;
  flex: 0 0 13px;
  max-width: 13px;
  width: 13px;
  height: 13px;
  margin-right: 10px;
}
.section.section-page.page-products .hb_cate_product2 .flex-info .cell-right ._lists ._item ._desc ul li:last-child {
  margin-bottom: 0;
}
.section.section-page.page-products .hb_cate_product2 .flex-info .cell-right ._lists ._item:hover {
  transform: translateY(-5px);
}
.section.section-page.page-products .hb_cate_product2 ._button {
  text-align: center;
  margin-top: 60px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_cate_product2 ._button {
    margin-top: 30px;
  }
}
.section.section-page.page-products .hb_cate_product2 ._button ._button-link {
  font-weight: 500;
  padding: 10px 15px 6px;
  border-radius: 100px;
  background: #FB8317;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  transition: 0.4s;
  text-transform: uppercase;
}
.section.section-page.page-products .hb_cate_product2 ._button ._button-link:hover {
  transform: translateY(-5px);
}
.section.section-page.page-products .hb_cate_product3 {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_cate_product3 {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-products .hb_cate_product3 {
    padding-top: 3.75rem;
  }
}
.section.section-page.page-products .hb_cate_product3 {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_cate_product3 {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-products .hb_cate_product3 {
    padding-bottom: 3.75rem;
  }
}
.section.section-page.page-products .hb_cate_product3 .flex-info {
  justify-content: space-between;
  align-items: center;
  gap: 80px 30px;
  grid-gap: 80px 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_cate_product3 .flex-info {
    gap: 30px;
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_cate_product3 .flex-info .cell {
    width: 100%;
  }
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell figure {
  margin-bottom: 0;
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_cate_product3 .flex-info .cell-left {
    flex: 0 0 calc(45% - 15px);
    max-width: calc(45% - 15px);
  }
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_cate_product3 .flex-info .cell-right {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-right ._desc :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  color: #FB8317;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_cate_product3 .flex-info .cell-right ._desc :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-products .hb_cate_product3 .flex-info .cell-right ._desc :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_cate_product3 .flex-info .cell-right ._desc :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 20px;
    line-height: 26px;
  }
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-right ._desc strong, .section.section-page.page-products .hb_cate_product3 .flex-info .cell-right ._desc b {
  font-weight: 600;
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-right ._desc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-right ._desc ul li {
  margin-bottom: 15px;
  position: relative;
  display: inline-flex;
  width: 100%;
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-right ._desc ul li::before {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  color: #4A4A4A;
  font-weight: 400;
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-right ._lists_button {
  display: inline-flex;
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-right ._lists_button ._item {
  white-space: nowrap;
  transition: 0.4s;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_cate_product3 .flex-info .cell-right ._lists_button ._item {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_cate_product3 .flex-info .cell-right ._lists_button ._item {
    margin-right: 5px;
  }
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-right ._lists_button ._item:last-child {
  margin-right: 0;
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-right ._lists_button ._item a {
  font-weight: 500;
  padding: 15px 25px 13px;
  line-height: 1;
  border-radius: 100px;
  background: #FB8317;
  color: #ffffff;
  text-transform: uppercase;
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-right ._lists_button ._item a i {
  margin-left: 10px;
  font-weight: 400;
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_cate_product3 .flex-info .cell-right ._lists_button ._item a {
    font-size: 12px;
    padding: 10px 20px 8px;
  }
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-right ._lists_button ._item:hover {
  transform: translateY(-5px);
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_cate_product3 .flex-info .cell-bottom {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-bottom ._lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-bottom ._lists {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_cate_product3 .flex-info .cell-bottom ._lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-bottom ._lists ._item {
  border: 1px solid #B7B7B7;
  border-radius: 20px;
  padding: 20px 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_cate_product3 .flex-info .cell-bottom ._lists ._item {
    padding: 20px;
  }
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-bottom ._lists ._item ._title {
  color: #FB8317;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-bottom ._lists ._item ._title {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_cate_product3 .flex-info .cell-bottom ._lists ._item ._title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-products .hb_cate_product3 .flex-info .cell-bottom ._lists ._item ._title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_cate_product3 .flex-info .cell-bottom ._lists ._item ._title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-bottom ._lists ._item ._title ._images {
  width: 55px;
  height: auto;
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-bottom ._lists ._item ._desc ul {
  padding: 0;
  margin: 0;
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-bottom ._lists ._item ._desc ul li {
  margin-bottom: 15px;
  position: relative;
  display: inline-flex;
  width: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_cate_product3 .flex-info .cell-bottom ._lists ._item ._desc ul li {
    margin-bottom: 10px;
  }
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-bottom ._lists ._item ._desc ul li::before {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  color: #4A4A4A;
  font-weight: 400;
}
.section.section-page.page-products .hb_cate_product3 .flex-info .cell-bottom ._lists ._item ._desc ul li:last-child {
  margin-bottom: 0;
}
.section.section-page.page-products .hb_product_box4 {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_product_box4 {
    padding-top: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-products .hb_product_box4 {
    padding-top: 5rem;
  }
}
.section.section-page.page-products .hb_product_box4 {
  padding-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_product_box4 {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-products .hb_product_box4 {
    padding-bottom: 2.5rem;
  }
}
.section.section-page.page-products .hb_product_box4 .flex-info {
  justify-content: space-between;
  align-items: center;
}
.section.section-page.page-products .hb_product_box4 .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-page.page-products .hb_product_box4 .flex-info {
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-page.page-products .hb_product_box4 .flex-info .cell {
    width: 100%;
  }
}
.section.section-page.page-products .hb_product_box4 .flex-info .cell figure {
  margin-bottom: 0;
}
.section.section-page.page-products .hb_product_box4 .flex-info .cell figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section-page.page-products .hb_product_box4 .flex-info .cell ._desc :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  color: #FB8317;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_product_box4 .flex-info .cell ._desc :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-products .hb_product_box4 .flex-info .cell ._desc :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_product_box4 .flex-info .cell ._desc :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 20px;
    line-height: 26px;
  }
}
.section.section-page.page-products .hb_product_box4 .flex-info .cell ._desc strong, .section.section-page.page-products .hb_product_box4 .flex-info .cell ._desc b {
  font-weight: 600;
}
.section.section-page.page-products .hb_product_box4 .flex-info .cell ._desc ul {
  padding: 0;
  list-style: none;
}
.section.section-page.page-products .hb_product_box4 .flex-info .cell ._desc ul li {
  margin-bottom: 15px;
  position: relative;
  display: inline-flex;
  width: 100%;
}
.section.section-page.page-products .hb_product_box4 .flex-info .cell ._desc ul li::before {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  color: #4A4A4A;
  font-weight: 400;
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-products .hb_product_box4 .flex-info .cell-left {
    flex: 0 0 calc(40% - 10px);
    max-width: calc(40% - 10px);
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-products .hb_product_box4 .flex-info .cell-right {
    flex: 0 0 calc(55% - 10px);
    max-width: calc(55% - 10px);
  }
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_product_box4 .flex-info .cell-bottom {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.section-page.page-products .hb_product_box4 .flex-info .cell-bottom ._desc {
  font-weight: 600;
}
.section.section-page.page-products .hb_product_box5 {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_product_box5 {
    padding-top: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-products .hb_product_box5 {
    padding-top: 2.5rem;
  }
}
.section.section-page.page-products .hb_product_box5 {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_product_box5 {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-products .hb_product_box5 {
    padding-bottom: 2.5rem;
  }
}
.section.section-page.page-products .hb_product_box5 .heading-title {
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-page.page-products .hb_product_box5 .heading-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_product_box5 .heading-title {
    margin-bottom: 15px;
  }
  .section.section-page.page-products .hb_product_box5 .heading-title br {
    display: none;
  }
}
.section.section-page.page-products .hb_product_box5 .flex-info {
  justify-content: space-between;
}
.section.section-page.page-products .hb_product_box5 .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-page.page-products .hb_product_box5 .flex-info {
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-page.page-products .hb_product_box5 .flex-info .cell {
    width: 100%;
  }
}
.section.section-page.page-products .hb_product_box5 .flex-info .cell figure {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.section.section-page.page-products .hb_product_box5 .flex-info .cell figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section-page.page-products .hb_product_box5 .flex-info .cell ._desc :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  color: #FB8317;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_product_box5 .flex-info .cell ._desc :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-products .hb_product_box5 .flex-info .cell ._desc :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 33px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_product_box5 .flex-info .cell ._desc :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 20px;
    line-height: 26px;
  }
}
.section.section-page.page-products .hb_product_box5 .flex-info .cell ._desc strong, .section.section-page.page-products .hb_product_box5 .flex-info .cell ._desc b {
  font-weight: 600;
  display: contents;
}
.section.section-page.page-products .hb_product_box5 .flex-info .cell ._desc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section.section-page.page-products .hb_product_box5 .flex-info .cell ._desc ul li {
  margin-bottom: 15px;
  position: relative;
  display: inline-flex;
  width: 100%;
}
.section.section-page.page-products .hb_product_box5 .flex-info .cell ._desc ul li::before {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  color: #4A4A4A;
  font-weight: 400;
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-products .hb_product_box5 .flex-info .cell-left {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
.section.section-page.page-products .hb_product_box5 .flex-info .cell-left ._lists_button {
  display: inline-flex;
}
.section.section-page.page-products .hb_product_box5 .flex-info .cell-left ._lists_button ._item {
  white-space: nowrap;
  transition: 0.4s;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_product_box5 .flex-info .cell-left ._lists_button ._item {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_product_box5 .flex-info .cell-left ._lists_button ._item {
    margin-right: 5px;
  }
}
.section.section-page.page-products .hb_product_box5 .flex-info .cell-left ._lists_button ._item:last-child {
  margin-right: 0;
}
.section.section-page.page-products .hb_product_box5 .flex-info .cell-left ._lists_button ._item a {
  font-weight: 500;
  padding: 15px 25px 13px;
  line-height: 1;
  border-radius: 100px;
  background: #FB8317;
  color: #ffffff;
  text-transform: uppercase;
}
.section.section-page.page-products .hb_product_box5 .flex-info .cell-left ._lists_button ._item a i {
  margin-left: 10px;
  font-weight: 400;
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_product_box5 .flex-info .cell-left ._lists_button ._item a {
    font-size: 12px;
    padding: 10px 20px 8px;
  }
}
.section.section-page.page-products .hb_product_box5 .flex-info .cell-left ._lists_button ._item:hover {
  transform: translateY(-5px);
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-products .hb_product_box5 .flex-info .cell-right {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-page.page-products .hb_product_box5 .flex-info .cell-right {
    order: -1;
  }
}
.section.section-page.page-products .hb_product_box5 .flex-info .cell-right ._images {
  border-radius: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-page.page-products .hb_product_box5 .flex-info .cell-right ._images {
    border-radius: 15px;
  }
}
.section.section-page.page-products .hb_product_box6 {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_product_box6 {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-products .hb_product_box6 {
    padding-top: 2.5rem;
  }
}
.section.section-page.page-products .hb_product_box6 {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_product_box6 {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-products .hb_product_box6 {
    padding-bottom: 2.5rem;
  }
}
.section.section-page.page-products .hb_product_box6 .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
.section.section-page.page-products .hb_product_box6 .flex-info .cell {
  width: 100%;
}
.section.section-page.page-products .hb_product_box6 .flex-info .cell-left .heading-title {
  text-align: center;
  margin-bottom: 0;
}
.section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists ._item {
  border: 0.5px solid #B7B7B7;
  border-radius: 10px;
}
.section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists ._item ._title {
  border-radius: 10px 10px 0 0;
  background: #FB8317;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 15px 10px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists ._item ._title {
    font-size: 20px;
    line-height: 26px;
    min-height: 77px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists ._item ._title {
    font-size: 22px;
    line-height: 30px;
    min-height: 85px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists ._item ._title {
    font-size: 18px;
    line-height: 24px;
  }
}
.section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists ._item ._desc {
  padding: 0 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists ._item ._desc {
    padding: 0 10px;
  }
}
.section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists ._item ._desc ul {
  padding: 0;
  list-style: none;
}
.section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists ._item ._desc ul li {
  margin-bottom: 15px;
  position: relative;
  display: inline-flex;
  width: 100%;
}
.section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists ._item ._desc ul li::before {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  color: #4A4A4A;
  font-weight: 400;
}
.section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists_button {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists_button ._items {
  white-space: nowrap;
  transition: 0.4s;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists_button ._items {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists_button ._items {
    margin-right: 5px;
  }
}
.section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists_button ._items:last-child {
  margin-right: 0;
}
.section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists_button ._items a {
  font-weight: 500;
  padding: 13px 20px 10px;
  line-height: 1;
  border-radius: 100px;
  background: #FB8317;
  color: #ffffff;
  text-transform: uppercase;
}
.section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists_button ._items a i {
  margin-left: 10px;
  font-weight: 400;
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists_button ._items a {
    font-size: 12px;
    padding: 10px 20px 8px;
  }
}
.section.section-page.page-products .hb_product_box6 .flex-info .cell-right ._lists_button ._items:hover {
  transform: translateY(-5px);
}

.popup_content_views {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}
.popup_content_views .popup_content_inner {
  background: #ffffff;
  width: 100%;
  position: relative;
  animation: fadeIn 0.3s ease;
}
@media only screen and (min-width: 48rem) {
  .popup_content_views .popup_content_inner {
    max-width: 710px;
    padding: 40px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .popup_content_views .popup_content_inner {
    max-width: 1200px;
    padding: 80px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_views .popup_content_inner {
    width: 90%;
    padding: 15px;
  }
}
.popup_content_views .popup_content_inner .heading-title {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_views .popup_content_inner .heading-title {
    margin-bottom: 10px;
  }
}
.popup_content_views .popup_content_inner .close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 42px;
  line-height: 48px;
  font-weight: 200;
  cursor: pointer;
  color: #ffffff;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #FB8317;
  text-align: center;
  border: 1px solid #FB8317;
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_views .popup_content_inner .close {
    font-size: 32px;
    line-height: 35px;
    width: 32px;
    height: 32px;
    top: -15px;
    right: -15px;
  }
}
.popup_content_views .popup_content_inner .close:hover {
  background: #ffffff;
  color: #FB8317;
}
.popup_content_views .popup_content_inner .popup_content_body strong {
  font-weight: 600;
}
.popup_content_views .popup_content_inner .popup_content_body a {
  text-decoration: underline;
  color: #FB8317;
}
.popup_content_views .popup_content_inner .popup_content_body a:hover {
  color: #000000;
}
.popup_content_views .popup_content_inner .popup_content_body .heading-title {
  font-weight: 600;
  color: #FB8317;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .popup_content_views .popup_content_inner .popup_content_body .heading-title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .popup_content_views .popup_content_inner .popup_content_body .heading-title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_views .popup_content_inner .popup_content_body .heading-title {
    font-size: 20px;
    line-height: 26px;
  }
}

.popup_content_service {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}
.popup_content_service .popup_content_inner {
  background: #ffffff;
  width: 100%;
  position: relative;
  animation: fadeIn 0.3s ease;
  border-radius: 15px;
}
@media only screen and (min-width: 48rem) {
  .popup_content_service .popup_content_inner {
    max-width: 710px;
    padding: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_service .popup_content_inner {
    width: 90%;
    padding: 15px;
    border-radius: 10px;
  }
}
.popup_content_service .popup_content_inner .close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 42px;
  line-height: 48px;
  font-weight: 200;
  cursor: pointer;
  color: #ffffff;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #FB8317;
  text-align: center;
  border: 1px solid #FB8317;
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_service .popup_content_inner .close {
    font-size: 32px;
    line-height: 35px;
    width: 32px;
    height: 32px;
    top: -15px;
    right: -15px;
  }
}
.popup_content_service .popup_content_inner .close:hover {
  background: #ffffff;
  color: #FB8317;
}
.popup_content_service .popup_content_inner .popup_content_body .heading-title {
  font-weight: 600;
  color: #FB8317;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .popup_content_service .popup_content_inner .popup_content_body .heading-title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .popup_content_service .popup_content_inner .popup_content_body .heading-title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_service .popup_content_inner .popup_content_body .heading-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.popup_content_service .popup_content_inner .popup_content_body form [type=text], .popup_content_service .popup_content_inner .popup_content_body form [type=password], .popup_content_service .popup_content_inner .popup_content_body form [type=date], .popup_content_service .popup_content_inner .popup_content_body form [type=datetime], .popup_content_service .popup_content_inner .popup_content_body form [type=datetime-local], .popup_content_service .popup_content_inner .popup_content_body form [type=month], .popup_content_service .popup_content_inner .popup_content_body form [type=week], .popup_content_service .popup_content_inner .popup_content_body form [type=email], .popup_content_service .popup_content_inner .popup_content_body form [type=number], .popup_content_service .popup_content_inner .popup_content_body form [type=search], .popup_content_service .popup_content_inner .popup_content_body form [type=tel], .popup_content_service .popup_content_inner .popup_content_body form [type=time], .popup_content_service .popup_content_inner .popup_content_body form [type=url], .popup_content_service .popup_content_inner .popup_content_body form [type=color] {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  box-shadow: unset;
  font-size: 14px;
  line-height: 24px;
  text-indent: 15px;
  height: 45px;
  margin-bottom: 15px;
  width: 100%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.popup_content_service .popup_content_inner .popup_content_body form .form-selects input {
  color: #5E5E5E;
  font-weight: 600;
}
.popup_content_service .popup_content_inner .popup_content_body form .form-submit {
  position: relative;
}
.popup_content_service .popup_content_inner .popup_content_body form .form-submit input {
  border: unset;
  box-shadow: unset;
  color: #ffffff;
  border-radius: 5px;
  font-size: 23px;
  line-height: 29px;
  font-weight: 600;
  padding: 15px 20px 10px;
  width: 100%;
  background: #FB8317;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_service .popup_content_inner .popup_content_body form .form-submit input {
    font-size: 18px;
  }
}
.popup_content_service .popup_content_inner .popup_content_body form .form-submit input:hover {
  transform: translateY(-5px);
}
.popup_content_service .popup_content_inner .popup_content_body form .form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.popup_content_service .popup_content_inner .popup_content_body form.invalid [type=text], .popup_content_service .popup_content_inner .popup_content_body form.invalid [type=password], .popup_content_service .popup_content_inner .popup_content_body form.invalid [type=date], .popup_content_service .popup_content_inner .popup_content_body form.invalid [type=datetime], .popup_content_service .popup_content_inner .popup_content_body form.invalid [type=datetime-local], .popup_content_service .popup_content_inner .popup_content_body form.invalid [type=month], .popup_content_service .popup_content_inner .popup_content_body form.invalid [type=week], .popup_content_service .popup_content_inner .popup_content_body form.invalid [type=email], .popup_content_service .popup_content_inner .popup_content_body form.invalid [type=number], .popup_content_service .popup_content_inner .popup_content_body form.invalid [type=search], .popup_content_service .popup_content_inner .popup_content_body form.invalid [type=tel], .popup_content_service .popup_content_inner .popup_content_body form.invalid [type=time], .popup_content_service .popup_content_inner .popup_content_body form.invalid [type=url], .popup_content_service .popup_content_inner .popup_content_body form.invalid [type=color] {
  margin-bottom: 10px;
}
.popup_content_service .popup_content_inner .popup_content_body form.invalid textarea {
  margin-bottom: 10px;
}
.popup_content_service .popup_content_inner .popup_content_body form.invalid .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.popup_content_service .popup_content_inner .popup_content_body form.invalid .wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 0.5em 1em 0.2em;
}

.popup_content_product {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}
.popup_content_product .popup_content_inner {
  background: #ffffff;
  width: 100%;
  position: relative;
  animation: fadeIn 0.3s ease;
  border-radius: 15px;
}
@media only screen and (min-width: 48rem) {
  .popup_content_product .popup_content_inner {
    max-width: 710px;
    padding: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_product .popup_content_inner {
    width: 90%;
    padding: 15px;
    border-radius: 10px;
  }
}
.popup_content_product .popup_content_inner .close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 42px;
  line-height: 48px;
  font-weight: 200;
  cursor: pointer;
  color: #ffffff;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #FB8317;
  text-align: center;
  border: 1px solid #FB8317;
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_product .popup_content_inner .close {
    font-size: 32px;
    line-height: 35px;
    width: 32px;
    height: 32px;
    top: -15px;
    right: -15px;
  }
}
.popup_content_product .popup_content_inner .close:hover {
  background: #ffffff;
  color: #FB8317;
}
.popup_content_product .popup_content_inner .popup_content_body .heading-title {
  font-weight: 600;
  color: #FB8317;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .popup_content_product .popup_content_inner .popup_content_body .heading-title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .popup_content_product .popup_content_inner .popup_content_body .heading-title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_product .popup_content_inner .popup_content_body .heading-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.popup_content_product .popup_content_inner .popup_content_body form [type=text], .popup_content_product .popup_content_inner .popup_content_body form [type=password], .popup_content_product .popup_content_inner .popup_content_body form [type=date], .popup_content_product .popup_content_inner .popup_content_body form [type=datetime], .popup_content_product .popup_content_inner .popup_content_body form [type=datetime-local], .popup_content_product .popup_content_inner .popup_content_body form [type=month], .popup_content_product .popup_content_inner .popup_content_body form [type=week], .popup_content_product .popup_content_inner .popup_content_body form [type=email], .popup_content_product .popup_content_inner .popup_content_body form [type=number], .popup_content_product .popup_content_inner .popup_content_body form [type=search], .popup_content_product .popup_content_inner .popup_content_body form [type=tel], .popup_content_product .popup_content_inner .popup_content_body form [type=time], .popup_content_product .popup_content_inner .popup_content_body form [type=url], .popup_content_product .popup_content_inner .popup_content_body form [type=color] {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  box-shadow: unset;
  font-size: 14px;
  line-height: 24px;
  text-indent: 15px;
  height: 45px;
  margin-bottom: 15px;
  width: 100%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.popup_content_product .popup_content_inner .popup_content_body form .form-selects input {
  color: #5E5E5E;
  font-weight: 600;
}
.popup_content_product .popup_content_inner .popup_content_body form .form-submit {
  position: relative;
}
.popup_content_product .popup_content_inner .popup_content_body form .form-submit input {
  border: unset;
  box-shadow: unset;
  color: #ffffff;
  border-radius: 5px;
  font-size: 23px;
  line-height: 29px;
  font-weight: 600;
  padding: 15px 20px 10px;
  width: 100%;
  background: #FB8317;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_product .popup_content_inner .popup_content_body form .form-submit input {
    font-size: 18px;
  }
}
.popup_content_product .popup_content_inner .popup_content_body form .form-submit input:hover {
  transform: translateY(-5px);
}
.popup_content_product .popup_content_inner .popup_content_body form .form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.popup_content_product .popup_content_inner .popup_content_body form.invalid [type=text], .popup_content_product .popup_content_inner .popup_content_body form.invalid [type=password], .popup_content_product .popup_content_inner .popup_content_body form.invalid [type=date], .popup_content_product .popup_content_inner .popup_content_body form.invalid [type=datetime], .popup_content_product .popup_content_inner .popup_content_body form.invalid [type=datetime-local], .popup_content_product .popup_content_inner .popup_content_body form.invalid [type=month], .popup_content_product .popup_content_inner .popup_content_body form.invalid [type=week], .popup_content_product .popup_content_inner .popup_content_body form.invalid [type=email], .popup_content_product .popup_content_inner .popup_content_body form.invalid [type=number], .popup_content_product .popup_content_inner .popup_content_body form.invalid [type=search], .popup_content_product .popup_content_inner .popup_content_body form.invalid [type=tel], .popup_content_product .popup_content_inner .popup_content_body form.invalid [type=time], .popup_content_product .popup_content_inner .popup_content_body form.invalid [type=url], .popup_content_product .popup_content_inner .popup_content_body form.invalid [type=color] {
  margin-bottom: 10px;
}
.popup_content_product .popup_content_inner .popup_content_body form.invalid textarea {
  margin-bottom: 10px;
}
.popup_content_product .popup_content_inner .popup_content_body form.invalid .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.popup_content_product .popup_content_inner .popup_content_body form.invalid .wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 0.5em 1em 0.2em;
}

.popup_content_software {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}
.popup_content_software .popup_content_inner {
  background: #ffffff;
  width: 100%;
  position: relative;
  animation: fadeIn 0.3s ease;
  border-radius: 15px;
}
@media only screen and (min-width: 48rem) {
  .popup_content_software .popup_content_inner {
    max-width: 710px;
    padding: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_software .popup_content_inner {
    width: 90%;
    padding: 15px;
    border-radius: 10px;
  }
}
.popup_content_software .popup_content_inner .close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 42px;
  line-height: 48px;
  font-weight: 200;
  cursor: pointer;
  color: #ffffff;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #FB8317;
  text-align: center;
  border: 1px solid #FB8317;
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_software .popup_content_inner .close {
    font-size: 32px;
    line-height: 35px;
    width: 32px;
    height: 32px;
    top: -15px;
    right: -15px;
  }
}
.popup_content_software .popup_content_inner .close:hover {
  background: #ffffff;
  color: #FB8317;
}
.popup_content_software .popup_content_inner .popup_content_body .heading-title {
  font-weight: 600;
  color: #FB8317;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .popup_content_software .popup_content_inner .popup_content_body .heading-title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .popup_content_software .popup_content_inner .popup_content_body .heading-title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_software .popup_content_inner .popup_content_body .heading-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.popup_content_software .popup_content_inner .popup_content_body form [type=text], .popup_content_software .popup_content_inner .popup_content_body form [type=password], .popup_content_software .popup_content_inner .popup_content_body form [type=date], .popup_content_software .popup_content_inner .popup_content_body form [type=datetime], .popup_content_software .popup_content_inner .popup_content_body form [type=datetime-local], .popup_content_software .popup_content_inner .popup_content_body form [type=month], .popup_content_software .popup_content_inner .popup_content_body form [type=week], .popup_content_software .popup_content_inner .popup_content_body form [type=email], .popup_content_software .popup_content_inner .popup_content_body form [type=number], .popup_content_software .popup_content_inner .popup_content_body form [type=search], .popup_content_software .popup_content_inner .popup_content_body form [type=tel], .popup_content_software .popup_content_inner .popup_content_body form [type=time], .popup_content_software .popup_content_inner .popup_content_body form [type=url], .popup_content_software .popup_content_inner .popup_content_body form [type=color] {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  box-shadow: unset;
  font-size: 14px;
  line-height: 24px;
  text-indent: 15px;
  height: 45px;
  margin-bottom: 15px;
  width: 100%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.popup_content_software .popup_content_inner .popup_content_body form .form-selects input {
  color: #5E5E5E;
  font-weight: 600;
}
.popup_content_software .popup_content_inner .popup_content_body form select:not([multiple]) {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  border: unset;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.popup_content_software .popup_content_inner .popup_content_body form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg%20width='9'%20height='16'%20viewBox='0%200%209%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%207.92645C6.35294%205.49001%203.72243%203.05358%201.05882%200.584657C0.661765%200.227314%200%200.503443%200%201.03946V1.0557C0%201.21813%200.0661765%201.38056%200.198529%201.49426C2.53125%203.63832%204.83088%205.78239%207.14706%207.91021C4.83088%2010.0543%202.51471%2012.1821%200.198529%2014.3424C0.0661765%2014.4723%200%2014.6185%200%2014.7972V14.8134C0%2015.3495%200.661765%2015.6256%201.05882%2015.252C3.70588%2012.7993%206.35294%2010.3629%209%207.92645Z'%20fill='%233A3A3A'/%3e%3c/svg%3e");
  background-position: right 0.9em top 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
  display: block;
  padding-right: 1.4em;
  margin-bottom: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.popup_content_software .popup_content_inner .popup_content_body form select option:first-child {
  opacity: 0.6;
}
.popup_content_software .popup_content_inner .popup_content_body form select::-webkit-input-placeholder, .popup_content_software .popup_content_inner .popup_content_body form input::-webkit-input-placeholder, .popup_content_software .popup_content_inner .popup_content_body form textarea::-webkit-input-placeholder {
  color: #7C7C7C;
}
.popup_content_software .popup_content_inner .popup_content_body form select::placeholder, .popup_content_software .popup_content_inner .popup_content_body form input::placeholder, .popup_content_software .popup_content_inner .popup_content_body form textarea::placeholder {
  color: #7C7C7C;
}
.popup_content_software .popup_content_inner .popup_content_body form .form-submit {
  position: relative;
}
.popup_content_software .popup_content_inner .popup_content_body form .form-submit input {
  border: unset;
  box-shadow: unset;
  color: #ffffff;
  border-radius: 5px;
  font-size: 23px;
  line-height: 29px;
  font-weight: 600;
  padding: 15px 20px 10px;
  width: 100%;
  background: #FB8317;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_software .popup_content_inner .popup_content_body form .form-submit input {
    font-size: 18px;
  }
}
.popup_content_software .popup_content_inner .popup_content_body form .form-submit input:hover {
  transform: translateY(-5px);
}
.popup_content_software .popup_content_inner .popup_content_body form .form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.popup_content_software .popup_content_inner .popup_content_body form.invalid [type=text], .popup_content_software .popup_content_inner .popup_content_body form.invalid [type=password], .popup_content_software .popup_content_inner .popup_content_body form.invalid [type=date], .popup_content_software .popup_content_inner .popup_content_body form.invalid [type=datetime], .popup_content_software .popup_content_inner .popup_content_body form.invalid [type=datetime-local], .popup_content_software .popup_content_inner .popup_content_body form.invalid [type=month], .popup_content_software .popup_content_inner .popup_content_body form.invalid [type=week], .popup_content_software .popup_content_inner .popup_content_body form.invalid [type=email], .popup_content_software .popup_content_inner .popup_content_body form.invalid [type=number], .popup_content_software .popup_content_inner .popup_content_body form.invalid [type=search], .popup_content_software .popup_content_inner .popup_content_body form.invalid [type=tel], .popup_content_software .popup_content_inner .popup_content_body form.invalid [type=time], .popup_content_software .popup_content_inner .popup_content_body form.invalid [type=url], .popup_content_software .popup_content_inner .popup_content_body form.invalid [type=color] {
  margin-bottom: 10px;
}
.popup_content_software .popup_content_inner .popup_content_body form.invalid textarea {
  margin-bottom: 10px;
}
.popup_content_software .popup_content_inner .popup_content_body form.invalid .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.popup_content_software .popup_content_inner .popup_content_body form.invalid .wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 0.5em 1em 0.2em;
}

.popup_content_all, .popup_content_all2 {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}
.popup_content_all .popup_content_inner, .popup_content_all2 .popup_content_inner {
  background: #ffffff;
  width: 100%;
  position: relative;
  animation: fadeIn 0.3s ease;
  border-radius: 15px;
}
@media only screen and (min-width: 48rem) {
  .popup_content_all .popup_content_inner, .popup_content_all2 .popup_content_inner {
    max-width: 710px;
    padding: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_all .popup_content_inner, .popup_content_all2 .popup_content_inner {
    width: 90%;
    padding: 15px;
    border-radius: 10px;
  }
}
.popup_content_all .popup_content_inner .close, .popup_content_all2 .popup_content_inner .close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 42px;
  line-height: 48px;
  font-weight: 200;
  cursor: pointer;
  color: #ffffff;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #FB8317;
  text-align: center;
  border: 1px solid #FB8317;
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_all .popup_content_inner .close, .popup_content_all2 .popup_content_inner .close {
    font-size: 32px;
    line-height: 35px;
    width: 32px;
    height: 32px;
    top: -15px;
    right: -15px;
  }
}
.popup_content_all .popup_content_inner .close:hover, .popup_content_all2 .popup_content_inner .close:hover {
  background: #ffffff;
  color: #FB8317;
}
.popup_content_all .popup_content_inner .popup_content_body .heading-title, .popup_content_all2 .popup_content_inner .popup_content_body .heading-title {
  font-weight: 600;
  color: #FB8317;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .popup_content_all .popup_content_inner .popup_content_body .heading-title, .popup_content_all2 .popup_content_inner .popup_content_body .heading-title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .popup_content_all .popup_content_inner .popup_content_body .heading-title, .popup_content_all2 .popup_content_inner .popup_content_body .heading-title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_all .popup_content_inner .popup_content_body .heading-title, .popup_content_all2 .popup_content_inner .popup_content_body .heading-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.popup_content_all .popup_content_inner .popup_content_body form [type=text], .popup_content_all .popup_content_inner .popup_content_body form [type=password], .popup_content_all .popup_content_inner .popup_content_body form [type=date], .popup_content_all .popup_content_inner .popup_content_body form [type=datetime], .popup_content_all .popup_content_inner .popup_content_body form [type=datetime-local], .popup_content_all .popup_content_inner .popup_content_body form [type=month], .popup_content_all .popup_content_inner .popup_content_body form [type=week], .popup_content_all .popup_content_inner .popup_content_body form [type=email], .popup_content_all .popup_content_inner .popup_content_body form [type=number], .popup_content_all .popup_content_inner .popup_content_body form [type=search], .popup_content_all .popup_content_inner .popup_content_body form [type=tel], .popup_content_all .popup_content_inner .popup_content_body form [type=time], .popup_content_all .popup_content_inner .popup_content_body form [type=url], .popup_content_all .popup_content_inner .popup_content_body form [type=color], .popup_content_all2 .popup_content_inner .popup_content_body form [type=text], .popup_content_all2 .popup_content_inner .popup_content_body form [type=password], .popup_content_all2 .popup_content_inner .popup_content_body form [type=date], .popup_content_all2 .popup_content_inner .popup_content_body form [type=datetime], .popup_content_all2 .popup_content_inner .popup_content_body form [type=datetime-local], .popup_content_all2 .popup_content_inner .popup_content_body form [type=month], .popup_content_all2 .popup_content_inner .popup_content_body form [type=week], .popup_content_all2 .popup_content_inner .popup_content_body form [type=email], .popup_content_all2 .popup_content_inner .popup_content_body form [type=number], .popup_content_all2 .popup_content_inner .popup_content_body form [type=search], .popup_content_all2 .popup_content_inner .popup_content_body form [type=tel], .popup_content_all2 .popup_content_inner .popup_content_body form [type=time], .popup_content_all2 .popup_content_inner .popup_content_body form [type=url], .popup_content_all2 .popup_content_inner .popup_content_body form [type=color] {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  box-shadow: unset;
  font-size: 14px;
  line-height: 24px;
  text-indent: 15px;
  height: 45px;
  margin-bottom: 15px;
  width: 100%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.popup_content_all .popup_content_inner .popup_content_body form select:not([multiple]), .popup_content_all2 .popup_content_inner .popup_content_body form select:not([multiple]) {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  border: unset;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.popup_content_all .popup_content_inner .popup_content_body form select, .popup_content_all2 .popup_content_inner .popup_content_body form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg%20width='9'%20height='16'%20viewBox='0%200%209%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%207.92645C6.35294%205.49001%203.72243%203.05358%201.05882%200.584657C0.661765%200.227314%200%200.503443%200%201.03946V1.0557C0%201.21813%200.0661765%201.38056%200.198529%201.49426C2.53125%203.63832%204.83088%205.78239%207.14706%207.91021C4.83088%2010.0543%202.51471%2012.1821%200.198529%2014.3424C0.0661765%2014.4723%200%2014.6185%200%2014.7972V14.8134C0%2015.3495%200.661765%2015.6256%201.05882%2015.252C3.70588%2012.7993%206.35294%2010.3629%209%207.92645Z'%20fill='%233A3A3A'/%3e%3c/svg%3e");
  background-position: right 0.9em top 50%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  display: block;
  padding-right: 1.4em;
  margin-bottom: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.popup_content_all .popup_content_inner .popup_content_body form select option:first-child, .popup_content_all2 .popup_content_inner .popup_content_body form select option:first-child {
  opacity: 0.6;
}
.popup_content_all .popup_content_inner .popup_content_body form select::-webkit-input-placeholder, .popup_content_all .popup_content_inner .popup_content_body form input::-webkit-input-placeholder, .popup_content_all .popup_content_inner .popup_content_body form textarea::-webkit-input-placeholder, .popup_content_all2 .popup_content_inner .popup_content_body form select::-webkit-input-placeholder, .popup_content_all2 .popup_content_inner .popup_content_body form input::-webkit-input-placeholder, .popup_content_all2 .popup_content_inner .popup_content_body form textarea::-webkit-input-placeholder {
  color: #7C7C7C;
}
.popup_content_all .popup_content_inner .popup_content_body form select::placeholder, .popup_content_all .popup_content_inner .popup_content_body form input::placeholder, .popup_content_all .popup_content_inner .popup_content_body form textarea::placeholder, .popup_content_all2 .popup_content_inner .popup_content_body form select::placeholder, .popup_content_all2 .popup_content_inner .popup_content_body form input::placeholder, .popup_content_all2 .popup_content_inner .popup_content_body form textarea::placeholder {
  color: #7C7C7C;
}
.popup_content_all .popup_content_inner .popup_content_body form .form-submit, .popup_content_all2 .popup_content_inner .popup_content_body form .form-submit {
  position: relative;
}
.popup_content_all .popup_content_inner .popup_content_body form .form-submit input, .popup_content_all2 .popup_content_inner .popup_content_body form .form-submit input {
  border: unset;
  box-shadow: unset;
  color: #ffffff;
  border-radius: 5px;
  font-size: 23px;
  line-height: 29px;
  font-weight: 600;
  padding: 15px 20px 10px;
  width: 100%;
  background: #FB8317;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_all .popup_content_inner .popup_content_body form .form-submit input, .popup_content_all2 .popup_content_inner .popup_content_body form .form-submit input {
    font-size: 18px;
  }
}
.popup_content_all .popup_content_inner .popup_content_body form .form-submit input:hover, .popup_content_all2 .popup_content_inner .popup_content_body form .form-submit input:hover {
  transform: translateY(-5px);
}
.popup_content_all .popup_content_inner .popup_content_body form .form-submit .wpcf7-spinner, .popup_content_all2 .popup_content_inner .popup_content_body form .form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.popup_content_all .popup_content_inner .popup_content_body form.invalid [type=text], .popup_content_all .popup_content_inner .popup_content_body form.invalid [type=password], .popup_content_all .popup_content_inner .popup_content_body form.invalid [type=date], .popup_content_all .popup_content_inner .popup_content_body form.invalid [type=datetime], .popup_content_all .popup_content_inner .popup_content_body form.invalid [type=datetime-local], .popup_content_all .popup_content_inner .popup_content_body form.invalid [type=month], .popup_content_all .popup_content_inner .popup_content_body form.invalid [type=week], .popup_content_all .popup_content_inner .popup_content_body form.invalid [type=email], .popup_content_all .popup_content_inner .popup_content_body form.invalid [type=number], .popup_content_all .popup_content_inner .popup_content_body form.invalid [type=search], .popup_content_all .popup_content_inner .popup_content_body form.invalid [type=tel], .popup_content_all .popup_content_inner .popup_content_body form.invalid [type=time], .popup_content_all .popup_content_inner .popup_content_body form.invalid [type=url], .popup_content_all .popup_content_inner .popup_content_body form.invalid [type=color], .popup_content_all2 .popup_content_inner .popup_content_body form.invalid [type=text], .popup_content_all2 .popup_content_inner .popup_content_body form.invalid [type=password], .popup_content_all2 .popup_content_inner .popup_content_body form.invalid [type=date], .popup_content_all2 .popup_content_inner .popup_content_body form.invalid [type=datetime], .popup_content_all2 .popup_content_inner .popup_content_body form.invalid [type=datetime-local], .popup_content_all2 .popup_content_inner .popup_content_body form.invalid [type=month], .popup_content_all2 .popup_content_inner .popup_content_body form.invalid [type=week], .popup_content_all2 .popup_content_inner .popup_content_body form.invalid [type=email], .popup_content_all2 .popup_content_inner .popup_content_body form.invalid [type=number], .popup_content_all2 .popup_content_inner .popup_content_body form.invalid [type=search], .popup_content_all2 .popup_content_inner .popup_content_body form.invalid [type=tel], .popup_content_all2 .popup_content_inner .popup_content_body form.invalid [type=time], .popup_content_all2 .popup_content_inner .popup_content_body form.invalid [type=url], .popup_content_all2 .popup_content_inner .popup_content_body form.invalid [type=color] {
  margin-bottom: 10px;
}
.popup_content_all .popup_content_inner .popup_content_body form.invalid textarea, .popup_content_all2 .popup_content_inner .popup_content_body form.invalid textarea {
  margin-bottom: 10px;
}
.popup_content_all .popup_content_inner .popup_content_body form.invalid .wpcf7-not-valid-tip, .popup_content_all2 .popup_content_inner .popup_content_body form.invalid .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.popup_content_all .popup_content_inner .popup_content_body form.invalid .wpcf7-response-output, .popup_content_all2 .popup_content_inner .popup_content_body form.invalid .wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 0.5em 1em 0.2em;
}

.popup_content_price {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}
.popup_content_price .popup_content_inner {
  background: #ffffff;
  width: 100%;
  position: relative;
  animation: fadeIn 0.3s ease;
  border-radius: 15px;
}
@media only screen and (min-width: 48rem) {
  .popup_content_price .popup_content_inner {
    max-width: 710px;
    padding: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_price .popup_content_inner {
    width: 90%;
    padding: 15px;
    border-radius: 10px;
  }
}
.popup_content_price .popup_content_inner .close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 42px;
  line-height: 48px;
  font-weight: 200;
  cursor: pointer;
  color: #ffffff;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #FB8317;
  text-align: center;
  border: 1px solid #FB8317;
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_price .popup_content_inner .close {
    font-size: 32px;
    line-height: 35px;
    width: 32px;
    height: 32px;
    top: -15px;
    right: -15px;
  }
}
.popup_content_price .popup_content_inner .close:hover {
  background: #ffffff;
  color: #FB8317;
}
.popup_content_price .popup_content_inner .popup_content_body .heading-title {
  font-weight: 600;
  color: #FB8317;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .popup_content_price .popup_content_inner .popup_content_body .heading-title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .popup_content_price .popup_content_inner .popup_content_body .heading-title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_price .popup_content_inner .popup_content_body .heading-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.popup_content_price .popup_content_inner .popup_content_body form [type=text], .popup_content_price .popup_content_inner .popup_content_body form [type=password], .popup_content_price .popup_content_inner .popup_content_body form [type=date], .popup_content_price .popup_content_inner .popup_content_body form [type=datetime], .popup_content_price .popup_content_inner .popup_content_body form [type=datetime-local], .popup_content_price .popup_content_inner .popup_content_body form [type=month], .popup_content_price .popup_content_inner .popup_content_body form [type=week], .popup_content_price .popup_content_inner .popup_content_body form [type=email], .popup_content_price .popup_content_inner .popup_content_body form [type=number], .popup_content_price .popup_content_inner .popup_content_body form [type=search], .popup_content_price .popup_content_inner .popup_content_body form [type=tel], .popup_content_price .popup_content_inner .popup_content_body form [type=time], .popup_content_price .popup_content_inner .popup_content_body form [type=url], .popup_content_price .popup_content_inner .popup_content_body form [type=color] {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  box-shadow: unset;
  font-size: 14px;
  line-height: 24px;
  text-indent: 15px;
  height: 45px;
  font-weight: 500;
  margin-bottom: 15px;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
.popup_content_price .popup_content_inner .popup_content_body form select:not([multiple]) {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  border: unset;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.popup_content_price .popup_content_inner .popup_content_body form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg%20width='9'%20height='16'%20viewBox='0%200%209%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%207.92645C6.35294%205.49001%203.72243%203.05358%201.05882%200.584657C0.661765%200.227314%200%200.503443%200%201.03946V1.0557C0%201.21813%200.0661765%201.38056%200.198529%201.49426C2.53125%203.63832%204.83088%205.78239%207.14706%207.91021C4.83088%2010.0543%202.51471%2012.1821%200.198529%2014.3424C0.0661765%2014.4723%200%2014.6185%200%2014.7972V14.8134C0%2015.3495%200.661765%2015.6256%201.05882%2015.252C3.70588%2012.7993%206.35294%2010.3629%209%207.92645Z'%20fill='%233A3A3A'/%3e%3c/svg%3e");
  background-position: right 0.9em top 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
  display: block;
  padding-right: 1.4em;
  margin-bottom: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.popup_content_price .popup_content_inner .popup_content_body form select option:first-child {
  opacity: 0.6;
}
.popup_content_price .popup_content_inner .popup_content_body form select::-webkit-input-placeholder, .popup_content_price .popup_content_inner .popup_content_body form input::-webkit-input-placeholder, .popup_content_price .popup_content_inner .popup_content_body form textarea::-webkit-input-placeholder {
  color: #7C7C7C;
}
.popup_content_price .popup_content_inner .popup_content_body form select::placeholder, .popup_content_price .popup_content_inner .popup_content_body form input::placeholder, .popup_content_price .popup_content_inner .popup_content_body form textarea::placeholder {
  color: #7C7C7C;
}
.popup_content_price .popup_content_inner .popup_content_body form .form-submit {
  position: relative;
}
.popup_content_price .popup_content_inner .popup_content_body form .form-submit input {
  border: unset;
  box-shadow: unset;
  color: #ffffff;
  border-radius: 5px;
  font-size: 23px;
  line-height: 29px;
  font-weight: 600;
  padding: 15px 20px 10px;
  width: 100%;
  background: #FB8317;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_price .popup_content_inner .popup_content_body form .form-submit input {
    font-size: 18px;
  }
}
.popup_content_price .popup_content_inner .popup_content_body form .form-submit input:hover {
  transform: translateY(-5px);
}
.popup_content_price .popup_content_inner .popup_content_body form .form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.popup_content_price .popup_content_inner .popup_content_body form.invalid [type=text], .popup_content_price .popup_content_inner .popup_content_body form.invalid [type=password], .popup_content_price .popup_content_inner .popup_content_body form.invalid [type=date], .popup_content_price .popup_content_inner .popup_content_body form.invalid [type=datetime], .popup_content_price .popup_content_inner .popup_content_body form.invalid [type=datetime-local], .popup_content_price .popup_content_inner .popup_content_body form.invalid [type=month], .popup_content_price .popup_content_inner .popup_content_body form.invalid [type=week], .popup_content_price .popup_content_inner .popup_content_body form.invalid [type=email], .popup_content_price .popup_content_inner .popup_content_body form.invalid [type=number], .popup_content_price .popup_content_inner .popup_content_body form.invalid [type=search], .popup_content_price .popup_content_inner .popup_content_body form.invalid [type=tel], .popup_content_price .popup_content_inner .popup_content_body form.invalid [type=time], .popup_content_price .popup_content_inner .popup_content_body form.invalid [type=url], .popup_content_price .popup_content_inner .popup_content_body form.invalid [type=color] {
  margin-bottom: 10px;
}
.popup_content_price .popup_content_inner .popup_content_body form.invalid textarea {
  margin-bottom: 10px;
}
.popup_content_price .popup_content_inner .popup_content_body form.invalid .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.popup_content_price .popup_content_inner .popup_content_body form.invalid .wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 0.5em 1em 0.2em;
}

.popup_content_price1 {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}
.popup_content_price1 .popup_content_inner {
  background: #ffffff;
  width: 100%;
  position: relative;
  animation: fadeIn 0.3s ease;
  border-radius: 15px;
}
@media only screen and (min-width: 48rem) {
  .popup_content_price1 .popup_content_inner {
    max-width: 710px;
    padding: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_price1 .popup_content_inner {
    width: 90%;
    padding: 15px;
    border-radius: 10px;
  }
}
.popup_content_price1 .popup_content_inner .close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 42px;
  line-height: 48px;
  font-weight: 200;
  cursor: pointer;
  color: #ffffff;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #FB8317;
  text-align: center;
  border: 1px solid #FB8317;
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_price1 .popup_content_inner .close {
    font-size: 32px;
    line-height: 35px;
    width: 32px;
    height: 32px;
    top: -15px;
    right: -15px;
  }
}
.popup_content_price1 .popup_content_inner .close:hover {
  background: #ffffff;
  color: #FB8317;
}
.popup_content_price1 .popup_content_inner .popup_content_body .heading-title {
  font-weight: 600;
  color: #FB8317;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .popup_content_price1 .popup_content_inner .popup_content_body .heading-title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .popup_content_price1 .popup_content_inner .popup_content_body .heading-title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_price1 .popup_content_inner .popup_content_body .heading-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.popup_content_price1 .popup_content_inner .popup_content_body form [type=text], .popup_content_price1 .popup_content_inner .popup_content_body form [type=password], .popup_content_price1 .popup_content_inner .popup_content_body form [type=date], .popup_content_price1 .popup_content_inner .popup_content_body form [type=datetime], .popup_content_price1 .popup_content_inner .popup_content_body form [type=datetime-local], .popup_content_price1 .popup_content_inner .popup_content_body form [type=month], .popup_content_price1 .popup_content_inner .popup_content_body form [type=week], .popup_content_price1 .popup_content_inner .popup_content_body form [type=email], .popup_content_price1 .popup_content_inner .popup_content_body form [type=number], .popup_content_price1 .popup_content_inner .popup_content_body form [type=search], .popup_content_price1 .popup_content_inner .popup_content_body form [type=tel], .popup_content_price1 .popup_content_inner .popup_content_body form [type=time], .popup_content_price1 .popup_content_inner .popup_content_body form [type=url], .popup_content_price1 .popup_content_inner .popup_content_body form [type=color] {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  box-shadow: unset;
  font-size: 14px;
  line-height: 24px;
  text-indent: 15px;
  height: 45px;
  font-weight: 500;
  margin-bottom: 15px;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
.popup_content_price1 .popup_content_inner .popup_content_body form select:not([multiple]) {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  border: unset;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.popup_content_price1 .popup_content_inner .popup_content_body form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg%20width='9'%20height='16'%20viewBox='0%200%209%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%207.92645C6.35294%205.49001%203.72243%203.05358%201.05882%200.584657C0.661765%200.227314%200%200.503443%200%201.03946V1.0557C0%201.21813%200.0661765%201.38056%200.198529%201.49426C2.53125%203.63832%204.83088%205.78239%207.14706%207.91021C4.83088%2010.0543%202.51471%2012.1821%200.198529%2014.3424C0.0661765%2014.4723%200%2014.6185%200%2014.7972V14.8134C0%2015.3495%200.661765%2015.6256%201.05882%2015.252C3.70588%2012.7993%206.35294%2010.3629%209%207.92645Z'%20fill='%233A3A3A'/%3e%3c/svg%3e");
  background-position: right 0.9em top 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
  display: block;
  padding-right: 1.4em;
  margin-bottom: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.popup_content_price1 .popup_content_inner .popup_content_body form select option:first-child {
  opacity: 0.6;
}
.popup_content_price1 .popup_content_inner .popup_content_body form select::-webkit-input-placeholder, .popup_content_price1 .popup_content_inner .popup_content_body form input::-webkit-input-placeholder, .popup_content_price1 .popup_content_inner .popup_content_body form textarea::-webkit-input-placeholder {
  color: #7C7C7C;
}
.popup_content_price1 .popup_content_inner .popup_content_body form select::placeholder, .popup_content_price1 .popup_content_inner .popup_content_body form input::placeholder, .popup_content_price1 .popup_content_inner .popup_content_body form textarea::placeholder {
  color: #7C7C7C;
}
.popup_content_price1 .popup_content_inner .popup_content_body form .form-submit {
  position: relative;
}
.popup_content_price1 .popup_content_inner .popup_content_body form .form-submit input {
  border: unset;
  box-shadow: unset;
  color: #ffffff;
  border-radius: 5px;
  font-size: 23px;
  line-height: 29px;
  font-weight: 600;
  padding: 15px 20px 10px;
  width: 100%;
  background: #FB8317;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_price1 .popup_content_inner .popup_content_body form .form-submit input {
    font-size: 18px;
  }
}
.popup_content_price1 .popup_content_inner .popup_content_body form .form-submit input:hover {
  transform: translateY(-5px);
}
.popup_content_price1 .popup_content_inner .popup_content_body form .form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.popup_content_price1 .popup_content_inner .popup_content_body form.invalid [type=text], .popup_content_price1 .popup_content_inner .popup_content_body form.invalid [type=password], .popup_content_price1 .popup_content_inner .popup_content_body form.invalid [type=date], .popup_content_price1 .popup_content_inner .popup_content_body form.invalid [type=datetime], .popup_content_price1 .popup_content_inner .popup_content_body form.invalid [type=datetime-local], .popup_content_price1 .popup_content_inner .popup_content_body form.invalid [type=month], .popup_content_price1 .popup_content_inner .popup_content_body form.invalid [type=week], .popup_content_price1 .popup_content_inner .popup_content_body form.invalid [type=email], .popup_content_price1 .popup_content_inner .popup_content_body form.invalid [type=number], .popup_content_price1 .popup_content_inner .popup_content_body form.invalid [type=search], .popup_content_price1 .popup_content_inner .popup_content_body form.invalid [type=tel], .popup_content_price1 .popup_content_inner .popup_content_body form.invalid [type=time], .popup_content_price1 .popup_content_inner .popup_content_body form.invalid [type=url], .popup_content_price1 .popup_content_inner .popup_content_body form.invalid [type=color] {
  margin-bottom: 10px;
}
.popup_content_price1 .popup_content_inner .popup_content_body form.invalid textarea {
  margin-bottom: 10px;
}
.popup_content_price1 .popup_content_inner .popup_content_body form.invalid .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.popup_content_price1 .popup_content_inner .popup_content_body form.invalid .wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 0.5em 1em 0.2em;
}

.popup_content_price2 {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}
.popup_content_price2 .popup_content_inner {
  background: #ffffff;
  width: 100%;
  position: relative;
  animation: fadeIn 0.3s ease;
  border-radius: 15px;
}
@media only screen and (min-width: 48rem) {
  .popup_content_price2 .popup_content_inner {
    max-width: 710px;
    padding: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_price2 .popup_content_inner {
    width: 90%;
    padding: 15px;
    border-radius: 10px;
  }
}
.popup_content_price2 .popup_content_inner .close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 42px;
  line-height: 48px;
  font-weight: 200;
  cursor: pointer;
  color: #ffffff;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #FB8317;
  text-align: center;
  border: 1px solid #FB8317;
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_price2 .popup_content_inner .close {
    font-size: 32px;
    line-height: 35px;
    width: 32px;
    height: 32px;
    top: -15px;
    right: -15px;
  }
}
.popup_content_price2 .popup_content_inner .close:hover {
  background: #ffffff;
  color: #FB8317;
}
.popup_content_price2 .popup_content_inner .popup_content_body .heading-title {
  font-weight: 600;
  color: #FB8317;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .popup_content_price2 .popup_content_inner .popup_content_body .heading-title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .popup_content_price2 .popup_content_inner .popup_content_body .heading-title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_price2 .popup_content_inner .popup_content_body .heading-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.popup_content_price2 .popup_content_inner .popup_content_body form [type=text], .popup_content_price2 .popup_content_inner .popup_content_body form [type=password], .popup_content_price2 .popup_content_inner .popup_content_body form [type=date], .popup_content_price2 .popup_content_inner .popup_content_body form [type=datetime], .popup_content_price2 .popup_content_inner .popup_content_body form [type=datetime-local], .popup_content_price2 .popup_content_inner .popup_content_body form [type=month], .popup_content_price2 .popup_content_inner .popup_content_body form [type=week], .popup_content_price2 .popup_content_inner .popup_content_body form [type=email], .popup_content_price2 .popup_content_inner .popup_content_body form [type=number], .popup_content_price2 .popup_content_inner .popup_content_body form [type=search], .popup_content_price2 .popup_content_inner .popup_content_body form [type=tel], .popup_content_price2 .popup_content_inner .popup_content_body form [type=time], .popup_content_price2 .popup_content_inner .popup_content_body form [type=url], .popup_content_price2 .popup_content_inner .popup_content_body form [type=color] {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  box-shadow: unset;
  font-size: 14px;
  line-height: 24px;
  text-indent: 15px;
  height: 45px;
  font-weight: 500;
  margin-bottom: 15px;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
.popup_content_price2 .popup_content_inner .popup_content_body form select:not([multiple]) {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  border: unset;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.popup_content_price2 .popup_content_inner .popup_content_body form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg%20width='9'%20height='16'%20viewBox='0%200%209%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%207.92645C6.35294%205.49001%203.72243%203.05358%201.05882%200.584657C0.661765%200.227314%200%200.503443%200%201.03946V1.0557C0%201.21813%200.0661765%201.38056%200.198529%201.49426C2.53125%203.63832%204.83088%205.78239%207.14706%207.91021C4.83088%2010.0543%202.51471%2012.1821%200.198529%2014.3424C0.0661765%2014.4723%200%2014.6185%200%2014.7972V14.8134C0%2015.3495%200.661765%2015.6256%201.05882%2015.252C3.70588%2012.7993%206.35294%2010.3629%209%207.92645Z'%20fill='%233A3A3A'/%3e%3c/svg%3e");
  background-position: right 0.9em top 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
  display: block;
  padding-right: 1.4em;
  margin-bottom: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.popup_content_price2 .popup_content_inner .popup_content_body form select option:first-child {
  opacity: 0.6;
}
.popup_content_price2 .popup_content_inner .popup_content_body form select::-webkit-input-placeholder, .popup_content_price2 .popup_content_inner .popup_content_body form input::-webkit-input-placeholder, .popup_content_price2 .popup_content_inner .popup_content_body form textarea::-webkit-input-placeholder {
  color: #7C7C7C;
}
.popup_content_price2 .popup_content_inner .popup_content_body form select::placeholder, .popup_content_price2 .popup_content_inner .popup_content_body form input::placeholder, .popup_content_price2 .popup_content_inner .popup_content_body form textarea::placeholder {
  color: #7C7C7C;
}
.popup_content_price2 .popup_content_inner .popup_content_body form .form-submit {
  position: relative;
}
.popup_content_price2 .popup_content_inner .popup_content_body form .form-submit input {
  border: unset;
  box-shadow: unset;
  color: #ffffff;
  border-radius: 5px;
  font-size: 23px;
  line-height: 29px;
  font-weight: 600;
  padding: 15px 20px 10px;
  width: 100%;
  background: #FB8317;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.99875rem) {
  .popup_content_price2 .popup_content_inner .popup_content_body form .form-submit input {
    font-size: 18px;
  }
}
.popup_content_price2 .popup_content_inner .popup_content_body form .form-submit input:hover {
  transform: translateY(-5px);
}
.popup_content_price2 .popup_content_inner .popup_content_body form .form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.popup_content_price2 .popup_content_inner .popup_content_body form.invalid [type=text], .popup_content_price2 .popup_content_inner .popup_content_body form.invalid [type=password], .popup_content_price2 .popup_content_inner .popup_content_body form.invalid [type=date], .popup_content_price2 .popup_content_inner .popup_content_body form.invalid [type=datetime], .popup_content_price2 .popup_content_inner .popup_content_body form.invalid [type=datetime-local], .popup_content_price2 .popup_content_inner .popup_content_body form.invalid [type=month], .popup_content_price2 .popup_content_inner .popup_content_body form.invalid [type=week], .popup_content_price2 .popup_content_inner .popup_content_body form.invalid [type=email], .popup_content_price2 .popup_content_inner .popup_content_body form.invalid [type=number], .popup_content_price2 .popup_content_inner .popup_content_body form.invalid [type=search], .popup_content_price2 .popup_content_inner .popup_content_body form.invalid [type=tel], .popup_content_price2 .popup_content_inner .popup_content_body form.invalid [type=time], .popup_content_price2 .popup_content_inner .popup_content_body form.invalid [type=url], .popup_content_price2 .popup_content_inner .popup_content_body form.invalid [type=color] {
  margin-bottom: 10px;
}
.popup_content_price2 .popup_content_inner .popup_content_body form.invalid textarea {
  margin-bottom: 10px;
}
.popup_content_price2 .popup_content_inner .popup_content_body form.invalid .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.popup_content_price2 .popup_content_inner .popup_content_body form.invalid .wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 0.5em 1em 0.2em;
}

/** */
.section.section-page.page-instruct {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-instruct {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-instruct {
    padding-top: 3.75rem;
  }
}
.section.section-page.page-instruct {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-instruct {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-instruct {
    padding-bottom: 3.75rem;
  }
}
.section.section-page.page-instruct :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  color: #FB8317;
  font-weight: 600;
}
.section.section-page.page-instruct :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-instruct :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-instruct :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    margin-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-instruct :is(h1, h2, .h1, .h2) {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-instruct :is(h1, h2, .h1, .h2) {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-instruct :is(h1, h2, .h1, .h2) {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-instruct :is(h3, h4, h5, h6, .h3, .h4, .h5, .h6) {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-instruct :is(h3, h4, h5, h6, .h3, .h4, .h5, .h6) {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-instruct :is(h3, h4, h5, h6, .h3, .h4, .h5, .h6) {
    font-size: 18px;
    line-height: 24px;
  }
}
.section.section-page.page-instruct .hb_learn_more {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-instruct .hb_learn_more {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-instruct .hb_learn_more {
    padding-bottom: 3.75rem;
  }
}
.section.section-page.page-instruct .hb_learn_more strong, .section.section-page.page-instruct .hb_learn_more b {
  font-weight: 600;
}
.section.section-page.page-instruct .hb_learn_more a {
  text-decoration: underline;
}
.section.section-page.page-instruct .hb_learn_more a:hover {
  color: #FB8317;
}
.section.section-page.page-instruct .hb_instructions_business {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-instruct .hb_instructions_business {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-instruct .hb_instructions_business {
    padding-bottom: 3.75rem;
  }
}
/** */
.page-template-page-price-list .section-breadcrumb .container .breadcrumb-title, .page-template-page-price-list1 .section-breadcrumb .container .breadcrumb-title,
.page-template-page-price-list2 .section-breadcrumb .container .breadcrumb-title, .page-template-page-price-list3 .section-breadcrumb .container .breadcrumb-title,
.page-template-default.parent-pageid-16799 .section-breadcrumb .container .breadcrumb-title, .page-template-page-instruct .section-breadcrumb .container .breadcrumb-title {
  margin-bottom: 0;
}
.page-template-page-price-list .section-breadcrumb .container nav, .page-template-page-price-list1 .section-breadcrumb .container nav,
.page-template-page-price-list2 .section-breadcrumb .container nav, .page-template-page-price-list3 .section-breadcrumb .container nav,
.page-template-default.parent-pageid-16799 .section-breadcrumb .container nav, .page-template-page-instruct .section-breadcrumb .container nav {
  display: none;
}

.page-template-default.parent-pageid-16799 .section-breadcrumb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 48rem) {
  .page-template-default.parent-pageid-16799 .section-breadcrumb .container {
    top: 15%;
    left: 50%;
    transform: translate(-50%, -15%);
    text-align: center;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-default.parent-pageid-16799 .section-breadcrumb .container {
    text-align: center;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -15%);
  }
}
.page-template-default.parent-pageid-16799 .section-breadcrumb .breadcrumb-bg {
  position: unset;
}
.page-template-default.parent-pageid-16799 .section.section-page.singular {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-default.parent-pageid-16799 .section.section-page.singular {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-template-default.parent-pageid-16799 .section.section-page.singular {
    padding-top: 3.75rem;
  }
}
.page-template-default.parent-pageid-16799 .section.section-page.singular {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-default.parent-pageid-16799 .section.section-page.singular {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-template-default.parent-pageid-16799 .section.section-page.singular {
    padding-bottom: 3.75rem;
  }
}
.page-template-default.parent-pageid-16799 .section.section-page.singular .heading-title {
  opacity: 0;
  height: 0;
  margin-bottom: 0;
}
.page-template-default.parent-pageid-16799 .section.section-page.singular .container .content {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.page-template-default.parent-pageid-16799 .section.section-page.singular .container .content article {
  width: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-default.parent-pageid-16799 .section.section-page.singular .container .content article {
    word-wrap: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
  }
}
.section.section-page.page-pricelist {
  background: url("../img/bacground-design1.jpg") no-repeat center;
  background-size: cover;
}
.section.section-page.page-pricelist {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-pricelist {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-pricelist {
    padding-top: 6.25rem;
  }
}
.section.section-page.page-pricelist {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-pricelist {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-pricelist {
    padding-bottom: 6.25rem;
  }
}
.section.section-page.page-pricelist ._lists figure {
  margin-bottom: 0;
  border: 2px solid #E0E0E0;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-page.page-pricelist ._lists figure {
    border-radius: 15px;
  }
}
.section.section-page.page-pricelist ._lists figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section-page.page-pricelist ._lists ._item {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-pricelist ._lists ._item {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-pricelist ._lists ._item {
    padding-bottom: 5rem;
  }
}
.section.section-page.page-pricelist ._lists ._item:last-child {
  padding-bottom: 0 !important;
}
.section.section-page.page-pricelist ._lists ._item .heading-title {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-page.page-pricelist ._lists ._item .heading-title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-pricelist ._lists ._item .heading-title {
    margin-bottom: 15px;
  }
}
.section.section-page.page-pricelist ._lists ._item .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-page.page-pricelist ._lists ._item .flex-info {
    flex-flow: row wrap;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-pricelist ._lists ._item .flex-info .cell {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-page.page-pricelist ._lists ._item .flex-info .cell {
    width: 100%;
  }
}
.section.section-page.page-pricelist ._lists ._item .flex-info .cell-right ._table_price ._box {
  margin-bottom: 20px;
}
.section.section-page.page-pricelist ._lists ._item .flex-info .cell-right ._table_price ._box:last-child {
  margin-bottom: 0;
}
.section.section-page.page-pricelist ._lists ._item .flex-info .cell-right ._table_price ._box ._text {
  background: #FB8317;
  color: #ffffff;
  text-transform: uppercase;
  padding: 20px 15px 15px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px 15px 0 0;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-pricelist ._lists ._item .flex-info .cell-right ._table_price ._box ._text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-pricelist ._lists ._item .flex-info .cell-right ._table_price ._box ._text {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-pricelist ._lists ._item .flex-info .cell-right ._table_price ._box ._text {
    font-size: 18px;
    line-height: 22px;
  }
}
.section.section-page.page-pricelist ._lists ._item .flex-info .cell-right ._table_price ._box ._table {
  border: 1px solid #E4E4E4;
  border-radius: 0 0 15px 15px;
}
.section.section-page.page-pricelist ._lists ._item .flex-info .cell-right ._table_price ._box ._table table {
  font-weight: 500;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-pricelist ._lists ._item .flex-info .cell-right ._table_price ._box ._table table {
    font-size: 12px;
  }
}
.section.section-page.page-pricelist ._lists ._item .flex-info .cell-right ._table_price ._box ._table table tbody {
  border: unset !important;
}
.section.section-page.page-pricelist ._lists ._item .flex-info .cell-right ._table_price ._box ._table table tbody th, .section.section-page.page-pricelist ._lists ._item .flex-info .cell-right ._table_price ._box ._table table tbody td {
  padding: 12px 5px;
}
.section.section-page.page-pricelist ._lists ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr td {
  color: #515151;
}
.section.section-page.page-pricelist ._lists ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr td strong {
  font-weight: 600;
  color: #FB8317;
}
.section.section-page.page-pricelist ._lists ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr:first-child {
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-pricelist ._lists ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr:first-child {
    font-size: 17px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-pricelist ._lists ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr:first-child {
    font-size: 16px;
  }
}
.section.section-page.page-pricelist ._lists ._item .flex-info .cell-right ._table_price ._box .price_table {
  font-weight: 600;
  padding: 13px 25px 10px;
  line-height: 1;
  border-radius: 100px;
  background: #FB8317;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  transition: 0.4s;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
  text-transform: uppercase;
}
.section.section-page.page-pricelist ._lists ._item .flex-info .cell-right ._table_price ._box .price_table:hover {
  transform: translateY(-5px) translateX(-50%);
}
.section.section-page.page-pricelist ._lists2 figure {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.section.section-page.page-pricelist ._lists2 figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section.section-page.page-pricelist ._lists2 ._item {
  position: relative;
}
.section.section-page.page-pricelist ._lists2 ._item {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-pricelist ._lists2 ._item {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-pricelist ._lists2 ._item {
    padding-top: 6.25rem;
  }
}
.section.section-page.page-pricelist ._lists2 ._item {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-pricelist ._lists2 ._item {
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-pricelist ._lists2 ._item {
    padding-bottom: 6.25rem;
  }
}
.section.section-page.page-pricelist ._lists2 ._item ._background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.section.section-page.page-pricelist ._lists2 ._item ._background img {
  object-fit: cover;
}
.section.section-page.page-pricelist ._lists2 ._item .heading-title {
  margin-bottom: 20px;
}
.section.section-page.page-pricelist ._lists2 ._item .flex-info {
  justify-content: space-between;
  align-items: center;
}
.section.section-page.page-pricelist ._lists2 ._item .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-page.page-pricelist ._lists2 ._item .flex-info {
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-page.page-pricelist ._lists2 ._item .flex-info .cell {
    width: 100%;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-left {
    flex: 0 0 calc(45% - 15px);
    max-width: calc(45% - 15px);
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right {
    flex: 0 0 calc(53% - 15px);
    max-width: calc(53% - 15px);
  }
}
.section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right .price_table_popup {
  font-weight: 600;
  padding: 13px 25px 10px;
  line-height: 1;
  border-radius: 100px;
  background: #FB8317;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  transition: 0.4s;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
  text-transform: uppercase;
}
.section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right .price_table_popup:hover {
  transform: translateY(-5px) translateX(-50%);
}
.section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right ._table_price ._box {
  margin-bottom: 20px;
}
.section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right ._table_price ._box:last-child {
  margin-bottom: 0;
}
.section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right ._table_price ._box ._text {
  background: #FB8317;
  color: #ffffff;
  text-transform: uppercase;
  padding: 20px 15px 15px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px 15px 0 0;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right ._table_price ._box ._text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right ._table_price ._box ._text {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right ._table_price ._box ._text {
    font-size: 18px;
    line-height: 22px;
  }
}
.section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right ._table_price ._box ._table {
  border: 1px solid #E4E4E4;
  border-radius: 15px;
}
.section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right ._table_price ._box ._table table {
  font-weight: 500;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right ._table_price ._box ._table table {
    font-size: 12px;
  }
}
.section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right ._table_price ._box ._table table tbody {
  border: unset !important;
}
.section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right ._table_price ._box ._table table tbody th, .section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right ._table_price ._box ._table table tbody td {
  padding: 12px 5px;
}
.section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr td {
  color: #515151;
}
.section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr td strong {
  font-weight: 600;
}
.section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr:first-child {
  background: #FB8317;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr:first-child {
    font-size: 17px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr:first-child {
    font-size: 16px;
  }
}
.section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr:first-child td {
  padding: 15px 5px 12px;
}
.section.section-page.page-pricelist ._lists2 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr:first-child strong {
  color: #ffffff;
  text-transform: uppercase;
}
.section.section-page.page-pricelist ._lists3 figure {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.section.section-page.page-pricelist ._lists3 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section-page.page-pricelist ._lists3 ._item {
  position: relative;
}
.section.section-page.page-pricelist ._lists3 ._item {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-pricelist ._lists3 ._item {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-pricelist ._lists3 ._item {
    padding-top: 5rem;
  }
}
.section.section-page.page-pricelist ._lists3 ._item {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-pricelist ._lists3 ._item {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-pricelist ._lists3 ._item {
    padding-bottom: 5rem;
  }
}
.section.section-page.page-pricelist ._lists3 ._item ._background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.section.section-page.page-pricelist ._lists3 ._item .heading-title {
  text-align: center;
  margin-bottom: 30px;
}
.section.section-page.page-pricelist ._lists3 ._item .flex-info {
  justify-content: space-between;
  align-items: center;
}
.section.section-page.page-pricelist ._lists3 ._item .flex-info .cell {
  width: 100%;
}
.section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box ._box {
  border: 1px solid #E4E4E4;
  border-radius: 15px;
}
.section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box ._box ._text {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding: 13px 15px 10px;
  background: #FB8317;
  border-radius: 15px 15px 0 0;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box ._box ._text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box ._box ._text {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box ._box ._text {
    font-size: 18px;
    line-height: 26px;
  }
}
.section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box ._box ._number {
  color: #515151;
  text-align: center;
  background: #ffffff;
  font-weight: 600;
  padding: 30px 0 25px;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box ._box ._number {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box ._box ._number {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box ._box ._number {
    font-size: 25px;
    line-height: 35px;
  }
}
.section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box ._box ._desc {
  background: #F9FAFA;
  padding: 20px;
  border-radius: 0 0 15px 15px;
}
.section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box ._box ._desc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box ._box ._desc ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  line-height: 25px;
  font-weight: 500;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box ._box ._desc ul li {
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box ._box ._desc ul li {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box ._box ._desc ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
.section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box ._box ._desc ul li::before {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAXCAYAAAAP6L+eAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGjSURBVHgBtZTfVcIwFMZvUlo4lIeOgCMwgXUEJyidQJlAmECcIHQC2UA3kA3oBvbBngPFJN6UpsaC2Fb4vTT3nNyvX778AbgQBM4F8zynw30phbfj9pLCGXCi/oNDd+8gxDMRcA1hkvxbWIniwqdqjMuP+9KeFOP29CI3EACLokyo4KNNuIlV0d4x6w05wFyXGMFMi+Y1tAFFHWq94GiY1xIW2TgNzSkdaIFNLaZFVa5E8ll1TuMo1GahmK9rKejEjEDTLIp9BOuyPhKBpr5jdQH2uWpHMT0SQSncQxeqCf7Aodkd6M1CROUUVCFd5t5LCo+qkHgWCYFlxtGJ2dQggtLxNkznXNBbUKIAHjaN8yWrlZRuvyPIm05EUDrWgw4b+JRKUyDOBL+xwfIJBWa0zLLgY1pbWGHGosBoXsk+12ExOd4G6RXU4MepULFIQZ6Mv/pQ2TCoyeE5xhPSpbs3aQg2dXvgOAffUi7IwY43cVsYOY4TuQv8BEW5yoJ0BA349ebh2zrFT6LGQpAJnBObDebdyF23aD39bFrwiZfHWkELvgA8raMPKt9KmwAAAABJRU5ErkJggg==") no-repeat center;
  background-size: contain;
  flex: 0 0 27px;
  max-width: 27px;
  width: 27px;
  height: 21px;
  margin-right: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box ._box ._desc ul li::before {
    margin-top: -5px;
  }
}
.section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right ._lists_box ._box ._desc ul li:last-child {
  margin-bottom: 0;
}
.section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right .price_box_popup {
  font-weight: 600;
  padding: 13px 25px 10px;
  line-height: 1;
  border-radius: 100px;
  background: #FB8317;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  transition: 0.4s;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
  text-transform: uppercase;
}
.section.section-page.page-pricelist ._lists3 ._item .flex-info .cell-right .price_box_popup:hover {
  transform: translateY(-5px) translateX(-50%);
}
.section.section-page.page-pricelist ._lists4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.section.section-page.page-pricelist ._lists4 {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-pricelist ._lists4 {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-pricelist ._lists4 {
    grid-gap: 6.25rem;
    gap: 6.25rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-pricelist ._lists4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section.section-page.page-pricelist ._lists4 ._item .price_table_transmit {
  font-weight: 600;
  padding: 13px 25px 10px;
  line-height: 1;
  border-radius: 100px;
  background: #FB8317;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  transition: 0.4s;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-pricelist ._lists4 ._item .price_table_transmit {
    margin-top: 20px;
    padding: 12px 20px 9px;
  }
}
.section.section-page.page-pricelist ._lists4 ._item .price_table_transmit:hover {
  transform: translateY(-5px) translateX(-50%);
}
.section.section-page.page-pricelist ._lists4 ._item figure {
  margin-bottom: 0;
}
.section.section-page.page-pricelist ._lists4 ._item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section-page.page-pricelist ._lists4 ._item .flex-info .cell {
  width: 100%;
}
.section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._text {
  font-weight: 600;
  color: #FB8317;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._text {
    font-size: 25px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._text {
    font-size: 30px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._text {
    font-size: 20px;
    line-height: 30px;
  }
}
.section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._table {
  border: 1px solid #E4E4E4;
  border-radius: 15px;
}
.section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._table table {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 0;
}
.section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._table table tbody {
  border: unset;
}
.section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr {
  border-bottom: 1px solid #E4E4E4;
}
.section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr th, .section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr td {
  padding: 17px 5px 12px;
}
.section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr ul li {
  position: relative;
  display: flex;
  align-items: baseline;
}
.section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr ul li::before {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAAA/CAYAAACYcSQcAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAUcSURBVHgB7ZxtctpGGMefFZBpSzvjI7gnKDpB4QR1TmD8tSET5wTGJzCd4H6NewLnBqUnEJygPgIzDdNOedk8f704IhFid7VCWuzfFw9GQujv531XFvSMFpfBN6dLapx5gn7il11JciromVwug5OTNS3PSNDPkuiMf3WSvCclvb31F6NnETOAcEta9oWgX/hl96sDJM02RP3f/cUUL59FjIFwK1p3SWzeUJZwEXOS4rex/3GY/uWTF/HXoN3xSPRJyHNKuWoGk6ZcX4z8/x6+fOPJijgIvmerk1e02+oS5hz7rhH7dh3w5ER8HbT7UhBctqNw+E7rS/NkRIR4fLdXnGFPFQ7fa31pjl5EDbeNkR+a8gVb33xOihytiCiKV6LxnpTFQ+b1Lsb+Px9IE4+OkMHsuysWMCB1ARH7fBMBwVFZYlSu0B1FLZkKWrFvF006Egazb99wJ6EuBncdTVqf7cu8Kjgv4mPsk8quS+g6mtQcjvyFcvLIw2l3jjPvPeV3GmnmGx4acM97RxZxNrEgebCAf5KigGwtDyxgz7aAwDl3DicsYnnD7ttXPonjX4Pj3zsL8S8LpywxjH+0nLBV9VXP4ez7R5Na3VFJAgJnLBECrkUD7nuqfBInkFv/4yWVjBOWiPoPxbPUE/B6fAABQe1FHAQ/YD1DOYGERAIO6UDUusR5NWufC8kdiA4HFhAoWSLKCVgEHRBXBAR7LfH1rH3DGS6MLVxn+cniTJmYCIgszD1wnyog1xJhgYmAoCHoHlmSSgQWr2+BNGtR6yBJJIudlhg19N4o44SHhmz5OkNLVcIpjGYSib7PuldmHbiPTEvEzWQJCFBmrMTyniwDC9fOwtwLVy0g+EpE3Azcds95XcRKskSqkNYREHHwumoBwZY7h1smxFK5qJVy8/bW/7fQQFP3mp8vHi6iVxYH02xZItxU52aE8G7CcVQBVuL/97oCIg7WRUDwKGI4WiKNwWYCz/NMM3Z0TaFdfyIOUo0IRQxvRoohmXGCeKYrZJT9Da7JBXUd4mAaEXYiYmMj206bstVTKX3ikf7fpAnc+F1n8SPVDE+Ija0s2wmHpXtIZWJt6ubGCR4H9QeyBIalcWzdyYqTkXYmBjV04wQPCzdkE45z6H2z3jJNJHBjXp0rVEqVSVgnvgral0KQteKZolW1XnpYEbd0ARnAn3VRxgKTLR6L7cG0jTjVJUuke9okDpq4cV2TSZrHOhH78ITF+AjBktLHOA7ic6S4oJqz1fbFi+FGmTMHlDxaPXGKybizqGVGTrPV9nErNUFPSnYxFTDMyOQAmfNEjo9IACrbccvECSsEmfNEjo8vKXLD6nDECkGmiMiomNVRRcRTmgk5ws41Fmx8xOIPVcC6wj+gCbkLVVj8sVn2qIDr1bmwziJXRExk2Cpe0mGZkGPsXbxH6yZt99c5cJfjlCsD5W0kttvCHThT1qRR3tCEtpBKLns2FSWyoiiLGM7ypCg1Pr6gltFzJFWjtbWupLYwhOPKXRm7Kg6B9v5EPLrAP6xvauJpjZOuDIz2J8YLTeivzYcL21+i9jPDPIx2ytpuC13rUL7EyBITeFnhjpcVzqkArlshKLRn20Zb6LoVgkIiIpsWGt9zpnetT86ikDsnGK0WSpqN/UXVg18rWHkEI35eeKJxygRPOdGRYO2JKrSFSmVPjfYV2sLaw0BRW+jlxUd0O71jExBYiYlpeNl1GP/3D7RwUxbuL2wBcbWlU+ETlNI23ZwPxw4AAAAASUVORK5CYII=") no-repeat center;
  background-size: contain;
  flex: 0 0 13px;
  max-width: 13px;
  width: 13px;
  height: 13px;
  margin-right: 10px;
}
.section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr td {
  font-weight: 500;
  color: #515151;
  border-right: 1px solid #E4E4E4;
}
.section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr td strong {
  font-weight: 600;
}
.section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr td:last-child {
  border-right: unset;
}
.section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr:nth-child(1) {
  background: #FB8317;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr:nth-child(1) {
    font-size: 17px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr:nth-child(1) {
    font-size: 16px;
  }
}
.section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr:nth-child(1) td {
  color: #ffffff;
  font-weight: 600;
}
.section.section-page.page-pricelist ._lists4 ._item .flex-info .cell-right ._table_price ._box ._table table tbody tr:last-child {
  border-bottom: unset;
}
.section.section-page.page-pricelist ._lists4 ._item:nth-child(1) .flex-info .cell-right {
  display: none !important;
}

.section.section-page.page-pricelist.page-pricelist1,
.section.section-page.page-pricelist.page-pricelist2 {
  background: unset;
  background-size: unset;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.section.section-page.page-pricelist.page-pricelist3 {
  background: url("../img/background-truyen-nhan.jpg") no-repeat center;
  background-size: cover;
}

/** */
.section.section-page.page-support {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-support {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-support {
    padding-top: 6.25rem;
  }
}
.section.section-page.page-support {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-support {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-support {
    padding-bottom: 6.25rem;
  }
}
.section.section-page.page-support ._supprt_title {
  position: relative;
  font-weight: 600;
  color: #FB8317;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-support ._supprt_title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-support ._supprt_title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support ._supprt_title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.section.section-page.page-support ._supprt_title::before {
  display: inline-block;
  content: "\e196";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support ._supprt_title::before {
    margin-right: 5px;
  }
}
.section.section-page.page-support .update-box {
  box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 45px;
  background: #FB8317;
  border: 12px solid #ffffff;
  height: 300px;
  width: 75%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support .update-box {
    border-radius: 15px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2509803922);
    border: 5px solid #ffffff;
    width: 90%;
    height: 200px;
  }
}
.section.section-page.page-support .update-box span {
  font-weight: 600;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-support .update-box span {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-support .update-box span {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support .update-box span {
    font-size: 20px;
    line-height: 30px;
  }
}
.section.section-page.page-support .heading-title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support .heading-title {
    margin-bottom: 16px;
  }
}
.section.section-page.page-support ._hb_content_support {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-support ._hb_content_support {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-support ._hb_content_support {
    padding-bottom: 2.5rem;
  }
}
.section.section-page.page-support ._hb_content_support strong, .section.section-page.page-support ._hb_content_support b {
  font-weight: 600;
}
.section.section-page.page-support ._hb_content_support a {
  text-decoration: underline;
  font-weight: 600;
}
.section.section-page.page-support ._hb_content_support a:hover {
  color: #FB8317;
}
.section.section-page.page-support ._hb_content_support :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  position: relative;
  font-weight: 600;
  color: #FB8317;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-support ._hb_content_support :is(h1, h2, .h1, .h2) {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-support ._hb_content_support :is(h1, h2, .h1, .h2) {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support ._hb_content_support :is(h1, h2, .h1, .h2) {
    font-size: 20px;
    line-height: 30px;
  }
}
.section.section-page.page-support ._hb_content_support ul {
  margin: 0;
  padding-left: 25px;
}
.section.section-page.page-support ._hb_instructions_software {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-support ._hb_instructions_software {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-support ._hb_instructions_software {
    padding-bottom: 3.75rem;
  }
}
.section.section-page.page-support ._hb_instructions_software ._supprt_title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support ._hb_instructions_software ._supprt_title {
    margin-bottom: 10px;
  }
}
.section.section-page.page-support ._hb_instructions_software ._lists {
  display: inline-flex;
  flex-direction: column;
}
.section.section-page.page-support ._hb_instructions_software ._lists ._item {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 40px 10px 10px;
  border-radius: 100px;
  border: 1px solid #B7B7B7;
  margin-bottom: 15px;
  font-weight: 600;
  transition: 0.4s;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support ._hb_instructions_software ._lists ._item {
    padding: 10px 20px 10px 10px;
    align-items: center;
  }
}
.section.section-page.page-support ._hb_instructions_software ._lists ._item:last-child {
  margin-bottom: 0;
}
.section.section-page.page-support ._hb_instructions_software ._lists ._item::before {
  display: inline-block;
  content: "";
  background: url("../img/icon-pdf.png") no-repeat left center;
  background-size: contain;
  margin-right: 15px;
  flex: 0 0 45px;
  max-width: 45px;
}
.section.section-page.page-support ._hb_instructions_software ._lists ._item::before {
  width: 2.8125rem;
  height: 2.8125rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support ._hb_instructions_software ._lists ._item::before {
    flex: 0 0 35px;
    max-width: 35px;
    margin-right: 10px;
  }
  .section.section-page.page-support ._hb_instructions_software ._lists ._item::before {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.section.section-page.page-support ._hb_instructions_software ._lists ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section.section-page.page-support ._hb_instructions_software ._lists ._item:hover {
  transform: translateY(-5px);
}
.section.section-page.page-support ._hb_list_faq {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-support ._hb_list_faq {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-support ._hb_list_faq {
    padding-bottom: 3.75rem;
  }
}
.section.section-page.page-support ._hb_list_faq ._lists.accordion {
  display: grid;
}
.section.section-page.page-support ._hb_list_faq ._lists.accordion {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-support ._hb_list_faq ._lists.accordion {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-support ._hb_list_faq ._lists.accordion {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
.section.section-page.page-support ._hb_list_faq ._lists.accordion ._item.accordion-item button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: #F8F8F8;
  border: none;
  border: 1px solid #dadada;
  outline: none;
  cursor: pointer;
  padding: 16px 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  border-radius: 6px;
  transition: background 0.3s ease, color 0.3s ease;
  color: #2F2F2F;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support ._hb_list_faq ._lists.accordion ._item.accordion-item button {
    font-size: 16px;
    line-height: 22px;
  }
}
.section.section-page.page-support ._hb_list_faq ._lists.accordion ._item.accordion-item button .icon {
  margin-left: auto;
  transition: transform 0.3s ease;
  color: #3A3A3A;
  font-weight: 400;
}
.section.section-page.page-support ._hb_list_faq ._lists.accordion ._item.accordion-item button[aria-expanded=true] {
  color: #000000;
}
.section.section-page.page-support ._hb_list_faq ._lists.accordion ._item.accordion-item button[aria-expanded=true] .icon::before {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  transition: transform 0.3s;
}
.section.section-page.page-support ._hb_list_faq ._lists.accordion ._item.accordion-item button[aria-expanded=false] .icon::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  transition: transform 0.3s;
}
.section.section-page.page-support ._hb_list_faq ._lists.accordion ._item.accordion-item .accordion-content {
  max-height: 0;
  opacity: 0;
  background: #ffffff;
  color: #333;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
}
.section.section-page.page-support ._hb_list_faq ._lists.accordion ._item.accordion-item .accordion-content p {
  line-height: 26px;
}
.section.section-page.page-support ._hb_list_faq ._lists.accordion ._item.accordion-item button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  padding-top: 20px;
  display: inline-table;
  width: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support ._hb_list_faq ._lists.accordion ._item.accordion-item button[aria-expanded=true] + .accordion-content {
    padding-top: 10px;
  }
}
.section.section-page.page-support ._hb_list_faq ._desc {
  margin-top: 20px;
  border: 1px solid #E4E4E4;
  border-radius: 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support ._hb_list_faq ._desc {
    margin-top: 15px;
  }
}
.section.section-page.page-support ._hb_list_faq ._desc table {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 0;
}
.section.section-page.page-support ._hb_list_faq ._desc table tbody {
  border: unset;
}
.section.section-page.page-support ._hb_list_faq ._desc table tbody tr {
  border-bottom: 1px solid #E4E4E4;
}
.section.section-page.page-support ._hb_list_faq ._desc table tbody tr th, .section.section-page.page-support ._hb_list_faq ._desc table tbody tr td {
  padding: 17px 20px 12px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support ._hb_list_faq ._desc table tbody tr th, .section.section-page.page-support ._hb_list_faq ._desc table tbody tr td {
    padding: 10px 10px 8px;
  }
}
.section.section-page.page-support ._hb_list_faq ._desc table tbody tr td {
  font-weight: 500;
  color: #515151;
  border-right: 1px solid #E4E4E4;
}
.section.section-page.page-support ._hb_list_faq ._desc table tbody tr td strong {
  font-weight: 600;
}
.section.section-page.page-support ._hb_list_faq ._desc table tbody tr td:last-child {
  border-right: unset;
}
.section.section-page.page-support ._hb_list_faq ._desc table tbody tr:nth-child(1) {
  background: #FB8317;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-support ._hb_list_faq ._desc table tbody tr:nth-child(1) {
    font-size: 21px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.section-page.page-support ._hb_list_faq ._desc table tbody tr:nth-child(1) {
    font-size: 23px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support ._hb_list_faq ._desc table tbody tr:nth-child(1) {
    font-size: 19px;
  }
}
.section.section-page.page-support ._hb_list_faq ._desc table tbody tr:nth-child(1) td {
  color: #ffffff;
  font-weight: 600;
  padding: 22px 20px 13px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support ._hb_list_faq ._desc table tbody tr:nth-child(1) td {
    padding: 15px 15px 10px;
  }
}
.section.section-page.page-support ._hb_list_faq ._desc table tbody tr:last-child {
  border-bottom: unset;
}
.section.section-page.page-support .hb_related_software {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-support .hb_related_software {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-support .hb_related_software {
    padding-bottom: 4.375rem;
  }
}
.section.section-page.page-support .hb_related_software .heading-title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support .hb_related_software .heading-title {
    margin-bottom: 15px;
  }
}
.section.section-page.page-support .hb_related_software ._lists {
  display: grid;
}
.section.section-page.page-support .hb_related_software ._lists {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.section.section-page.page-support .hb_related_software ._lists ._item {
  position: relative;
  background: #F8F8F8;
  border: 1px solid #dadada;
  border-radius: 6px;
  width: 100%;
  padding: 17px 20px 15px;
  transition: 0.4s;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support .hb_related_software ._lists ._item {
    word-wrap: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
    padding: 13px 10px 11px;
  }
}
.section.section-page.page-support .hb_related_software ._lists ._item p {
  margin-bottom: 0;
  line-height: 32px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support .hb_related_software ._lists ._item p {
    line-height: 24px;
  }
}
.section.section-page.page-support .hb_related_software ._lists ._item strong, .section.section-page.page-support .hb_related_software ._lists ._item b {
  font-weight: 600;
}
.section.section-page.page-support .hb_related_software ._lists ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section.section-page.page-support .hb_related_software ._lists ._item:hover {
  transform: translateY(-5px);
}
.section.section-page.page-support .hb_useful {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-page.page-support .hb_useful {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-page.page-support .hb_useful {
    padding-bottom: 3.75rem;
  }
}
.section.section-page.page-support .hb_useful ._lists {
  display: grid;
}
.section.section-page.page-support .hb_useful ._lists {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.section.section-page.page-support .hb_useful ._lists ._item {
  background: #F8F8F8;
  border: 1px solid #dadada;
  border-radius: 6px;
  width: 100%;
  padding: 22px 20px 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support .hb_useful ._lists ._item {
    word-wrap: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
    padding: 13px 10px 11px;
  }
}
.section.section-page.page-support .hb_useful ._lists ._item p {
  line-height: 26px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support .hb_useful ._lists ._item p {
    line-height: 24px;
  }
}
.section.section-page.page-support .hb_useful ._lists ._item strong {
  font-weight: 600;
}
.section.section-page.page-support .hb_useful ._lists ._item a {
  text-decoration: underline;
}
.section.section-page.page-support .hb_useful ._lists ._item a:hover {
  color: #FB8317;
}
.section.section-page.page-support .hb_documents ._listsbox ._box1, .section.section-page.page-support .hb_documents ._listsbox ._box2 {
  margin-bottom: 30px;
}
.section.section-page.page-support .hb_documents ._listsbox ._box1 ._title, .section.section-page.page-support .hb_documents ._listsbox ._box2 ._title, .section.section-page.page-support .hb_documents ._listsbox ._box3 ._title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support .hb_documents ._listsbox ._box1 ._title, .section.section-page.page-support .hb_documents ._listsbox ._box2 ._title, .section.section-page.page-support .hb_documents ._listsbox ._box3 ._title {
    font-size: 16px;
    line-height: 22px;
  }
}
.section.section-page.page-support .hb_documents ._listsbox ._box1 ._inner, .section.section-page.page-support .hb_documents ._listsbox ._box2 ._inner, .section.section-page.page-support .hb_documents ._listsbox ._box3 ._inner {
  display: grid;
}
.section.section-page.page-support .hb_documents ._listsbox ._box1 ._inner, .section.section-page.page-support .hb_documents ._listsbox ._box2 ._inner, .section.section-page.page-support .hb_documents ._listsbox ._box3 ._inner {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.section.section-page.page-support .hb_documents ._listsbox ._box1 ._inner ._item, .section.section-page.page-support .hb_documents ._listsbox ._box2 ._inner ._item, .section.section-page.page-support .hb_documents ._listsbox ._box3 ._inner ._item {
  position: relative;
  background: #F8F8F8;
  border: 1px solid #dadada;
  border-radius: 6px;
  width: 100%;
  padding: 17px 20px 15px;
  transition: 0.4s;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support .hb_documents ._listsbox ._box1 ._inner ._item, .section.section-page.page-support .hb_documents ._listsbox ._box2 ._inner ._item, .section.section-page.page-support .hb_documents ._listsbox ._box3 ._inner ._item {
    word-wrap: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
    padding: 13px 10px 11px;
  }
}
.section.section-page.page-support .hb_documents ._listsbox ._box1 ._inner ._item p, .section.section-page.page-support .hb_documents ._listsbox ._box2 ._inner ._item p, .section.section-page.page-support .hb_documents ._listsbox ._box3 ._inner ._item p {
  margin-bottom: 0;
  line-height: 32px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support .hb_documents ._listsbox ._box1 ._inner ._item p, .section.section-page.page-support .hb_documents ._listsbox ._box2 ._inner ._item p, .section.section-page.page-support .hb_documents ._listsbox ._box3 ._inner ._item p {
    line-height: 24px;
  }
}
.section.section-page.page-support .hb_documents ._listsbox ._box1 ._inner ._item strong, .section.section-page.page-support .hb_documents ._listsbox ._box1 ._inner ._item b, .section.section-page.page-support .hb_documents ._listsbox ._box2 ._inner ._item strong, .section.section-page.page-support .hb_documents ._listsbox ._box2 ._inner ._item b, .section.section-page.page-support .hb_documents ._listsbox ._box3 ._inner ._item strong, .section.section-page.page-support .hb_documents ._listsbox ._box3 ._inner ._item b {
  font-weight: 600;
}
.section.section-page.page-support .hb_documents ._listsbox ._box1 ._inner ._item a, .section.section-page.page-support .hb_documents ._listsbox ._box2 ._inner ._item a, .section.section-page.page-support .hb_documents ._listsbox ._box3 ._inner ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section.section-page.page-support .hb_documents ._listsbox ._box1 ._inner ._item:hover, .section.section-page.page-support .hb_documents ._listsbox ._box2 ._inner ._item:hover, .section.section-page.page-support .hb_documents ._listsbox ._box3 ._inner ._item:hover {
  transform: translateY(-5px);
}
.section.section-page.page-support .hb_documents ._lists_documents {
  display: inline-flex;
  flex-direction: column;
}
.section.section-page.page-support .hb_documents ._lists_documents ._item {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 40px 10px 10px;
  border-radius: 100px;
  border: 1px solid #B7B7B7;
  margin-bottom: 15px;
  font-weight: 600;
  transition: 0.4s;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support .hb_documents ._lists_documents ._item {
    line-height: 18px;
    padding: 10px 20px 10px 10px;
    align-items: center;
  }
}
.section.section-page.page-support .hb_documents ._lists_documents ._item:last-child {
  margin-bottom: 0;
}
.section.section-page.page-support .hb_documents ._lists_documents ._item::before {
  display: inline-block;
  content: "";
  background: url("../img/icon-pdf.png") no-repeat left center;
  background-size: contain;
  margin-right: 15px;
  flex: 0 0 45px;
  max-width: 45px;
}
.section.section-page.page-support .hb_documents ._lists_documents ._item::before {
  width: 2.8125rem;
  height: 2.8125rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-page.page-support .hb_documents ._lists_documents ._item::before {
    flex: 0 0 35px;
    max-width: 35px;
    margin-right: 10px;
  }
  .section.section-page.page-support .hb_documents ._lists_documents ._item::before {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.section.section-page.page-support .hb_documents ._lists_documents ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section.section-page.page-support .hb_documents ._lists_documents ._item:hover {
  transform: translateY(-5px);
}

/** */
.w-bottom .hb_fixed_lists {
  display: none !important;
}

/** */
tbody tr:nth-child(even) {
  background-color: transparent;
}

/** */